The name of the table.
The database this table belongs to.
The columns to pre-define for this table
The raw unresolved columns for this table.
The columns that were instantiated once connecting to database.
The database for this table.
The name of this table.
Whether the table is ready.
Retrieves all or multiple results from this table.
The options to use for filtering this query.
The results from this table.
Deletes a row or rows from this table, leave empty to clean the entire table.
The options to filter this query.
The sqlite changes report.
Inserts one or multiple rows into this table, if there is a primary key for this table and it already exists, this will throw an error.
The row or rows to set into the table.
Sqlite change report.
Sets a row into this table, or updates it if it already exists.
The data for this row.
Options to insert or update this row.
Sqlite changes report, if any.
Sets the name to this table.
The new table name.
The table in case.
Generated using TypeDoc
Manages sqlite methods for a table.