-
Notifications
You must be signed in to change notification settings - Fork 13
SQL DB Vendor
Tako Lee edited this page Mar 3, 2024
·
2 revisions
TDbVendor = (DbVMssql,DbVOracle,DbVMysql,DbVAccess,DbVGeneric,DbVDB2,DbVSybase,DbVInformix,
DbVPostgresql,DbVfirebird,DbVMdx,dbvTeradata,DbvNetezza,DbvGreenPlum,DbVHive);
- Type name: TDbVendor
- Available values:
- value: 0, text: mssql
- value: 1, text: oracle
- value: 2, text: mysql
- value: 3, text: access
- value: 4, text: generic
- value: 5, text: db2
- value: 6, text: sybase
- value: 7, text: informix
- value: 8, text: postgresql
- value: 9, text: firebird
- value: 10, text: mdx
- value: 11, text: teradata
- value: 12, text: netezza
- value: 13, text: ansi
- value: 14, text: odbc
- value: 15, text: hive
- value: 16, text: greenplum