DK11 for Delphi | GisDbSqlite.TGIS_DbSqlite | Constructors | Fields | Methods | Properties
Name | Visibility | Description | |
---|---|---|---|
FDialect | protected | SQL dialect name. (Inherited from TGIS_DbAbstract) |
|
FFullSafeParam | protected | if True, prefix with name is returned, otherwise only prefix. (Inherited from TGIS_DbAbstract) |
|
FGeometryType | protected | Internal geometry type. (Inherited from TGIS_DbAbstract) |
|
FiCodePage | protected | CodePage stored for optimization purposes. (Inherited from TGIS_DbAbstract) |
|
FiJoinCodePage | protected | JoinCodePage stored for optimization purposes. (Inherited from TGIS_DbAbstract) |
|
FInBatchMode | protected | True, if batch mode is enabled. (Inherited from TGIS_DbAbstract) |
|
FisDb2 | protected | Is DB2 dialect. (Inherited from TGIS_DbAbstract) |
|
FisInformix | protected | Is Informix dialect. (Inherited from TGIS_DbAbstract) |
|
FIsInitializedProvider | protected | Is provider initialized. (Inherited from TGIS_DbAbstract) |
|
FisInterbase | protected | Is Interbase dialect. (Inherited from TGIS_DbAbstract) |
|
FIsJDBC | protected | if True, JDBC is used. (Inherited from TGIS_DbAbstract) |
|
FisMsJet | protected | Is MsJet dialect. (Inherited from TGIS_DbAbstract) |
|
FisMsSql | protected | Is MsSql dialect. (Inherited from TGIS_DbAbstract) |
|
FisMySql | protected | Is MySql dialect. (Inherited from TGIS_DbAbstract) |
|
FisOracle | protected | Is Oracle dialect. (Inherited from TGIS_DbAbstract) |
|
FisPostgreSql | protected | Is PostgreSQL dialect. (Inherited from TGIS_DbAbstract) |
|
FisSqlite | protected | Is Sqlite dialect. (Inherited from TGIS_DbAbstract) |
|
FisSybase | protected | Is Sybase dialect. (Inherited from TGIS_DbAbstract) |
|
FMultiUserMode | protected | MultiUser mode. (Inherited from TGIS_DbAbstract) |
|
FNameMaxLength | protected | Sql name max length. (Inherited from TGIS_DbAbstract) |
|
FOnSQLExecute | protected | SQL execute event handler. (Inherited from TGIS_DbAbstract) |
|
FParameterPrefix | protected | Sql parameter prefix. (Inherited from TGIS_DbAbstract) |
|
FRowsetSize | protected | Number of rows fetched in batches from the cursor database (default 0). (Inherited from TGIS_DbAbstract) |
|
FUseTextParameters | protected | Use text parameters. (Inherited from TGIS_DbAbstract) |
|
options | protected | Engine options. (Inherited from TGIS_DbAbstract) |
|