AbstractReadonlynameName of the database
Print SQL select statement with DB specific formatting.
The name of the table to select from.
The columns to be selected.
The values to be inserted.
OptionalreturnIdFields: string[]the id fields to return if returnIds is true (if supported by the database)
Print SQL select statement with DB specific formatting.
The name of the table to select from.
The columns to be selected.
The WHERE clause to filter the results.
The ORDER BY clause to sort the results.
The LIMIT clause to limit the number of results.
The GROUP BY clause to group the results.
AbstractsqlExecute other sql operations.
SQL statement.
AbstractsqlExecute a select operation.
SQL statement.
Base class for database abstraction, implementing methods for connecting, making queries and parsing/formatting data between SQL and serialization formats.