Uses of Class
org.apache.arrow.adbc.core.TypedKey
Packages that use TypedKey
Package
Description
ADBC (Arrow Database Connectivity) is an API standard for Arrow-based database access.
-
Uses of TypedKey in org.apache.arrow.adbc.core
Fields in org.apache.arrow.adbc.core declared as TypedKeyModifier and TypeFieldDescriptionAdbcDriver.PARAM_PASSWORDThe standard parameter name for a password (type String).AdbcDriver.PARAM_URIThe standard parameter name for a connection URI (type String).AdbcDriver.PARAM_USERNAMEThe standard parameter name for a username (type String).Methods in org.apache.arrow.adbc.core with parameters of type TypedKey -
Uses of TypedKey in org.apache.arrow.adbc.driver.flightsql
Fields in org.apache.arrow.adbc.driver.flightsql declared as TypedKeyModifier and TypeFieldDescriptionstatic final TypedKey<InputStream>FlightSqlConnectionProperties.MTLS_CERT_CHAINstatic final TypedKey<InputStream>FlightSqlConnectionProperties.MTLS_PRIVATE_KEYFlightSqlConnectionProperties.TLS_OVERRIDE_HOSTNAMEstatic final TypedKey<InputStream>FlightSqlConnectionProperties.TLS_ROOT_CERTSFlightSqlConnectionProperties.TLS_SKIP_VERIFYFlightSqlConnectionProperties.WITH_COOKIE_MIDDLEWARE