Available on crate feature
flight-sql only.Expand description
Builders and function for building responses to FlightSQL metadata / information schema requests.
GetCatalogsBuilderfor building responses toCommandGetCatalogsqueries.GetDbSchemasBuilderfor building responses toCommandGetDbSchemasqueries.GetTablesBuilderfor building responses toCommandGetTablesqueries.SqlInfoDataBuilderfor building responses toCommandGetSqlInfoqueries.XdbcTypeInfoDataBuilderfor building responses toCommandGetXdbcTypeInfoqueries.
Structsยง
- GetCatalogs
Builder - A builder for a
CommandGetCatalogsresponse. - GetDb
Schemas Builder - A builder for a
CommandGetDbSchemasresponse. - GetTables
Builder - A builder for a
CommandGetTablesresponse. - SqlInfo
Data - A builder for
SqlInfoDatawhich is used to createCommandGetSqlInforesponses. - SqlInfo
Data Builder - Helper to create
CommandGetSqlInforesponses. - Xdbc
Type Info - Data structure representing type information for xdbc types.
- Xdbc
Type Info Data - Helper to create
CommandGetXdbcTypeInforesponses. - Xdbc
Type Info Data Builder - A builder for
XdbcTypeInfoDatawhich is used to createCommandGetXdbcTypeInforesponses.