| Package | Description |
|---|---|
| gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
| Class and Description |
|---|
| TAttachStmt
SQLite ATTACH DATABASE statement.
|
| TDetachStmt
SQLite DETACH DATABASE statement.
|
| TPragmaStmt
SQLite PRAGMA statement.
|
| TSqliteCreateVirtualTableStmt
SQLite CREATE VIRTUAL TABLE statement.
|