public final class FlightSql extends Object
Modifier and Type | Class and Description |
---|---|
static class |
FlightSql.ActionBeginSavepointRequest
Request message for the "BeginSavepoint" action.
|
static interface |
FlightSql.ActionBeginSavepointRequestOrBuilder |
static class |
FlightSql.ActionBeginSavepointResult
The result of a "BeginSavepoint" action.
|
static interface |
FlightSql.ActionBeginSavepointResultOrBuilder |
static class |
FlightSql.ActionBeginTransactionRequest
Request message for the "BeginTransaction" action.
|
static interface |
FlightSql.ActionBeginTransactionRequestOrBuilder |
static class |
FlightSql.ActionBeginTransactionResult
The result of a "BeginTransaction" action.
|
static interface |
FlightSql.ActionBeginTransactionResultOrBuilder |
static class |
FlightSql.ActionCancelQueryRequest
Deprecated.
|
static interface |
FlightSql.ActionCancelQueryRequestOrBuilder
Deprecated.
|
static class |
FlightSql.ActionCancelQueryResult
Deprecated.
|
static interface |
FlightSql.ActionCancelQueryResultOrBuilder
Deprecated.
|
static class |
FlightSql.ActionClosePreparedStatementRequest
Request message for the "ClosePreparedStatement" action on a Flight SQL enabled backend.
|
static interface |
FlightSql.ActionClosePreparedStatementRequestOrBuilder |
static class |
FlightSql.ActionCreatePreparedStatementRequest
Request message for the "CreatePreparedStatement" action on a Flight SQL enabled backend.
|
static interface |
FlightSql.ActionCreatePreparedStatementRequestOrBuilder |
static class |
FlightSql.ActionCreatePreparedStatementResult
Wrap the result of a "CreatePreparedStatement" or "CreatePreparedSubstraitPlan" action.
|
static interface |
FlightSql.ActionCreatePreparedStatementResultOrBuilder |
static class |
FlightSql.ActionCreatePreparedSubstraitPlanRequest
Request message for the "CreatePreparedSubstraitPlan" action on a Flight SQL enabled backend.
|
static interface |
FlightSql.ActionCreatePreparedSubstraitPlanRequestOrBuilder |
static class |
FlightSql.ActionEndSavepointRequest
Request message for the "EndSavepoint" action.
|
static interface |
FlightSql.ActionEndSavepointRequestOrBuilder |
static class |
FlightSql.ActionEndTransactionRequest
Request message for the "EndTransaction" action.
|
static interface |
FlightSql.ActionEndTransactionRequestOrBuilder |
static class |
FlightSql.CommandGetCatalogs
Represents a request to retrieve the list of catalogs on a Flight SQL enabled backend.
|
static interface |
FlightSql.CommandGetCatalogsOrBuilder |
static class |
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.
|
static interface |
FlightSql.CommandGetCrossReferenceOrBuilder |
static class |
FlightSql.CommandGetDbSchemas
Represents a request to retrieve the list of database schemas on a Flight SQL enabled backend.
|
static interface |
FlightSql.CommandGetDbSchemasOrBuilder |
static class |
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.
|
static interface |
FlightSql.CommandGetExportedKeysOrBuilder |
static class |
FlightSql.CommandGetImportedKeys
Represents a request to retrieve the foreign keys of a table on a Flight SQL enabled backend.
|
static interface |
FlightSql.CommandGetImportedKeysOrBuilder |
static class |
FlightSql.CommandGetPrimaryKeys
Represents a request to retrieve the primary keys of a table on a Flight SQL enabled backend.
|
static interface |
FlightSql.CommandGetPrimaryKeysOrBuilder |
static class |
FlightSql.CommandGetSqlInfo
Represents a metadata request.
|
static interface |
FlightSql.CommandGetSqlInfoOrBuilder |
static class |
FlightSql.CommandGetTables
Represents a request to retrieve the list of tables, and optionally their schemas, on a Flight SQL enabled backend.
|
static interface |
FlightSql.CommandGetTablesOrBuilder |
static class |
FlightSql.CommandGetTableTypes
Represents a request to retrieve the list of table types on a Flight SQL enabled backend.
|
static interface |
FlightSql.CommandGetTableTypesOrBuilder |
static class |
FlightSql.CommandGetXdbcTypeInfo
Represents a request to retrieve information about data type supported on a Flight SQL enabled backend.
|
static interface |
FlightSql.CommandGetXdbcTypeInfoOrBuilder |
static class |
FlightSql.CommandPreparedStatementQuery
Represents an instance of executing a prepared statement.
|
static interface |
FlightSql.CommandPreparedStatementQueryOrBuilder |
static class |
FlightSql.CommandPreparedStatementUpdate
Represents a SQL update query.
|
static interface |
FlightSql.CommandPreparedStatementUpdateOrBuilder |
static class |
FlightSql.CommandStatementQuery
Represents a SQL query.
|
static interface |
FlightSql.CommandStatementQueryOrBuilder |
static class |
FlightSql.CommandStatementSubstraitPlan
Represents a Substrait plan.
|
static interface |
FlightSql.CommandStatementSubstraitPlanOrBuilder |
static class |
FlightSql.CommandStatementUpdate
Represents a SQL update query.
|
static interface |
FlightSql.CommandStatementUpdateOrBuilder |
static class |
FlightSql.DoPutUpdateResult
Returned from the RPC call DoPut when a CommandStatementUpdate
CommandPreparedStatementUpdate was in the request, containing
results from the update.
|
static interface |
FlightSql.DoPutUpdateResultOrBuilder |
static class |
FlightSql.Nullable
Protobuf enum
arrow.flight.protocol.sql.Nullable |
static class |
FlightSql.Searchable
Protobuf enum
arrow.flight.protocol.sql.Searchable |
static class |
FlightSql.SqlInfo
Options for CommandGetSqlInfo.
|
static class |
FlightSql.SqlNullOrdering
Protobuf enum
arrow.flight.protocol.sql.SqlNullOrdering |
static class |
FlightSql.SqlOuterJoinsSupportLevel
Protobuf enum
arrow.flight.protocol.sql.SqlOuterJoinsSupportLevel |
static class |
FlightSql.SqlSupportedCaseSensitivity
Protobuf enum
arrow.flight.protocol.sql.SqlSupportedCaseSensitivity |
static class |
FlightSql.SqlSupportedElementActions
Protobuf enum
arrow.flight.protocol.sql.SqlSupportedElementActions |
static class |
FlightSql.SqlSupportedGroupBy
Protobuf enum
arrow.flight.protocol.sql.SqlSupportedGroupBy |
static class |
FlightSql.SqlSupportedPositionedCommands
Protobuf enum
arrow.flight.protocol.sql.SqlSupportedPositionedCommands |
static class |
FlightSql.SqlSupportedResultSetConcurrency
Protobuf enum
arrow.flight.protocol.sql.SqlSupportedResultSetConcurrency |
static class |
FlightSql.SqlSupportedResultSetType
Protobuf enum
arrow.flight.protocol.sql.SqlSupportedResultSetType |
static class |
FlightSql.SqlSupportedSubqueries
Protobuf enum
arrow.flight.protocol.sql.SqlSupportedSubqueries |
static class |
FlightSql.SqlSupportedTransaction
The level of support for Flight SQL transaction RPCs.
|
static class |
FlightSql.SqlSupportedTransactions
Protobuf enum
arrow.flight.protocol.sql.SqlSupportedTransactions |
static class |
FlightSql.SqlSupportedUnions
Protobuf enum
arrow.flight.protocol.sql.SqlSupportedUnions |
static class |
FlightSql.SqlSupportsConvert
Protobuf enum
arrow.flight.protocol.sql.SqlSupportsConvert |
static class |
FlightSql.SqlTransactionIsolationLevel
Protobuf enum
arrow.flight.protocol.sql.SqlTransactionIsolationLevel |
static class |
FlightSql.SubstraitPlan
An embedded message describing a Substrait plan to execute.
|
static interface |
FlightSql.SubstraitPlanOrBuilder |
static class |
FlightSql.SupportedAnsi92SqlGrammarLevel
Protobuf enum
arrow.flight.protocol.sql.SupportedAnsi92SqlGrammarLevel |
static class |
FlightSql.SupportedSqlGrammar
Protobuf enum
arrow.flight.protocol.sql.SupportedSqlGrammar |
static class |
FlightSql.TicketStatementQuery
Represents a ticket resulting from GetFlightInfo with a CommandStatementQuery.
|
static interface |
FlightSql.TicketStatementQueryOrBuilder |
static class |
FlightSql.UpdateDeleteRules
Protobuf enum
arrow.flight.protocol.sql.UpdateDeleteRules |
static class |
FlightSql.XdbcDataType
The JDBC/ODBC-defined type of any object.
|
static class |
FlightSql.XdbcDatetimeSubcode
Detailed subtype information for XDBC_TYPE_DATETIME and XDBC_TYPE_INTERVAL.
|
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MessageOptions,Boolean> |
experimental
extend .google.protobuf.MessageOptions { ... |
static int |
EXPERIMENTAL_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Descriptors.FileDescriptor |
getDescriptor() |
static void |
registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) |
static void |
registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) |
public static final int EXPERIMENTAL_FIELD_NUMBER
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MessageOptions,Boolean> experimental
extend .google.protobuf.MessageOptions { ... }
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
Copyright © 2023 The Apache Software Foundation. All rights reserved.