-
Notifications
You must be signed in to change notification settings - Fork 0
SQLiteQueryGenerator
Wyatt Greenway edited this page Dec 13, 2022
·
2 revisions
class SQLiteQueryGenerator
extends SQLQueryGeneratorBase 📜
The query generator interface for SQLite.
See SQLQueryGeneratorBase for a better understanding of this class. This modifies some of the methods provided by SQLQueryGeneratorBase for SQLite specific syntax.
- Home
-
class SQLiteConnection
- property DefaultQueryGenerator
- property dialect
- method constructor
- method enableForeignKeyConstraints
- method exec
- method formatResultsResponse
- method getDefaultOrder
- method getEmulatedAutoIncrementID
- method pragma
- method query
- method resetEmulatedAutoIncrementID
- method transaction
- method truncate
- class SQLiteQueryGenerator