DK for .NET | TatukGIS.NDK.TGIS_DbAbstract | Constructors | Fields | Methods | Properties | Events
| Name | Visibility | Description | |
|---|---|---|---|
| FDialect | protected | SQL dialect name. | |
| FFullSafeParam | protected | True to return a safe parameter prefix with the parameter name; otherwise only the prefix is returned. | |
| FGeometryType | protected | Internal geometry storage subtype for the current provider. | |
| FiCodePage | protected | Cached code page value used for optimization. | |
| FiJoinCodePage | protected | Cached join code page value used for optimization. | |
| FInBatchMode | protected | True, if batch mode is enabled. | |
| FisDb2 | protected | True if the current SQL dialect is IBM DB2. | |
| FisInformix | protected | True if the current SQL dialect is Informix. | |
| FIsInitializedProvider | protected | True if the database provider has been initialized. | |
| FisInterbase | protected | True if the current SQL dialect is InterBase. | |
| FIsJDBC | protected | True if JDBC (Java Database Connectivity) is used. | |
| FisMsJet | protected | True if the current SQL dialect is Microsoft Jet. | |
| FisMsSql | protected | True if the current SQL dialect is Microsoft SQL Server. | |
| FisMySql | protected | True if the current SQL dialect is MySQL. | |
| FisOracle | protected | True if the current SQL dialect is Oracle. | |
| FisPostgreSql | protected | True if the current SQL dialect is PostgreSQL. | |
| FisSqlite | protected | True if the current SQL dialect is SQLite. | |
| FisSybase | protected | True if the current SQL dialect is Sybase. | |
| FMultiUserMode | protected | Multiuser mode for database access and update behavior. | |
| FNameMaxLength | protected | Maximum length allowed for SQL object names. | |
| FOnSQLExecute | protected | Event handler called before an SQL command is executed. | |
| FParameterPrefix | protected | SQL parameter prefix used by the current provider. | |
| FReuseQuery | protected | If True, reuse opened query, otherwise open a new query. | |
| FRowsetSize | protected | Number of rows fetched in batches from the cursor database (default 0). | |
| FUseTextParameters | protected | Use text parameters. | |
| options | protected | Engine options. | |