SchemaResult |
FlightSqlClient.PreparedStatement.fetchSchema(CallOption... options)
|
SchemaResult |
FlightSqlClient.getCatalogsSchema(CallOption... options)
|
SchemaResult |
FlightSqlClient.getCrossReferenceSchema(CallOption... options)
|
SchemaResult |
FlightSqlClient.getExecuteSchema(String query,
CallOption... options)
Get the schema of the result set of a query.
|
SchemaResult |
FlightSqlClient.getExecuteSchema(String query,
FlightSqlClient.Transaction transaction,
CallOption... options)
Get the schema of the result set of a query.
|
SchemaResult |
FlightSqlClient.getExecuteSubstraitSchema(FlightSqlClient.SubstraitPlan substraitPlan,
CallOption... options)
Get the schema of the result set of a Substrait plan.
|
SchemaResult |
FlightSqlClient.getExecuteSubstraitSchema(FlightSqlClient.SubstraitPlan plan,
FlightSqlClient.Transaction transaction,
CallOption... options)
Get the schema of the result set of a Substrait plan.
|
SchemaResult |
FlightSqlClient.getExportedKeysSchema(CallOption... options)
|
SchemaResult |
FlightSqlClient.getImportedKeysSchema(CallOption... options)
|
SchemaResult |
FlightSqlClient.getPrimaryKeysSchema(CallOption... options)
|
SchemaResult |
FlightSqlClient.getSchema(FlightDescriptor descriptor,
CallOption... options)
Get schema for a stream.
|
default SchemaResult |
FlightSqlProducer.getSchema(FlightProducer.CallContext context,
FlightDescriptor descriptor)
Returns the schema of the result produced by the SQL query.
|
default SchemaResult |
FlightSqlProducer.getSchemaPreparedStatement(FlightSql.CommandPreparedStatementQuery command,
FlightProducer.CallContext context,
FlightDescriptor descriptor)
Get the schema of the result set of a prepared statement.
|
SchemaResult |
FlightSqlClient.getSchemasSchema(CallOption... options)
|
SchemaResult |
FlightSqlProducer.getSchemaStatement(FlightSql.CommandStatementQuery command,
FlightProducer.CallContext context,
FlightDescriptor descriptor)
Get the result schema for a SQL query.
|
default SchemaResult |
FlightSqlProducer.getSchemaSubstraitPlan(FlightSql.CommandStatementSubstraitPlan command,
FlightProducer.CallContext context,
FlightDescriptor descriptor)
Get the result schema for a Substrait plan.
|
SchemaResult |
FlightSqlClient.getSqlInfoSchema(CallOption... options)
Get the schema of #getSqlInfo(SqlInfo...) from the server.
|
SchemaResult |
FlightSqlClient.getTablesSchema(boolean includeSchema,
CallOption... options)
|
SchemaResult |
FlightSqlClient.getTableTypesSchema(CallOption... options)
|
SchemaResult |
FlightSqlClient.getXdbcTypeInfoSchema(CallOption... options)
|