DK for Delphi | GisDb.TGIS_DbAbstract | Constructors | Fields | Methods | Properties | Events | Events
| Name | Visibility | Description | |
|---|---|---|---|
| CurrentSQLDialect | public | Current SQL dialect name. | |
| EngineOptions | public | Engine option flags controlling database provider behavior. | |
| FullSafeParam | public | True to return the safe parameter prefix together with the parameter name; False to return only the prefix. | |
| GeometryType | public | Internal geometry type. | |
| iCodePage | public | Code page used for string conversion. | |
| iJoinCodePage | public | Code page used for join field string conversion. | |
| InBatchMode | public | True, if batch mode is enabled for fast inserts. | |
| IsDb2 | public | True if the current SQL dialect is DB2. | |
| IsInformix | public | True if the current SQL dialect is Informix. | |
| IsInterbase | public | True if the current SQL dialect is InterBase. | |
| IsJDBC | public | True if JDBC (Java Database Connectivity) is used. | |
| IsMsJet | public | True if the current SQL dialect is Microsoft Jet. | |
| IsMsSql | public | True if the current SQL dialect is Microsoft SQL Server. | |
| IsMySql | public | True if the current SQL dialect is MySQL. | |
| IsOracle | public | True if the current SQL dialect is Oracle. | |
| IsPostgreSql | public | True if the current SQL dialect is PostgreSQL. | |
| IsProviderInitialized | public | True if the provider has been initialized. | |
| IsSqlite | public | True if the current SQL dialect is SQLite. | |
| IsSybase | public | True if the current SQL dialect is Sybase. | |
| MultiUserMode | public | Multiuser mode. | |
| NameMaxLength | public | Maximum SQL identifier name length. | |
| ParameterPrefix | public | SQL parameter prefix used when formatting parameterized commands. | |
| RowsetSize | public | Number of rows fetched from the database cursor in each batch operation; 0 uses provider defaults. | |
| UseTextParameters | public | Use text parameters. | |