- abort(Executor) - Method in class org.apache.calcite.avatica.AvaticaConnection
-
- abort(Executor) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
-
- absolute(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- absolute(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
-
- AbstractAvaticaHandler - Class in org.apache.calcite.avatica.server
-
Base-class for Avatica implemented Jetty Handlers.
- AbstractAvaticaHandler() - Constructor for class org.apache.calcite.avatica.server.AbstractAvaticaHandler
-
- AbstractCursor - Class in org.apache.calcite.avatica.util
-
Base class for implementing a cursor.
- AbstractCursor() - Constructor for class org.apache.calcite.avatica.util.AbstractCursor
-
- AbstractCursor.AbstractGetter - Class in org.apache.calcite.avatica.util
-
- AbstractCursor.ArrayAccessor - Class in org.apache.calcite.avatica.util
-
Accessor that assumes that the underlying value is an ARRAY;
corresponds to
Types.ARRAY
.
- AbstractCursor.Getter - Interface in org.apache.calcite.avatica.util
-
Gets a value from a particular field of the current record of this
cursor.
- AbstractCursor.SlotGetter - Class in org.apache.calcite.avatica.util
-
- AbstractCursor.StructGetter - Class in org.apache.calcite.avatica.util
-
Implementation of
AbstractCursor.Getter
that returns the value of a given field
of the current contents of another getter.
- AbstractGetter() - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.AbstractGetter
-
- AbstractHandler<T> - Class in org.apache.calcite.avatica.remote
-
Abstract base class for
Handler
s to extend to inherit functionality common across
serialization strategies.
- AbstractHandler(Service) - Constructor for class org.apache.calcite.avatica.remote.AbstractHandler
-
- AbstractService - Class in org.apache.calcite.avatica.remote
-
A common base class for
Service
implementations that implement
modifications made to response objects.
- AbstractService() - Constructor for class org.apache.calcite.avatica.remote.AbstractService
-
- accept(Service) - Method in class org.apache.calcite.avatica.remote.Service.ExecuteBatchRequest
-
- accept(Service) - Method in class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteBatchRequest
-
- acceptsURL(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDriver
-
- acceptsURL(String) - Method in class org.apache.calcite.avatica.UnregisteredDriver
-
- accessorList - Variable in class org.apache.calcite.avatica.AvaticaResultSet
-
- add(int) - Method in class org.apache.calcite.avatica.util.Spacer
-
Increases the current number of spaces by n
.
- addAllArgs(Iterable<? extends Common.MetaDataOperationArgument>) - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
-
repeated .MetaDataOperationArgument args = 4;
- addAllArrayValue(Iterable<? extends Common.TypedValue>) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
-
repeated .TypedValue array_value = 2;
- addAllArrayValue(Iterable<? extends Common.TypedValue>) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
-
The Array
- addAllColumns(Iterable<? extends Common.ColumnMetaData>) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
-
Only present when name = STRUCT
- addAllColumns(Iterable<? extends Common.ColumnMetaData>) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
-
repeated .ColumnMetaData columns = 1;
- addAllExceptions(Iterable<String>) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
-
exception stacktraces, many for linked exceptions.
- addAllFieldNames(Iterable<String>) - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
-
repeated string field_names = 3;
- addAllFunctions(Iterable<String>) - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty.Builder
-
repeated string functions = 2;
- addAllIntArrayValues(Iterable<? extends Integer>) - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
-
repeated sint32 int_array_values = 5;
- addAllParameters(Iterable<? extends Common.AvaticaParameter>) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
-
repeated .AvaticaParameter parameters = 3;
- addAllParameterValues(Iterable<? extends Common.TypedValue>) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
-
repeated .TypedValue parameter_values = 2;
- addAllParameterValues(Iterable<? extends Common.TypedValue>) - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch.Builder
-
repeated .TypedValue parameter_values = 1;
- addAllProps(Iterable<? extends Responses.DatabasePropertyElement>) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
-
repeated .DatabasePropertyElement props = 1;
- addAllResults(Iterable<? extends Responses.ResultSetResponse>) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
-
repeated .ResultSetResponse results = 1;
- addAllRows(Iterable<? extends Common.Row>) - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
-
repeated .Row rows = 3;
- addAllSqlCommands(Iterable<String>) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest.Builder
-
repeated string sql_commands = 3;
- addAllStringArrayValues(Iterable<String>) - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
-
repeated string string_array_values = 4;
- addAllTypeList(Iterable<String>) - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
-
repeated string type_list = 4;
- addAllUpdateCounts(Iterable<? extends Long>) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
-
repeated uint64 update_counts = 3;
- addAllUpdates(Iterable<? extends Requests.UpdateBatch>) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
-
A batch of updates is a list<list<typevalue>>
- addAllValue(Iterable<? extends Common.ColumnValue>) - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
-
repeated .ColumnValue value = 1;
- addAllValue(Iterable<? extends Common.TypedValue>) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
-
deprecated, use array_value or scalar_value
- addArgs(int, Common.MetaDataOperationArgument) - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
-
repeated .MetaDataOperationArgument args = 4;
- addArgs(int, Common.MetaDataOperationArgument.Builder) - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
-
repeated .MetaDataOperationArgument args = 4;
- addArgs(Common.MetaDataOperationArgument) - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
-
repeated .MetaDataOperationArgument args = 4;
- addArgs(Common.MetaDataOperationArgument.Builder) - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
-
repeated .MetaDataOperationArgument args = 4;
- addArgsBuilder() - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
-
repeated .MetaDataOperationArgument args = 4;
- addArgsBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
-
repeated .MetaDataOperationArgument args = 4;
- addArrayValue(int, Common.TypedValue) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
-
repeated .TypedValue array_value = 2;
- addArrayValue(int, Common.TypedValue) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
-
The Array
- addArrayValue(int, Common.TypedValue.Builder) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
-
repeated .TypedValue array_value = 2;
- addArrayValue(int, Common.TypedValue.Builder) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
-
The Array
- addArrayValue(Common.TypedValue) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
-
repeated .TypedValue array_value = 2;
- addArrayValue(Common.TypedValue) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
-
The Array
- addArrayValue(Common.TypedValue.Builder) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
-
repeated .TypedValue array_value = 2;
- addArrayValue(Common.TypedValue.Builder) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
-
The Array
- addArrayValueBuilder() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
-
repeated .TypedValue array_value = 2;
- addArrayValueBuilder() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
-
The Array
- addArrayValueBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
-
repeated .TypedValue array_value = 2;
- addArrayValueBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
-
The Array
- addBatch() - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
-
- addBatch() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
-
- addBatch(String) - Method in class org.apache.calcite.avatica.AvaticaStatement
-
- addBatch(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
-
- addBatch(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
-
- addColumns(int, Common.ColumnMetaData) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
-
Only present when name = STRUCT
- addColumns(int, Common.ColumnMetaData) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
-
repeated .ColumnMetaData columns = 1;
- addColumns(int, Common.ColumnMetaData.Builder) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
-
Only present when name = STRUCT
- addColumns(int, Common.ColumnMetaData.Builder) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
-
repeated .ColumnMetaData columns = 1;
- addColumns(Common.ColumnMetaData) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
-
Only present when name = STRUCT
- addColumns(Common.ColumnMetaData) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
-
repeated .ColumnMetaData columns = 1;
- addColumns(Common.ColumnMetaData.Builder) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
-
Only present when name = STRUCT
- addColumns(Common.ColumnMetaData.Builder) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
-
repeated .ColumnMetaData columns = 1;
- addColumnsBuilder() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
-
Only present when name = STRUCT
- addColumnsBuilder() - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
-
repeated .ColumnMetaData columns = 1;
- addColumnsBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
-
Only present when name = STRUCT
- addColumnsBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
-
repeated .ColumnMetaData columns = 1;
- addExceptions(String) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
-
exception stacktraces, many for linked exceptions.
- addExceptionsBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
-
exception stacktraces, many for linked exceptions.
- addFieldNames(String) - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
-
repeated string field_names = 3;
- addFieldNamesBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
-
repeated string field_names = 3;
- addFunctions(String) - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty.Builder
-
repeated string functions = 2;
- addFunctionsBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty.Builder
-
repeated string functions = 2;
- addIntArrayValues(int) - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
-
repeated sint32 int_array_values = 5;
- addLifeCycleListener(LifeCycle.Listener) - Method in class org.apache.calcite.avatica.server.DelegatingAvaticaHandler
-
- addMonths(int, int) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
-
Adds a given number of months to a date, represented as the number of
days since the epoch.
- addMonths(long, int) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
-
Adds a given number of months to a timestamp, represented as the number
of milliseconds since the epoch.
- addParameters(int, Common.AvaticaParameter) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
-
repeated .AvaticaParameter parameters = 3;
- addParameters(int, Common.AvaticaParameter.Builder) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
-
repeated .AvaticaParameter parameters = 3;
- addParameters(Common.AvaticaParameter) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
-
repeated .AvaticaParameter parameters = 3;
- addParameters(Common.AvaticaParameter.Builder) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
-
repeated .AvaticaParameter parameters = 3;
- addParametersBuilder() - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
-
repeated .AvaticaParameter parameters = 3;
- addParametersBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
-
repeated .AvaticaParameter parameters = 3;
- addParameterValues(int, Common.TypedValue) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
-
repeated .TypedValue parameter_values = 2;
- addParameterValues(int, Common.TypedValue) - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch.Builder
-
repeated .TypedValue parameter_values = 1;
- addParameterValues(int, Common.TypedValue.Builder) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
-
repeated .TypedValue parameter_values = 2;
- addParameterValues(int, Common.TypedValue.Builder) - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch.Builder
-
repeated .TypedValue parameter_values = 1;
- addParameterValues(Common.TypedValue) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
-
repeated .TypedValue parameter_values = 2;
- addParameterValues(Common.TypedValue) - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch.Builder
-
repeated .TypedValue parameter_values = 1;
- addParameterValues(Common.TypedValue.Builder) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
-
repeated .TypedValue parameter_values = 2;
- addParameterValues(Common.TypedValue.Builder) - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch.Builder
-
repeated .TypedValue parameter_values = 1;
- addParameterValuesBuilder() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
-
repeated .TypedValue parameter_values = 2;
- addParameterValuesBuilder() - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch.Builder
-
repeated .TypedValue parameter_values = 1;
- addParameterValuesBuilder(int) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
-
repeated .TypedValue parameter_values = 2;
- addParameterValuesBuilder(int) - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch.Builder
-
repeated .TypedValue parameter_values = 1;
- addProps(int, Responses.DatabasePropertyElement) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
-
repeated .DatabasePropertyElement props = 1;
- addProps(int, Responses.DatabasePropertyElement.Builder) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
-
repeated .DatabasePropertyElement props = 1;
- addProps(Responses.DatabasePropertyElement) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
-
repeated .DatabasePropertyElement props = 1;
- addProps(Responses.DatabasePropertyElement.Builder) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
-
repeated .DatabasePropertyElement props = 1;
- addPropsBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
-
repeated .DatabasePropertyElement props = 1;
- addPropsBuilder(int) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
-
repeated .DatabasePropertyElement props = 1;
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Common.WireMessage.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.CommitRequest.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Responses.CommitResponse.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
-
- addResults(int, Responses.ResultSetResponse) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
-
repeated .ResultSetResponse results = 1;
- addResults(int, Responses.ResultSetResponse.Builder) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
-
repeated .ResultSetResponse results = 1;
- addResults(Responses.ResultSetResponse) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
-
repeated .ResultSetResponse results = 1;
- addResults(Responses.ResultSetResponse.Builder) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
-
repeated .ResultSetResponse results = 1;
- addResultsBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
-
repeated .ResultSetResponse results = 1;
- addResultsBuilder(int) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
-
repeated .ResultSetResponse results = 1;
- addRows(int, Common.Row) - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
-
repeated .Row rows = 3;
- addRows(int, Common.Row.Builder) - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
-
repeated .Row rows = 3;
- addRows(Common.Row) - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
-
repeated .Row rows = 3;
- addRows(Common.Row.Builder) - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
-
repeated .Row rows = 3;
- addRowsBuilder() - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
-
repeated .Row rows = 3;
- addRowsBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
-
repeated .Row rows = 3;
- addSqlCommands(String) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest.Builder
-
repeated string sql_commands = 3;
- addSqlCommandsBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest.Builder
-
repeated string sql_commands = 3;
- addStringArrayValues(String) - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
-
repeated string string_array_values = 4;
- addStringArrayValuesBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
-
repeated string string_array_values = 4;
- addTypeList(String) - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
-
repeated string type_list = 4;
- addTypeListBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
-
repeated string type_list = 4;
- addUpdateCounts(long) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
-
repeated uint64 update_counts = 3;
- addUpdates(int, Requests.UpdateBatch) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
-
A batch of updates is a list<list<typevalue>>
- addUpdates(int, Requests.UpdateBatch.Builder) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
-
A batch of updates is a list<list<typevalue>>
- addUpdates(Requests.UpdateBatch) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
-
A batch of updates is a list<list<typevalue>>
- addUpdates(Requests.UpdateBatch.Builder) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
-
A batch of updates is a list<list<typevalue>>
- addUpdatesBuilder() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
-
A batch of updates is a list<list<typevalue>>
- addUpdatesBuilder(int) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
-
A batch of updates is a list<list<typevalue>>
- addValue(int, Common.ColumnValue) - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
-
repeated .ColumnValue value = 1;
- addValue(int, Common.ColumnValue.Builder) - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
-
repeated .ColumnValue value = 1;
- addValue(int, Common.TypedValue) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
-
deprecated, use array_value or scalar_value
- addValue(int, Common.TypedValue.Builder) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
-
deprecated, use array_value or scalar_value
- addValue(Common.ColumnValue) - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
-
repeated .ColumnValue value = 1;
- addValue(Common.ColumnValue.Builder) - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
-
repeated .ColumnValue value = 1;
- addValue(Common.TypedValue) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
-
deprecated, use array_value or scalar_value
- addValue(Common.TypedValue.Builder) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
-
deprecated, use array_value or scalar_value
- addValueBuilder() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
-
deprecated, use array_value or scalar_value
- addValueBuilder() - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
-
repeated .ColumnValue value = 1;
- addValueBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
-
deprecated, use array_value or scalar_value
- addValueBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
-
repeated .ColumnValue value = 1;
- advanceResultSetToOffset(ResultSet, long) - Method in class org.apache.calcite.avatica.jdbc.StatementInfo
-
Consumes
offset - position
elements from the
ResultSet
.
- afterLast() - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- afterLast() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
-
- allProceduresAreCallable() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- allProceduresAreCallable() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
-
- allTablesAreSelectable() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- allTablesAreSelectable() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
-
- ALTER - org.apache.calcite.avatica.Meta.StatementType
-
- ALTER - org.apache.calcite.avatica.proto.Common.StatementType
-
ALTER = 9;
- ALTER_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.StatementType
-
ALTER = 9;
- AMBIGUOUS_CURSOR_NAME_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
3C000: ambiguous cursor name
- ANY - org.apache.calcite.avatica.SqlType
-
- append(PrintWriter, int) - Static method in class org.apache.calcite.avatica.util.Spaces
-
- append(StringWriter, int) - Static method in class org.apache.calcite.avatica.util.Spaces
-
- append(Appendable, int) - Static method in class org.apache.calcite.avatica.util.Spaces
-
- append(StringBuffer, int) - Static method in class org.apache.calcite.avatica.util.Spaces
-
- append(StringBuilder, int) - Static method in class org.apache.calcite.avatica.util.Spaces
-
- apply(byte[]) - Method in class org.apache.calcite.avatica.remote.ProtobufHandler
-
- apply(String) - Method in class org.apache.calcite.avatica.remote.JsonHandler
-
- apply(String) - Method in class org.apache.calcite.avatica.remote.JsonService
-
Derived class should implement this method to transport requests and
responses to and from the peer service.
- apply(String) - Method in class org.apache.calcite.avatica.remote.LocalJsonService
-
- apply(String) - Method in class org.apache.calcite.avatica.remote.MockJsonService
-
- apply(String) - Method in class org.apache.calcite.avatica.remote.RemoteService
-
- apply(Connection, Meta.ConnectionProperties) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
-
- apply(ConnectionProperty, String) - Method in interface org.apache.calcite.avatica.ConnectionConfigImpl.Converter
-
- apply(Service.CatalogsRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
-
- apply(Service.CatalogsRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
-
- apply(Service.CatalogsRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
-
- apply(Service.CatalogsRequest) - Method in interface org.apache.calcite.avatica.remote.Service
-
- apply(Service.CloseConnectionRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
-
- apply(Service.CloseConnectionRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
-
- apply(Service.CloseConnectionRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
-
- apply(Service.CloseConnectionRequest) - Method in interface org.apache.calcite.avatica.remote.Service
-
- apply(Service.CloseStatementRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
-
- apply(Service.CloseStatementRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
-
- apply(Service.CloseStatementRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
-
- apply(Service.CloseStatementRequest) - Method in interface org.apache.calcite.avatica.remote.Service
-
- apply(Service.ColumnsRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
-
- apply(Service.ColumnsRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
-
- apply(Service.ColumnsRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
-
- apply(Service.ColumnsRequest) - Method in interface org.apache.calcite.avatica.remote.Service
-
- apply(Service.CommitRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
-
- apply(Service.CommitRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
-
- apply(Service.CommitRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
-
- apply(Service.CommitRequest) - Method in interface org.apache.calcite.avatica.remote.Service
-
- apply(Service.ConnectionSyncRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
-
- apply(Service.ConnectionSyncRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
-
- apply(Service.ConnectionSyncRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
-
- apply(Service.ConnectionSyncRequest) - Method in interface org.apache.calcite.avatica.remote.Service
-
- apply(Service.CreateStatementRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
-
- apply(Service.CreateStatementRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
-
- apply(Service.CreateStatementRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
-
- apply(Service.CreateStatementRequest) - Method in interface org.apache.calcite.avatica.remote.Service
-
- apply(Service.DatabasePropertyRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
-
- apply(Service.DatabasePropertyRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
-
- apply(Service.DatabasePropertyRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
-
- apply(Service.DatabasePropertyRequest) - Method in interface org.apache.calcite.avatica.remote.Service
-
- apply(Service.ExecuteBatchRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
-
- apply(Service.ExecuteBatchRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
-
- apply(Service.ExecuteBatchRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
-
- apply(Service.ExecuteBatchRequest) - Method in interface org.apache.calcite.avatica.remote.Service
-
- apply(Service.ExecuteRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
-
- apply(Service.ExecuteRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
-
- apply(Service.ExecuteRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
-
- apply(Service.ExecuteRequest) - Method in interface org.apache.calcite.avatica.remote.Service
-
- apply(Service.FetchRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
-
- apply(Service.FetchRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
-
- apply(Service.FetchRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
-
- apply(Service.FetchRequest) - Method in interface org.apache.calcite.avatica.remote.Service
-
- apply(Service.OpenConnectionRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
-
- apply(Service.OpenConnectionRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
-
- apply(Service.OpenConnectionRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
-
- apply(Service.OpenConnectionRequest) - Method in interface org.apache.calcite.avatica.remote.Service
-
- apply(Service.PrepareAndExecuteBatchRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
-
- apply(Service.PrepareAndExecuteBatchRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
-
- apply(Service.PrepareAndExecuteBatchRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
-
- apply(Service.PrepareAndExecuteBatchRequest) - Method in interface org.apache.calcite.avatica.remote.Service
-
- apply(Service.PrepareAndExecuteRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
-
- apply(Service.PrepareAndExecuteRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
-
- apply(Service.PrepareAndExecuteRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
-
- apply(Service.PrepareAndExecuteRequest) - Method in interface org.apache.calcite.avatica.remote.Service
-
- apply(Service.PrepareRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
-
- apply(Service.PrepareRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
-
- apply(Service.PrepareRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
-
- apply(Service.PrepareRequest) - Method in interface org.apache.calcite.avatica.remote.Service
-
- apply(Service.RollbackRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
-
- apply(Service.RollbackRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
-
- apply(Service.RollbackRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
-
- apply(Service.RollbackRequest) - Method in interface org.apache.calcite.avatica.remote.Service
-
- apply(Service.SchemasRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
-
- apply(Service.SchemasRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
-
- apply(Service.SchemasRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
-
- apply(Service.SchemasRequest) - Method in interface org.apache.calcite.avatica.remote.Service
-
- apply(Service.SyncResultsRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
-
- apply(Service.SyncResultsRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
-
- apply(Service.SyncResultsRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
-
- apply(Service.SyncResultsRequest) - Method in interface org.apache.calcite.avatica.remote.Service
-
- apply(Service.TablesRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
-
- apply(Service.TablesRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
-
- apply(Service.TablesRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
-
- apply(Service.TablesRequest) - Method in interface org.apache.calcite.avatica.remote.Service
-
- apply(Service.TableTypesRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
-
- apply(Service.TableTypesRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
-
- apply(Service.TableTypesRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
-
- apply(Service.TableTypesRequest) - Method in interface org.apache.calcite.avatica.remote.Service
-
- apply(Service.TypeInfoRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
-
- apply(Service.TypeInfoRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
-
- apply(Service.TypeInfoRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
-
- apply(Service.TypeInfoRequest) - Method in interface org.apache.calcite.avatica.remote.Service
-
- apply(T) - Method in class org.apache.calcite.avatica.remote.AbstractHandler
-
Compute a response for the given request, handling errors generated by that computation.
- apply(T) - Method in interface org.apache.calcite.avatica.remote.Handler
-
- ARGS_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.QueryState
-
- array(ColumnMetaData.AvaticaType, String, ColumnMetaData.Rep) - Static method in class org.apache.calcite.avatica.ColumnMetaData
-
- ARRAY - org.apache.calcite.avatica.ColumnMetaData.Rep
-
- ARRAY - org.apache.calcite.avatica.Meta.Style
-
- ARRAY - org.apache.calcite.avatica.proto.Common.CursorFactory.Style
-
ARRAY = 3;
- ARRAY - org.apache.calcite.avatica.proto.Common.Rep
-
ARRAY = 27;
- ARRAY - org.apache.calcite.avatica.SqlType
-
- ARRAY - Static variable in class org.apache.calcite.avatica.Meta.CursorFactory
-
- ARRAY_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.CursorFactory.Style
-
ARRAY = 3;
- ARRAY_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
-
ARRAY = 27;
- ARRAY_VALUE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ColumnValue
-
- ARRAY_VALUE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.TypedValue
-
- ArrayAccessor(AbstractCursor.Getter, ColumnMetaData.AvaticaType, Cursor.Accessor, AbstractCursor.SlotGetter, ArrayImpl.Factory) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.ArrayAccessor
-
- ArrayFactoryImpl - Class in org.apache.calcite.avatica.util
-
- ArrayFactoryImpl(TimeZone) - Constructor for class org.apache.calcite.avatica.util.ArrayFactoryImpl
-
- ArrayGetter(int) - Constructor for class org.apache.calcite.avatica.util.PositionedCursor.ArrayGetter
-
- ArrayImpl - Class in org.apache.calcite.avatica.util
-
Implementation of JDBC
Array
.
- ArrayImpl(List<Object>, AbstractCursor.ArrayAccessor) - Constructor for class org.apache.calcite.avatica.util.ArrayImpl
-
- ArrayImpl.Factory - Interface in org.apache.calcite.avatica.util
-
Factory that can create a ResultSet or Array based on a stream of values.
- ArrayIteratorCursor - Class in org.apache.calcite.avatica.util
-
- ArrayIteratorCursor(Iterator<Object[]>) - Constructor for class org.apache.calcite.avatica.util.ArrayIteratorCursor
-
Creates an ArrayEnumeratorCursor.
- ArrayType(int, String, ColumnMetaData.Rep, ColumnMetaData.AvaticaType) - Constructor for class org.apache.calcite.avatica.ColumnMetaData.ArrayType
-
Not for public use.
- ascOrDesc - Variable in class org.apache.calcite.avatica.MetaImpl.MetaIndexInfo
-
- assign(Meta.Signature, Meta.Frame, long) - Method in interface org.apache.calcite.avatica.Meta.PrepareCallback
-
- ATTEMPT_TO_ASSIGN_TO_NON_UPDATABLE_COLUMN_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
0U000: attempt to assign to non-updatable column
- ATTEMPT_TO_ASSIGN_TO_ORDERING_COLUMN_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
0V000: attempt to assign to ordering column
- attrDef - Variable in class org.apache.calcite.avatica.MetaImpl.MetaAttribute
-
- attrName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaAttribute
-
- attrSize - Variable in class org.apache.calcite.avatica.MetaImpl.MetaAttribute
-
- attrTypeName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaAttribute
-
- authCache - Variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
-
- authentication() - Method in interface org.apache.calcite.avatica.ConnectionConfig
-
- authentication() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
-
- AUTHENTICATION - org.apache.calcite.avatica.BuiltInConnectionProperty
-
The type of authentication to be used
- AuthenticationType - Enum in org.apache.calcite.avatica.remote
-
An enumeration for support types of authentication for the HttpServer.
- authRegistry - Variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
-
- AUTO_COMMIT_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
-
- AUTO_INCREMENT_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
-
- autoCommitFailureClosesAllResultSets() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- autoCommitFailureClosesAllResultSets() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
-
- autoIncrement - Variable in class org.apache.calcite.avatica.ColumnMetaData
-
- autoIncrement - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
-
- AVATICA_PASSWORD - org.apache.calcite.avatica.BuiltInConnectionProperty
-
Avatica-based authentication password
- AVATICA_USER - org.apache.calcite.avatica.BuiltInConnectionProperty
-
Avatica-based authentication user name
- AVATICA_VERSION - org.apache.calcite.avatica.Meta.DatabaseProperty
-
Database property which is the Avatica version
- AvaticaClientRuntimeException - Exception in org.apache.calcite.avatica
-
- AvaticaClientRuntimeException(String, int, String, AvaticaSeverity, List<String>, Service.RpcMetadataResponse) - Constructor for exception org.apache.calcite.avatica.AvaticaClientRuntimeException
-
- AvaticaClientRuntimeException(String, Throwable) - Constructor for exception org.apache.calcite.avatica.AvaticaClientRuntimeException
-
- AvaticaCommonsHttpClientImpl - Class in org.apache.calcite.avatica.remote
-
A common class to invoke HTTP requests against the Avatica server agnostic of the data being
sent and received across the wire.
- AvaticaCommonsHttpClientImpl(URL) - Constructor for class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
-
- AvaticaCommonsHttpClientSpnegoImpl - Class in org.apache.calcite.avatica.remote
-
Implementation of an AvaticaHttpClient which uses SPNEGO.
- AvaticaCommonsHttpClientSpnegoImpl(URL) - Constructor for class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientSpnegoImpl
-
Constructs an http client with the expectation that the user is already logged in with their
Kerberos identity via JAAS.
- AvaticaCommonsHttpClientSpnegoImpl(URL, GSSCredential) - Constructor for class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientSpnegoImpl
-
Constructs an HTTP client with user specified by the given credentials.
- AvaticaConnection - Class in org.apache.calcite.avatica
-
Implementation of JDBC connection
for the Avatica framework.
- AvaticaConnection(UnregisteredDriver, AvaticaFactory, String, Properties) - Constructor for class org.apache.calcite.avatica.AvaticaConnection
-
Creates an AvaticaConnection.
- AvaticaConnection.CallableWithoutException<T> - Interface in org.apache.calcite.avatica
-
A Callable-like interface but without a "throws Exception".
- AvaticaConnection.Trojan - Class in org.apache.calcite.avatica
-
A way to call package-protected methods.
- AvaticaDatabaseMetaData - Class in org.apache.calcite.avatica
-
- AvaticaDatabaseMetaData(AvaticaConnection) - Constructor for class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- AvaticaFactory - Interface in org.apache.calcite.avatica
-
Factory for JDBC objects.
- AvaticaHandler - Interface in org.apache.calcite.avatica.server
-
A custom interface that extends the Jetty interface to enable extra control within Avatica.
- AvaticaHttpClient - Interface in org.apache.calcite.avatica.remote
-
An interface which defines how requests are sent to the Avatica server.
- AvaticaHttpClientFactory - Interface in org.apache.calcite.avatica.remote
-
- AvaticaHttpClientFactoryImpl - Class in org.apache.calcite.avatica.remote
-
- AvaticaHttpClientFactoryImpl() - Constructor for class org.apache.calcite.avatica.remote.AvaticaHttpClientFactoryImpl
-
- AvaticaHttpClientImpl - Class in org.apache.calcite.avatica.remote
-
A common class to invoke HTTP requests against the Avatica server agnostic of the data being
sent and received across the wire.
- AvaticaHttpClientImpl(URL) - Constructor for class org.apache.calcite.avatica.remote.AvaticaHttpClientImpl
-
- AvaticaJsonHandler - Class in org.apache.calcite.avatica.server
-
Jetty handler that executes Avatica JSON request-responses.
- AvaticaJsonHandler(Service) - Constructor for class org.apache.calcite.avatica.server.AvaticaJsonHandler
-
- AvaticaJsonHandler(Service, MetricsSystem) - Constructor for class org.apache.calcite.avatica.server.AvaticaJsonHandler
-
- AvaticaJsonHandler(Service, MetricsSystem, AvaticaServerConfiguration) - Constructor for class org.apache.calcite.avatica.server.AvaticaJsonHandler
-
- AvaticaNoopConnection - Class in org.apache.calcite.avatica.noop
-
- AvaticaNoopDatabaseMetaData - Class in org.apache.calcite.avatica.noop
-
- AvaticaNoopDriver - Class in org.apache.calcite.avatica.noop
-
A Noop JDBC Driver.
- AvaticaNoopDriver() - Constructor for class org.apache.calcite.avatica.noop.AvaticaNoopDriver
-
- AvaticaNoopParameterMetaData - Class in org.apache.calcite.avatica.noop
-
- AvaticaNoopPreparedStatement - Class in org.apache.calcite.avatica.noop
-
- AvaticaNoopResultSet - Class in org.apache.calcite.avatica.noop
-
A
ResultSet
implementation which does nothing.
- AvaticaNoopResultSetMetaData - Class in org.apache.calcite.avatica.noop
-
- AvaticaNoopStatement - Class in org.apache.calcite.avatica.noop
-
A
Statement
implementation which does nothing.
- AvaticaParameter - Class in org.apache.calcite.avatica
-
Metadata for a parameter.
- AvaticaParameter(boolean, int, int, int, String, String, String) - Constructor for class org.apache.calcite.avatica.AvaticaParameter
-
- avaticaPassword() - Method in interface org.apache.calcite.avatica.ConnectionConfig
-
- avaticaPassword() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
-
- AvaticaPreparedStatement - Class in org.apache.calcite.avatica
-
- AvaticaPreparedStatement(AvaticaConnection, Meta.StatementHandle, Meta.Signature, int, int, int) - Constructor for class org.apache.calcite.avatica.AvaticaPreparedStatement
-
Creates an AvaticaPreparedStatement.
- AvaticaProtobufHandler - Class in org.apache.calcite.avatica.server
-
Jetty handler that executes Avatica JSON request-responses.
- AvaticaProtobufHandler(Service) - Constructor for class org.apache.calcite.avatica.server.AvaticaProtobufHandler
-
- AvaticaProtobufHandler(Service, MetricsSystem) - Constructor for class org.apache.calcite.avatica.server.AvaticaProtobufHandler
-
- AvaticaProtobufHandler(Service, MetricsSystem, AvaticaServerConfiguration) - Constructor for class org.apache.calcite.avatica.server.AvaticaProtobufHandler
-
- AvaticaRemoteConnectionConfigImpl - Class in org.apache.calcite.avatica.remote
-
Implementation of
ConnectionConfig
with extra properties specific to Remote Driver.
- AvaticaRemoteConnectionConfigImpl(Properties) - Constructor for class org.apache.calcite.avatica.remote.AvaticaRemoteConnectionConfigImpl
-
- AvaticaRemoteConnectionProperty - Enum in org.apache.calcite.avatica.remote
-
Enumeration of Avatica remote driver's built-in connection properties.
- AvaticaResultSet - Class in org.apache.calcite.avatica
-
Implementation of
ResultSet
for the Avatica engine.
- AvaticaResultSet(AvaticaStatement, QueryState, Meta.Signature, ResultSetMetaData, TimeZone, Meta.Frame) - Constructor for class org.apache.calcite.avatica.AvaticaResultSet
-
- AvaticaResultSetMetaData - Class in org.apache.calcite.avatica
-
- AvaticaResultSetMetaData(AvaticaStatement, Object, Meta.Signature) - Constructor for class org.apache.calcite.avatica.AvaticaResultSetMetaData
-
- AvaticaRuntimeException - Exception in org.apache.calcite.avatica.remote
-
A
RuntimeException
thrown by Avatica with additional contextual information about
what happened to cause the Exception.
- AvaticaRuntimeException() - Constructor for exception org.apache.calcite.avatica.remote.AvaticaRuntimeException
-
Constructs an AvaticaRuntimeException
with no additional information.
- AvaticaRuntimeException(String, int, String, AvaticaSeverity) - Constructor for exception org.apache.calcite.avatica.remote.AvaticaRuntimeException
-
Constructs an AvaticaRuntimeException
with the given
contextual information surrounding the error.
- AvaticaServerConfiguration - Interface in org.apache.calcite.avatica.server
-
A generic configuration interface that users can implement to configure the
HttpServer
.
- AvaticaSeverity - Enum in org.apache.calcite.avatica
-
An enumeration that denotes the severity of a given unexpected state.
- AvaticaSite - Class in org.apache.calcite.avatica
-
A location that a value can be written to or read from.
- AvaticaSite(AvaticaParameter, Calendar, int, TypedValue[]) - Constructor for class org.apache.calcite.avatica.AvaticaSite
-
- AvaticaSpecificDatabaseMetaData - Interface in org.apache.calcite.avatica
-
- AvaticaSpnegoAuthenticator - Class in org.apache.calcite.avatica.server
-
Custom SpnegoAuthenticator which will still reponse with a WWW-Authentication: Negotiate
header if the client provides some other kind of authentication header.
- AvaticaSpnegoAuthenticator() - Constructor for class org.apache.calcite.avatica.server.AvaticaSpnegoAuthenticator
-
- AvaticaSqlException - Exception in org.apache.calcite.avatica
-
A client-facing
SQLException
which encapsulates errors from the remote Avatica server.
- AvaticaSqlException(String, String, int, List<String>, String) - Constructor for exception org.apache.calcite.avatica.AvaticaSqlException
-
Construct the Exception with information from the server.
- AvaticaStatement - Class in org.apache.calcite.avatica
-
Implementation of
Statement
for the Avatica engine.
- AvaticaStatement(AvaticaConnection, Meta.StatementHandle, int, int, int) - Constructor for class org.apache.calcite.avatica.AvaticaStatement
-
Creates an AvaticaStatement.
- AvaticaStatement(AvaticaConnection, Meta.StatementHandle, int, int, int, Meta.Signature) - Constructor for class org.apache.calcite.avatica.AvaticaStatement
-
- AvaticaType(int, String, ColumnMetaData.Rep) - Constructor for class org.apache.calcite.avatica.ColumnMetaData.AvaticaType
-
- avaticaUser() - Method in interface org.apache.calcite.avatica.ConnectionConfig
-
- avaticaUser() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
-
- AvaticaUtils - Class in org.apache.calcite.avatica
-
Avatica utilities.
- CACHED_CONNECTIONS_MAX_DEFAULT - Static variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientSpnegoImpl
-
- CACHED_CONNECTIONS_MAX_KEY - Static variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientSpnegoImpl
-
- CACHED_CONNECTIONS_MAX_PER_ROUTE_DEFAULT - Static variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientSpnegoImpl
-
- CACHED_CONNECTIONS_MAX_PER_ROUTE_KEY - Static variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientSpnegoImpl
-
- calendar() - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
-
Creates an instance of
Calendar
in the root locale and UTC time
zone.
- call() - Method in interface org.apache.calcite.avatica.AvaticaConnection.CallableWithoutException
-
- CALL - org.apache.calcite.avatica.Meta.StatementType
-
- CALL - org.apache.calcite.avatica.proto.Common.StatementType
-
CALL = 11;
- CALL_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.StatementType
-
CALL = 11;
- camelName() - Method in enum org.apache.calcite.avatica.BuiltInConnectionProperty
-
- camelName() - Method in interface org.apache.calcite.avatica.ConnectionProperty
-
The name of this property in camel-case.
- camelName() - Method in enum org.apache.calcite.avatica.remote.AvaticaRemoteConnectionProperty
-
- camelToUpper(String) - Static method in class org.apache.calcite.avatica.AvaticaUtils
-
Converts a camelCase name into an upper-case underscore-separated name.
- cancel() - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
Sets the flag to indicate that cancel has been requested.
- cancel() - Method in class org.apache.calcite.avatica.AvaticaStatement
-
- cancel() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
-
- cancel() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
-
- cancelFlag - Variable in class org.apache.calcite.avatica.AvaticaStatement
-
- cancelRowUpdates() - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- cancelRowUpdates() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
-
- canGet(SqlType.Method, SqlType) - Static method in enum org.apache.calcite.avatica.SqlType
-
- canSet(Class, SqlType) - Static method in enum org.apache.calcite.avatica.SqlType
-
- canUpdate() - Method in enum org.apache.calcite.avatica.Meta.StatementType
-
- cardinality - Variable in class org.apache.calcite.avatica.MetaImpl.MetaIndexInfo
-
- CARDINALITY_VIOLATION_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
21000: cardinality violation
- CASE_SENSITIVE - org.apache.calcite.avatica.InternalProperty
-
Whether identifiers are matched case-sensitively.
- CASE_SENSITIVE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
-
- caseSensitive - Variable in class org.apache.calcite.avatica.ColumnMetaData
-
- caseSensitive - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
-
- Casing - Enum in org.apache.calcite.avatica.util
-
Policy for converting case of identifiers before storing them.
- castProtobufMessage(Message, Class<T>) - Static method in class org.apache.calcite.avatica.remote.ProtobufService
-
Checks if the provided Message
is an instance of the Class given by
expectedType
.
- catalog - Variable in class org.apache.calcite.avatica.remote.Service.ColumnsRequest
-
- catalog - Variable in class org.apache.calcite.avatica.remote.Service.SchemasRequest
-
- catalog - Variable in class org.apache.calcite.avatica.remote.Service.TablesRequest
-
- CATALOG_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
-
- CATALOG_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
-
- CATALOG_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
-
- CATALOG_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.TablesRequest
-
- CATALOG_NAME_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
-
- catalogName - Variable in class org.apache.calcite.avatica.ColumnMetaData
-
- CatalogsRequest() - Constructor for class org.apache.calcite.avatica.remote.Service.CatalogsRequest
-
- CatalogsRequest(String) - Constructor for class org.apache.calcite.avatica.remote.Service.CatalogsRequest
-
- category - Variable in enum org.apache.calcite.avatica.SqlState
-
- CENTURY - org.apache.calcite.avatica.util.TimeUnit
-
- CENTURY - org.apache.calcite.avatica.util.TimeUnitRange
-
- CHAR - org.apache.calcite.avatica.SqlType
-
- CHARACTER - org.apache.calcite.avatica.ColumnMetaData.Rep
-
- CHARACTER - org.apache.calcite.avatica.proto.Common.Rep
-
CHARACTER = 10;
- CHARACTER_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
-
CHARACTER = 10;
- charOctetLength - Variable in class org.apache.calcite.avatica.MetaImpl.MetaAttribute
-
- charOctetLength - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
-
- charOctetLength - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunctionColumn
-
- charOctetLength - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
-
- charOctetLength - Variable in class org.apache.calcite.avatica.MetaImpl.MetaPseudoColumn
-
- checkDateFormat(String) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
-
Checks if the date/time format is valid
- checkParameterValueHasNull(List<TypedValue>) - Static method in class org.apache.calcite.avatica.MetaImpl
-
Returns whether a list of parameter values has any null elements.
- CLASS_NAME_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
-
- CLASS_NAME_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.CursorFactory
-
- className - Variable in class org.apache.calcite.avatica.AvaticaParameter
-
- className - Variable in class org.apache.calcite.avatica.MetaImpl.MetaUdt
-
- clazz - Variable in enum org.apache.calcite.avatica.ColumnMetaData.Rep
-
- clazz - Variable in class org.apache.calcite.avatica.Meta.CursorFactory
-
- clazz - Variable in enum org.apache.calcite.avatica.SqlType
-
Default Java type for this SQL type, as described in table B-1.
- clear() - Method in interface org.apache.calcite.avatica.Meta.PrepareCallback
-
- clear() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
-
- clear() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
-
- clear() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
-
- clear() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
-
- clear() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
-
- clear() - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
-
- clear() - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty.Builder
-
- clear() - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
-
- clear() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
-
- clear() - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
-
- clear() - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
-
- clear() - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
-
- clear() - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
-
- clear() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
-
- clear() - Method in class org.apache.calcite.avatica.proto.Common.WireMessage.Builder
-
- clear() - Method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest.Builder
-
- clear() - Method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest.Builder
-
- clear() - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest.Builder
-
- clear() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
-
- clear() - Method in class org.apache.calcite.avatica.proto.Requests.CommitRequest.Builder
-
- clear() - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
-
- clear() - Method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest.Builder
-
- clear() - Method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest.Builder
-
- clear() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
-
- clear() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
-
- clear() - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
-
- clear() - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
-
- clear() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest.Builder
-
- clear() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
-
- clear() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
-
- clear() - Method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest.Builder
-
- clear() - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
-
- clear() - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
-
- clear() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
-
- clear() - Method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest.Builder
-
- clear() - Method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest.Builder
-
- clear() - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch.Builder
-
- clear() - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse.Builder
-
- clear() - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse.Builder
-
- clear() - Method in class org.apache.calcite.avatica.proto.Responses.CommitResponse.Builder
-
- clear() - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
-
- clear() - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
-
- clear() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
-
- clear() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
-
- clear() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
-
- clear() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
-
- clear() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
-
- clear() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
-
- clear() - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse.Builder
-
- clear() - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
-
- clear() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
-
- clear() - Method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse.Builder
-
- clear() - Method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata.Builder
-
- clear() - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
-
- clearArgs() - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
-
repeated .MetaDataOperationArgument args = 4;
- clearArrayValue() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
-
repeated .TypedValue array_value = 2;
- clearArrayValue() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
-
The Array
- clearAutoCommit() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
-
bool auto_commit = 2;
- clearAutoIncrement() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
-
bool auto_increment = 2;
- clearBatch() - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
-
- clearBatch() - Method in class org.apache.calcite.avatica.AvaticaStatement
-
- clearBatch() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
-
- clearBatch() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
-
- clearBoolValue() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
-
bool bool_value = 2;
- clearBoolValue() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
-
boolean
- clearBytesValue() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
-
includes numeric types and date/time types.
- clearCaseSensitive() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
-
bool case_sensitive = 3;
- clearCatalog() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
-
string catalog = 5;
- clearCatalog() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
-
string catalog = 1;
- clearCatalog() - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
-
string catalog = 1;
- clearCatalog() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
-
string catalog = 1;
- clearCatalogName() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
-
string catalog_name = 15;
- clearClassName() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
-
string class_name = 6;
- clearClassName() - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
-
string class_name = 2;
- clearColumnClassName() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
-
string column_class_name = 19;
- clearColumnName() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
-
string column_name = 10;
- clearColumnNamePattern() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
-
string column_name_pattern = 4;
- clearColumns() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
-
Only present when name = STRUCT
- clearColumns() - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
-
repeated .ColumnMetaData columns = 1;
- clearComponent() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
-
Only present when name = ARRAY
- clearComponentType() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
-
If an Array, the representation for the array values
- clearConnectionId() - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
-
string connection_id = 1;
- clearConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest.Builder
-
string connection_id = 1;
- clearConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest.Builder
-
string connection_id = 1;
- clearConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest.Builder
-
string connection_id = 1;
- clearConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
-
string connection_id = 5;
- clearConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.CommitRequest.Builder
-
string connection_id = 1;
- clearConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
-
string connection_id = 1;
- clearConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest.Builder
-
string connection_id = 1;
- clearConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest.Builder
-
string connection_id = 1;
- clearConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
-
string connection_id = 1;
- clearConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
-
string connection_id = 1;
- clearConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
-
string connection_id = 1;
- clearConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest.Builder
-
string connection_id = 1;
- clearConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
-
string connection_id = 1;
- clearConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
-
string connection_id = 1;
- clearConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest.Builder
-
string connection_id = 1;
- clearConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
-
string connection_id = 3;
- clearConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
-
string connection_id = 1;
- clearConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
-
string connection_id = 7;
- clearConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest.Builder
-
string connection_id = 1;
- clearConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest.Builder
-
string connection_id = 1;
- clearConnectionId() - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
-
string connection_id = 1;
- clearConnectionId() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
-
string connection_id = 1;
- clearConnectionId() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
-
string connection_id = 1;
- clearConnProps() - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
-
.ConnectionProperties conn_props = 2;
- clearConnProps() - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
-
.ConnectionProperties conn_props = 1;
- clearCurrency() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
-
bool currency = 5;
- clearCursorFactory() - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
-
.CursorFactory cursor_factory = 4;
- clearDefinitelyWritable() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
-
bool definitely_writable = 18;
- clearDeprecatedFirstFrameMaxSize() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
-
Deprecated, use the signed int instead.
- clearDisplaySize() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
-
uint32 display_size = 8;
- clearDone() - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
-
bool done = 2;
- clearDoubleValue() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
-
big numbers
- clearErrorCode() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
-
numeric identifier for error
- clearErrorMessage() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
-
human readable description
- clearExceptions() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
-
exception stacktraces, many for linked exceptions.
- clearFetchMaxRowCount() - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
-
Maximum number of rows to be returned in the frame.
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.calcite.avatica.proto.Common.WireMessage.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.calcite.avatica.proto.Requests.CommitRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.calcite.avatica.proto.Responses.CommitResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
-
- clearFieldNames() - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
-
repeated string field_names = 3;
- clearFirstFrame() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
-
.Frame first_frame = 5;
- clearFirstFrameMaxSize() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
-
The maximum number of rows to return in the first Frame
- clearFirstFrameMaxSize() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
-
The maximum number of rows that will be returned in the
- clearFrame() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
-
.Frame frame = 1;
- clearFrameMaxSize() - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
-
int32 frame_max_size = 5;
- clearFunctions() - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty.Builder
-
repeated string functions = 2;
- clearHasArgs() - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
-
bool has_args = 5;
- clearHasArrayValue() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
-
Is an array value set?
- clearHasAutoCommit() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
-
field is a Boolean, need to discern null and default value
- clearHasExceptions() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
-
are there stacktraces contained?
- clearHasOp() - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
-
bool has_op = 7;
- clearHasParameterValues() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
-
bool has_parameter_values = 4;
- clearHasReadOnly() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
-
field is a Boolean, need to discern null and default value
- clearHasSql() - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
-
bool has_sql = 6;
- clearHasTypeList() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
-
Having an empty type_list is distinct from a null type_list
- clearId() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
-
uint32 id = 1;
- clearId() - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
-
uint32 id = 2;
- clearImplicitlyNull() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
-
Differentiate between explicitly null (user-set) and implicitly null
- clearInfo() - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
-
- clearIntArrayValues() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
-
repeated sint32 int_array_values = 5;
- clearIntValue() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
-
sint32 int_value = 3;
- clearIsDirty() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
-
bool is_dirty = 1;
- clearKey() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
-
.DatabaseProperty key = 1;
- clearLabel() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
-
string label = 9;
- clearMaxRowCount() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
-
Deprecated
- clearMaxRowCount() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
-
Deprecated
- clearMaxRowsTotal() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
-
The maximum number of rows that will be allowed for this query
- clearMaxRowsTotal() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
-
The maximum number of rows that will be allowed for this query
- clearMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse.Builder
-
.RpcMetadata metadata = 1;
- clearMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse.Builder
-
.RpcMetadata metadata = 1;
- clearMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
-
.RpcMetadata metadata = 2;
- clearMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
-
.RpcMetadata metadata = 3;
- clearMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
-
.RpcMetadata metadata = 3;
- clearMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
-
.RpcMetadata metadata = 2;
- clearMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
-
.RpcMetadata metadata = 6;
- clearMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
-
.RpcMetadata metadata = 5;
- clearMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
-
.RpcMetadata metadata = 3;
- clearMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
-
.RpcMetadata metadata = 4;
- clearMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse.Builder
-
.RpcMetadata metadata = 1;
- clearMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
-
.RpcMetadata metadata = 2;
- clearMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
-
with no signature nor other data.
- clearMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
-
.RpcMetadata metadata = 3;
- clearMissingResults() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
-
Did the request fail because of a cached-statement w/o ResultSet
- clearMissingStatement() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
-
Did the request fail because of no-cached statement
- clearMissingStatement() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
-
Did the request fail because of no-cached statement
- clearMissingStatement() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
-
Did the request fail because of no-cached statement
- clearMissingStatement() - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
-
Server doesn't have the statement with the ID from the request
- clearMoreResults() - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
-
Should the client fetch() to get more results
- clearName() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
-
string name = 7;
- clearName() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
-
string name = 2;
- clearName() - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty.Builder
-
string name = 1;
- clearName() - Method in class org.apache.calcite.avatica.proto.Common.WireMessage.Builder
-
string name = 1;
- clearNull() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
-
a null object
- clearNullable() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
-
uint32 nullable = 6;
- clearNumberValue() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
-
var-len encoding lets us shove anything from byte to long
- clearOffset() - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
-
uint64 offset = 1;
- clearOffset() - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
-
uint64 offset = 3;
- clearOffset() - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
-
uint64 offset = 4;
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.calcite.avatica.proto.Common.WireMessage.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.calcite.avatica.proto.Requests.CommitRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.calcite.avatica.proto.Responses.CommitResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
-
- clearOp() - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
-
.MetaDataOperation op = 3;
- clearOrdinal() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
-
uint32 ordinal = 1;
- clearOwnStatement() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
-
bool own_statement = 3;
- clearParameters() - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
-
- clearParameters() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
-
- clearParameters() - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
-
repeated .AvaticaParameter parameters = 3;
- clearParameterType() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
-
uint32 parameter_type = 4;
- clearParameterValues() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
-
repeated .TypedValue parameter_values = 2;
- clearParameterValues() - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch.Builder
-
repeated .TypedValue parameter_values = 1;
- clearPrecision() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
-
uint32 precision = 2;
- clearPrecision() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
-
uint32 precision = 12;
- clearProps() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
-
repeated .DatabasePropertyElement props = 1;
- clearReadOnly() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
-
bool read_only = 16;
- clearReadOnly() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
-
bool read_only = 3;
- clearRep() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
-
.Rep rep = 3;
- clearResults() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
-
repeated .ResultSetResponse results = 1;
- clearRows() - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
-
repeated .Row rows = 3;
- clearScalarValue() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
-
.TypedValue scalar_value = 4;
- clearScale() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
-
uint32 scale = 3;
- clearScale() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
-
uint32 scale = 13;
- clearSchema() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
-
string schema = 6;
- clearSchemaName() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
-
string schema_name = 11;
- clearSchemaPattern() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
-
string schema_pattern = 2;
- clearSchemaPattern() - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
-
string schema_pattern = 2;
- clearSchemaPattern() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
-
string schema_pattern = 2;
- clearSearchable() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
-
bool searchable = 4;
- clearServerAddress() - Method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata.Builder
-
The host:port of the server
- clearSeverity() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
-
.Severity severity = 3;
- clearSignature() - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
-
.Signature signature = 3;
- clearSignature() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
-
.Signature signature = 4;
- clearSigned() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
-
bool signed = 1;
- clearSigned() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
-
bool signed = 7;
- clearSql() - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
-
string sql = 2;
- clearSql() - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
-
string sql = 2;
- clearSql() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
-
string sql = 2;
- clearSql() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
-
string sql = 2;
- clearSqlCommands() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest.Builder
-
repeated string sql_commands = 3;
- clearSqlState() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
-
five-character standard-defined value
- clearState() - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
-
.QueryState state = 3;
- clearStatement() - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
-
.StatementHandle statement = 1;
- clearStatementHandle() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
-
.StatementHandle statementHandle = 1;
- clearStatementId() - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest.Builder
-
uint32 statement_id = 2;
- clearStatementId() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
-
uint32 statement_id = 2;
- clearStatementId() - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
-
uint32 statement_id = 2;
- clearStatementId() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest.Builder
-
uint32 statement_id = 2;
- clearStatementId() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
-
uint32 statement_id = 4;
- clearStatementId() - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
-
uint32 statement_id = 2;
- clearStatementId() - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
-
uint32 statement_id = 2;
- clearStatementId() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
-
uint32 statement_id = 2;
- clearStatementId() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
-
uint32 statement_id = 2;
- clearStatementType() - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
-
.StatementType statementType = 5;
- clearStringArrayValues() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
-
repeated string string_array_values = 4;
- clearStringValue() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
-
string string_value = 1;
- clearStringValue() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
-
char/varchar
- clearStyle() - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
-
.CursorFactory.Style style = 1;
- clearTableName() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
-
string table_name = 14;
- clearTableNamePattern() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
-
string table_name_pattern = 3;
- clearTableNamePattern() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
-
string table_name_pattern = 3;
- clearTransactionIsolation() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
-
uint32 transaction_isolation = 4;
- clearType() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
-
.AvaticaType type = 20;
- clearType() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
-
.MetaDataOperationArgument.ArgumentType type = 6;
- clearType() - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
-
.StateType type = 1;
- clearType() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
-
The actual type that was serialized in the general attribute below
- clearTypeList() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
-
repeated string type_list = 4;
- clearTypeName() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
-
string type_name = 5;
- clearUpdateCount() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
-
-1 for normal result sets, else this response contains a dummy result set
- clearUpdateCounts() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
-
repeated uint64 update_counts = 3;
- clearUpdates() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
-
A batch of updates is a list<list<typevalue>>
- clearValue() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
-
deprecated, use array_value or scalar_value
- clearValue() - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
-
repeated .ColumnValue value = 1;
- clearValue() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
-
.TypedValue value = 2;
- clearWarnings() - Method in class org.apache.calcite.avatica.AvaticaConnection
-
- clearWarnings() - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- clearWarnings() - Method in class org.apache.calcite.avatica.AvaticaStatement
-
- clearWarnings() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
-
- clearWarnings() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
-
- clearWarnings() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
-
- clearWarnings() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
-
- clearWrappedMessage() - Method in class org.apache.calcite.avatica.proto.Common.WireMessage.Builder
-
bytes wrapped_message = 2;
- clearWritable() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
-
bool writable = 17;
- CLI_SPECIFIC_CONDITION_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
HY000: cli specific condition
- client - Variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
-
- clientInfo() - Method in class org.apache.calcite.avatica.Helper
-
- ClientKeytabJaasConf - Class in org.apache.calcite.avatica.remote
-
Javax Configuration class which always returns a configuration for our keytab-based
login suitable for callers which are acting as initiators (e.g.
- ClientKeytabJaasConf(String, String) - Constructor for class org.apache.calcite.avatica.remote.ClientKeytabJaasConf
-
- CLOB - org.apache.calcite.avatica.SqlType
-
- clone() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
-
- clone() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
-
- clone() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
-
- clone() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
-
- clone() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
-
- clone() - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
-
- clone() - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty.Builder
-
- clone() - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
-
- clone() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
-
- clone() - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
-
- clone() - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
-
- clone() - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
-
- clone() - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
-
- clone() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
-
- clone() - Method in class org.apache.calcite.avatica.proto.Common.WireMessage.Builder
-
- clone() - Method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest.Builder
-
- clone() - Method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest.Builder
-
- clone() - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest.Builder
-
- clone() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
-
- clone() - Method in class org.apache.calcite.avatica.proto.Requests.CommitRequest.Builder
-
- clone() - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
-
- clone() - Method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest.Builder
-
- clone() - Method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest.Builder
-
- clone() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
-
- clone() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
-
- clone() - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
-
- clone() - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
-
- clone() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest.Builder
-
- clone() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
-
- clone() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
-
- clone() - Method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest.Builder
-
- clone() - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
-
- clone() - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
-
- clone() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
-
- clone() - Method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest.Builder
-
- clone() - Method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest.Builder
-
- clone() - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch.Builder
-
- clone() - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse.Builder
-
- clone() - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse.Builder
-
- clone() - Method in class org.apache.calcite.avatica.proto.Responses.CommitResponse.Builder
-
- clone() - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
-
- clone() - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
-
- clone() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
-
- clone() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
-
- clone() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
-
- clone() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
-
- clone() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
-
- clone() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
-
- clone() - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse.Builder
-
- clone() - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
-
- clone() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
-
- clone() - Method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse.Builder
-
- clone() - Method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata.Builder
-
- clone() - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
-
- clone() - Method in class org.apache.calcite.avatica.util.ByteString
-
- close() - Method in class org.apache.calcite.avatica.AvaticaConnection
-
- close() - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- close() - Method in class org.apache.calcite.avatica.AvaticaStatement
-
- close() - Method in class org.apache.calcite.avatica.metrics.dropwizard3.DropwizardTimer.DropwizardContext
-
- close() - Method in class org.apache.calcite.avatica.metrics.noop.NoopTimer.NoopContext
-
- close() - Method in interface org.apache.calcite.avatica.metrics.Timer.Context
-
Stops the timer.
- close() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
-
- close() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
-
- close() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
-
- close() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
-
- close() - Method in class org.apache.calcite.avatica.util.Base64.OutputStream
-
Flushes and closes (I think, in the superclass) the stream.
- close() - Method in interface org.apache.calcite.avatica.util.Cursor
-
Closes this cursor and releases resources.
- close() - Method in class org.apache.calcite.avatica.util.IteratorCursor
-
- close_() - Method in class org.apache.calcite.avatica.AvaticaStatement
-
- closeConnection() - Method in class org.apache.calcite.avatica.tck.tests.BaseTckTest
-
- closeConnection(Meta.ConnectionHandle) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
-
- closeConnection(Meta.ConnectionHandle) - Method in interface org.apache.calcite.avatica.Meta
-
Closes a connection
- closeConnection(Meta.ConnectionHandle) - Method in class org.apache.calcite.avatica.MetaImpl
-
- CloseConnectionRequest(String) - Constructor for class org.apache.calcite.avatica.remote.Service.CloseConnectionRequest
-
- CloseConnectionResponse() - Constructor for class org.apache.calcite.avatica.remote.Service.CloseConnectionResponse
-
- CloseConnectionResponse(Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.CloseConnectionResponse
-
- closed - Variable in class org.apache.calcite.avatica.AvaticaStatement
-
- closed() - Method in class org.apache.calcite.avatica.Helper
-
- closeOnCompletion - Variable in class org.apache.calcite.avatica.AvaticaStatement
-
- closeOnCompletion() - Method in class org.apache.calcite.avatica.AvaticaStatement
-
- closeOnCompletion() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
-
- closeOnCompletion() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
-
- closeStatement(Meta.StatementHandle) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
-
- closeStatement(Meta.StatementHandle) - Method in interface org.apache.calcite.avatica.Meta
-
Closes a statement.
- CloseStatementRequest(String, int) - Constructor for class org.apache.calcite.avatica.remote.Service.CloseStatementRequest
-
- CloseStatementResponse() - Constructor for class org.apache.calcite.avatica.remote.Service.CloseStatementResponse
-
- CloseStatementResponse(Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.CloseStatementResponse
-
- code - Variable in enum org.apache.calcite.avatica.SqlState
-
- collect(Meta.CursorFactory, Iterable<Object>, List<List<Object>>) - Static method in class org.apache.calcite.avatica.MetaImpl
-
- collect(Meta.CursorFactory, Iterator<Object>, List<List<Object>>) - Static method in class org.apache.calcite.avatica.MetaImpl
-
- COLUMN_CLASS_NAME_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
-
- COLUMN_LIST - org.apache.calcite.avatica.SqlType
-
- COLUMN_NAME_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
-
- COLUMN_NAME_PATTERN_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
-
- columnClassName - Variable in class org.apache.calcite.avatica.ColumnMetaData
-
- columnClassName() - Method in class org.apache.calcite.avatica.ColumnMetaData.AvaticaType
-
- columnDef - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
-
- columnDef - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
-
- columnMetaData(String, int, Class<?>, boolean) - Static method in class org.apache.calcite.avatica.MetaImpl
-
- columnMetaData(String, int, Class<?>, int) - Static method in class org.apache.calcite.avatica.MetaImpl
-
- columnMetaData(String, int, ColumnMetaData.AvaticaType, boolean) - Static method in class org.apache.calcite.avatica.MetaImpl
-
- columnMetaData(String, int, ColumnMetaData.AvaticaType, int) - Static method in class org.apache.calcite.avatica.MetaImpl
-
- ColumnMetaData - Class in org.apache.calcite.avatica
-
Metadata for a column.
- ColumnMetaData(int, boolean, boolean, boolean, boolean, int, boolean, int, String, String, String, int, int, String, String, ColumnMetaData.AvaticaType, boolean, boolean, boolean, String) - Constructor for class org.apache.calcite.avatica.ColumnMetaData
-
- ColumnMetaData.ArrayType - Class in org.apache.calcite.avatica
-
Array type.
- ColumnMetaData.AvaticaType - Class in org.apache.calcite.avatica
-
Base class for a column type.
- ColumnMetaData.Rep - Enum in org.apache.calcite.avatica
-
Description of the type used to internally represent a value.
- ColumnMetaData.ScalarType - Class in org.apache.calcite.avatica
-
Scalar type.
- ColumnMetaData.StructType - Class in org.apache.calcite.avatica
-
Record type.
- columnMetaDataList - Variable in class org.apache.calcite.avatica.AvaticaResultSet
-
- columnName - Variable in class org.apache.calcite.avatica.ColumnMetaData
-
- columnName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaBestRowIdentifier
-
- columnName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
-
- columnName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumnPrivilege
-
- columnName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunctionColumn
-
- columnName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaIndexInfo
-
- columnName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaPrimaryKey
-
- columnName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
-
- columnName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaPseudoColumn
-
- columnName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaVersionColumn
-
- columnNamePattern - Variable in class org.apache.calcite.avatica.remote.Service.ColumnsRequest
-
- columns - Variable in class org.apache.calcite.avatica.ColumnMetaData.StructType
-
- columns - Variable in class org.apache.calcite.avatica.Meta.Signature
-
- columns(ResultSetMetaData) - Static method in class org.apache.calcite.avatica.jdbc.JdbcMeta
-
Converts from JDBC metadata to Avatica columns.
- COLUMNS_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.AvaticaType
-
- COLUMNS_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.Signature
-
- columnSize - Variable in class org.apache.calcite.avatica.MetaImpl.MetaBestRowIdentifier
-
- columnSize - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
-
- columnSize - Variable in class org.apache.calcite.avatica.MetaImpl.MetaPseudoColumn
-
- columnSize - Variable in class org.apache.calcite.avatica.MetaImpl.MetaVersionColumn
-
- ColumnsRequest(String, String, String, String, String) - Constructor for class org.apache.calcite.avatica.remote.Service.ColumnsRequest
-
- columnType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunctionColumn
-
- columnType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
-
- columnUsage - Variable in class org.apache.calcite.avatica.MetaImpl.MetaPseudoColumn
-
- commit() - Method in class org.apache.calcite.avatica.AvaticaConnection
-
- commit() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
-
- commit(Meta.ConnectionHandle) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
-
- commit(Meta.ConnectionHandle) - Method in interface org.apache.calcite.avatica.Meta
-
Makes all changes since the last commit/rollback permanent.
- commitAndRollback() - Method in class org.apache.calcite.avatica.tck.tests.InsertTest
-
- CommitRequest(String) - Constructor for class org.apache.calcite.avatica.remote.Service.CommitRequest
-
- Common - Class in org.apache.calcite.avatica.proto
-
- Common.AvaticaParameter - Class in org.apache.calcite.avatica.proto
-
Metadata for a parameter
- Common.AvaticaParameter.Builder - Class in org.apache.calcite.avatica.proto
-
Metadata for a parameter
- Common.AvaticaParameterOrBuilder - Interface in org.apache.calcite.avatica.proto
-
- Common.AvaticaType - Class in org.apache.calcite.avatica.proto
-
Base class for a column type
- Common.AvaticaType.Builder - Class in org.apache.calcite.avatica.proto
-
Base class for a column type
- Common.AvaticaTypeOrBuilder - Interface in org.apache.calcite.avatica.proto
-
- Common.ColumnMetaData - Class in org.apache.calcite.avatica.proto
-
Protobuf type ColumnMetaData
- Common.ColumnMetaData.Builder - Class in org.apache.calcite.avatica.proto
-
Protobuf type ColumnMetaData
- Common.ColumnMetaDataOrBuilder - Interface in org.apache.calcite.avatica.proto
-
- Common.ColumnValue - Class in org.apache.calcite.avatica.proto
-
A value might be a TypedValue or an Array of TypedValue's
- Common.ColumnValue.Builder - Class in org.apache.calcite.avatica.proto
-
A value might be a TypedValue or an Array of TypedValue's
- Common.ColumnValueOrBuilder - Interface in org.apache.calcite.avatica.proto
-
- Common.ConnectionProperties - Class in org.apache.calcite.avatica.proto
-
Details about a connection
- Common.ConnectionProperties.Builder - Class in org.apache.calcite.avatica.proto
-
Details about a connection
- Common.ConnectionPropertiesOrBuilder - Interface in org.apache.calcite.avatica.proto
-
- Common.CursorFactory - Class in org.apache.calcite.avatica.proto
-
Information necessary to convert an Iterable into a Calcite Cursor
- Common.CursorFactory.Builder - Class in org.apache.calcite.avatica.proto
-
Information necessary to convert an Iterable into a Calcite Cursor
- Common.CursorFactory.Style - Enum in org.apache.calcite.avatica.proto
-
Protobuf enum CursorFactory.Style
- Common.CursorFactoryOrBuilder - Interface in org.apache.calcite.avatica.proto
-
- Common.DatabaseProperty - Class in org.apache.calcite.avatica.proto
-
Database property, list of functions the database provides for a certain operation
- Common.DatabaseProperty.Builder - Class in org.apache.calcite.avatica.proto
-
Database property, list of functions the database provides for a certain operation
- Common.DatabasePropertyOrBuilder - Interface in org.apache.calcite.avatica.proto
-
- Common.Frame - Class in org.apache.calcite.avatica.proto
-
A collection of rows
- Common.Frame.Builder - Class in org.apache.calcite.avatica.proto
-
A collection of rows
- Common.FrameOrBuilder - Interface in org.apache.calcite.avatica.proto
-
- Common.MetaDataOperation - Enum in org.apache.calcite.avatica.proto
-
Enumeration corresponding to DatabaseMetaData operations
- Common.MetaDataOperationArgument - Class in org.apache.calcite.avatica.proto
-
Represents the breadth of arguments to DatabaseMetaData functions
- Common.MetaDataOperationArgument.ArgumentType - Enum in org.apache.calcite.avatica.proto
-
Protobuf enum MetaDataOperationArgument.ArgumentType
- Common.MetaDataOperationArgument.Builder - Class in org.apache.calcite.avatica.proto
-
Represents the breadth of arguments to DatabaseMetaData functions
- Common.MetaDataOperationArgumentOrBuilder - Interface in org.apache.calcite.avatica.proto
-
- Common.QueryState - Class in org.apache.calcite.avatica.proto
-
Protobuf type QueryState
- Common.QueryState.Builder - Class in org.apache.calcite.avatica.proto
-
Protobuf type QueryState
- Common.QueryStateOrBuilder - Interface in org.apache.calcite.avatica.proto
-
- Common.Rep - Enum in org.apache.calcite.avatica.proto
-
Protobuf enum Rep
- Common.Row - Class in org.apache.calcite.avatica.proto
-
A row is a collection of values
- Common.Row.Builder - Class in org.apache.calcite.avatica.proto
-
A row is a collection of values
- Common.RowOrBuilder - Interface in org.apache.calcite.avatica.proto
-
- Common.Severity - Enum in org.apache.calcite.avatica.proto
-
The severity of some unexpected outcome to an operation.
- Common.Signature - Class in org.apache.calcite.avatica.proto
-
Results of preparing a statement
- Common.Signature.Builder - Class in org.apache.calcite.avatica.proto
-
Results of preparing a statement
- Common.SignatureOrBuilder - Interface in org.apache.calcite.avatica.proto
-
- Common.StatementHandle - Class in org.apache.calcite.avatica.proto
-
Statement handle
- Common.StatementHandle.Builder - Class in org.apache.calcite.avatica.proto
-
Statement handle
- Common.StatementHandleOrBuilder - Interface in org.apache.calcite.avatica.proto
-
- Common.StatementType - Enum in org.apache.calcite.avatica.proto
-
Has to be consistent with Meta.StatementType
- Common.StateType - Enum in org.apache.calcite.avatica.proto
-
Protobuf enum StateType
- Common.TypedValue - Class in org.apache.calcite.avatica.proto
-
Generic wrapper to support any SQL type.
- Common.TypedValue.Builder - Class in org.apache.calcite.avatica.proto
-
Generic wrapper to support any SQL type.
- Common.TypedValueOrBuilder - Interface in org.apache.calcite.avatica.proto
-
- Common.WireMessage - Class in org.apache.calcite.avatica.proto
-
Message which encapsulates another message to support a single RPC endpoint
- Common.WireMessage.Builder - Class in org.apache.calcite.avatica.proto
-
Message which encapsulates another message to support a single RPC endpoint
- Common.WireMessageOrBuilder - Interface in org.apache.calcite.avatica.proto
-
- compareTo(ByteString) - Method in class org.apache.calcite.avatica.util.ByteString
-
- COMPONENT_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.AvaticaType
-
- COMPONENT_TYPE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.TypedValue
-
- componentType - Variable in class org.apache.calcite.avatica.remote.TypedValue
-
Non-null for ARRAYs, the type of the values stored in the ARRAY.
- concat(Class<?>, String) - Static method in class org.apache.calcite.avatica.remote.MetricsHelper
-
- concat(ByteString) - Method in class org.apache.calcite.avatica.util.ByteString
-
Returns a ByteString consisting of the concatenation of this and another
string.
- CONCURRENCY_LEVEL - org.apache.calcite.avatica.jdbc.JdbcMeta.ConnectionCacheSettings
-
JDBC connection property for setting connection cache concurrency level.
- CONCURRENCY_LEVEL - org.apache.calcite.avatica.jdbc.JdbcMeta.StatementCacheSettings
-
JDBC connection property for setting connection cache concurrency level.
- condition - Variable in enum org.apache.calcite.avatica.SqlState
-
- config() - Method in class org.apache.calcite.avatica.AvaticaConnection
-
Returns a view onto this connection's configuration properties.
- configureBasicAuthentication(Server, ServerConnector, AvaticaServerConfiguration) - Method in class org.apache.calcite.avatica.server.HttpServer
-
- configureCommonAuthentication(Server, ServerConnector, AvaticaServerConfiguration, String, String[], Authenticator, String, LoginService) - Method in class org.apache.calcite.avatica.server.HttpServer
-
- configureConnector(ServerConnector, int) - Method in class org.apache.calcite.avatica.server.HttpServer
-
Configures the server connector.
- configureDigestAuthentication(Server, ServerConnector, AvaticaServerConfiguration) - Method in class org.apache.calcite.avatica.server.HttpServer
-
- configureSpnego(Server, ServerConnector, AvaticaServerConfiguration) - Method in class org.apache.calcite.avatica.server.HttpServer
-
Configures the connector
given the config
for using SPNEGO.
- CONN_PROPS_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
-
- CONN_PROPS_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
-
- connect(String, Properties) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDriver
-
- connect(String, Properties) - Method in class org.apache.calcite.avatica.remote.Driver
-
- connect(String, Properties) - Method in class org.apache.calcite.avatica.UnregisteredDriver
-
- CONNECT_STRING_PREFIX - Static variable in class org.apache.calcite.avatica.remote.Driver
-
- connection - Variable in class org.apache.calcite.avatica.AvaticaStatement
-
- connection - Variable in class org.apache.calcite.avatica.MetaImpl
-
- connection - Variable in class org.apache.calcite.avatica.tck.tests.BaseTckTest
-
- CONNECTION_EXCEPTION_CONNECTION_DOES_NOT_EXIST - org.apache.calcite.avatica.SqlState
-
08003: connection exception: connection does not exist
- CONNECTION_EXCEPTION_CONNECTION_FAILURE - org.apache.calcite.avatica.SqlState
-
08006: connection exception: connection failure
- CONNECTION_EXCEPTION_CONNECTION_NAME_IN_USE - org.apache.calcite.avatica.SqlState
-
08002: connection exception: connection name in use
- CONNECTION_EXCEPTION_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
08000: connection exception
- CONNECTION_EXCEPTION_SQLCLIENT_UNABLE_TO_ESTABLISH_SQLCONNECTION - org.apache.calcite.avatica.SqlState
-
08001: connection exception: SQL-client unable to establish SQL-connection
- CONNECTION_EXCEPTION_SQLSERVER_REJECTED_ESTABLISHMENT_OF_SQLCONNECTION - org.apache.calcite.avatica.SqlState
-
08004: connection exception: SQL-server rejected establishment of SQL-connection
- CONNECTION_EXCEPTION_TRANSACTION_RESOLUTION_UNKNOWN - org.apache.calcite.avatica.SqlState
-
08007: connection exception: transaction resolution unknown
- CONNECTION_ID_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.StatementHandle
-
- CONNECTION_ID_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
-
- CONNECTION_ID_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
-
- CONNECTION_ID_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
-
- CONNECTION_ID_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
-
- CONNECTION_ID_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.CommitRequest
-
- CONNECTION_ID_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
-
- CONNECTION_ID_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
-
- CONNECTION_ID_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
-
- CONNECTION_ID_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
-
- CONNECTION_ID_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.FetchRequest
-
- CONNECTION_ID_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
-
- CONNECTION_ID_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
-
- CONNECTION_ID_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
-
- CONNECTION_ID_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
-
- CONNECTION_ID_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
-
- CONNECTION_ID_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
-
- CONNECTION_ID_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
-
- CONNECTION_ID_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.TablesRequest
-
- CONNECTION_ID_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
-
- CONNECTION_ID_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
-
- CONNECTION_ID_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
-
- CONNECTION_ID_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
-
- CONNECTION_ID_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
-
- ConnectionConfig - Interface in org.apache.calcite.avatica
-
Connection configuration.
- ConnectionConfigImpl - Class in org.apache.calcite.avatica
-
- ConnectionConfigImpl(Properties) - Constructor for class org.apache.calcite.avatica.ConnectionConfigImpl
-
- ConnectionConfigImpl.Converter<T> - Interface in org.apache.calcite.avatica
-
Callback to parse a property from string to its native type.
- ConnectionConfigImpl.PropEnv - Class in org.apache.calcite.avatica
-
The combination of a property definition and a map of property values.
- ConnectionHandle(String) - Constructor for class org.apache.calcite.avatica.Meta.ConnectionHandle
-
- connectionId - Variable in class org.apache.calcite.avatica.Meta.MetaResultSet
-
- connectionId - Variable in class org.apache.calcite.avatica.Meta.StatementHandle
-
- connectionId - Variable in class org.apache.calcite.avatica.remote.Service.CatalogsRequest
-
- connectionId - Variable in class org.apache.calcite.avatica.remote.Service.CloseConnectionRequest
-
- connectionId - Variable in class org.apache.calcite.avatica.remote.Service.CloseStatementRequest
-
- connectionId - Variable in class org.apache.calcite.avatica.remote.Service.ColumnsRequest
-
- connectionId - Variable in class org.apache.calcite.avatica.remote.Service.CommitRequest
-
- connectionId - Variable in class org.apache.calcite.avatica.remote.Service.ConnectionSyncRequest
-
- connectionId - Variable in class org.apache.calcite.avatica.remote.Service.CreateStatementRequest
-
- connectionId - Variable in class org.apache.calcite.avatica.remote.Service.CreateStatementResponse
-
- connectionId - Variable in class org.apache.calcite.avatica.remote.Service.DatabasePropertyRequest
-
- connectionId - Variable in class org.apache.calcite.avatica.remote.Service.ExecuteBatchRequest
-
- connectionId - Variable in class org.apache.calcite.avatica.remote.Service.ExecuteBatchResponse
-
- connectionId - Variable in class org.apache.calcite.avatica.remote.Service.FetchRequest
-
- connectionId - Variable in class org.apache.calcite.avatica.remote.Service.OpenConnectionRequest
-
- connectionId - Variable in class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteBatchRequest
-
- connectionId - Variable in class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteRequest
-
- connectionId - Variable in class org.apache.calcite.avatica.remote.Service.PrepareRequest
-
- connectionId - Variable in class org.apache.calcite.avatica.remote.Service.ResultSetResponse
-
- connectionId - Variable in class org.apache.calcite.avatica.remote.Service.RollbackRequest
-
- connectionId - Variable in class org.apache.calcite.avatica.remote.Service.SchemasRequest
-
- connectionId - Variable in class org.apache.calcite.avatica.remote.Service.SyncResultsRequest
-
- connectionId - Variable in class org.apache.calcite.avatica.remote.Service.TablesRequest
-
- connectionId - Variable in class org.apache.calcite.avatica.remote.Service.TableTypesRequest
-
- connectionId - Variable in class org.apache.calcite.avatica.remote.Service.TypeInfoRequest
-
- ConnectionPropertiesImpl - Class in org.apache.calcite.avatica
-
- ConnectionPropertiesImpl() - Constructor for class org.apache.calcite.avatica.ConnectionPropertiesImpl
-
- ConnectionPropertiesImpl(Boolean, Boolean, Integer, String, String) - Constructor for class org.apache.calcite.avatica.ConnectionPropertiesImpl
-
- ConnectionPropertiesImpl(Connection) - Constructor for class org.apache.calcite.avatica.ConnectionPropertiesImpl
-
- ConnectionProperty - Interface in org.apache.calcite.avatica
-
Definition of a property that may be specified on the JDBC connect string.
- ConnectionProperty.Type - Enum in org.apache.calcite.avatica
-
Data type of property.
- connectionSync(Meta.ConnectionHandle, Meta.ConnectionProperties) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
-
- connectionSync(Meta.ConnectionHandle, Meta.ConnectionProperties) - Method in interface org.apache.calcite.avatica.Meta
-
Synchronizes client and server view of connection properties.
- connectionSync(Meta.ConnectionHandle, Meta.ConnectionProperties) - Method in class org.apache.calcite.avatica.MetaImpl
-
- ConnectionSyncRequest(String, Meta.ConnectionProperties) - Constructor for class org.apache.calcite.avatica.remote.Service.ConnectionSyncRequest
-
- ConnectionSyncResponse(Meta.ConnectionProperties, Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.ConnectionSyncResponse
-
- ConnectStringParser - Class in org.apache.calcite.avatica
-
- connProps - Variable in class org.apache.calcite.avatica.MetaImpl
-
- connProps - Variable in class org.apache.calcite.avatica.remote.Service.ConnectionSyncRequest
-
- connProps - Variable in class org.apache.calcite.avatica.remote.Service.ConnectionSyncResponse
-
- containsInfo(String) - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
-
map<string, string> info = 2;
- containsInfo(String) - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
-
map<string, string> info = 2;
- containsInfo(String) - Method in interface org.apache.calcite.avatica.proto.Requests.OpenConnectionRequestOrBuilder
-
map<string, string> info = 2;
- convert(String) - Method in class org.apache.calcite.avatica.standalone.StandaloneServer.SerializationConverter
-
- convertToErrorResponse(Exception) - Method in class org.apache.calcite.avatica.remote.AbstractHandler
-
Attempts to convert an Exception to an ErrorResponse.
- copyParameterValues() - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
-
Returns a copy of the current parameter values.
- count(String, int, long) - Static method in class org.apache.calcite.avatica.Meta.MetaResultSet
-
- Counter - Interface in org.apache.calcite.avatica.metrics
-
A mutable number.
- create(long, boolean, List<Object>) - Static method in class org.apache.calcite.avatica.Meta.Frame
-
- create(String, int, boolean, Meta.Signature, Meta.Frame) - Static method in class org.apache.calcite.avatica.Meta.MetaResultSet
-
- create(String, Object) - Static method in class org.apache.calcite.avatica.remote.TypedValue
-
- create(List<String>) - Method in interface org.apache.calcite.avatica.Meta.Factory
-
- create(List<ColumnMetaData>, String, List<AvaticaParameter>, Meta.CursorFactory, Meta.StatementType) - Static method in class org.apache.calcite.avatica.Meta.Signature
-
Used by Jackson to create a Signature by de-serializing JSON.
- create(AvaticaConnection) - Method in class org.apache.calcite.avatica.remote.MockJsonService.Factory
-
- create(AvaticaConnection) - Method in class org.apache.calcite.avatica.remote.MockProtobufService.MockProtobufServiceFactory
-
- create(AvaticaConnection) - Method in interface org.apache.calcite.avatica.remote.Service.Factory
-
- create(ColumnMetaData.AvaticaType, Iterable<Object>) - Method in class org.apache.calcite.avatica.util.ArrayFactoryImpl
-
- create(ColumnMetaData.AvaticaType, Iterable<Object>) - Method in interface org.apache.calcite.avatica.util.ArrayImpl.Factory
-
- create(ColumnMetaData.AvaticaType, Iterable<Object>) - Method in interface org.apache.calcite.avatica.util.StructImpl.Factory
-
- create(Meta.Style, Class, List<String>) - Static method in class org.apache.calcite.avatica.Meta.CursorFactory
-
- create(MetricsSystemConfiguration<?>) - Method in class org.apache.calcite.avatica.metrics.dropwizard3.DropwizardMetricsSystemFactory
-
- create(MetricsSystemConfiguration<?>) - Method in interface org.apache.calcite.avatica.metrics.MetricsSystemFactory
-
- create(MetricsSystemConfiguration<?>) - Method in class org.apache.calcite.avatica.metrics.noop.NoopMetricsSystemFactory
-
- CREATE - org.apache.calcite.avatica.Meta.StatementType
-
- CREATE - org.apache.calcite.avatica.proto.Common.StatementType
-
CREATE = 7;
- CREATE_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.StatementType
-
CREATE = 7;
- createAccessor(ColumnMetaData, int, Calendar, ArrayImpl.Factory) - Method in class org.apache.calcite.avatica.util.AbstractCursor
-
- createAccessor(ColumnMetaData, AbstractCursor.Getter, Calendar, ArrayImpl.Factory) - Method in class org.apache.calcite.avatica.util.AbstractCursor
-
- createAccessors(List<ColumnMetaData>, Calendar, ArrayImpl.Factory) - Method in class org.apache.calcite.avatica.util.AbstractCursor
-
- createAccessors(List<ColumnMetaData>, Calendar, ArrayImpl.Factory) - Method in interface org.apache.calcite.avatica.util.Cursor
-
Creates a list of accessors, one per column.
- createArray(ColumnMetaData.AvaticaType, Iterable<Object>) - Method in class org.apache.calcite.avatica.util.ArrayFactoryImpl
-
- createArray(ColumnMetaData.AvaticaType, Iterable<Object>) - Method in interface org.apache.calcite.avatica.util.ArrayImpl.Factory
-
Creates an
Array
from the given list of values, converting any primitive values
into the corresponding objects.
- createArrayOf(String, Object[]) - Method in class org.apache.calcite.avatica.AvaticaConnection
-
- createArrayOf(String, Object[]) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
-
- createBlob() - Method in class org.apache.calcite.avatica.AvaticaConnection
-
- createBlob() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
-
- createClob() - Method in class org.apache.calcite.avatica.AvaticaConnection
-
- createClob() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
-
- createConnection(String, Properties) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
-
- createCursor(Meta.CursorFactory, Iterable<Object>) - Static method in class org.apache.calcite.avatica.MetaImpl
-
- createDriverVersion() - Method in class org.apache.calcite.avatica.remote.Driver
-
- createDriverVersion() - Method in class org.apache.calcite.avatica.UnregisteredDriver
-
Creates an object describing the name and version of this driver.
- createEmptyResultSet(Class<E>) - Method in class org.apache.calcite.avatica.MetaImpl
-
Creates an empty result set.
- createException(String) - Method in class org.apache.calcite.avatica.Helper
-
- createException(String, Exception) - Method in class org.apache.calcite.avatica.Helper
-
- createException(String, String, Exception) - Method in class org.apache.calcite.avatica.Helper
-
- createFactory() - Method in class org.apache.calcite.avatica.UnregisteredDriver
-
Creates a factory for JDBC objects (connection, statement).
- createGetter(int) - Method in class org.apache.calcite.avatica.util.AbstractCursor
-
- createGetter(int) - Method in class org.apache.calcite.avatica.util.ArrayIteratorCursor
-
- createGetter(int) - Method in class org.apache.calcite.avatica.util.ListIteratorCursor
-
- createGetter(int) - Method in class org.apache.calcite.avatica.util.MapIteratorCursor
-
- createGetter(int) - Method in class org.apache.calcite.avatica.util.RecordIteratorCursor
-
- createHandler() - Method in class org.apache.calcite.avatica.UnregisteredDriver
-
Creates a Handler.
- createHandler(Service) - Method in interface org.apache.calcite.avatica.server.Main.HandlerFactory
-
- createIterable(Meta.StatementHandle, QueryState, Meta.Signature, List<TypedValue>, Meta.Frame) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
-
- createIterable(Meta.StatementHandle, QueryState, Meta.Signature, List<TypedValue>, Meta.Frame) - Method in interface org.apache.calcite.avatica.Meta
-
Creates an iterable for a result set.
- createIterable(Meta.StatementHandle, QueryState, Meta.Signature, List<TypedValue>, Meta.Frame) - Method in class org.apache.calcite.avatica.MetaImpl
-
- createMeta(AvaticaConnection) - Method in class org.apache.calcite.avatica.remote.Driver
-
- createMeta(AvaticaConnection) - Method in class org.apache.calcite.avatica.UnregisteredDriver
-
Creates a service handler that will give connections from this Driver
their behavior.
- createNClob() - Method in class org.apache.calcite.avatica.AvaticaConnection
-
- createNClob() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
-
- createParams - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
-
- createResultSet(Map<String, Object>, List<ColumnMetaData>, Meta.CursorFactory, Meta.Frame) - Method in class org.apache.calcite.avatica.MetaImpl
-
- createResultSet(Meta.MetaResultSet, QueryState) - Method in class org.apache.calcite.avatica.AvaticaConnection
-
- createSQLXML() - Method in class org.apache.calcite.avatica.AvaticaConnection
-
- createSQLXML() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
-
- createStatement() - Method in class org.apache.calcite.avatica.AvaticaConnection
-
- createStatement() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
-
- createStatement(int, int) - Method in class org.apache.calcite.avatica.AvaticaConnection
-
- createStatement(int, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
-
- createStatement(int, int, int) - Method in class org.apache.calcite.avatica.AvaticaConnection
-
- createStatement(int, int, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
-
- createStatement(Meta.ConnectionHandle) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
-
- createStatement(Meta.ConnectionHandle) - Method in interface org.apache.calcite.avatica.Meta
-
Called during the creation of a statement to allocate a new handle.
- createStatement(Meta.ConnectionHandle) - Method in class org.apache.calcite.avatica.MetaImpl
-
- CreateStatementRequest(String) - Constructor for class org.apache.calcite.avatica.remote.Service.CreateStatementRequest
-
- CreateStatementResponse(String, int, Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.CreateStatementResponse
-
- createStruct(String, Object[]) - Method in class org.apache.calcite.avatica.AvaticaConnection
-
- createStruct(String, Object[]) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
-
- createTrojan() - Static method in class org.apache.calcite.avatica.AvaticaConnection
-
- credentials - Variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
-
- credentialsProvider - Variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
-
- currency - Variable in class org.apache.calcite.avatica.ColumnMetaData
-
- CURRENCY_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
-
- current() - Static method in enum org.apache.calcite.avatica.UnregisteredDriver.JdbcVersion
-
Deduces the current JDBC version.
- current() - Method in class org.apache.calcite.avatica.util.IteratorCursor
-
- current() - Method in class org.apache.calcite.avatica.util.PositionedCursor
-
Returns the current row.
- cursor - Variable in class org.apache.calcite.avatica.AvaticaResultSet
-
- Cursor - Interface in org.apache.calcite.avatica.util
-
Interface to an iteration that is similar to, and can easily support,
a JDBC
ResultSet
, but is simpler to implement.
- CURSOR - org.apache.calcite.avatica.SqlType
-
- CURSOR_FACTORY_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.Signature
-
- CURSOR_SENSITIVITY_EXCEPTION_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
36000: cursor sensitivity exception
- CURSOR_SENSITIVITY_EXCEPTION_REQUEST_FAILED - org.apache.calcite.avatica.SqlState
-
36002: cursor sensitivity exception: request failed
- CURSOR_SENSITIVITY_EXCEPTION_REQUEST_REJECTED - org.apache.calcite.avatica.SqlState
-
36001: cursor sensitivity exception: request rejected
- Cursor.Accessor - Interface in org.apache.calcite.avatica.util
-
Accessor of a column value.
- cursorFactory - Variable in class org.apache.calcite.avatica.Meta.Signature
-
- DATA_EXCEPTION_ARRAY_DATA_RIGHT_TRUNCATION - org.apache.calcite.avatica.SqlState
-
2202F: data exception: array data, right truncation
- DATA_EXCEPTION_ARRAY_ELEMENT_ERROR - org.apache.calcite.avatica.SqlState
-
2202E: data exception: array element error
- DATA_EXCEPTION_ATTEMPT_TO_REPLACE_A_ZERO_LENGTH_STRING - org.apache.calcite.avatica.SqlState
-
2201U: data exception: attempt to replace a zero-length string
- DATA_EXCEPTION_CHARACTER_NOT_IN_REPERTOIRE - org.apache.calcite.avatica.SqlState
-
22021: data exception: character not in repertoire
- DATA_EXCEPTION_DATETIME_FIELD_OVERFLOW - org.apache.calcite.avatica.SqlState
-
22008: data exception: datetime field overflow
- DATA_EXCEPTION_DIVISION_BY_ZERO - org.apache.calcite.avatica.SqlState
-
22012: data exception: division by zero
- DATA_EXCEPTION_ERROR_IN_ASSIGNMENT - org.apache.calcite.avatica.SqlState
-
22005: data exception: error in assignment
- DATA_EXCEPTION_ESCAPE_CHARACTER_CONFLICT - org.apache.calcite.avatica.SqlState
-
2200B: data exception: escape character conflict
- DATA_EXCEPTION_INDICATOR_OVERFLOW - org.apache.calcite.avatica.SqlState
-
22022: data exception: indicator overflow
- DATA_EXCEPTION_INTERVAL_FIELD_OVERFLOW - org.apache.calcite.avatica.SqlState
-
22015: data exception: interval field overflow
- DATA_EXCEPTION_INTERVAL_VALUE_OUT_OF_RANGE - org.apache.calcite.avatica.SqlState
-
2200P: data exception: interval value out of range
- DATA_EXCEPTION_INVALID_ARGUMENT_FOR_NATURAL_LOGARITHM - org.apache.calcite.avatica.SqlState
-
2201E: data exception: invalid argument for natural logarithm
- DATA_EXCEPTION_INVALID_ARGUMENT_FOR_NTH_VALUE_FUNCTION - org.apache.calcite.avatica.SqlState
-
22016: data exception: invalid argument for NTH_VALUE function
- DATA_EXCEPTION_INVALID_ARGUMENT_FOR_NTILE_FUNCTION - org.apache.calcite.avatica.SqlState
-
22014: data exception: invalid argument for NTILE function
- DATA_EXCEPTION_INVALID_ARGUMENT_FOR_POWER_FUNCTION - org.apache.calcite.avatica.SqlState
-
2201F: data exception: invalid argument for power function
- DATA_EXCEPTION_INVALID_ARGUMENT_FOR_ROW_PATTERN_NAVIGATION_OPERATION - org.apache.calcite.avatica.SqlState
-
2202J: data exception: invalid argument for row pattern navigation operation
- DATA_EXCEPTION_INVALID_ARGUMENT_FOR_WIDTH_BUCKET_FUNCTION - org.apache.calcite.avatica.SqlState
-
2201G: data exception: invalid argument for width bucket function
- DATA_EXCEPTION_INVALID_CHARACTER_VALUE_FOR_CAST - org.apache.calcite.avatica.SqlState
-
22018: data exception: invalid character value for cast
- DATA_EXCEPTION_INVALID_DATETIME_FORMAT - org.apache.calcite.avatica.SqlState
-
22007: data exception: invalid datetime format
- DATA_EXCEPTION_INVALID_ESCAPE_CHARACTER - org.apache.calcite.avatica.SqlState
-
22019: data exception: invalid escape character
- DATA_EXCEPTION_INVALID_ESCAPE_OCTET - org.apache.calcite.avatica.SqlState
-
2200D: data exception: invalid escape octet
- DATA_EXCEPTION_INVALID_ESCAPE_SEQUENCE - org.apache.calcite.avatica.SqlState
-
22025: data exception: invalid escape sequence
- DATA_EXCEPTION_INVALID_INDICATOR_PARAMETER_VALUE - org.apache.calcite.avatica.SqlState
-
22010: data exception: invalid indicator parameter value
- DATA_EXCEPTION_INVALID_INTERVAL_FORMAT - org.apache.calcite.avatica.SqlState
-
22006: data exception: invalid interval format
- DATA_EXCEPTION_INVALID_PARAMETER_VALUE - org.apache.calcite.avatica.SqlState
-
22023: data exception: invalid parameter value
- DATA_EXCEPTION_INVALID_PERIOD_VALUE - org.apache.calcite.avatica.SqlState
-
22020: data exception: invalid period value
- DATA_EXCEPTION_INVALID_PRECEDING_OR_FOLLOWING_SIZE_IN_WINDOW_FUNCTION - org.apache.calcite.avatica.SqlState
-
22013: data exception: invalid preceding or following size in window function
- DATA_EXCEPTION_INVALID_REGULAR_EXPRESSION - org.apache.calcite.avatica.SqlState
-
2201B: data exception: invalid regular expression
- DATA_EXCEPTION_INVALID_REPEAT_ARGUMENT_IN_A_SAMPLE_CLAUSE - org.apache.calcite.avatica.SqlState
-
2202G: data exception: invalid repeat argument in a sample clause
- DATA_EXCEPTION_INVALID_ROW_COUNT_IN_FETCH_FIRST_CLAUSE - org.apache.calcite.avatica.SqlState
-
2201W: data exception: invalid row count in fetch first clause
- DATA_EXCEPTION_INVALID_ROW_COUNT_IN_RESULT_OFFSET_CLAUSE - org.apache.calcite.avatica.SqlState
-
2201X: data exception: invalid row count in result offset clause
- DATA_EXCEPTION_INVALID_ROW_VERSION - org.apache.calcite.avatica.SqlState
-
2201H: data exception: invalid row version
- DATA_EXCEPTION_INVALID_SAMPLE_SIZE - org.apache.calcite.avatica.SqlState
-
2202H: data exception: invalid sample size
- DATA_EXCEPTION_INVALID_TIME_ZONE_DISPLACEMENT_VALUE - org.apache.calcite.avatica.SqlState
-
22009: data exception: invalid time zone displacement value
- DATA_EXCEPTION_INVALID_USE_OF_ESCAPE_CHARACTER - org.apache.calcite.avatica.SqlState
-
2200C: data exception: invalid use of escape character
- DATA_EXCEPTION_INVALID_XQUERY_OPTION_FLAG - org.apache.calcite.avatica.SqlState
-
2201T: data exception: invalid XQuery option flag
- DATA_EXCEPTION_INVALID_XQUERY_REGULAR_EXPRESSION - org.apache.calcite.avatica.SqlState
-
2201S: data exception: invalid XQuery regular expression
- DATA_EXCEPTION_INVALID_XQUERY_REPLACEMENT_STRING - org.apache.calcite.avatica.SqlState
-
2201V: data exception: invalid XQuery replacement string
- DATA_EXCEPTION_MOST_SPECIFIC_TYPE_MISMATCH - org.apache.calcite.avatica.SqlState
-
2200G: data exception: most specific type mismatch
- DATA_EXCEPTION_MULTISET_VALUE_OVERFLOW - org.apache.calcite.avatica.SqlState
-
2200Q: data exception: multiset value overflow
- DATA_EXCEPTION_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
22000: data exception
- DATA_EXCEPTION_NONCHARACTER_IN_UCS_STRING - org.apache.calcite.avatica.SqlState
-
22029: data exception: noncharacter in UCS string
- DATA_EXCEPTION_NULL_ROW_NOT_PERMITTED_IN_TABLE - org.apache.calcite.avatica.SqlState
-
2201C: data exception: null row not permitted in table
- DATA_EXCEPTION_NULL_VALUE_IN_ARRAY_TARGET - org.apache.calcite.avatica.SqlState
-
2200E: data exception: null value in array target
- DATA_EXCEPTION_NULL_VALUE_NO_INDICATOR_PARAMETER - org.apache.calcite.avatica.SqlState
-
22002: data exception: null value, no indicator parameter
- DATA_EXCEPTION_NULL_VALUE_NOT_ALLOWED - org.apache.calcite.avatica.SqlState
-
22004: data exception: null value not allowed
- DATA_EXCEPTION_NULL_VALUE_SUBSTITUTED_FOR_MUTATOR_SUBJECT_PARAMETER - org.apache.calcite.avatica.SqlState
-
2202D: data exception: null value substituted for mutator subject parameter
- DATA_EXCEPTION_NUMERIC_VALUE_OUT_OF_RANGE - org.apache.calcite.avatica.SqlState
-
22003: data exception: numeric value out of range
- DATA_EXCEPTION_SEQUENCE_GENERATOR_LIMIT_EXCEEDED - org.apache.calcite.avatica.SqlState
-
2200H: data exception: sequence generator limit exceeded
- DATA_EXCEPTION_SKIP_TO_FIRST_ROW_OF_MATCH - org.apache.calcite.avatica.SqlState
-
2202L: data exception: skip to first row of match
- DATA_EXCEPTION_SKIP_TO_NON_EXISTENT_ROW - org.apache.calcite.avatica.SqlState
-
2202K: data exception: skip to non-existent row
- DATA_EXCEPTION_STRING_DATA_LENGTH_MISMATCH - org.apache.calcite.avatica.SqlState
-
22026: data exception: string data, length mismatch
- DATA_EXCEPTION_STRING_DATA_RIGHT_TRUNCATION - org.apache.calcite.avatica.SqlState
-
22001: data exception: string data, right truncation
- DATA_EXCEPTION_SUBSTRING_ERROR - org.apache.calcite.avatica.SqlState
-
22011: data exception: substring error
- DATA_EXCEPTION_TRIM_ERROR - org.apache.calcite.avatica.SqlState
-
22027: data exception: trim error
- DATA_EXCEPTION_UNTERMINATED_C_STRING - org.apache.calcite.avatica.SqlState
-
22024: data exception: unterminated C string
- DATA_EXCEPTION_ZERO_LENGTH_CHARACTER_STRING - org.apache.calcite.avatica.SqlState
-
2200F: data exception: zero-length character string
- databaseMajorVersion - Variable in class org.apache.calcite.avatica.DriverVersion
-
- databaseMinorVersion - Variable in class org.apache.calcite.avatica.DriverVersion
-
- DatabasePropertyRequest() - Constructor for class org.apache.calcite.avatica.remote.Service.DatabasePropertyRequest
-
- DatabasePropertyRequest(String) - Constructor for class org.apache.calcite.avatica.remote.Service.DatabasePropertyRequest
-
- DatabasePropertyResponse(Map<Meta.DatabaseProperty, Object>, Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.DatabasePropertyResponse
-
- dataDefinitionCausesTransactionCommit() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- dataDefinitionCausesTransactionCommit() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
-
- dataDefinitionIgnoredInTransactions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- dataDefinitionIgnoredInTransactions() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
-
- DATALINK - org.apache.calcite.avatica.SqlType
-
- dataType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaAttribute
-
- dataType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaBestRowIdentifier
-
- dataType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
-
- dataType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunctionColumn
-
- dataType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
-
- dataType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaPseudoColumn
-
- dataType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
-
- dataType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaUdt
-
- dataType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaVersionColumn
-
- DATE - org.apache.calcite.avatica.SqlType
-
- DATE_FORMAT_STRING - Static variable in class org.apache.calcite.avatica.util.DateTimeUtils
-
The SimpleDateFormat string for ISO dates, "yyyy-MM-dd".
- dateStringToUnixDate(String) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
-
- DateTimeUtils - Class in org.apache.calcite.avatica.util
-
Utility functions for datetime types: date, time, timestamp.
- DateTimeUtils.PrecisionTime - Class in org.apache.calcite.avatica.util
-
- DAY - org.apache.calcite.avatica.util.TimeUnit
-
- DAY - org.apache.calcite.avatica.util.TimeUnitRange
-
- DAY_TO_HOUR - org.apache.calcite.avatica.util.TimeUnitRange
-
- DAY_TO_MINUTE - org.apache.calcite.avatica.util.TimeUnitRange
-
- DAY_TO_SECOND - org.apache.calcite.avatica.util.TimeUnitRange
-
- DECADE - org.apache.calcite.avatica.util.TimeUnit
-
- DECADE - org.apache.calcite.avatica.util.TimeUnitRange
-
- DECIMAL - org.apache.calcite.avatica.SqlType
-
- decimalDigits - Variable in class org.apache.calcite.avatica.MetaImpl.MetaAttribute
-
- decimalDigits - Variable in class org.apache.calcite.avatica.MetaImpl.MetaBestRowIdentifier
-
- decimalDigits - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
-
- decimalDigits - Variable in class org.apache.calcite.avatica.MetaImpl.MetaPseudoColumn
-
- decimalDigits - Variable in class org.apache.calcite.avatica.MetaImpl.MetaVersionColumn
-
- decode(byte[]) - Static method in class org.apache.calcite.avatica.util.Base64
-
Low-level access to decoding ASCII characters in
the form of a byte array.
- decode(byte[], int, int, int) - Static method in class org.apache.calcite.avatica.util.Base64
-
Low-level access to decoding ASCII characters in
the form of a byte array.
- decode(String) - Static method in class org.apache.calcite.avatica.util.Base64
-
Decodes data from Base64 notation, automatically
detecting gzip-compressed data and decompressing it.
- decode(String, int) - Static method in class org.apache.calcite.avatica.util.Base64
-
Decodes data from Base64 notation, automatically
detecting gzip-compressed data and decompressing it.
- decode(String, Class<T>) - Static method in class org.apache.calcite.avatica.remote.JsonService
-
- DECODE - Static variable in class org.apache.calcite.avatica.util.Base64
-
Specify decoding in first bit.
- decodeFileToFile(String, String) - Static method in class org.apache.calcite.avatica.util.Base64
-
Reads infile and decodes it to outfile.
- decodeFromFile(String) - Static method in class org.apache.calcite.avatica.util.Base64
-
Convenience method for reading a base64-encoded
file and decoding it.
- decodeToFile(String, String) - Static method in class org.apache.calcite.avatica.util.Base64
-
Convenience method for decoding data to a file.
- decodeToObject(String) - Static method in class org.apache.calcite.avatica.util.Base64
-
Attempts to decode Base64 data and deserialize a Java
Object within.
- decodeToObject(String, int, ClassLoader) - Static method in class org.apache.calcite.avatica.util.Base64
-
Attempts to decode Base64 data and deserialize a Java
Object within.
- decrement() - Method in interface org.apache.calcite.avatica.metrics.Counter
-
Decrement this
by 1.
- decrement() - Method in class org.apache.calcite.avatica.metrics.dropwizard3.DropwizardCounter
-
- decrement() - Method in class org.apache.calcite.avatica.metrics.noop.NoopCounter
-
- decrement(long) - Method in interface org.apache.calcite.avatica.metrics.Counter
-
Decrement this
by n
.
- decrement(long) - Method in class org.apache.calcite.avatica.metrics.dropwizard3.DropwizardCounter
-
- decrement(long) - Method in class org.apache.calcite.avatica.metrics.noop.NoopCounter
-
- deduce(List<ColumnMetaData>, Class) - Static method in class org.apache.calcite.avatica.Meta.CursorFactory
-
- deduceValueClass(Object, Class) - Method in enum org.apache.calcite.avatica.ConnectionProperty.Type
-
Deduces the class of a property of this type, given the default value
and the user-specified value class (each of which may be null, unless
this is an enum or a plugin).
- DEFAULT_FETCH_SIZE - Static variable in class org.apache.calcite.avatica.AvaticaStatement
-
- DEFAULT_ZONE - Static variable in class org.apache.calcite.avatica.util.DateTimeUtils
-
The Java default time zone.
- defaultValue - Variable in enum org.apache.calcite.avatica.Meta.DatabaseProperty
-
- defaultValue - Variable in class org.apache.calcite.avatica.MetaImpl.MetaClientInfoProperty
-
- defaultValue() - Method in enum org.apache.calcite.avatica.BuiltInConnectionProperty
-
- defaultValue() - Method in interface org.apache.calcite.avatica.ConnectionProperty
-
Returns the default value of this property.
- defaultValue() - Method in enum org.apache.calcite.avatica.jdbc.JdbcMeta.ConnectionCacheSettings
-
The default value for this setting.
- defaultValue() - Method in enum org.apache.calcite.avatica.jdbc.JdbcMeta.StatementCacheSettings
-
The default value for this setting.
- defaultValue() - Method in enum org.apache.calcite.avatica.remote.AvaticaRemoteConnectionProperty
-
- defaultValueClass() - Method in enum org.apache.calcite.avatica.ConnectionProperty.Type
-
- deferability - Variable in class org.apache.calcite.avatica.MetaImpl.MetaCrossReference
-
- deferability - Variable in class org.apache.calcite.avatica.MetaImpl.MetaExportedKey
-
- deferability - Variable in class org.apache.calcite.avatica.MetaImpl.MetaImportedKey
-
- DEFINITELY_WRITABLE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
-
- definitelyWritable - Variable in class org.apache.calcite.avatica.ColumnMetaData
-
- DelegatingAvaticaHandler - Class in org.apache.calcite.avatica.server
-
An AvaticaHandler implementation that delegates to a provided Jetty Handler instance.
- DelegatingAvaticaHandler(Handler) - Constructor for class org.apache.calcite.avatica.server.DelegatingAvaticaHandler
-
- DELETE - org.apache.calcite.avatica.Meta.StatementType
-
- DELETE - org.apache.calcite.avatica.proto.Common.StatementType
-
DELETE = 3;
- DELETE_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.StatementType
-
DELETE = 3;
- deleteRow() - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- deleteRow() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
-
- deleteRule - Variable in class org.apache.calcite.avatica.MetaImpl.MetaCrossReference
-
- deleteRule - Variable in class org.apache.calcite.avatica.MetaImpl.MetaExportedKey
-
- deleteRule - Variable in class org.apache.calcite.avatica.MetaImpl.MetaImportedKey
-
- deletesAreDetected(int) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- deletesAreDetected(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
-
- DEPENDENT_PRIVILEGE_DESCRIPTORS_STILL_EXIST_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
2B000: dependent privilege descriptors still exist
- DEPRECATED_FIRST_FRAME_MAX_SIZE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
-
- description - Variable in class org.apache.calcite.avatica.MetaImpl.MetaClientInfoProperty
-
- deserialize(Message) - Method in class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteBatchRequest
-
- destroy() - Method in class org.apache.calcite.avatica.server.DelegatingAvaticaHandler
-
- DIAGNOSTICS_EXCEPTION_MAXIMUM_NUMBER_OF_DIAGNOSTICS_AREAS_EXCEEDED - org.apache.calcite.avatica.SqlState
-
0Z001: diagnostics exception: maximum number of stacked diagnostics areas exceeded
- DIAGNOSTICS_EXCEPTION_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
0Z000: diagnostics exception
- DIGEST - org.apache.calcite.avatica.remote.AuthenticationType
-
- digitCount(int) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
-
- discard(Object) - Static method in class org.apache.calcite.avatica.AvaticaUtils
-
Does nothing with its argument.
- DISPLAY_SIZE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
-
- displaySize - Variable in class org.apache.calcite.avatica.ColumnMetaData
-
- DISTINCT - org.apache.calcite.avatica.SqlType
-
- DO_BREAK_LINES - Static variable in class org.apache.calcite.avatica.util.Base64
-
Do break lines when encoding.
- DoAsAvaticaHttpClient - Class in org.apache.calcite.avatica.remote
-
HTTP client implementation which invokes the wrapped HTTP client in a doAs with the provided
Subject.
- DoAsAvaticaHttpClient(AvaticaHttpClient, KerberosConnection) - Constructor for class org.apache.calcite.avatica.remote.DoAsAvaticaHttpClient
-
- doAsRemoteUser(String, String, Callable<T>) - Method in interface org.apache.calcite.avatica.server.AvaticaServerConfiguration
-
Invokes the given action
as the remoteUserName
.
- doAsRemoteUser(String, String, Callable<T>) - Method in interface org.apache.calcite.avatica.server.DoAsRemoteUserCallback
-
Invokes the given action
as the remoteUserName
.
- DoAsRemoteUserCallback - Interface in org.apache.calcite.avatica.server
-
A callback which the server can invoke to allow implementations to control additional logic
about whether or not a client from a specific host should be run.
- doesMaxRowSizeIncludeBlobs() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- doesMaxRowSizeIncludeBlobs() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
-
- done - Variable in class org.apache.calcite.avatica.Meta.Frame
-
Whether this is definitely the last frame of rows.
- DONE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.Frame
-
- DONT_GUNZIP - Static variable in class org.apache.calcite.avatica.util.Base64
-
Specify that gzipped data should not be automatically gunzipped.
- doStart() - Method in class org.apache.calcite.avatica.server.PropertyBasedSpnegoLoginService
-
- DOUBLE - org.apache.calcite.avatica.ColumnMetaData.Rep
-
- DOUBLE - org.apache.calcite.avatica.proto.Common.Rep
-
DOUBLE = 15;
- DOUBLE - org.apache.calcite.avatica.SqlType
-
- DOUBLE_QUOTE - org.apache.calcite.avatica.util.Quoting
-
Quote identifiers in double-quotes.
- DOUBLE_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
-
DOUBLE = 15;
- DOUBLE_VALUE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.TypedValue
-
- DOW - org.apache.calcite.avatica.util.TimeUnit
-
- DOW - org.apache.calcite.avatica.util.TimeUnitRange
-
- DOY - org.apache.calcite.avatica.util.TimeUnit
-
- DOY - org.apache.calcite.avatica.util.TimeUnitRange
-
- driver - Variable in class org.apache.calcite.avatica.AvaticaConnection
-
- Driver - Class in org.apache.calcite.avatica.remote
-
Avatica Remote JDBC driver.
- Driver() - Constructor for class org.apache.calcite.avatica.remote.Driver
-
- Driver.Serialization - Enum in org.apache.calcite.avatica.remote
-
Defines the method of message serialization used by the Driver
- DriverVersion - Class in org.apache.calcite.avatica
-
Driver version information.
- DriverVersion(String, String, String, String, boolean, int, int, int, int) - Constructor for class org.apache.calcite.avatica.DriverVersion
-
Creates a DriverVersion.
- DROP - org.apache.calcite.avatica.Meta.StatementType
-
- DROP - org.apache.calcite.avatica.proto.Common.StatementType
-
DROP = 8;
- DROP_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.StatementType
-
DROP = 8;
- DropwizardContext(Timer.Context) - Constructor for class org.apache.calcite.avatica.metrics.dropwizard3.DropwizardTimer.DropwizardContext
-
- DropwizardCounter - Class in org.apache.calcite.avatica.metrics.dropwizard3
-
Dropwizard Metrics implementation of
Counter
.
- DropwizardCounter(Counter) - Constructor for class org.apache.calcite.avatica.metrics.dropwizard3.DropwizardCounter
-
- DropwizardGauge<T> - Class in org.apache.calcite.avatica.metrics.dropwizard3
-
Dropwizard Metrics implementation of
Gauge
.
- DropwizardGauge(Gauge<T>) - Constructor for class org.apache.calcite.avatica.metrics.dropwizard3.DropwizardGauge
-
- DropwizardHistogram - Class in org.apache.calcite.avatica.metrics.dropwizard3
-
Dropwizard metrics implementation of
Histogram
.
- DropwizardHistogram(Histogram) - Constructor for class org.apache.calcite.avatica.metrics.dropwizard3.DropwizardHistogram
-
- DropwizardMeter - Class in org.apache.calcite.avatica.metrics.dropwizard3
-
Dropwizard metrics implementation of
Meter
.
- DropwizardMeter(Meter) - Constructor for class org.apache.calcite.avatica.metrics.dropwizard3.DropwizardMeter
-
- DropwizardMetricsSystem - Class in org.apache.calcite.avatica.metrics.dropwizard3
-
- DropwizardMetricsSystem(MetricRegistry) - Constructor for class org.apache.calcite.avatica.metrics.dropwizard3.DropwizardMetricsSystem
-
- DropwizardMetricsSystemConfiguration - Class in org.apache.calcite.avatica.metrics.dropwizard3
-
- DropwizardMetricsSystemConfiguration(MetricRegistry) - Constructor for class org.apache.calcite.avatica.metrics.dropwizard3.DropwizardMetricsSystemConfiguration
-
- DropwizardMetricsSystemFactory - Class in org.apache.calcite.avatica.metrics.dropwizard3
-
- DropwizardMetricsSystemFactory() - Constructor for class org.apache.calcite.avatica.metrics.dropwizard3.DropwizardMetricsSystemFactory
-
- DropwizardTimer - Class in org.apache.calcite.avatica.metrics.dropwizard3
-
Dropwizard Metrics implementation of
Timer
.
- DropwizardTimer(Timer) - Constructor for class org.apache.calcite.avatica.metrics.dropwizard3.DropwizardTimer
-
- DropwizardTimer.DropwizardContext - Class in org.apache.calcite.avatica.metrics.dropwizard3
-
- dummy(ColumnMetaData.AvaticaType, boolean) - Static method in class org.apache.calcite.avatica.ColumnMetaData
-
Creates a ColumnMetaData for result sets that are not based on a struct
but need to have a single 'field' for purposes of
ResultSetMetaData
.
- DUMMY_VALUE - Static variable in class org.apache.calcite.avatica.AvaticaSite
-
Value that means the parameter has been set to null.
- DYNAMIC_SQL_ERROR_CURSOR_SPECIFICATION_CANNOT_BE_EXECUTED - org.apache.calcite.avatica.SqlState
-
07003: dynamic SQL error: cursor specification cannot be executed
- DYNAMIC_SQL_ERROR_DATA_TYPE_TRANSFORM_FUNCTION_VIOLATION - org.apache.calcite.avatica.SqlState
-
0700B: dynamic SQL error: data type transform function violation
- DYNAMIC_SQL_ERROR_INVALID_DATA_TARGET - org.apache.calcite.avatica.SqlState
-
0700D: dynamic SQL error: invalid DATA target
- DYNAMIC_SQL_ERROR_INVALID_DATETIME_INTERVAL_CODE - org.apache.calcite.avatica.SqlState
-
0700F: dynamic SQL error: invalid DATETIME_INTERVAL_CODE
- DYNAMIC_SQL_ERROR_INVALID_DESCRIPTOR_COUNT - org.apache.calcite.avatica.SqlState
-
07008: dynamic SQL error: invalid descriptor count
- DYNAMIC_SQL_ERROR_INVALID_DESCRIPTOR_INDEX - org.apache.calcite.avatica.SqlState
-
07009: dynamic SQL error: invalid descriptor index
- DYNAMIC_SQL_ERROR_INVALID_LEVEL_VALUE - org.apache.calcite.avatica.SqlState
-
0700E: dynamic SQL error: invalid LEVEL value
- DYNAMIC_SQL_ERROR_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
07000: dynamic SQL error
- DYNAMIC_SQL_ERROR_PREPARED_STATEMENT_NOT_A_CURSOR_SPECIFICATION - org.apache.calcite.avatica.SqlState
-
07005: dynamic SQL error: prepared statement not a cursor specification
- DYNAMIC_SQL_ERROR_RESTRICTED_DATA_TYPE_ATTRIBUTE_VIOLATION - org.apache.calcite.avatica.SqlState
-
07006: dynamic SQL error: restricted data type attribute violation
- DYNAMIC_SQL_ERROR_UNDEFINED_DATA_VALUE - org.apache.calcite.avatica.SqlState
-
0700C: dynamic SQL error: undefined DATA value
- DYNAMIC_SQL_ERROR_USING_CLAUSE_DOES_NOT_MATCH_DYNAMIC_PARAMETER_SPEC - org.apache.calcite.avatica.SqlState
-
07001: dynamic SQL error: using clause does not match dynamic parameter specifications
- DYNAMIC_SQL_ERROR_USING_CLAUSE_DOES_NOT_MATCH_TARGET_SPEC - org.apache.calcite.avatica.SqlState
-
07002: dynamic SQL error: using clause does not match target specifications
- DYNAMIC_SQL_ERROR_USING_CLAUSE_REQUIRED_FOR_DYNAMIC_PARAMETERS - org.apache.calcite.avatica.SqlState
-
07004: dynamic SQL error: using clause required for dynamic parameters
- DYNAMIC_SQL_ERROR_USING_CLAUSE_REQUIRED_FOR_RESULT_FIELDS - org.apache.calcite.avatica.SqlState
-
07007: dynamic SQL error: using clause required for result fields
- Gauge<T> - Interface in org.apache.calcite.avatica.metrics
-
A metrics which measures a discrete value.
- generatedKeyAlwaysReturned() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- generatedKeyAlwaysReturned() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
-
- get() - Method in class org.apache.calcite.avatica.metrics.dropwizard3.DropwizardMetricsSystemConfiguration
-
- get() - Method in interface org.apache.calcite.avatica.metrics.MetricsSystemConfiguration
-
- get() - Method in class org.apache.calcite.avatica.metrics.noop.NoopMetricsSystemConfiguration
-
- get() - Method in class org.apache.calcite.avatica.util.Spacer
-
Returns the current number of spaces.
- get(Cursor.Accessor, int, Calendar) - Static method in class org.apache.calcite.avatica.AvaticaSite
-
- GET_ARRAY - org.apache.calcite.avatica.SqlType.Method
-
- GET_ASCII_STREAM - org.apache.calcite.avatica.SqlType.Method
-
- GET_ATTRIBUTES - org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_ATTRIBUTES = 0;
- GET_ATTRIBUTES - org.apache.calcite.avatica.remote.MetaDataOperation
-
- GET_ATTRIBUTES_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_ATTRIBUTES = 0;
- GET_BEST_ROW_IDENTIFIER - org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_BEST_ROW_IDENTIFIER = 1;
- GET_BEST_ROW_IDENTIFIER - org.apache.calcite.avatica.remote.MetaDataOperation
-
- GET_BEST_ROW_IDENTIFIER_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_BEST_ROW_IDENTIFIER = 1;
- GET_BIG_DECIMAL - org.apache.calcite.avatica.SqlType.Method
-
- GET_BINARY_STREAM - org.apache.calcite.avatica.SqlType.Method
-
- GET_BLOB - org.apache.calcite.avatica.SqlType.Method
-
- GET_BOOLEAN - org.apache.calcite.avatica.SqlType.Method
-
- GET_BYTE - org.apache.calcite.avatica.SqlType.Method
-
- GET_BYTES - org.apache.calcite.avatica.SqlType.Method
-
- GET_CATALOGS - org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_CATALOGS = 2;
- GET_CATALOGS - org.apache.calcite.avatica.remote.MetaDataOperation
-
- GET_CATALOGS_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_CATALOGS = 2;
- GET_CHARACTER_STREAM - org.apache.calcite.avatica.SqlType.Method
-
- GET_CLIENT_INFO_PROPERTIES - org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_CLIENT_INFO_PROPERTIES = 3;
- GET_CLIENT_INFO_PROPERTIES - org.apache.calcite.avatica.remote.MetaDataOperation
-
- GET_CLIENT_INFO_PROPERTIES_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_CLIENT_INFO_PROPERTIES = 3;
- GET_CLOB - org.apache.calcite.avatica.SqlType.Method
-
- GET_COLUMN_PRIVILEGES - org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_COLUMN_PRIVILEGES = 4;
- GET_COLUMN_PRIVILEGES - org.apache.calcite.avatica.remote.MetaDataOperation
-
- GET_COLUMN_PRIVILEGES_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_COLUMN_PRIVILEGES = 4;
- GET_COLUMNS - org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_COLUMNS = 5;
- GET_COLUMNS - org.apache.calcite.avatica.remote.MetaDataOperation
-
- GET_COLUMNS_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_COLUMNS = 5;
- GET_CROSS_REFERENCE - org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_CROSS_REFERENCE = 6;
- GET_CROSS_REFERENCE - org.apache.calcite.avatica.remote.MetaDataOperation
-
- GET_CROSS_REFERENCE_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_CROSS_REFERENCE = 6;
- GET_DATABASE_MAJOR_VERSION - org.apache.calcite.avatica.Meta.DatabaseProperty
-
- GET_DATABASE_MINOR_VERSION - org.apache.calcite.avatica.Meta.DatabaseProperty
-
- GET_DATABASE_PRODUCT_NAME - org.apache.calcite.avatica.Meta.DatabaseProperty
-
- GET_DATABASE_PRODUCT_VERSION - org.apache.calcite.avatica.Meta.DatabaseProperty
-
- GET_DATE - org.apache.calcite.avatica.SqlType.Method
-
- GET_DEFAULT_TRANSACTION_ISOLATION - org.apache.calcite.avatica.Meta.DatabaseProperty
-
- GET_DOUBLE - org.apache.calcite.avatica.SqlType.Method
-
- GET_DRIVER_MAJOR_VERSION - org.apache.calcite.avatica.Meta.DatabaseProperty
-
- GET_DRIVER_MINOR_VERSION - org.apache.calcite.avatica.Meta.DatabaseProperty
-
- GET_DRIVER_NAME - org.apache.calcite.avatica.Meta.DatabaseProperty
-
- GET_DRIVER_VERSION - org.apache.calcite.avatica.Meta.DatabaseProperty
-
- GET_EXPORTED_KEYS - org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_EXPORTED_KEYS = 7;
- GET_EXPORTED_KEYS - org.apache.calcite.avatica.remote.MetaDataOperation
-
- GET_EXPORTED_KEYS_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_EXPORTED_KEYS = 7;
- GET_FLOAT - org.apache.calcite.avatica.SqlType.Method
-
- GET_FUNCTION_COLUMNS - org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_FUNCTION_COLUMNS = 8;
- GET_FUNCTION_COLUMNS - org.apache.calcite.avatica.remote.MetaDataOperation
-
- GET_FUNCTION_COLUMNS_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_FUNCTION_COLUMNS = 8;
- GET_FUNCTIONS - org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_FUNCTIONS = 9;
- GET_FUNCTIONS - org.apache.calcite.avatica.remote.MetaDataOperation
-
- GET_FUNCTIONS_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_FUNCTIONS = 9;
- GET_IMPORTED_KEYS - org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_IMPORTED_KEYS = 10;
- GET_IMPORTED_KEYS - org.apache.calcite.avatica.remote.MetaDataOperation
-
- GET_IMPORTED_KEYS_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_IMPORTED_KEYS = 10;
- GET_INDEX_INFO - org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_INDEX_INFO = 11;
- GET_INDEX_INFO - org.apache.calcite.avatica.remote.MetaDataOperation
-
- GET_INDEX_INFO_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_INDEX_INFO = 11;
- GET_INT - org.apache.calcite.avatica.SqlType.Method
-
- GET_LIST - Static variable in enum org.apache.calcite.avatica.SqlType
-
- GET_LONG - org.apache.calcite.avatica.SqlType.Method
-
- GET_N_CHARACTER_STREAM - org.apache.calcite.avatica.SqlType.Method
-
- GET_N_CLOB - org.apache.calcite.avatica.SqlType.Method
-
- GET_N_STRING - org.apache.calcite.avatica.SqlType.Method
-
- GET_NUMERIC_FUNCTIONS - org.apache.calcite.avatica.Meta.DatabaseProperty
-
- GET_OBJECT - org.apache.calcite.avatica.SqlType.Method
-
- GET_PRIMARY_KEYS - org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_PRIMARY_KEYS = 12;
- GET_PRIMARY_KEYS - org.apache.calcite.avatica.remote.MetaDataOperation
-
- GET_PRIMARY_KEYS_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_PRIMARY_KEYS = 12;
- GET_PROCEDURE_COLUMNS - org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_PROCEDURE_COLUMNS = 13;
- GET_PROCEDURE_COLUMNS - org.apache.calcite.avatica.remote.MetaDataOperation
-
- GET_PROCEDURE_COLUMNS_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_PROCEDURE_COLUMNS = 13;
- GET_PROCEDURES - org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_PROCEDURES = 14;
- GET_PROCEDURES - org.apache.calcite.avatica.remote.MetaDataOperation
-
- GET_PROCEDURES_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_PROCEDURES = 14;
- GET_PSEUDO_COLUMNS - org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_PSEUDO_COLUMNS = 15;
- GET_PSEUDO_COLUMNS - org.apache.calcite.avatica.remote.MetaDataOperation
-
- GET_PSEUDO_COLUMNS_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_PSEUDO_COLUMNS = 15;
- GET_REF - org.apache.calcite.avatica.SqlType.Method
-
- GET_ROW_ID - org.apache.calcite.avatica.SqlType.Method
-
- GET_S_Q_L_KEYWORDS - org.apache.calcite.avatica.Meta.DatabaseProperty
-
- GET_SCHEMAS - org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_SCHEMAS = 16;
- GET_SCHEMAS - org.apache.calcite.avatica.remote.MetaDataOperation
-
- GET_SCHEMAS_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_SCHEMAS = 16;
- GET_SCHEMAS_WITH_ARGS - org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_SCHEMAS_WITH_ARGS = 17;
- GET_SCHEMAS_WITH_ARGS - org.apache.calcite.avatica.remote.MetaDataOperation
-
- GET_SCHEMAS_WITH_ARGS_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_SCHEMAS_WITH_ARGS = 17;
- GET_SHORT - org.apache.calcite.avatica.SqlType.Method
-
- GET_SQLXML - org.apache.calcite.avatica.SqlType.Method
-
- GET_STRING - org.apache.calcite.avatica.SqlType.Method
-
- GET_STRING_FUNCTIONS - org.apache.calcite.avatica.Meta.DatabaseProperty
-
- GET_SUPER_TABLES - org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_SUPER_TABLES = 18;
- GET_SUPER_TABLES - org.apache.calcite.avatica.remote.MetaDataOperation
-
- GET_SUPER_TABLES_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_SUPER_TABLES = 18;
- GET_SUPER_TYPES - org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_SUPER_TYPES = 19;
- GET_SUPER_TYPES - org.apache.calcite.avatica.remote.MetaDataOperation
-
- GET_SUPER_TYPES_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_SUPER_TYPES = 19;
- GET_SYSTEM_FUNCTIONS - org.apache.calcite.avatica.Meta.DatabaseProperty
-
- GET_TABLE_PRIVILEGES - org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_TABLE_PRIVILEGES = 20;
- GET_TABLE_PRIVILEGES - org.apache.calcite.avatica.remote.MetaDataOperation
-
- GET_TABLE_PRIVILEGES_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_TABLE_PRIVILEGES = 20;
- GET_TABLE_TYPES - org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_TABLE_TYPES = 22;
- GET_TABLE_TYPES - org.apache.calcite.avatica.remote.MetaDataOperation
-
- GET_TABLE_TYPES_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_TABLE_TYPES = 22;
- GET_TABLES - org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_TABLES = 21;
- GET_TABLES - org.apache.calcite.avatica.remote.MetaDataOperation
-
- GET_TABLES_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_TABLES = 21;
- GET_TIME - org.apache.calcite.avatica.SqlType.Method
-
- GET_TIME_DATE_FUNCTIONS - org.apache.calcite.avatica.Meta.DatabaseProperty
-
- GET_TIMESTAMP - org.apache.calcite.avatica.SqlType.Method
-
- GET_TYPE_INFO - org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_TYPE_INFO = 23;
- GET_TYPE_INFO - org.apache.calcite.avatica.remote.MetaDataOperation
-
- GET_TYPE_INFO_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_TYPE_INFO = 23;
- GET_UDTS - org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_UDTS = 24;
- GET_UDTS - org.apache.calcite.avatica.remote.MetaDataOperation
-
- GET_UDTS_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_UDTS = 24;
- GET_URL - org.apache.calcite.avatica.SqlType.Method
-
- GET_VERSION_COLUMNS - org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_VERSION_COLUMNS = 25;
- GET_VERSION_COLUMNS - org.apache.calcite.avatica.remote.MetaDataOperation
-
- GET_VERSION_COLUMNS_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_VERSION_COLUMNS = 25;
- getAllowedRealms(String, AvaticaServerConfiguration) - Method in class org.apache.calcite.avatica.server.HttpServer
-
- getAllowedRoles() - Method in interface org.apache.calcite.avatica.server.AvaticaServerConfiguration
-
Returns the array of allowed roles for login.
- getAppConfigurationEntry(String) - Method in class org.apache.calcite.avatica.remote.ClientKeytabJaasConf
-
- getAppConfigurationEntry(String) - Method in class org.apache.calcite.avatica.server.ServerKeytabJaasConf
-
- getArgs(int) - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
-
repeated .MetaDataOperationArgument args = 4;
- getArgs(int) - Method in class org.apache.calcite.avatica.proto.Common.QueryState
-
repeated .MetaDataOperationArgument args = 4;
- getArgs(int) - Method in interface org.apache.calcite.avatica.proto.Common.QueryStateOrBuilder
-
repeated .MetaDataOperationArgument args = 4;
- getArgsBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
-
repeated .MetaDataOperationArgument args = 4;
- getArgsBuilderList() - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
-
repeated .MetaDataOperationArgument args = 4;
- getArgsCount() - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
-
repeated .MetaDataOperationArgument args = 4;
- getArgsCount() - Method in class org.apache.calcite.avatica.proto.Common.QueryState
-
repeated .MetaDataOperationArgument args = 4;
- getArgsCount() - Method in interface org.apache.calcite.avatica.proto.Common.QueryStateOrBuilder
-
repeated .MetaDataOperationArgument args = 4;
- getArgsList() - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
-
repeated .MetaDataOperationArgument args = 4;
- getArgsList() - Method in class org.apache.calcite.avatica.proto.Common.QueryState
-
repeated .MetaDataOperationArgument args = 4;
- getArgsList() - Method in interface org.apache.calcite.avatica.proto.Common.QueryStateOrBuilder
-
repeated .MetaDataOperationArgument args = 4;
- getArgsOrBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
-
repeated .MetaDataOperationArgument args = 4;
- getArgsOrBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.QueryState
-
repeated .MetaDataOperationArgument args = 4;
- getArgsOrBuilder(int) - Method in interface org.apache.calcite.avatica.proto.Common.QueryStateOrBuilder
-
repeated .MetaDataOperationArgument args = 4;
- getArgsOrBuilderList() - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
-
repeated .MetaDataOperationArgument args = 4;
- getArgsOrBuilderList() - Method in class org.apache.calcite.avatica.proto.Common.QueryState
-
repeated .MetaDataOperationArgument args = 4;
- getArgsOrBuilderList() - Method in interface org.apache.calcite.avatica.proto.Common.QueryStateOrBuilder
-
repeated .MetaDataOperationArgument args = 4;
- getArray() - Method in class org.apache.calcite.avatica.util.AbstractCursor.ArrayAccessor
-
- getArray() - Method in class org.apache.calcite.avatica.util.ArrayImpl
-
- getArray() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
-
- getArray(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getArray(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
-
- getArray(long, int) - Method in class org.apache.calcite.avatica.util.ArrayImpl
-
- getArray(long, int, Map<String, Class<?>>) - Method in class org.apache.calcite.avatica.util.ArrayImpl
-
- getArray(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getArray(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
-
- getArray(List<?>, AbstractCursor.ArrayAccessor) - Method in class org.apache.calcite.avatica.util.ArrayImpl
-
Converts a list into an array.
- getArray(Map<String, Class<?>>) - Method in class org.apache.calcite.avatica.util.ArrayImpl
-
- getArrayValue(int) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
-
repeated .TypedValue array_value = 2;
- getArrayValue(int) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue
-
repeated .TypedValue array_value = 2;
- getArrayValue(int) - Method in interface org.apache.calcite.avatica.proto.Common.ColumnValueOrBuilder
-
repeated .TypedValue array_value = 2;
- getArrayValue(int) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
-
The Array
- getArrayValue(int) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue
-
The Array
- getArrayValue(int) - Method in interface org.apache.calcite.avatica.proto.Common.TypedValueOrBuilder
-
The Array
- getArrayValueBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
-
repeated .TypedValue array_value = 2;
- getArrayValueBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
-
The Array
- getArrayValueBuilderList() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
-
repeated .TypedValue array_value = 2;
- getArrayValueBuilderList() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
-
The Array
- getArrayValueCount() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
-
repeated .TypedValue array_value = 2;
- getArrayValueCount() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue
-
repeated .TypedValue array_value = 2;
- getArrayValueCount() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnValueOrBuilder
-
repeated .TypedValue array_value = 2;
- getArrayValueCount() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
-
The Array
- getArrayValueCount() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue
-
The Array
- getArrayValueCount() - Method in interface org.apache.calcite.avatica.proto.Common.TypedValueOrBuilder
-
The Array
- getArrayValueList() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
-
repeated .TypedValue array_value = 2;
- getArrayValueList() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue
-
repeated .TypedValue array_value = 2;
- getArrayValueList() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnValueOrBuilder
-
repeated .TypedValue array_value = 2;
- getArrayValueList() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
-
The Array
- getArrayValueList() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue
-
The Array
- getArrayValueList() - Method in interface org.apache.calcite.avatica.proto.Common.TypedValueOrBuilder
-
The Array
- getArrayValueOrBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
-
repeated .TypedValue array_value = 2;
- getArrayValueOrBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue
-
repeated .TypedValue array_value = 2;
- getArrayValueOrBuilder(int) - Method in interface org.apache.calcite.avatica.proto.Common.ColumnValueOrBuilder
-
repeated .TypedValue array_value = 2;
- getArrayValueOrBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
-
The Array
- getArrayValueOrBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue
-
The Array
- getArrayValueOrBuilder(int) - Method in interface org.apache.calcite.avatica.proto.Common.TypedValueOrBuilder
-
The Array
- getArrayValueOrBuilderList() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
-
repeated .TypedValue array_value = 2;
- getArrayValueOrBuilderList() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue
-
repeated .TypedValue array_value = 2;
- getArrayValueOrBuilderList() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnValueOrBuilder
-
repeated .TypedValue array_value = 2;
- getArrayValueOrBuilderList() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
-
The Array
- getArrayValueOrBuilderList() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue
-
The Array
- getArrayValueOrBuilderList() - Method in interface org.apache.calcite.avatica.proto.Common.TypedValueOrBuilder
-
The Array
- getAsciiStream() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
-
- getAsciiStream(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getAsciiStream(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
-
- getAsciiStream(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getAsciiStream(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
-
- getAttributes() - Method in class org.apache.calcite.avatica.util.StructImpl
-
- getAttributes(String, String, String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getAttributes(String, String, String, String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
-
- getAttributes(Map<String, Class<?>>) - Method in class org.apache.calcite.avatica.util.StructImpl
-
- getAttributes(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
-
- getAttributes(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, Meta.Pat) - Method in interface org.apache.calcite.avatica.Meta
-
- getAttributes(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.MetaImpl
-
- getAuthenticationType() - Method in interface org.apache.calcite.avatica.server.AvaticaServerConfiguration
-
Returns the type of authentication the
HttpServer
should use.
- getAutoCommit() - Method in class org.apache.calcite.avatica.AvaticaConnection
-
- getAutoCommit() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
-
- getAutoCommit() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
-
bool auto_commit = 2;
- getAutoCommit() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
-
bool auto_commit = 2;
- getAutoCommit() - Method in interface org.apache.calcite.avatica.proto.Common.ConnectionPropertiesOrBuilder
-
bool auto_commit = 2;
- getAutoIncrement() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
-
bool auto_increment = 2;
- getAutoIncrement() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
-
bool auto_increment = 2;
- getAutoIncrement() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnMetaDataOrBuilder
-
bool auto_increment = 2;
- getAvaticaServerVersion() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
Fetches the Avatica version from the given server.
- getAvaticaServerVersion() - Method in interface org.apache.calcite.avatica.AvaticaSpecificDatabaseMetaData
-
Retrieves the Avatica version from the server.
- getBaseType() - Method in class org.apache.calcite.avatica.util.ArrayImpl
-
- getBaseTypeName() - Method in class org.apache.calcite.avatica.util.ArrayImpl
-
- getBestRowIdentifier(String, String, String, int, boolean) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getBestRowIdentifier(String, String, String, int, boolean) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
-
- getBestRowIdentifier(Meta.ConnectionHandle, String, String, String, int, boolean) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
-
- getBestRowIdentifier(Meta.ConnectionHandle, String, String, String, int, boolean) - Method in interface org.apache.calcite.avatica.Meta
-
- getBestRowIdentifier(Meta.ConnectionHandle, String, String, String, int, boolean) - Method in class org.apache.calcite.avatica.MetaImpl
-
- getBigDecimal() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
-
- getBigDecimal(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getBigDecimal(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
-
- getBigDecimal(int) - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
-
- getBigDecimal(int, int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getBigDecimal(int, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
-
- getBigDecimal(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getBigDecimal(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
-
- getBigDecimal(String, int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getBigDecimal(String, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
-
- getBinaryStream() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
-
- getBinaryStream(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getBinaryStream(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
-
- getBinaryStream(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getBinaryStream(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
-
- getBlob() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
-
- getBlob(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getBlob(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
-
- getBlob(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getBlob(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
-
- getBoolean() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
-
Returns the boolean value of this property.
- getBoolean() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
-
- getBoolean(boolean) - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
-
Returns the boolean value of this property.
- getBoolean(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getBoolean(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
-
- getBoolean(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getBoolean(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
-
- getBoolean(Map<InternalProperty, Object>) - Method in enum org.apache.calcite.avatica.InternalProperty
-
Returns the boolean value of this property.
- getBoolValue() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
-
bool bool_value = 2;
- getBoolValue() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
-
bool bool_value = 2;
- getBoolValue() - Method in interface org.apache.calcite.avatica.proto.Common.MetaDataOperationArgumentOrBuilder
-
bool bool_value = 2;
- getBoolValue() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
-
boolean
- getBoolValue() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue
-
boolean
- getBoolValue() - Method in interface org.apache.calcite.avatica.proto.Common.TypedValueOrBuilder
-
boolean
- getBoundParameterValues() - Method in class org.apache.calcite.avatica.AvaticaStatement
-
Returns a list of bound parameter values.
- getByte() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
-
- getByte(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getByte(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
-
- getByte(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getByte(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
-
- getBytes() - Method in class org.apache.calcite.avatica.util.ByteString
-
Returns a copy of the byte array.
- getBytes() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
-
- getBytes(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getBytes(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
-
- getBytes(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getBytes(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
-
- getBytesValue() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
-
includes numeric types and date/time types.
- getBytesValue() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue
-
includes numeric types and date/time types.
- getBytesValue() - Method in interface org.apache.calcite.avatica.proto.Common.TypedValueOrBuilder
-
includes numeric types and date/time types.
- getCalendar() - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
-
Returns a calendar in the connection's time zone, creating one the first
time this method is called.
- getCalendar() - Method in class org.apache.calcite.avatica.util.DateTimeUtils.PrecisionTime
-
- getCancelFlag(Meta.StatementHandle) - Method in class org.apache.calcite.avatica.AvaticaConnection
-
Returns or creates a slot whose state can be changed to cancel a
statement.
- getCaseSensitive() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
-
bool case_sensitive = 3;
- getCaseSensitive() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
-
bool case_sensitive = 3;
- getCaseSensitive() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnMetaDataOrBuilder
-
bool case_sensitive = 3;
- getCatalog() - Method in class org.apache.calcite.avatica.AvaticaConnection
-
- getCatalog() - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
-
- getCatalog() - Method in interface org.apache.calcite.avatica.Meta.ConnectionProperties
-
- getCatalog() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
-
- getCatalog() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
-
string catalog = 5;
- getCatalog() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
-
string catalog = 5;
- getCatalog() - Method in interface org.apache.calcite.avatica.proto.Common.ConnectionPropertiesOrBuilder
-
string catalog = 5;
- getCatalog() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
-
string catalog = 1;
- getCatalog() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
-
string catalog = 1;
- getCatalog() - Method in interface org.apache.calcite.avatica.proto.Requests.ColumnsRequestOrBuilder
-
string catalog = 1;
- getCatalog() - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
-
string catalog = 1;
- getCatalog() - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
-
string catalog = 1;
- getCatalog() - Method in interface org.apache.calcite.avatica.proto.Requests.SchemasRequestOrBuilder
-
string catalog = 1;
- getCatalog() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
-
string catalog = 1;
- getCatalog() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
-
string catalog = 1;
- getCatalog() - Method in interface org.apache.calcite.avatica.proto.Requests.TablesRequestOrBuilder
-
string catalog = 1;
- getCatalogBytes() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
-
string catalog = 5;
- getCatalogBytes() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
-
string catalog = 5;
- getCatalogBytes() - Method in interface org.apache.calcite.avatica.proto.Common.ConnectionPropertiesOrBuilder
-
string catalog = 5;
- getCatalogBytes() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
-
string catalog = 1;
- getCatalogBytes() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
-
string catalog = 1;
- getCatalogBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.ColumnsRequestOrBuilder
-
string catalog = 1;
- getCatalogBytes() - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
-
string catalog = 1;
- getCatalogBytes() - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
-
string catalog = 1;
- getCatalogBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.SchemasRequestOrBuilder
-
string catalog = 1;
- getCatalogBytes() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
-
string catalog = 1;
- getCatalogBytes() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
-
string catalog = 1;
- getCatalogBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.TablesRequestOrBuilder
-
string catalog = 1;
- getCatalogName() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
-
string catalog_name = 15;
- getCatalogName() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
-
string catalog_name = 15;
- getCatalogName() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnMetaDataOrBuilder
-
string catalog_name = 15;
- getCatalogName(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
-
- getCatalogName(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSetMetaData
-
- getCatalogNameBytes() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
-
string catalog_name = 15;
- getCatalogNameBytes() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
-
string catalog_name = 15;
- getCatalogNameBytes() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnMetaDataOrBuilder
-
string catalog_name = 15;
- getCatalogs() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getCatalogs() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
-
- getCatalogs(Meta.ConnectionHandle) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
-
- getCatalogs(Meta.ConnectionHandle) - Method in interface org.apache.calcite.avatica.Meta
-
- getCatalogs(Meta.ConnectionHandle) - Method in class org.apache.calcite.avatica.MetaImpl
-
- getCatalogSeparator() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getCatalogSeparator() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
-
- getCatalogTerm() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getCatalogTerm() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
-
- getCharacterStream() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
-
- getCharacterStream(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getCharacterStream(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
-
- getCharacterStream(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getCharacterStream(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
-
- getClassName() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
-
string class_name = 6;
- getClassName() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
-
string class_name = 6;
- getClassName() - Method in interface org.apache.calcite.avatica.proto.Common.AvaticaParameterOrBuilder
-
string class_name = 6;
- getClassName() - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
-
string class_name = 2;
- getClassName() - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory
-
string class_name = 2;
- getClassName() - Method in interface org.apache.calcite.avatica.proto.Common.CursorFactoryOrBuilder
-
string class_name = 2;
- getClassNameBytes() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
-
string class_name = 6;
- getClassNameBytes() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
-
string class_name = 6;
- getClassNameBytes() - Method in interface org.apache.calcite.avatica.proto.Common.AvaticaParameterOrBuilder
-
string class_name = 6;
- getClassNameBytes() - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
-
string class_name = 2;
- getClassNameBytes() - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory
-
string class_name = 2;
- getClassNameBytes() - Method in interface org.apache.calcite.avatica.proto.Common.CursorFactoryOrBuilder
-
string class_name = 2;
- getClient(URL, ConnectionConfig, KerberosConnection) - Method in interface org.apache.calcite.avatica.remote.AvaticaHttpClientFactory
-
- getClient(URL, ConnectionConfig, KerberosConnection) - Method in class org.apache.calcite.avatica.remote.AvaticaHttpClientFactoryImpl
-
- getClientInfo() - Method in class org.apache.calcite.avatica.AvaticaConnection
-
- getClientInfo() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
-
- getClientInfo(String) - Method in class org.apache.calcite.avatica.AvaticaConnection
-
- getClientInfo(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
-
- getClientInfoProperties() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getClientInfoProperties() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
-
- getClientInfoProperties(Meta.ConnectionHandle) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
-
- getClientInfoProperties(Meta.ConnectionHandle) - Method in interface org.apache.calcite.avatica.Meta
-
- getClientInfoProperties(Meta.ConnectionHandle) - Method in class org.apache.calcite.avatica.MetaImpl
-
- getClob() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
-
- getClob(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getClob(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
-
- getClob(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getClob(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
-
- getColumnClassName() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
-
string column_class_name = 19;
- getColumnClassName() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
-
string column_class_name = 19;
- getColumnClassName() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnMetaDataOrBuilder
-
string column_class_name = 19;
- getColumnClassName(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
-
- getColumnClassName(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSetMetaData
-
- getColumnClassNameBytes() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
-
string column_class_name = 19;
- getColumnClassNameBytes() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
-
string column_class_name = 19;
- getColumnClassNameBytes() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnMetaDataOrBuilder
-
string column_class_name = 19;
- getColumnCount() - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
-
- getColumnCount() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSetMetaData
-
- getColumnDisplaySize(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
-
- getColumnDisplaySize(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSetMetaData
-
- getColumnLabel(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
-
- getColumnLabel(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSetMetaData
-
- getColumnName() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
-
string column_name = 10;
- getColumnName() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
-
string column_name = 10;
- getColumnName() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnMetaDataOrBuilder
-
string column_name = 10;
- getColumnName(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
-
- getColumnName(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSetMetaData
-
- getColumnNameBytes() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
-
string column_name = 10;
- getColumnNameBytes() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
-
string column_name = 10;
- getColumnNameBytes() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnMetaDataOrBuilder
-
string column_name = 10;
- getColumnNamePattern() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
-
string column_name_pattern = 4;
- getColumnNamePattern() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
-
string column_name_pattern = 4;
- getColumnNamePattern() - Method in interface org.apache.calcite.avatica.proto.Requests.ColumnsRequestOrBuilder
-
string column_name_pattern = 4;
- getColumnNamePatternBytes() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
-
string column_name_pattern = 4;
- getColumnNamePatternBytes() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
-
string column_name_pattern = 4;
- getColumnNamePatternBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.ColumnsRequestOrBuilder
-
string column_name_pattern = 4;
- getColumnNullability(Field) - Static method in class org.apache.calcite.avatica.MetaImpl
-
- getColumnPrivileges(String, String, String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getColumnPrivileges(String, String, String, String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
-
- getColumnPrivileges(Meta.ConnectionHandle, String, String, String, Meta.Pat) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
-
- getColumnPrivileges(Meta.ConnectionHandle, String, String, String, Meta.Pat) - Method in interface org.apache.calcite.avatica.Meta
-
- getColumnPrivileges(Meta.ConnectionHandle, String, String, String, Meta.Pat) - Method in class org.apache.calcite.avatica.MetaImpl
-
- getColumns(int) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
-
Only present when name = STRUCT
- getColumns(int) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType
-
Only present when name = STRUCT
- getColumns(int) - Method in interface org.apache.calcite.avatica.proto.Common.AvaticaTypeOrBuilder
-
Only present when name = STRUCT
- getColumns(int) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
-
repeated .ColumnMetaData columns = 1;
- getColumns(int) - Method in class org.apache.calcite.avatica.proto.Common.Signature
-
repeated .ColumnMetaData columns = 1;
- getColumns(int) - Method in interface org.apache.calcite.avatica.proto.Common.SignatureOrBuilder
-
repeated .ColumnMetaData columns = 1;
- getColumns(String, String, String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getColumns(String, String, String, String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
-
- getColumns(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
-
- getColumns(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, Meta.Pat) - Method in interface org.apache.calcite.avatica.Meta
-
- getColumns(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.MetaImpl
-
- getColumnsBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
-
Only present when name = STRUCT
- getColumnsBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
-
repeated .ColumnMetaData columns = 1;
- getColumnsBuilderList() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
-
Only present when name = STRUCT
- getColumnsBuilderList() - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
-
repeated .ColumnMetaData columns = 1;
- getColumnsCount() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
-
Only present when name = STRUCT
- getColumnsCount() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType
-
Only present when name = STRUCT
- getColumnsCount() - Method in interface org.apache.calcite.avatica.proto.Common.AvaticaTypeOrBuilder
-
Only present when name = STRUCT
- getColumnsCount() - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
-
repeated .ColumnMetaData columns = 1;
- getColumnsCount() - Method in class org.apache.calcite.avatica.proto.Common.Signature
-
repeated .ColumnMetaData columns = 1;
- getColumnsCount() - Method in interface org.apache.calcite.avatica.proto.Common.SignatureOrBuilder
-
repeated .ColumnMetaData columns = 1;
- getColumnsList() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
-
Only present when name = STRUCT
- getColumnsList() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType
-
Only present when name = STRUCT
- getColumnsList() - Method in interface org.apache.calcite.avatica.proto.Common.AvaticaTypeOrBuilder
-
Only present when name = STRUCT
- getColumnsList() - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
-
repeated .ColumnMetaData columns = 1;
- getColumnsList() - Method in class org.apache.calcite.avatica.proto.Common.Signature
-
repeated .ColumnMetaData columns = 1;
- getColumnsList() - Method in interface org.apache.calcite.avatica.proto.Common.SignatureOrBuilder
-
repeated .ColumnMetaData columns = 1;
- getColumnsOrBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
-
Only present when name = STRUCT
- getColumnsOrBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType
-
Only present when name = STRUCT
- getColumnsOrBuilder(int) - Method in interface org.apache.calcite.avatica.proto.Common.AvaticaTypeOrBuilder
-
Only present when name = STRUCT
- getColumnsOrBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
-
repeated .ColumnMetaData columns = 1;
- getColumnsOrBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.Signature
-
repeated .ColumnMetaData columns = 1;
- getColumnsOrBuilder(int) - Method in interface org.apache.calcite.avatica.proto.Common.SignatureOrBuilder
-
repeated .ColumnMetaData columns = 1;
- getColumnsOrBuilderList() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
-
Only present when name = STRUCT
- getColumnsOrBuilderList() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType
-
Only present when name = STRUCT
- getColumnsOrBuilderList() - Method in interface org.apache.calcite.avatica.proto.Common.AvaticaTypeOrBuilder
-
Only present when name = STRUCT
- getColumnsOrBuilderList() - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
-
repeated .ColumnMetaData columns = 1;
- getColumnsOrBuilderList() - Method in class org.apache.calcite.avatica.proto.Common.Signature
-
repeated .ColumnMetaData columns = 1;
- getColumnsOrBuilderList() - Method in interface org.apache.calcite.avatica.proto.Common.SignatureOrBuilder
-
repeated .ColumnMetaData columns = 1;
- getColumnType(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
-
- getColumnType(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSetMetaData
-
- getColumnTypeName(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
-
- getColumnTypeName(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSetMetaData
-
- getComponent() - Method in class org.apache.calcite.avatica.ColumnMetaData.ArrayType
-
- getComponent() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
-
Only present when name = ARRAY
- getComponent() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType
-
Only present when name = ARRAY
- getComponent() - Method in interface org.apache.calcite.avatica.proto.Common.AvaticaTypeOrBuilder
-
Only present when name = ARRAY
- getComponentBuilder() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
-
Only present when name = ARRAY
- getComponentOrBuilder() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
-
Only present when name = ARRAY
- getComponentOrBuilder() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType
-
Only present when name = ARRAY
- getComponentOrBuilder() - Method in interface org.apache.calcite.avatica.proto.Common.AvaticaTypeOrBuilder
-
Only present when name = ARRAY
- getComponentType() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
-
If an Array, the representation for the array values
- getComponentType() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue
-
If an Array, the representation for the array values
- getComponentType() - Method in interface org.apache.calcite.avatica.proto.Common.TypedValueOrBuilder
-
If an Array, the representation for the array values
- getComponentTypeValue() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
-
If an Array, the representation for the array values
- getComponentTypeValue() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue
-
If an Array, the representation for the array values
- getComponentTypeValue() - Method in interface org.apache.calcite.avatica.proto.Common.TypedValueOrBuilder
-
If an Array, the representation for the array values
- getConcurrency() - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getConcurrency() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
-
- getConfig() - Method in class org.apache.calcite.avatica.server.HttpServer
-
- getConnection() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getConnection() - Method in class org.apache.calcite.avatica.AvaticaStatement
-
- getConnection() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
-
- getConnection() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
-
- getConnection() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
-
- getConnection() - Static method in class org.apache.calcite.avatica.tck.TestRunner
-
- getConnection() - Method in class org.apache.calcite.avatica.tck.tests.BaseTckTest
-
- getConnection(String) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
-
- getConnectionCache() - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
-
- getConnectionId() - Method in exception org.apache.calcite.avatica.NoSuchConnectionException
-
- getConnectionId() - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
-
string connection_id = 1;
- getConnectionId() - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle
-
string connection_id = 1;
- getConnectionId() - Method in interface org.apache.calcite.avatica.proto.Common.StatementHandleOrBuilder
-
string connection_id = 1;
- getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest.Builder
-
string connection_id = 1;
- getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
-
string connection_id = 1;
- getConnectionId() - Method in interface org.apache.calcite.avatica.proto.Requests.CatalogsRequestOrBuilder
-
string connection_id = 1;
- getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest.Builder
-
string connection_id = 1;
- getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
-
string connection_id = 1;
- getConnectionId() - Method in interface org.apache.calcite.avatica.proto.Requests.CloseConnectionRequestOrBuilder
-
string connection_id = 1;
- getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest.Builder
-
string connection_id = 1;
- getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
-
string connection_id = 1;
- getConnectionId() - Method in interface org.apache.calcite.avatica.proto.Requests.CloseStatementRequestOrBuilder
-
string connection_id = 1;
- getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
-
string connection_id = 5;
- getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
-
string connection_id = 5;
- getConnectionId() - Method in interface org.apache.calcite.avatica.proto.Requests.ColumnsRequestOrBuilder
-
string connection_id = 5;
- getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.CommitRequest.Builder
-
string connection_id = 1;
- getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
-
string connection_id = 1;
- getConnectionId() - Method in interface org.apache.calcite.avatica.proto.Requests.CommitRequestOrBuilder
-
string connection_id = 1;
- getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
-
string connection_id = 1;
- getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
-
string connection_id = 1;
- getConnectionId() - Method in interface org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequestOrBuilder
-
string connection_id = 1;
- getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest.Builder
-
string connection_id = 1;
- getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
-
string connection_id = 1;
- getConnectionId() - Method in interface org.apache.calcite.avatica.proto.Requests.CreateStatementRequestOrBuilder
-
string connection_id = 1;
- getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest.Builder
-
string connection_id = 1;
- getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
-
string connection_id = 1;
- getConnectionId() - Method in interface org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequestOrBuilder
-
string connection_id = 1;
- getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
-
string connection_id = 1;
- getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
-
string connection_id = 1;
- getConnectionId() - Method in interface org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequestOrBuilder
-
string connection_id = 1;
- getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
-
string connection_id = 1;
- getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
-
string connection_id = 1;
- getConnectionId() - Method in interface org.apache.calcite.avatica.proto.Requests.FetchRequestOrBuilder
-
string connection_id = 1;
- getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
-
string connection_id = 1;
- getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
-
string connection_id = 1;
- getConnectionId() - Method in interface org.apache.calcite.avatica.proto.Requests.OpenConnectionRequestOrBuilder
-
string connection_id = 1;
- getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest.Builder
-
string connection_id = 1;
- getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
-
string connection_id = 1;
- getConnectionId() - Method in interface org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequestOrBuilder
-
string connection_id = 1;
- getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
-
string connection_id = 1;
- getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
-
string connection_id = 1;
- getConnectionId() - Method in interface org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequestOrBuilder
-
string connection_id = 1;
- getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
-
string connection_id = 1;
- getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
-
string connection_id = 1;
- getConnectionId() - Method in interface org.apache.calcite.avatica.proto.Requests.PrepareRequestOrBuilder
-
string connection_id = 1;
- getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest.Builder
-
string connection_id = 1;
- getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
-
string connection_id = 1;
- getConnectionId() - Method in interface org.apache.calcite.avatica.proto.Requests.RollbackRequestOrBuilder
-
string connection_id = 1;
- getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
-
string connection_id = 3;
- getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
-
string connection_id = 3;
- getConnectionId() - Method in interface org.apache.calcite.avatica.proto.Requests.SchemasRequestOrBuilder
-
string connection_id = 3;
- getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
-
string connection_id = 1;
- getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
-
string connection_id = 1;
- getConnectionId() - Method in interface org.apache.calcite.avatica.proto.Requests.SyncResultsRequestOrBuilder
-
string connection_id = 1;
- getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
-
string connection_id = 7;
- getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
-
string connection_id = 7;
- getConnectionId() - Method in interface org.apache.calcite.avatica.proto.Requests.TablesRequestOrBuilder
-
string connection_id = 7;
- getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest.Builder
-
string connectio