Class | Description |
---|---|
FlightSql | |
FlightSql.ActionBeginSavepointRequest |
Request message for the "BeginSavepoint" action.
|
FlightSql.ActionBeginSavepointRequest.Builder |
Request message for the "BeginSavepoint" action.
|
FlightSql.ActionBeginSavepointResult |
The result of a "BeginSavepoint" action.
|
FlightSql.ActionBeginSavepointResult.Builder |
The result of a "BeginSavepoint" action.
|
FlightSql.ActionBeginTransactionRequest |
Request message for the "BeginTransaction" action.
|
FlightSql.ActionBeginTransactionRequest.Builder |
Request message for the "BeginTransaction" action.
|
FlightSql.ActionBeginTransactionResult |
The result of a "BeginTransaction" action.
|
FlightSql.ActionBeginTransactionResult.Builder |
The result of a "BeginTransaction" action.
|
FlightSql.ActionCancelQueryRequest | Deprecated |
FlightSql.ActionCancelQueryRequest.Builder |
Request message for the "CancelQuery" action.
|
FlightSql.ActionCancelQueryResult | Deprecated |
FlightSql.ActionCancelQueryResult.Builder |
The result of cancelling a query.
|
FlightSql.ActionClosePreparedStatementRequest |
Request message for the "ClosePreparedStatement" action on a Flight SQL enabled backend.
|
FlightSql.ActionClosePreparedStatementRequest.Builder |
Request message for the "ClosePreparedStatement" action on a Flight SQL enabled backend.
|
FlightSql.ActionCreatePreparedStatementRequest |
Request message for the "CreatePreparedStatement" action on a Flight SQL enabled backend.
|
FlightSql.ActionCreatePreparedStatementRequest.Builder |
Request message for the "CreatePreparedStatement" action on a Flight SQL enabled backend.
|
FlightSql.ActionCreatePreparedStatementResult |
Wrap the result of a "CreatePreparedStatement" or "CreatePreparedSubstraitPlan" action.
|
FlightSql.ActionCreatePreparedStatementResult.Builder |
Wrap the result of a "CreatePreparedStatement" or "CreatePreparedSubstraitPlan" action.
|
FlightSql.ActionCreatePreparedSubstraitPlanRequest |
Request message for the "CreatePreparedSubstraitPlan" action on a Flight SQL enabled backend.
|
FlightSql.ActionCreatePreparedSubstraitPlanRequest.Builder |
Request message for the "CreatePreparedSubstraitPlan" action on a Flight SQL enabled backend.
|
FlightSql.ActionEndSavepointRequest |
Request message for the "EndSavepoint" action.
|
FlightSql.ActionEndSavepointRequest.Builder |
Request message for the "EndSavepoint" action.
|
FlightSql.ActionEndTransactionRequest |
Request message for the "EndTransaction" action.
|
FlightSql.ActionEndTransactionRequest.Builder |
Request message for the "EndTransaction" action.
|
FlightSql.CommandGetCatalogs |
Represents a request to retrieve the list of catalogs on a Flight SQL enabled backend.
|
FlightSql.CommandGetCatalogs.Builder |
Represents a request to retrieve the list of catalogs on a Flight SQL enabled backend.
|
FlightSql.CommandGetCrossReference |
Represents a request to retrieve a description of the foreign key columns in the given foreign key table that
reference the primary key or the columns representing a unique constraint of the parent table (could be the same
or a different table) on a Flight SQL enabled backend.
|
FlightSql.CommandGetCrossReference.Builder |
Represents a request to retrieve a description of the foreign key columns in the given foreign key table that
reference the primary key or the columns representing a unique constraint of the parent table (could be the same
or a different table) on a Flight SQL enabled backend.
|
FlightSql.CommandGetDbSchemas |
Represents a request to retrieve the list of database schemas on a Flight SQL enabled backend.
|
FlightSql.CommandGetDbSchemas.Builder |
Represents a request to retrieve the list of database schemas on a Flight SQL enabled backend.
|
FlightSql.CommandGetExportedKeys |
Represents a request to retrieve a description of the foreign key columns that reference the given table's
primary key columns (the foreign keys exported by a table) of a table on a Flight SQL enabled backend.
|
FlightSql.CommandGetExportedKeys.Builder |
Represents a request to retrieve a description of the foreign key columns that reference the given table's
primary key columns (the foreign keys exported by a table) of a table on a Flight SQL enabled backend.
|
FlightSql.CommandGetImportedKeys |
Represents a request to retrieve the foreign keys of a table on a Flight SQL enabled backend.
|
FlightSql.CommandGetImportedKeys.Builder |
Represents a request to retrieve the foreign keys of a table on a Flight SQL enabled backend.
|
FlightSql.CommandGetPrimaryKeys |
Represents a request to retrieve the primary keys of a table on a Flight SQL enabled backend.
|
FlightSql.CommandGetPrimaryKeys.Builder |
Represents a request to retrieve the primary keys of a table on a Flight SQL enabled backend.
|
FlightSql.CommandGetSqlInfo |
Represents a metadata request.
|
FlightSql.CommandGetSqlInfo.Builder |
Represents a metadata request.
|
FlightSql.CommandGetTables |
Represents a request to retrieve the list of tables, and optionally their schemas, on a Flight SQL enabled backend.
|
FlightSql.CommandGetTables.Builder |
Represents a request to retrieve the list of tables, and optionally their schemas, on a Flight SQL enabled backend.
|
FlightSql.CommandGetTableTypes |
Represents a request to retrieve the list of table types on a Flight SQL enabled backend.
|
FlightSql.CommandGetTableTypes.Builder |
Represents a request to retrieve the list of table types on a Flight SQL enabled backend.
|
FlightSql.CommandGetXdbcTypeInfo |
Represents a request to retrieve information about data type supported on a Flight SQL enabled backend.
|
FlightSql.CommandGetXdbcTypeInfo.Builder |
Represents a request to retrieve information about data type supported on a Flight SQL enabled backend.
|
FlightSql.CommandPreparedStatementQuery |
Represents an instance of executing a prepared statement.
|
FlightSql.CommandPreparedStatementQuery.Builder |
Represents an instance of executing a prepared statement.
|
FlightSql.CommandPreparedStatementUpdate |
Represents a SQL update query.
|
FlightSql.CommandPreparedStatementUpdate.Builder |
Represents a SQL update query.
|
FlightSql.CommandStatementQuery |
Represents a SQL query.
|
FlightSql.CommandStatementQuery.Builder |
Represents a SQL query.
|
FlightSql.CommandStatementSubstraitPlan |
Represents a Substrait plan.
|
FlightSql.CommandStatementSubstraitPlan.Builder |
Represents a Substrait plan.
|
FlightSql.CommandStatementUpdate |
Represents a SQL update query.
|
FlightSql.CommandStatementUpdate.Builder |
Represents a SQL update query.
|
FlightSql.DoPutUpdateResult |
Returned from the RPC call DoPut when a CommandStatementUpdate
CommandPreparedStatementUpdate was in the request, containing
results from the update.
|
FlightSql.DoPutUpdateResult.Builder |
Returned from the RPC call DoPut when a CommandStatementUpdate
CommandPreparedStatementUpdate was in the request, containing
results from the update.
|
FlightSql.SubstraitPlan |
An embedded message describing a Substrait plan to execute.
|
FlightSql.SubstraitPlan.Builder |
An embedded message describing a Substrait plan to execute.
|
FlightSql.TicketStatementQuery |
Represents a ticket resulting from GetFlightInfo with a CommandStatementQuery.
|
FlightSql.TicketStatementQuery.Builder |
Represents a ticket resulting from GetFlightInfo with a CommandStatementQuery.
|
Enum | Description |
---|---|
FlightSql.ActionCancelQueryResult.CancelResult |
Protobuf enum
arrow.flight.protocol.sql.ActionCancelQueryResult.CancelResult |
FlightSql.ActionEndSavepointRequest.EndSavepoint |
Protobuf enum
arrow.flight.protocol.sql.ActionEndSavepointRequest.EndSavepoint |
FlightSql.ActionEndTransactionRequest.EndTransaction |
Protobuf enum
arrow.flight.protocol.sql.ActionEndTransactionRequest.EndTransaction |
FlightSql.Nullable |
Protobuf enum
arrow.flight.protocol.sql.Nullable |
FlightSql.Searchable |
Protobuf enum
arrow.flight.protocol.sql.Searchable |
FlightSql.SqlInfo |
Options for CommandGetSqlInfo.
|
FlightSql.SqlNullOrdering |
Protobuf enum
arrow.flight.protocol.sql.SqlNullOrdering |
FlightSql.SqlOuterJoinsSupportLevel |
Protobuf enum
arrow.flight.protocol.sql.SqlOuterJoinsSupportLevel |
FlightSql.SqlSupportedCaseSensitivity |
Protobuf enum
arrow.flight.protocol.sql.SqlSupportedCaseSensitivity |
FlightSql.SqlSupportedElementActions |
Protobuf enum
arrow.flight.protocol.sql.SqlSupportedElementActions |
FlightSql.SqlSupportedGroupBy |
Protobuf enum
arrow.flight.protocol.sql.SqlSupportedGroupBy |
FlightSql.SqlSupportedPositionedCommands |
Protobuf enum
arrow.flight.protocol.sql.SqlSupportedPositionedCommands |
FlightSql.SqlSupportedResultSetConcurrency |
Protobuf enum
arrow.flight.protocol.sql.SqlSupportedResultSetConcurrency |
FlightSql.SqlSupportedResultSetType |
Protobuf enum
arrow.flight.protocol.sql.SqlSupportedResultSetType |
FlightSql.SqlSupportedSubqueries |
Protobuf enum
arrow.flight.protocol.sql.SqlSupportedSubqueries |
FlightSql.SqlSupportedTransaction |
The level of support for Flight SQL transaction RPCs.
|
FlightSql.SqlSupportedTransactions |
Protobuf enum
arrow.flight.protocol.sql.SqlSupportedTransactions |
FlightSql.SqlSupportedUnions |
Protobuf enum
arrow.flight.protocol.sql.SqlSupportedUnions |
FlightSql.SqlSupportsConvert |
Protobuf enum
arrow.flight.protocol.sql.SqlSupportsConvert |
FlightSql.SqlTransactionIsolationLevel |
Protobuf enum
arrow.flight.protocol.sql.SqlTransactionIsolationLevel |
FlightSql.SupportedAnsi92SqlGrammarLevel |
Protobuf enum
arrow.flight.protocol.sql.SupportedAnsi92SqlGrammarLevel |
FlightSql.SupportedSqlGrammar |
Protobuf enum
arrow.flight.protocol.sql.SupportedSqlGrammar |
FlightSql.UpdateDeleteRules |
Protobuf enum
arrow.flight.protocol.sql.UpdateDeleteRules |
FlightSql.XdbcDataType |
The JDBC/ODBC-defined type of any object.
|
FlightSql.XdbcDatetimeSubcode |
Detailed subtype information for XDBC_TYPE_DATETIME and XDBC_TYPE_INTERVAL.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.