Native Kdbc Connection
Marker for connections backed by the Kotlin/Native libkdbc.a wrapper. Used by higher-level code (stormify) to bypass JDBC-specific workarounds — e.g. PG cursor activation, MySQL Integer.MIN_VALUE fetch-size — that don't apply to native drivers. JVM JDBC and Android SQLiteDatabase connections do not implement this.