Info codes for the getInfo metadata call.
getInfo
These correspond to the ADBC_INFO_* constants in the ADBC spec. Pass a subset to getInfo() to retrieve only specific metadata fields.
ADBC_INFO_*
getInfo()
const table = await conn.getInfo([InfoCode.VendorName, InfoCode.DriverVersion]) Copy
const table = await conn.getInfo([InfoCode.VendorName, InfoCode.DriverVersion])
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.