← Back to Stormify Documentation

KdbcDriverKind

Supported database kinds. Corresponds 1:1 with the kdbc_driver C enum.

Entries

Link copied to clipboard

SQLite (native libsqlite3 or JVM SQLite JDBC).

Link copied to clipboard

PostgreSQL (native libpq or JVM JDBC).

Link copied to clipboard

MariaDB / MySQL — one driver serves both (native libmariadb or JVM JDBC).

Link copied to clipboard

Oracle Database (native ODPI-C or JVM JDBC).

Link copied to clipboard

Microsoft SQL Server (native FreeTDS or JVM JDBC).

Properties

Link copied to clipboard
val cValue: Int

The integer value used by the kdbc_driver C enum. Passed to kdbc_connect on native targets.

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.