Uses of Enum
org.apache.arrow.adbc.core.AdbcInfoCode
Packages that use AdbcInfoCode
Package
Description
ADBC (Arrow Database Connectivity) is an API standard for Arrow-based database access.
-
Uses of AdbcInfoCode in org.apache.arrow.adbc.core
Methods in org.apache.arrow.adbc.core that return AdbcInfoCodeModifier and TypeMethodDescriptionstatic AdbcInfoCodeReturns the enum constant of this type with the specified name.static AdbcInfoCode[]AdbcInfoCode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.arrow.adbc.core with parameters of type AdbcInfoCodeModifier and TypeMethodDescriptiondefault ArrowReaderAdbcConnection.getInfo(AdbcInfoCode[] infoCodes) Get metadata about the driver/database.