Parsed Jdbc Url
data class ParsedJdbcUrl(val kind: KdbcDriverKind, val nativeUrl: String, val user: String?, val password: String?, val extraParams: Map<String, String>)
Parsed representation of a JDBC URL, normalized to what the kdbc C library expects.
Properties
Link copied to clipboard
Unused key=value pairs from the original URL. These are logged as warnings by KdbcDataSource so the user can see what the native layer ignored.
Link copied to clipboard
Which C driver to use.