ConstReadonlyVendorName: 0The database vendor/product name (string).
ReadonlyVendorVersion: 1The database vendor/product version (string).
ReadonlyVendorArrowVersion: 2The Arrow library version used by the vendor (string).
ReadonlyVendorSql: 3Whether the vendor supports SQL queries (bool).
ReadonlyVendorSubstrait: 4Whether the vendor supports Substrait queries (bool).
ReadonlyVendorSubstraitMinVersion: 5Minimum supported Substrait version, or null (string).
ReadonlyVendorSubstraitMaxVersion: 6Maximum supported Substrait version, or null (string).
ReadonlyDriverName: 100The driver name (string).
ReadonlyDriverVersion: 101The driver version (string).
ReadonlyDriverArrowVersion: 102The Arrow library version used by the driver (string).
ReadonlyDriverAdbcVersion: 103The ADBC API version implemented by the driver (int64). Available since ADBC 1.1.0.
Info codes for the
getInfometadata call.These correspond to the
ADBC_INFO_*constants in the ADBC spec. Pass a subset togetInfo()to retrieve only specific metadata fields.