Enumeration of supported database types

>Database Constants

Database constants

These are constants commonly used with the KCML database routines.

DEF ENUM enumeration name KCML_DBTYPE_ENUM

Enumeration ValueValueDescription
_KCML_DBTYPE_Virtual0Virtual database, typically used for bootstrapping
_KCML_DBTYPE_Compat1Legacy database that does not require a catalogue
_KCML_DBTYPE_KDB2KDB database with mandatory table catalogue
_KCML_DBTYPE_Oracle3Oracle database

Back to the list of Enumerations and Constants