Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W Y Z _ 

A

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
Abstract implementation of AbstractCursor.Getter.
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
Implementation of AbstractCursor.Getter that returns the current contents of a mutable slot.
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 Handlers 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.TypedValue>) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
deprecated, use array_value or scalar_value
addAllValue(Iterable<? extends Common.ColumnValue>) - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
repeated .ColumnValue value = 1;
addArgs(Common.MetaDataOperationArgument) - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
repeated .MetaDataOperationArgument args = 4;
addArgs(int, 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;
addArgs(int, 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(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.ColumnValue.Builder
repeated .TypedValue array_value = 2;
addArrayValue(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.ColumnValue.Builder
repeated .TypedValue array_value = 2;
addArrayValue(Common.TypedValue) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
The Array
addArrayValue(int, 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.TypedValue.Builder
The Array
addArrayValue(int, 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(int) - 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.TypedValue.Builder
The Array
addBatch() - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
addBatch(String) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
addBatch(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
addBatch() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
addBatch(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
addColumns(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.AvaticaType.Builder
Only present when name = STRUCT
addColumns(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.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(int, 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.Signature.Builder
repeated .ColumnMetaData columns = 1;
addColumns(int, 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(int) - 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.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(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.
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.
addParameters(Common.AvaticaParameter) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
repeated .AvaticaParameter parameters = 3;
addParameters(int, 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;
addParameters(int, 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(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.ExecuteRequest.Builder
repeated .TypedValue parameter_values = 2;
addParameterValues(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.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(int, 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.UpdateBatch.Builder
repeated .TypedValue parameter_values = 1;
addParameterValues(int, 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(int) - 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.UpdateBatch.Builder
repeated .TypedValue parameter_values = 1;
addProps(Responses.DatabasePropertyElement) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
repeated .DatabasePropertyElement props = 1;
addProps(int, 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;
addProps(int, 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(Responses.ResultSetResponse) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
repeated .ResultSetResponse results = 1;
addResults(int, 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;
addResults(int, 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(Common.Row) - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
repeated .Row rows = 3;
addRows(int, 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;
addRows(int, 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(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) - 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>>
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>>
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(Common.TypedValue) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
deprecated, use array_value or scalar_value
addValue(int, 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
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(int, 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(int, Common.ColumnValue.Builder) - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
repeated .ColumnValue value = 1;
addValueBuilder() - 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.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.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_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.StatementType
ALTER = 9;
append(Appendable, int) - Static method in class org.apache.calcite.avatica.util.Spaces
Appends n spaces to an Appendable.
append(PrintWriter, int) - Static method in class org.apache.calcite.avatica.util.Spaces
Appends n spaces to a PrintWriter.
append(StringWriter, int) - Static method in class org.apache.calcite.avatica.util.Spaces
Appends n spaces to a StringWriter.
append(StringBuilder, int) - Static method in class org.apache.calcite.avatica.util.Spaces
Appends n spaces to a StringBuilder.
append(StringBuffer, int) - Static method in class org.apache.calcite.avatica.util.Spaces
Appends n spaces to a StringBuffer.
apply(ConnectionProperty, String) - Method in interface org.apache.calcite.avatica.ConnectionConfigImpl.Converter
 
apply(Connection, Meta.ConnectionProperties) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
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
 
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(Service.CatalogsRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(Service.SchemasRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(Service.TablesRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(Service.TableTypesRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(Service.TypeInfoRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(Service.ColumnsRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(Service.PrepareRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(Service.PrepareAndExecuteRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(Service.FetchRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(Service.ExecuteRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(Service.CreateStatementRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(Service.CloseStatementRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(Service.OpenConnectionRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(Service.CloseConnectionRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(Service.ConnectionSyncRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(Service.DatabasePropertyRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(Service.SyncResultsRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(Service.CommitRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(Service.RollbackRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(Service.PrepareAndExecuteBatchRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(Service.ExecuteBatchRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(String) - Method in class org.apache.calcite.avatica.remote.LocalJsonService
 
apply(Service.CatalogsRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(Service.SchemasRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(Service.TablesRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(Service.TableTypesRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(Service.TypeInfoRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(Service.ColumnsRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(Service.PrepareRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(Service.PrepareAndExecuteRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(Service.FetchRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(Service.ExecuteRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(Service.CreateStatementRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(Service.CloseStatementRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(Service.OpenConnectionRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(Service.CloseConnectionRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(Service.ConnectionSyncRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(Service.DatabasePropertyRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(Service.SyncResultsRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(Service.CommitRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(Service.RollbackRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(Service.PrepareAndExecuteBatchRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(Service.ExecuteBatchRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(String) - Method in class org.apache.calcite.avatica.remote.MockJsonService
 
apply(byte[]) - Method in class org.apache.calcite.avatica.remote.ProtobufHandler
 
apply(Service.CatalogsRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(Service.SchemasRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(Service.TablesRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(Service.TableTypesRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(Service.TypeInfoRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(Service.ColumnsRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(Service.PrepareRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(Service.PrepareAndExecuteRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(Service.FetchRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(Service.CreateStatementRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(Service.CloseStatementRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(Service.OpenConnectionRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(Service.CloseConnectionRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(Service.ConnectionSyncRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(Service.DatabasePropertyRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(Service.ExecuteRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(Service.SyncResultsRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(Service.CommitRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(Service.RollbackRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(Service.PrepareAndExecuteBatchRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(Service.ExecuteBatchRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(String) - Method in class org.apache.calcite.avatica.remote.RemoteService
 
apply(Service.CatalogsRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
apply(Service.SchemasRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
apply(Service.TablesRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
apply(Service.TableTypesRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
apply(Service.TypeInfoRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
apply(Service.ColumnsRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
apply(Service.PrepareRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
apply(Service.ExecuteRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
apply(Service.PrepareAndExecuteRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
apply(Service.SyncResultsRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
apply(Service.FetchRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
apply(Service.CreateStatementRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
apply(Service.CloseStatementRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
apply(Service.OpenConnectionRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
apply(Service.CloseConnectionRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
apply(Service.ConnectionSyncRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
apply(Service.DatabasePropertyRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
apply(Service.CommitRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
apply(Service.RollbackRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
apply(Service.PrepareAndExecuteBatchRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
apply(Service.ExecuteBatchRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
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 - 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
Implementation of ArrayImpl.Factory.
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
Implementation of Cursor on top of an Iterator that returns an array of Object for each row.
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
 
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
 
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
 
AvaticaClientRuntimeException - Exception in org.apache.calcite.avatica
The client-side representation of AvaticaRuntimeException.
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
Implementation of DatabaseMetaData for the Avatica engine.
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
A factory for constructing AvaticaHttpClient's.
AvaticaHttpClientFactoryImpl - Class in org.apache.calcite.avatica.remote
Default implementation of AvaticaHttpClientFactory which chooses an implementation from a property.
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
A Connection implementation which does nothing.
AvaticaNoopDatabaseMetaData - Class in org.apache.calcite.avatica.noop
A DatabaseMetaData implementation which does nothing.
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
An implementation of ParameterMetaData which does nothing.
AvaticaNoopPreparedStatement - Class in org.apache.calcite.avatica.noop
A PreparedStatement instance which does nothing.
AvaticaNoopResultSet - Class in org.apache.calcite.avatica.noop
A ResultSet implementation which does nothing.
AvaticaNoopResultSetMetaData - Class in org.apache.calcite.avatica.noop
A ResultSetMetaData implementation which does nothing.
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
Implementation of PreparedStatement for the Avatica engine.
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
Creates an AvaticaResultSet.
AvaticaResultSetMetaData - Class in org.apache.calcite.avatica
Implementation of ResultSetMetaData for the Avatica framework.
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
Avatica additions to the JDBC DatabaseMetaData interface.
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.

B

Base() - Constructor for class org.apache.calcite.avatica.remote.Service.Base
 
Base64 - Class in org.apache.calcite.avatica.util
Encodes and decodes to and from Base64 notation.
Base64.InputStream - Class in org.apache.calcite.avatica.util
A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream - Class in org.apache.calcite.avatica.util
A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
BaseTckTest - Class in org.apache.calcite.avatica.tck.tests
Base class for TCK tests.
BaseTckTest() - Constructor for class org.apache.calcite.avatica.tck.tests.BaseTckTest
 
baseType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaUdt
 
batchInsert() - Method in class org.apache.calcite.avatica.tck.tests.InsertTest
 
beforeFirst() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
beforeFirst() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
BIG_DECIMAL_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
BIG_DECIMAL = 26;
BIG_INTEGER_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
BIG_INTEGER = 25;
BinaryTest - Class in org.apache.calcite.avatica.tck.tests
TCK test case to verify binary data can be written and read correctly.
BinaryTest() - Constructor for class org.apache.calcite.avatica.tck.tests.BinaryTest
 
BOOL_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.ArgumentType
BOOL = 1;
BOOL_VALUE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
 
BOOL_VALUE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.TypedValue
 
BOOLEAN_CONVERTER - Static variable in class org.apache.calcite.avatica.ConnectionConfigImpl
 
BOOLEAN_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
BOOLEAN = 8;
box(Class) - Static method in class org.apache.calcite.avatica.AvaticaUtils
Returns the boxed class.
boxedClass() - Method in enum org.apache.calcite.avatica.SqlType
Returns the boxed type.
bufferLength - Variable in class org.apache.calcite.avatica.MetaImpl.MetaBestRowIdentifier
 
bufferLength - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
 
bufferLength - Variable in class org.apache.calcite.avatica.MetaImpl.MetaVersionColumn
 
build() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
 
build() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
 
build() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
 
build() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
 
build() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
 
build() - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
 
build() - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty.Builder
 
build() - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
 
build() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
 
build() - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
 
build() - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
 
build() - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
 
build() - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
 
build() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
 
build() - Method in class org.apache.calcite.avatica.proto.Common.WireMessage.Builder
 
build() - Method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest.Builder
 
build() - Method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest.Builder
 
build() - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest.Builder
 
build() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
 
build() - Method in class org.apache.calcite.avatica.proto.Requests.CommitRequest.Builder
 
build() - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
 
build() - Method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest.Builder
 
build() - Method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest.Builder
 
build() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
 
build() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
 
build() - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
 
build() - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
 
build() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest.Builder
 
build() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
 
build() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
 
build() - Method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest.Builder
 
build() - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
 
build() - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
 
build() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
 
build() - Method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest.Builder
 
build() - Method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest.Builder
 
build() - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch.Builder
 
build() - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse.Builder
 
build() - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse.Builder
 
build() - Method in class org.apache.calcite.avatica.proto.Responses.CommitResponse.Builder
 
build() - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
 
build() - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
 
build() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
 
build() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
 
build() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
 
build() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
 
build() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
 
build() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
 
build() - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse.Builder
 
build() - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
 
build() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
 
build() - Method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse.Builder
 
build() - Method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata.Builder
 
build() - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
 
build() - Method in class org.apache.calcite.avatica.server.HttpServer.Builder
Builds the HttpServer instance from this.
Builder() - Constructor for class org.apache.calcite.avatica.server.HttpServer.Builder
 
buildPartial() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
 
buildPartial() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
 
buildPartial() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
 
buildPartial() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
 
buildPartial() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
 
buildPartial() - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
 
buildPartial() - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty.Builder
 
buildPartial() - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
 
buildPartial() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
 
buildPartial() - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
 
buildPartial() - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
 
buildPartial() - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
 
buildPartial() - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
 
buildPartial() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
 
buildPartial() - Method in class org.apache.calcite.avatica.proto.Common.WireMessage.Builder
 
buildPartial() - Method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest.Builder
 
buildPartial() - Method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest.Builder
 
buildPartial() - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest.Builder
 
buildPartial() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
 
buildPartial() - Method in class org.apache.calcite.avatica.proto.Requests.CommitRequest.Builder
 
buildPartial() - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
 
buildPartial() - Method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest.Builder
 
buildPartial() - Method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest.Builder
 
buildPartial() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
 
buildPartial() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
 
buildPartial() - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
 
buildPartial() - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
 
buildPartial() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest.Builder
 
buildPartial() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
 
buildPartial() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
 
buildPartial() - Method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest.Builder
 
buildPartial() - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
 
buildPartial() - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
 
buildPartial() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
 
buildPartial() - Method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest.Builder
 
buildPartial() - Method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest.Builder
 
buildPartial() - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch.Builder
 
buildPartial() - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse.Builder
 
buildPartial() - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse.Builder
 
buildPartial() - Method in class org.apache.calcite.avatica.proto.Responses.CommitResponse.Builder
 
buildPartial() - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
 
buildPartial() - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
 
buildPartial() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
 
buildPartial() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
 
buildPartial() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
 
buildPartial() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
 
buildPartial() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
 
buildPartial() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
 
buildPartial() - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse.Builder
 
buildPartial() - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
 
buildPartial() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
 
buildPartial() - Method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse.Builder
 
buildPartial() - Method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata.Builder
 
buildPartial() - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
 
buildSSLContextFactory() - Method in class org.apache.calcite.avatica.server.HttpServer.Builder
 
BuiltInConnectionProperty - Enum in org.apache.calcite.avatica
Enumeration of Avatica's built-in connection properties.
BY_CODE - Static variable in enum org.apache.calcite.avatica.SqlState
 
BYTE_STRING_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
BYTE_STRING = 20;
BYTE_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
BYTE = 9;
byteAt(int) - Method in class org.apache.calcite.avatica.util.ByteString
Returns the byte at a given position in the byte string.
BYTES_VALUE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.TypedValue
 
ByteString - Class in org.apache.calcite.avatica.util
Collection of bytes.
ByteString(byte[]) - Constructor for class org.apache.calcite.avatica.util.ByteString
Creates a ByteString.

C

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_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
Support for AvaticaStatement.cancel() method.
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
Returns whether ResultSet.getInt(int) and similar methods can convert a value to a particular SQL type.
canSet(Class, SqlType) - Static method in enum org.apache.calcite.avatica.SqlType
Returns whether PreparedStatement.setObject(int, java.lang.Object, int) and PreparedStatement.setNull(int, int) can assign a value of a particular class to a column of a particular SQL type.
canUpdate() - Method in enum org.apache.calcite.avatica.Meta.StatementType
 
cardinality - Variable in class org.apache.calcite.avatica.MetaImpl.MetaIndexInfo
 
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
 
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
checkOpen() - Method in class org.apache.calcite.avatica.AvaticaConnection
 
checkOpen() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
checkOpen() - Method in class org.apache.calcite.avatica.AvaticaStatement
 
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;
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
 
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.dropwizard.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(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
 
closeConnection() - Method in class org.apache.calcite.avatica.tck.tests.BaseTckTest
 
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, Iterator<Object>, List<List<Object>>) - Static method in class org.apache.calcite.avatica.MetaImpl
 
collect(Meta.CursorFactory, Iterable<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_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() - Method in class org.apache.calcite.avatica.ColumnMetaData.AvaticaType
 
columnClassName - Variable in class org.apache.calcite.avatica.ColumnMetaData
 
columnDef - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
 
columnDef - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
 
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(String, int, Class<?>, boolean) - 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, Class<?>, int) - 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.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(ResultSetMetaData) - Static method in class org.apache.calcite.avatica.jdbc.JdbcMeta
Converts from JDBC metadata to Avatica columns.
columns - Variable in class org.apache.calcite.avatica.Meta.Signature
 
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(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.
commit() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
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.
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, AvaticaServerConfiguration) - Method in class org.apache.calcite.avatica.server.HttpServer
 
configureCommonAuthentication(String, String[], Authenticator, String, LoginService) - Method in class org.apache.calcite.avatica.server.HttpServer
 
configureConnectionPool(Registry<ConnectionSocketFactory>) - Method in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
 
configureConnector(ServerConnector, int) - Method in class org.apache.calcite.avatica.server.HttpServer
Configures the server connector.
configureDigestAuthentication(Server, AvaticaServerConfiguration) - Method in class org.apache.calcite.avatica.server.HttpServer
 
configureHttpRegistry(RegistryBuilder<ConnectionSocketFactory>) - Method in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
 
configureHttpsRegistry(RegistryBuilder<ConnectionSocketFactory>) - Method in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
 
configureSocketFactories() - Method in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
 
configureSpnego(Server, 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
The AvaticaConnection backing this.
connection - Variable in class org.apache.calcite.avatica.tck.tests.BaseTckTest
 
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
Implementation of ConnectionConfig.
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
Concrete implementation of Meta.ConnectionProperties.
ConnectionPropertiesImpl() - Constructor for class org.apache.calcite.avatica.ConnectionPropertiesImpl
 
ConnectionPropertiesImpl(Connection) - Constructor for class org.apache.calcite.avatica.ConnectionPropertiesImpl
 
ConnectionPropertiesImpl(Boolean, Boolean, Integer, String, String) - 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
ConnectStringParser is a utility class that parses or creates a JDBC connect string according to the OLE DB Connection String Syntax.
connProps - Variable in class org.apache.calcite.avatica.MetaImpl
Represents the various states specific to MetaImpl.connection.
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(Meta.Style, Class, List<String>) - Static method in class org.apache.calcite.avatica.Meta.CursorFactory
 
create(List<String>) - Method in interface org.apache.calcite.avatica.Meta.Factory
 
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(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(MetricsSystemConfiguration<?>) - Method in class org.apache.calcite.avatica.metrics.dropwizard.DropwizardMetricsSystemFactory
 
create(MetricsSystemConfiguration<?>) - Method in interface org.apache.calcite.avatica.metrics.MetricsSystemFactory
Creates an instance of a MetricsSystem.
create(MetricsSystemConfiguration<?>) - Method in class org.apache.calcite.avatica.metrics.noop.NoopMetricsSystemFactory
 
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(String, Object) - Static method in class org.apache.calcite.avatica.remote.TypedValue
 
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
Creates a ResultSet from the given list of values per Array.getResultSet().
create(ColumnMetaData.AvaticaType, Iterable<Object>) - Method in interface org.apache.calcite.avatica.util.StructImpl.Factory
 
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
Uses a Meta.CursorFactory to convert an Iterable into a Cursor.
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, Exception) - Method in class org.apache.calcite.avatica.Helper
 
createException(String, String, Exception) - Method in class org.apache.calcite.avatica.Helper
 
createException(String) - 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(Service) - Method in interface org.apache.calcite.avatica.server.Main.HandlerFactory
 
createHandler() - Method in class org.apache.calcite.avatica.UnregisteredDriver
Creates a Handler.
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(Meta.MetaResultSet, QueryState) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
createResultSet(Map<String, Object>, List<ColumnMetaData>, Meta.CursorFactory, Meta.Frame) - Method in class org.apache.calcite.avatica.MetaImpl
 
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(int, int) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
createStatement(int, int, int) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
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
 
createStatement() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
createStatement(int, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
createStatement(int, int, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
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.Accessor - Interface in org.apache.calcite.avatica.util
Accessor of a column value.
CURSOR_FACTORY_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.Signature
 
cursorFactory - Variable in class org.apache.calcite.avatica.Meta.Signature
 
customize(T) - Method in interface org.apache.calcite.avatica.server.ServerCustomizer
Customize the server during initialization.

D

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
 
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_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
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(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.
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.
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(long) - Method in interface org.apache.calcite.avatica.metrics.Counter
Decrement this by n.
decrement() - Method in class org.apache.calcite.avatica.metrics.dropwizard.DropwizardCounter
 
decrement(long) - Method in class org.apache.calcite.avatica.metrics.dropwizard.DropwizardCounter
 
decrement() - Method in class org.apache.calcite.avatica.metrics.noop.NoopCounter
 
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
The default value for Statement.getFetchSize().
DEFAULT_ZONE - Static variable in class org.apache.calcite.avatica.util.DateTimeUtils
The Java default time zone.
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 - 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.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_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
 
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
 
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
 
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_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
 
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_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.dropwizard.DropwizardTimer.DropwizardContext
 
DropwizardCounter - Class in org.apache.calcite.avatica.metrics.dropwizard
Dropwizard Metrics implementation of Counter.
DropwizardCounter(Counter) - Constructor for class org.apache.calcite.avatica.metrics.dropwizard.DropwizardCounter
 
DropwizardGauge<T> - Class in org.apache.calcite.avatica.metrics.dropwizard
Dropwizard Metrics implementation of Gauge.
DropwizardGauge(Gauge<T>) - Constructor for class org.apache.calcite.avatica.metrics.dropwizard.DropwizardGauge
 
DropwizardHistogram - Class in org.apache.calcite.avatica.metrics.dropwizard
Dropwizard metrics implementation of Histogram.
DropwizardHistogram(Histogram) - Constructor for class org.apache.calcite.avatica.metrics.dropwizard.DropwizardHistogram
 
DropwizardMeter - Class in org.apache.calcite.avatica.metrics.dropwizard
Dropwizard metrics implementation of Meter.
DropwizardMeter(Meter) - Constructor for class org.apache.calcite.avatica.metrics.dropwizard.DropwizardMeter
 
DropwizardMetricsSystem - Class in org.apache.calcite.avatica.metrics.dropwizard
Dropwizard Metrics implementation of MetricsSystem.
DropwizardMetricsSystem(MetricRegistry) - Constructor for class org.apache.calcite.avatica.metrics.dropwizard.DropwizardMetricsSystem
 
DropwizardMetricsSystemConfiguration - Class in org.apache.calcite.avatica.metrics.dropwizard
A container which provides a MetricRegistry to a DropwizardMetricsSystem.
DropwizardMetricsSystemConfiguration(MetricRegistry) - Constructor for class org.apache.calcite.avatica.metrics.dropwizard.DropwizardMetricsSystemConfiguration
 
DropwizardMetricsSystemFactory - Class in org.apache.calcite.avatica.metrics.dropwizard
DropwizardMetricsSystemFactory() - Constructor for class org.apache.calcite.avatica.metrics.dropwizard.DropwizardMetricsSystemFactory
 
DropwizardTimer - Class in org.apache.calcite.avatica.metrics.dropwizard
Dropwizard Metrics implementation of Timer.
DropwizardTimer(Timer) - Constructor for class org.apache.calcite.avatica.metrics.dropwizard.DropwizardTimer
 
DropwizardTimer.DropwizardContext - Class in org.apache.calcite.avatica.metrics.dropwizard
Dropwizard Metrics implementation of Timer.Context
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.

E

EMPTY - Static variable in class org.apache.calcite.avatica.Meta.Frame
Frame that has zero rows and is the last frame.
EMPTY - Static variable in class org.apache.calcite.avatica.util.ByteString
An empty byte string.
encode(T) - Static method in class org.apache.calcite.avatica.remote.JsonService
 
ENCODE - Static variable in class org.apache.calcite.avatica.util.Base64
Specify encoding in first bit.
encode(ByteBuffer, ByteBuffer) - Static method in class org.apache.calcite.avatica.util.Base64
Performs Base64 encoding on the raw ByteBuffer, writing it to the encoded ByteBuffer.
encode(ByteBuffer, CharBuffer) - Static method in class org.apache.calcite.avatica.util.Base64
Performs Base64 encoding on the raw ByteBuffer, writing it to the encoded CharBuffer.
encodeBytes(byte[]) - Static method in class org.apache.calcite.avatica.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int) - Static method in class org.apache.calcite.avatica.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int) - Static method in class org.apache.calcite.avatica.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int, int) - Static method in class org.apache.calcite.avatica.util.Base64
Encodes a byte array into Base64 notation.
encodeBytesToBytes(byte[]) - Static method in class org.apache.calcite.avatica.util.Base64
Similar to Base64.encodeBytes(byte[]) but returns a byte array instead of instantiating a String.
encodeBytesToBytes(byte[], int, int, int) - Static method in class org.apache.calcite.avatica.util.Base64
Similar to Base64.encodeBytes(byte[], int, int, int) but returns a byte array instead of instantiating a String.
encodeFileToFile(String, String) - Static method in class org.apache.calcite.avatica.util.Base64
Reads infile and encodes it to outfile.
encodeFromFile(String) - Static method in class org.apache.calcite.avatica.util.Base64
Convenience method for reading a binary file and base64-encoding it.
encodeObject(Serializable) - Static method in class org.apache.calcite.avatica.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeObject(Serializable, int) - Static method in class org.apache.calcite.avatica.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeToFile(byte[], String) - Static method in class org.apache.calcite.avatica.util.Base64
Convenience method for encoding data to a file.
endUnit - Variable in enum org.apache.calcite.avatica.util.TimeUnitRange
 
enumConverter(Class<E>) - Static method in class org.apache.calcite.avatica.ConnectionConfigImpl
 
EPOCH_JULIAN - Static variable in class org.apache.calcite.avatica.util.DateTimeUtils
The julian date of the epoch, 1970-01-01.
equalContents(Array, Array) - Static method in class org.apache.calcite.avatica.util.ArrayImpl
Returns whether two arrays have the same contents.
equals(Object) - Method in class org.apache.calcite.avatica.AvaticaParameter
 
equals(Object) - Method in class org.apache.calcite.avatica.ColumnMetaData.ArrayType
 
equals(Object) - Method in class org.apache.calcite.avatica.ColumnMetaData.AvaticaType
 
equals(Object) - Method in class org.apache.calcite.avatica.ColumnMetaData
 
equals(Object) - Method in class org.apache.calcite.avatica.ColumnMetaData.StructType
 
equals(Object) - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
 
equals(Object) - Method in class org.apache.calcite.avatica.Meta.CursorFactory
 
equals(Object) - Method in class org.apache.calcite.avatica.Meta.Frame
 
equals(Object) - Method in class org.apache.calcite.avatica.Meta.Signature
 
equals(Object) - Method in class org.apache.calcite.avatica.Meta.StatementHandle
 
equals(Object) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
 
equals(Object) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType
 
equals(Object) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
equals(Object) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue
 
equals(Object) - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
equals(Object) - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory
 
equals(Object) - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
 
equals(Object) - Method in class org.apache.calcite.avatica.proto.Common.Frame
 
equals(Object) - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
 
equals(Object) - Method in class org.apache.calcite.avatica.proto.Common.QueryState
 
equals(Object) - Method in class org.apache.calcite.avatica.proto.Common.Row
 
equals(Object) - Method in class org.apache.calcite.avatica.proto.Common.Signature
 
equals(Object) - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle
 
equals(Object) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue
 
equals(Object) - Method in class org.apache.calcite.avatica.proto.Common.WireMessage
 
equals(Object) - Method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
 
equals(Object) - Method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
 
equals(Object) - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
 
equals(Object) - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
 
equals(Object) - Method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
 
equals(Object) - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
 
equals(Object) - Method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
 
equals(Object) - Method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
 
equals(Object) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
 
equals(Object) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
 
equals(Object) - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
 
equals(Object) - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
 
equals(Object) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
 
equals(Object) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
 
equals(Object) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
 
equals(Object) - Method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
 
equals(Object) - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
 
equals(Object) - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
 
equals(Object) - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
 
equals(Object) - Method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
 
equals(Object) - Method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
 
equals(Object) - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch
 
equals(Object) - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
 
equals(Object) - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
 
equals(Object) - Method in class org.apache.calcite.avatica.proto.Responses.CommitResponse
 
equals(Object) - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
 
equals(Object) - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
 
equals(Object) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
 
equals(Object) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
 
equals(Object) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
equals(Object) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
 
equals(Object) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
 
equals(Object) - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
 
equals(Object) - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
 
equals(Object) - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
 
equals(Object) - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
 
equals(Object) - Method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
 
equals(Object) - Method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
 
equals(Object) - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
 
equals(Object) - Method in class org.apache.calcite.avatica.QueryState
 
equals(Object) - Method in class org.apache.calcite.avatica.remote.Service.CatalogsRequest
 
equals(Object) - Method in class org.apache.calcite.avatica.remote.Service.CloseConnectionRequest
 
equals(Object) - Method in class org.apache.calcite.avatica.remote.Service.CloseConnectionResponse
 
equals(Object) - Method in class org.apache.calcite.avatica.remote.Service.CloseStatementRequest
 
equals(Object) - Method in class org.apache.calcite.avatica.remote.Service.CloseStatementResponse
 
equals(Object) - Method in class org.apache.calcite.avatica.remote.Service.ColumnsRequest
 
equals(Object) - Method in class org.apache.calcite.avatica.remote.Service.CommitRequest
 
equals(Object) - Method in class org.apache.calcite.avatica.remote.Service.CommitResponse
 
equals(Object) - Method in class org.apache.calcite.avatica.remote.Service.ConnectionSyncRequest
 
equals(Object) - Method in class org.apache.calcite.avatica.remote.Service.ConnectionSyncResponse
 
equals(Object) - Method in class org.apache.calcite.avatica.remote.Service.CreateStatementRequest
 
equals(Object) - Method in class org.apache.calcite.avatica.remote.Service.CreateStatementResponse
 
equals(Object) - Method in class org.apache.calcite.avatica.remote.Service.DatabasePropertyRequest
 
equals(Object) - Method in class org.apache.calcite.avatica.remote.Service.DatabasePropertyResponse
 
equals(Object) - Method in class org.apache.calcite.avatica.remote.Service.ErrorResponse
 
equals(Object) - Method in class org.apache.calcite.avatica.remote.Service.ExecuteBatchRequest
 
equals(Object) - Method in class org.apache.calcite.avatica.remote.Service.ExecuteBatchResponse
 
equals(Object) - Method in class org.apache.calcite.avatica.remote.Service.ExecuteRequest
 
equals(Object) - Method in class org.apache.calcite.avatica.remote.Service.ExecuteResponse
 
equals(Object) - Method in class org.apache.calcite.avatica.remote.Service.FetchRequest
 
equals(Object) - Method in class org.apache.calcite.avatica.remote.Service.FetchResponse
 
equals(Object) - Method in class org.apache.calcite.avatica.remote.Service.OpenConnectionRequest
 
equals(Object) - Method in class org.apache.calcite.avatica.remote.Service.OpenConnectionResponse
 
equals(Object) - Method in class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteBatchRequest
 
equals(Object) - Method in class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteRequest
 
equals(Object) - Method in class org.apache.calcite.avatica.remote.Service.PrepareRequest
 
equals(Object) - Method in class org.apache.calcite.avatica.remote.Service.PrepareResponse
 
equals(Object) - Method in class org.apache.calcite.avatica.remote.Service.ResultSetResponse
 
equals(Object) - Method in class org.apache.calcite.avatica.remote.Service.RollbackRequest
 
equals(Object) - Method in class org.apache.calcite.avatica.remote.Service.RollbackResponse
 
equals(Object) - Method in class org.apache.calcite.avatica.remote.Service.RpcMetadataResponse
 
equals(Object) - Method in class org.apache.calcite.avatica.remote.Service.SchemasRequest
 
equals(Object) - Method in class org.apache.calcite.avatica.remote.Service.SyncResultsRequest
 
equals(Object) - Method in class org.apache.calcite.avatica.remote.Service.SyncResultsResponse
 
equals(Object) - Method in class org.apache.calcite.avatica.remote.Service.TablesRequest
 
equals(Object) - Method in class org.apache.calcite.avatica.remote.Service.TableTypesRequest
 
equals(Object) - Method in class org.apache.calcite.avatica.remote.Service.TypeInfoRequest
 
equals(Object) - Method in class org.apache.calcite.avatica.remote.TypedValue
 
equals(Object) - Method in class org.apache.calcite.avatica.util.ByteString
 
ERROR_CODE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
ERROR_MESSAGE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
ERROR_SEVERITY_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Severity
ERROR_SEVERITY = 2;
errorCode - Variable in class org.apache.calcite.avatica.remote.Service.ErrorResponse
 
errorMessage - Variable in class org.apache.calcite.avatica.remote.Service.ErrorResponse
 
ErrorResponse(List<String>, String, int, String, AvaticaSeverity, Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.ErrorResponse
 
ErrorResponse(Exception, String, int, String, AvaticaSeverity, Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.ErrorResponse
 
ErrorResponse(String, int, String, AvaticaSeverity, List<String>, Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.ErrorResponse
 
exceptions - Variable in class org.apache.calcite.avatica.remote.Service.ErrorResponse
 
EXCEPTIONS_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
execute(AvaticaResultSet) - Method in class org.apache.calcite.avatica.AvaticaConnection.Trojan
A means for anyone who has a trojan to call the protected method AvaticaResultSet.execute().
execute() - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
execute() - Method in class org.apache.calcite.avatica.AvaticaResultSet
Executes this result set.
execute(String) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
execute(String, int) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
execute(String, int[]) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
execute(String, String[]) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
execute(Meta.StatementHandle, List<TypedValue>, long) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
execute(Meta.StatementHandle, List<TypedValue>, int) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
execute(Meta.StatementHandle, List<TypedValue>, long) - Method in interface org.apache.calcite.avatica.Meta
execute(Meta.StatementHandle, List<TypedValue>, int) - Method in interface org.apache.calcite.avatica.Meta
Executes a prepared statement.
execute() - Method in interface org.apache.calcite.avatica.Meta.PrepareCallback
 
execute(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
execute(String, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
execute(String, int[]) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
execute(String, String[]) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
execute() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
execute(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
execute(String, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
execute(String, int[]) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
execute(String, String[]) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
execute2(Cursor, List<ColumnMetaData>) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
executeBatch() - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
executeBatch() - Method in class org.apache.calcite.avatica.AvaticaStatement
 
executeBatch(Meta.StatementHandle, List<List<TypedValue>>) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
executeBatch(Meta.StatementHandle, List<List<TypedValue>>) - Method in interface org.apache.calcite.avatica.Meta
Executes a collection of bound parameter values on a prepared statement.
executeBatch() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
executeBatch() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
executeBatchInternal() - Method in class org.apache.calcite.avatica.AvaticaStatement
Executes a collection of updates in a single batch RPC.
executeBatchProtobuf(Meta.StatementHandle, List<Requests.UpdateBatch>) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
executeBatchProtobuf(Meta.StatementHandle, List<Requests.UpdateBatch>) - Method in interface org.apache.calcite.avatica.remote.ProtobufMeta
Executes a batch of commands on a prepared statement.
ExecuteBatchRequest(String, int, List<List<TypedValue>>) - Constructor for class org.apache.calcite.avatica.remote.Service.ExecuteBatchRequest
 
ExecuteBatchResponse(String, int, long[], boolean, Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.ExecuteBatchResponse
 
ExecuteBatchResult(long[]) - Constructor for class org.apache.calcite.avatica.Meta.ExecuteBatchResult
 
executeBatchUpdateInternal(AvaticaPreparedStatement) - Method in class org.apache.calcite.avatica.AvaticaConnection
Executes a batch update using an AvaticaPreparedStatement.
executeInternal(String) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
executeInternal(Meta.Signature, boolean) - Method in class org.apache.calcite.avatica.AvaticaStatement
Executes a prepared statement.
executeLargeBatch() - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
executeLargeBatch() - Method in class org.apache.calcite.avatica.AvaticaStatement
 
executeLargeBatch(Statement) - Static method in class org.apache.calcite.avatica.AvaticaUtils
Invokes Statement#executeLargeBatch, falling back on Statement.executeBatch() if the method does not exist (before JDK 1.8) or throws UnsupportedOperationException.
executeLargeUpdate() - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
executeLargeUpdate(String) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
executeQuery() - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
executeQuery(String) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
executeQuery(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
executeQuery() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
executeQuery(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
executeQueryInternal(AvaticaStatement, Meta.Signature, Meta.Frame, QueryState, boolean) - Method in class org.apache.calcite.avatica.AvaticaConnection
Executes a prepared query, closing any previously open result set.
executeQueryInternal(Meta.Signature, boolean) - Method in class org.apache.calcite.avatica.AvaticaStatement
Executes a prepared query, closing any previously open result set.
ExecuteRequest(Meta.StatementHandle, List<TypedValue>, int) - Constructor for class org.apache.calcite.avatica.remote.Service.ExecuteRequest
 
ExecuteResponse(List<Service.ResultSetResponse>, boolean, Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.ExecuteResponse
 
ExecuteResult(List<Meta.MetaResultSet>) - Constructor for class org.apache.calcite.avatica.Meta.ExecuteResult
 
executeUpdate() - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
executeUpdate(String) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
executeUpdate(String, int) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
executeUpdate(String, int[]) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
executeUpdate(String, String[]) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
executeUpdate(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
executeUpdate(String, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
executeUpdate(String, int[]) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
executeUpdate(String, String[]) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
executeUpdate() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
executeUpdate(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
executeUpdate(String, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
executeUpdate(String, int[]) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
executeUpdate(String, String[]) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
EXPLICIT_NULL - Static variable in class org.apache.calcite.avatica.remote.TypedValue
 
extract(HttpServletRequest) - Method in class org.apache.calcite.avatica.server.HttpQueryStringParameterRemoteUserExtractor
 
extract(HttpServletRequest) - Method in class org.apache.calcite.avatica.server.HttpRequestRemoteUserExtractor
 
extract(HttpServletRequest) - Method in interface org.apache.calcite.avatica.server.RemoteUserExtractor
 

F

factory - Variable in class org.apache.calcite.avatica.AvaticaConnection
 
factory() - Method in interface org.apache.calcite.avatica.ConnectionConfig
 
factory() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
 
factory() - Method in class org.apache.calcite.avatica.remote.AvaticaRemoteConnectionConfigImpl
 
Factory() - Constructor for class org.apache.calcite.avatica.remote.MockJsonService.Factory
 
factory - Variable in class org.apache.calcite.avatica.UnregisteredDriver
 
FATAL_SEVERITY_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Severity
FATAL_SEVERITY = 1;
fetch(Meta.StatementHandle, long, int) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
fetch(Meta.StatementHandle, long, int) - Method in interface org.apache.calcite.avatica.Meta
Returns a frame of rows.
fetch(AvaticaStatement, List<TypedValue>, long, int) - Method in class org.apache.calcite.avatica.MetaImpl
 
FETCH_MAX_ROW_COUNT_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.FetchRequest
 
fetchMaxRowCount - Variable in class org.apache.calcite.avatica.remote.Service.FetchRequest
Maximum number of rows to be returned in the frame.
FetchRequest(String, int, long, int) - Constructor for class org.apache.calcite.avatica.remote.Service.FetchRequest
 
FetchResponse(Meta.Frame, boolean, boolean, Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.FetchResponse
 
field - Variable in class org.apache.calcite.avatica.util.PositionedCursor.ArrayGetter
 
field - Variable in class org.apache.calcite.avatica.util.PositionedCursor.FieldGetter
 
FIELD_NAMES_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.CursorFactory
 
FieldGetter(Field) - Constructor for class org.apache.calcite.avatica.util.PositionedCursor.FieldGetter
 
fieldMetaData(Class<?>) - Static method in class org.apache.calcite.avatica.MetaImpl
 
fieldNames - Variable in class org.apache.calcite.avatica.Meta.CursorFactory
 
fields - Variable in class org.apache.calcite.avatica.Meta.CursorFactory
 
filterCondition - Variable in class org.apache.calcite.avatica.MetaImpl.MetaIndexInfo
 
FilteredConstants - Class in org.apache.calcite.avatica.util
A class which, at build time, will have build-specific variables substituted into it.
FilteredConstants() - Constructor for class org.apache.calcite.avatica.util.FilteredConstants
 
findColumn(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
findColumn(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
first() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
first() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
FIRST_FRAME_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
 
FIRST_FRAME_MAX_SIZE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
 
FIRST_FRAME_MAX_SIZE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
 
firstFrame - Variable in class org.apache.calcite.avatica.AvaticaResultSet
 
firstFrame - Variable in class org.apache.calcite.avatica.Meta.MetaResultSet
 
firstFrame - Variable in class org.apache.calcite.avatica.remote.Service.ResultSetResponse
 
fixedPrecScale - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
 
fkcolumnName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaCrossReference
 
fkcolumnName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaExportedKey
 
fkcolumnName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaImportedKey
 
fkName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaCrossReference
 
fkName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaExportedKey
 
fkName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaImportedKey
 
fktableCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaCrossReference
 
fktableCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaExportedKey
 
fktableCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaImportedKey
 
fktableName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaCrossReference
 
fktableName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaExportedKey
 
fktableName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaImportedKey
 
fktableSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaCrossReference
 
fktableSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaExportedKey
 
fktableSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaImportedKey
 
FLOAT_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
FLOAT = 14;
floorDiv(long, long) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
Divide, rounding towards negative infinity.
floorMod(long, long) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
Modulo, always returning a non-negative result.
flushBase64() - Method in class org.apache.calcite.avatica.util.Base64.OutputStream
Method added by PHIL.
formatLocalString(String, Object...) - Static method in class org.apache.calcite.avatica.util.Unsafe
Returns a String, created from the given format and args, with the root locale.
forNumber(int) - Static method in enum org.apache.calcite.avatica.proto.Common.CursorFactory.Style
 
forNumber(int) - Static method in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
 
forNumber(int) - Static method in enum org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.ArgumentType
 
forNumber(int) - Static method in enum org.apache.calcite.avatica.proto.Common.Rep
 
forNumber(int) - Static method in enum org.apache.calcite.avatica.proto.Common.Severity
 
forNumber(int) - Static method in enum org.apache.calcite.avatica.proto.Common.StatementType
 
forNumber(int) - Static method in enum org.apache.calcite.avatica.proto.Common.StateType
 
Frame(long, boolean, Iterable<Object>) - Constructor for class org.apache.calcite.avatica.Meta.Frame
 
frame - Variable in class org.apache.calcite.avatica.remote.Service.FetchResponse
 
FRAME_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.FetchResponse
 
FRAME_MAX_SIZE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.FetchRequest
 
free() - Method in class org.apache.calcite.avatica.util.ArrayImpl
 
fromProto(Common.AvaticaParameter) - Static method in class org.apache.calcite.avatica.AvaticaParameter
 
fromProto(Common.Severity) - Static method in enum org.apache.calcite.avatica.AvaticaSeverity
 
fromProto(Common.AvaticaType) - Static method in class org.apache.calcite.avatica.ColumnMetaData.AvaticaType
 
fromProto(Common.ColumnMetaData) - Static method in class org.apache.calcite.avatica.ColumnMetaData
 
fromProto(Common.Rep) - Static method in enum org.apache.calcite.avatica.ColumnMetaData.Rep
 
fromProto(Common.ConnectionProperties) - Static method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
 
fromProto(Common.CursorFactory) - Static method in class org.apache.calcite.avatica.Meta.CursorFactory
 
fromProto(Common.DatabaseProperty) - Static method in enum org.apache.calcite.avatica.Meta.DatabaseProperty
 
fromProto(Common.Frame) - Static method in class org.apache.calcite.avatica.Meta.Frame
 
fromProto(Common.Signature) - Static method in class org.apache.calcite.avatica.Meta.Signature
 
fromProto(Common.StatementHandle) - Static method in class org.apache.calcite.avatica.Meta.StatementHandle
 
fromProto(Common.StatementType) - Static method in enum org.apache.calcite.avatica.Meta.StatementType
 
fromProto(Common.CursorFactory.Style) - Static method in enum org.apache.calcite.avatica.Meta.Style
 
fromProto(Common.QueryState) - Static method in class org.apache.calcite.avatica.QueryState
 
fromProto(Common.StateType) - Static method in enum org.apache.calcite.avatica.QueryState.StateType
 
fromProto(Common.MetaDataOperation) - Static method in enum org.apache.calcite.avatica.remote.MetaDataOperation
 
fromProto(Common.TypedValue) - Static method in class org.apache.calcite.avatica.remote.TypedValue
Constructs a TypedValue from the protocol buffer representation.
functionCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunction
 
functionCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunctionColumn
 
functionName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunction
 
functionName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunctionColumn
 
FUNCTIONS_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
 
functionSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunction
 
functionSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunctionColumn
 
functionType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunction
 
futureUse1 - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedure
 
futureUse2 - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedure
 
futureUse3 - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedure
 

G

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(Cursor.Accessor, int, Calendar) - Static method in class org.apache.calcite.avatica.AvaticaSite
get() - Method in class org.apache.calcite.avatica.metrics.dropwizard.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_ATTRIBUTES_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
GET_ATTRIBUTES = 0;
GET_BEST_ROW_IDENTIFIER_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
GET_BEST_ROW_IDENTIFIER = 1;
GET_CATALOGS_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
GET_CATALOGS = 2;
GET_CLIENT_INFO_PROPERTIES_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
GET_CLIENT_INFO_PROPERTIES = 3;
GET_COLUMN_PRIVILEGES_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
GET_COLUMN_PRIVILEGES = 4;
GET_COLUMNS_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
GET_COLUMNS = 5;
GET_CROSS_REFERENCE_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
GET_CROSS_REFERENCE = 6;
GET_EXPORTED_KEYS_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
GET_EXPORTED_KEYS = 7;
GET_FUNCTION_COLUMNS_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
GET_FUNCTION_COLUMNS = 8;
GET_FUNCTIONS_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
GET_FUNCTIONS = 9;
GET_IMPORTED_KEYS_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
GET_IMPORTED_KEYS = 10;
GET_INDEX_INFO_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
GET_INDEX_INFO = 11;
GET_LIST - Static variable in enum org.apache.calcite.avatica.SqlType
 
GET_PRIMARY_KEYS_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
GET_PRIMARY_KEYS = 12;
GET_PROCEDURE_COLUMNS_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
GET_PROCEDURE_COLUMNS = 13;
GET_PROCEDURES_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
GET_PROCEDURES = 14;
GET_PSEUDO_COLUMNS_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
GET_PSEUDO_COLUMNS = 15;
GET_SCHEMAS_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
GET_SCHEMAS = 16;
GET_SCHEMAS_WITH_ARGS_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
GET_SCHEMAS_WITH_ARGS = 17;
GET_SUPER_TABLES_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
GET_SUPER_TABLES = 18;
GET_SUPER_TYPES_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
GET_SUPER_TYPES = 19;
GET_TABLE_PRIVILEGES_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
GET_TABLE_PRIVILEGES = 20;
GET_TABLE_TYPES_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
GET_TABLE_TYPES = 22;
GET_TABLES_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
GET_TABLES = 21;
GET_TYPE_INFO_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
GET_TYPE_INFO = 23;
GET_UDTS_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
GET_UDTS = 24;
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(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getArray(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getArray(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getArray(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getArray() - Method in class org.apache.calcite.avatica.util.AbstractCursor.ArrayAccessor
 
getArray() - Method in class org.apache.calcite.avatica.util.ArrayImpl
 
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
 
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() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
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(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getAsciiStream(String) - 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.noop.AvaticaNoopResultSet
 
getAsciiStream() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getAttributes(String, String, String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
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
 
getAttributes(String, String, String, String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getAttributes() - Method in class org.apache.calcite.avatica.util.StructImpl
 
getAttributes(Map<String, Class<?>>) - Method in class org.apache.calcite.avatica.util.StructImpl
 
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(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
 
getBestRowIdentifier(String, String, String, int, boolean) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getBigDecimal(int, int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getBigDecimal(String, int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getBigDecimal(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getBigDecimal(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getBigDecimal(int, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getBigDecimal(String, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getBigDecimal(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getBigDecimal(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getBigDecimal() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getBigDecimal(int) - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getBinaryStream(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getBinaryStream(String) - 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.noop.AvaticaNoopResultSet
 
getBinaryStream() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getBlob(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getBlob(String) - 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.noop.AvaticaNoopResultSet
 
getBlob() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getBoolean(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getBoolean(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getBoolean() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
Returns the boolean value of this property.
getBoolean(boolean) - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
Returns the boolean value of this property.
getBoolean(Map<InternalProperty, Object>) - Method in enum org.apache.calcite.avatica.InternalProperty
Returns the boolean value of this property.
getBoolean(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getBoolean(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getBoolean() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
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(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getByte(String) - 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.noop.AvaticaNoopResultSet
 
getByte() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getBytes(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getBytes(String) - 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.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
 
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(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
 
getCatalogName(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSetMetaData
 
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;
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(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
 
getCatalogs() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
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(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getCharacterStream(String) - 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.noop.AvaticaNoopResultSet
 
getCharacterStream() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
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
Construct the appropriate implementation of AvaticaHttpClient.
getClient(URL, ConnectionConfig, KerberosConnection) - Method in class org.apache.calcite.avatica.remote.AvaticaHttpClientFactoryImpl
 
getClientInfo(String) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
getClientInfo() - Method in class org.apache.calcite.avatica.AvaticaConnection
 
getClientInfo(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
getClientInfo() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
getClientInfoProperties() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
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
 
getClientInfoProperties() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getClob(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getClob(String) - 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.noop.AvaticaNoopResultSet
 
getClob() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getColumnClassName(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
 
getColumnClassName(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSetMetaData
 
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;
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(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
 
getColumnName(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;
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(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
 
getColumnPrivileges(String, String, String, String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getColumns(String, String, String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
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
 
getColumns(String, String, String, String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
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;
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(String) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
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
Returns the Connection for tests to use.
getConnection() - Method in class org.apache.calcite.avatica.tck.tests.BaseTckTest
 
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 connection_id = 1;
getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
string connection_id = 1;
getConnectionId() - Method in interface org.apache.calcite.avatica.proto.Requests.TableTypesRequestOrBuilder
string connection_id = 1;
getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest.Builder
string connection_id = 1;
getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
string connection_id = 1;
getConnectionId() - Method in interface org.apache.calcite.avatica.proto.Requests.TypeInfoRequestOrBuilder
string connection_id = 1;
getConnectionId() - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
string connection_id = 1;
getConnectionId() - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
string connection_id = 1;
getConnectionId() - Method in interface org.apache.calcite.avatica.proto.Responses.CreateStatementResponseOrBuilder
string connection_id = 1;
getConnectionId() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
string connection_id = 1;
getConnectionId() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
string connection_id = 1;
getConnectionId() - Method in interface org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponseOrBuilder
string connection_id = 1;
getConnectionId() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
string connection_id = 1;
getConnectionId() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
string connection_id = 1;
getConnectionId() - Method in interface org.apache.calcite.avatica.proto.Responses.ResultSetResponseOrBuilder
string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle
string connection_id = 1;
getConnectionIdBytes() - Method in interface org.apache.calcite.avatica.proto.Common.StatementHandleOrBuilder
string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest.Builder
string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
string connection_id = 1;
getConnectionIdBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.CatalogsRequestOrBuilder
string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest.Builder
string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
string connection_id = 1;
getConnectionIdBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.CloseConnectionRequestOrBuilder
string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest.Builder
string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
string connection_id = 1;
getConnectionIdBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.CloseStatementRequestOrBuilder
string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
string connection_id = 5;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
string connection_id = 5;
getConnectionIdBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.ColumnsRequestOrBuilder
string connection_id = 5;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.CommitRequest.Builder
string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
string connection_id = 1;
getConnectionIdBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.CommitRequestOrBuilder
string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
string connection_id = 1;
getConnectionIdBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequestOrBuilder
string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest.Builder
string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
string connection_id = 1;
getConnectionIdBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.CreateStatementRequestOrBuilder
string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest.Builder
string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
string connection_id = 1;
getConnectionIdBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequestOrBuilder
string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
string connection_id = 1;
getConnectionIdBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequestOrBuilder
string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
string connection_id = 1;
getConnectionIdBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.FetchRequestOrBuilder
string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
string connection_id = 1;
getConnectionIdBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.OpenConnectionRequestOrBuilder
string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest.Builder
string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
string connection_id = 1;
getConnectionIdBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequestOrBuilder
string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
string connection_id = 1;
getConnectionIdBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequestOrBuilder
string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
string connection_id = 1;
getConnectionIdBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.PrepareRequestOrBuilder
string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest.Builder
string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
string connection_id = 1;
getConnectionIdBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.RollbackRequestOrBuilder
string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
string connection_id = 3;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
string connection_id = 3;
getConnectionIdBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.SchemasRequestOrBuilder
string connection_id = 3;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
string connection_id = 1;
getConnectionIdBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.SyncResultsRequestOrBuilder
string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
string connection_id = 7;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
string connection_id = 7;
getConnectionIdBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.TablesRequestOrBuilder
string connection_id = 7;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest.Builder
string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
string connection_id = 1;
getConnectionIdBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.TableTypesRequestOrBuilder
string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest.Builder
string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
string connection_id = 1;
getConnectionIdBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.TypeInfoRequestOrBuilder
string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
string connection_id = 1;
getConnectionIdBytes() - Method in interface org.apache.calcite.avatica.proto.Responses.CreateStatementResponseOrBuilder
string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
string connection_id = 1;
getConnectionIdBytes() - Method in interface org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponseOrBuilder
string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
string connection_id = 1;
getConnectionIdBytes() - Method in interface org.apache.calcite.avatica.proto.Responses.ResultSetResponseOrBuilder
string connection_id = 1;
getConnectionProperties() - Method in class org.apache.calcite.avatica.remote.Driver
 
getConnectionProperties() - Method in class org.apache.calcite.avatica.UnregisteredDriver
Returns the connection properties supported by this driver.
getConnectStringPrefix() - Method in class org.apache.calcite.avatica.remote.Driver
 
getConnectStringPrefix() - Method in class org.apache.calcite.avatica.UnregisteredDriver
Returns the prefix of the connect string that this driver will recognize as its own.
getConnProps() - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
.ConnectionProperties conn_props = 2;
getConnProps() - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
.ConnectionProperties conn_props = 2;
getConnProps() - Method in interface org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequestOrBuilder
.ConnectionProperties conn_props = 2;
getConnProps() - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
.ConnectionProperties conn_props = 1;
getConnProps() - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
.ConnectionProperties conn_props = 1;
getConnProps() - Method in interface org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponseOrBuilder
.ConnectionProperties conn_props = 1;
getConnPropsBuilder() - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
.ConnectionProperties conn_props = 2;
getConnPropsBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
.ConnectionProperties conn_props = 1;
getConnPropsOrBuilder() - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
.ConnectionProperties conn_props = 2;
getConnPropsOrBuilder() - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
.ConnectionProperties conn_props = 2;
getConnPropsOrBuilder() - Method in interface org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequestOrBuilder
.ConnectionProperties conn_props = 2;
getConnPropsOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
.ConnectionProperties conn_props = 1;
getConnPropsOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
.ConnectionProperties conn_props = 1;
getConnPropsOrBuilder() - Method in interface org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponseOrBuilder
.ConnectionProperties conn_props = 1;
getCounter(String) - Method in class org.apache.calcite.avatica.metrics.dropwizard.DropwizardMetricsSystem
 
getCounter(String) - Method in interface org.apache.calcite.avatica.metrics.MetricsSystem
Get or construct a Counter used to track a mutable number.
getCounter(String) - Method in class org.apache.calcite.avatica.metrics.noop.NoopMetricsSystem
 
getCrossReference(String, String, String, String, String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getCrossReference(Meta.ConnectionHandle, String, String, String, String, String, String) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
getCrossReference(Meta.ConnectionHandle, String, String, String, String, String, String) - Method in interface org.apache.calcite.avatica.Meta
getCrossReference(Meta.ConnectionHandle, String, String, String, String, String, String) - Method in class org.apache.calcite.avatica.MetaImpl
 
getCrossReference(String, String, String, String, String, String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getCurrency() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
bool currency = 5;
getCurrency() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
bool currency = 5;
getCurrency() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnMetaDataOrBuilder
bool currency = 5;
getCursorFactory() - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
.CursorFactory cursor_factory = 4;
getCursorFactory() - Method in class org.apache.calcite.avatica.proto.Common.Signature
.CursorFactory cursor_factory = 4;
getCursorFactory() - Method in interface org.apache.calcite.avatica.proto.Common.SignatureOrBuilder
.CursorFactory cursor_factory = 4;
getCursorFactoryBuilder() - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
.CursorFactory cursor_factory = 4;
getCursorFactoryOrBuilder() - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
.CursorFactory cursor_factory = 4;
getCursorFactoryOrBuilder() - Method in class org.apache.calcite.avatica.proto.Common.Signature
.CursorFactory cursor_factory = 4;
getCursorFactoryOrBuilder() - Method in interface org.apache.calcite.avatica.proto.Common.SignatureOrBuilder
.CursorFactory cursor_factory = 4;
getCursorName() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getCursorName() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getDatabaseMajorVersion() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getDatabaseMajorVersion() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getDatabaseMinorVersion() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getDatabaseMinorVersion() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getDatabaseProductName() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getDatabaseProductName() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getDatabaseProductVersion() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getDatabaseProductVersion() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getDatabaseProperties(Meta.ConnectionHandle) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
getDatabaseProperties(Meta.ConnectionHandle) - Method in interface org.apache.calcite.avatica.Meta
Returns a map of static database properties.
getDatabaseProperties(Meta.ConnectionHandle) - Method in class org.apache.calcite.avatica.MetaImpl
 
getDate(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getDate(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getDate(int, Calendar) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getDate(String, Calendar) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getDate(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getDate(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getDate(int, Calendar) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getDate(String, Calendar) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getDate(Calendar) - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getDefaultInstance() - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
 
getDefaultInstance() - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaType
 
getDefaultInstance() - Static method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
getDefaultInstance() - Static method in class org.apache.calcite.avatica.proto.Common.ColumnValue
 
getDefaultInstance() - Static method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
getDefaultInstance() - Static method in class org.apache.calcite.avatica.proto.Common.CursorFactory
 
getDefaultInstance() - Static method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
 
getDefaultInstance() - Static method in class org.apache.calcite.avatica.proto.Common.Frame
 
getDefaultInstance() - Static method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
 
getDefaultInstance() - Static method in class org.apache.calcite.avatica.proto.Common.QueryState
 
getDefaultInstance() - Static method in class org.apache.calcite.avatica.proto.Common.Row
 
getDefaultInstance() - Static method in class org.apache.calcite.avatica.proto.Common.Signature
 
getDefaultInstance() - Static method in class org.apache.calcite.avatica.proto.Common.StatementHandle
 
getDefaultInstance() - Static method in class org.apache.calcite.avatica.proto.Common.TypedValue
 
getDefaultInstance() - Static method in class org.apache.calcite.avatica.proto.Common.WireMessage
 
getDefaultInstance() - Static method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
 
getDefaultInstance() - Static method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
 
getDefaultInstance() - Static method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
 
getDefaultInstance() - Static method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
 
getDefaultInstance() - Static method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
 
getDefaultInstance() - Static method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
 
getDefaultInstance() - Static method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
 
getDefaultInstance() - Static method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
 
getDefaultInstance() - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
 
getDefaultInstance() - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
 
getDefaultInstance() - Static method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
 
getDefaultInstance() - Static method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
 
getDefaultInstance() - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
 
getDefaultInstance() - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
 
getDefaultInstance() - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
 
getDefaultInstance() - Static method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
 
getDefaultInstance() - Static method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
 
getDefaultInstance() - Static method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
 
getDefaultInstance() - Static method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
 
getDefaultInstance() - Static method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
 
getDefaultInstance() - Static method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
 
getDefaultInstance() - Static method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch
 
getDefaultInstance() - Static method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
 
getDefaultInstance() - Static method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
 
getDefaultInstance() - Static method in class org.apache.calcite.avatica.proto.Responses.CommitResponse
 
getDefaultInstance() - Static method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
 
getDefaultInstance() - Static method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
 
getDefaultInstance() - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
 
getDefaultInstance() - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
 
getDefaultInstance() - Static method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
getDefaultInstance() - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
 
getDefaultInstance() - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
 
getDefaultInstance() - Static method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
 
getDefaultInstance() - Static method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
 
getDefaultInstance() - Static method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
 
getDefaultInstance() - Static method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
 
getDefaultInstance() - Static method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
 
getDefaultInstance() - Static method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
 
getDefaultInstance() - Static method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Common.Frame
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Common.QueryState
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Common.Row
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Common.Signature
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Common.WireMessage.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Common.WireMessage
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Requests.CommitRequest.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Responses.CommitResponse.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Responses.CommitResponse
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
 
getDefaultTransactionIsolation() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getDefaultTransactionIsolation() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getDefinitelyWritable() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
bool definitely_writable = 18;
getDefinitelyWritable() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
bool definitely_writable = 18;
getDefinitelyWritable() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnMetaDataOrBuilder
bool definitely_writable = 18;
getDeprecatedFirstFrameMaxSize() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
Deprecated, use the signed int instead.
getDeprecatedFirstFrameMaxSize() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
Deprecated, use the signed int instead.
getDeprecatedFirstFrameMaxSize() - Method in interface org.apache.calcite.avatica.proto.Requests.ExecuteRequestOrBuilder
Deprecated, use the signed int instead.
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaType
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Common.ColumnValue
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Common.CursorFactory
 
getDescriptor() - Static method in enum org.apache.calcite.avatica.proto.Common.CursorFactory.Style
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty.Builder
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Common.Frame
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Common
 
getDescriptor() - Static method in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
 
getDescriptor() - Static method in enum org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.ArgumentType
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Common.QueryState
 
getDescriptor() - Static method in enum org.apache.calcite.avatica.proto.Common.Rep
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Common.Row.Builder
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Common.Row
 
getDescriptor() - Static method in enum org.apache.calcite.avatica.proto.Common.Severity
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Common.Signature
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Common.StatementHandle
 
getDescriptor() - Static method in enum org.apache.calcite.avatica.proto.Common.StatementType
 
getDescriptor() - Static method in enum org.apache.calcite.avatica.proto.Common.StateType
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Common.TypedValue
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Common.WireMessage.Builder
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Common.WireMessage
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest.Builder
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest.Builder
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest.Builder
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Requests.CommitRequest.Builder
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest.Builder
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest.Builder
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Requests
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest.Builder
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest.Builder
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest.Builder
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest.Builder
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch.Builder
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse.Builder
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse.Builder
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Responses.CommitResponse.Builder
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Responses.CommitResponse
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Responses
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse.Builder
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse.Builder
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata.Builder
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
 
getDescriptor() - Static method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
 
getDescriptorForType() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
 
getDescriptorForType() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
 
getDescriptorForType() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
 
getDescriptorForType() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
 
getDescriptorForType() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
 
getDescriptorForType() - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
 
getDescriptorForType() - Method in enum org.apache.calcite.avatica.proto.Common.CursorFactory.Style
 
getDescriptorForType() - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty.Builder
 
getDescriptorForType() - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
 
getDescriptorForType() - Method in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
 
getDescriptorForType() - Method in enum org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.ArgumentType
 
getDescriptorForType() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
 
getDescriptorForType() - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
 
getDescriptorForType() - Method in enum org.apache.calcite.avatica.proto.Common.Rep
 
getDescriptorForType() - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
 
getDescriptorForType() - Method in enum org.apache.calcite.avatica.proto.Common.Severity
 
getDescriptorForType() - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
 
getDescriptorForType() - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
 
getDescriptorForType() - Method in enum org.apache.calcite.avatica.proto.Common.StatementType
 
getDescriptorForType() - Method in enum org.apache.calcite.avatica.proto.Common.StateType
 
getDescriptorForType() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
 
getDescriptorForType() - Method in class org.apache.calcite.avatica.proto.Common.WireMessage.Builder
 
getDescriptorForType() - Method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest.Builder
 
getDescriptorForType() - Method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest.Builder
 
getDescriptorForType() - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest.Builder
 
getDescriptorForType() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
 
getDescriptorForType() - Method in class org.apache.calcite.avatica.proto.Requests.CommitRequest.Builder
 
getDescriptorForType() - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
 
getDescriptorForType() - Method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest.Builder
 
getDescriptorForType() - Method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest.Builder
 
getDescriptorForType() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
 
getDescriptorForType() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
 
getDescriptorForType() - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
 
getDescriptorForType() - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
 
getDescriptorForType() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest.Builder
 
getDescriptorForType() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
 
getDescriptorForType() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
 
getDescriptorForType() - Method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest.Builder
 
getDescriptorForType() - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
 
getDescriptorForType() - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
 
getDescriptorForType() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
 
getDescriptorForType() - Method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest.Builder
 
getDescriptorForType() - Method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest.Builder
 
getDescriptorForType() - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch.Builder
 
getDescriptorForType() - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse.Builder
 
getDescriptorForType() - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse.Builder
 
getDescriptorForType() - Method in class org.apache.calcite.avatica.proto.Responses.CommitResponse.Builder
 
getDescriptorForType() - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
 
getDescriptorForType() - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
 
getDescriptorForType() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
 
getDescriptorForType() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
 
getDescriptorForType() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
 
getDescriptorForType() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
 
getDescriptorForType() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
 
getDescriptorForType() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
 
getDescriptorForType() - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse.Builder
 
getDescriptorForType() - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
 
getDescriptorForType() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
 
getDescriptorForType() - Method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse.Builder
 
getDescriptorForType() - Method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata.Builder
 
getDescriptorForType() - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
 
getDisplaySize() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
uint32 display_size = 8;
getDisplaySize() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
uint32 display_size = 8;
getDisplaySize() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnMetaDataOrBuilder
uint32 display_size = 8;
getDone() - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
bool done = 2;
getDone() - Method in class org.apache.calcite.avatica.proto.Common.Frame
bool done = 2;
getDone() - Method in interface org.apache.calcite.avatica.proto.Common.FrameOrBuilder
bool done = 2;
getDouble(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getDouble(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getDouble() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
Returns the double value of this property.
getDouble(Number) - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
Returns the double value of this property.
getDouble(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getDouble(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getDouble() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getDoubleValue() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
big numbers
getDoubleValue() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue
big numbers
getDoubleValue() - Method in interface org.apache.calcite.avatica.proto.Common.TypedValueOrBuilder
big numbers
getDriverMajorVersion() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getDriverMajorVersion() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getDriverMinorVersion() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getDriverMinorVersion() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getDriverName() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getDriverName() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getDriverVersion() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getDriverVersion() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getDriverVersion() - Method in class org.apache.calcite.avatica.UnregisteredDriver
Returns the driver version object.
getEnum(Class<E>) - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
Returns the enum value of this property.
getEnum(Class<E>, E) - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
Returns the enum value of this property.
getEnum(Map<InternalProperty, Object>, Class<E>) - Method in enum org.apache.calcite.avatica.InternalProperty
Returns the enum value of this property.
getErrorCode() - Method in exception org.apache.calcite.avatica.AvaticaClientRuntimeException
 
getErrorCode() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
numeric identifier for error
getErrorCode() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
numeric identifier for error
getErrorCode() - Method in interface org.apache.calcite.avatica.proto.Responses.ErrorResponseOrBuilder
numeric identifier for error
getErrorCode() - Method in exception org.apache.calcite.avatica.remote.AvaticaRuntimeException
Returns a numeric code for this error.
getErrorMessage() - Method in exception org.apache.calcite.avatica.AvaticaSqlException
 
getErrorMessage() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
human readable description
getErrorMessage() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
human readable description
getErrorMessage() - Method in interface org.apache.calcite.avatica.proto.Responses.ErrorResponseOrBuilder
human readable description
getErrorMessage() - Method in exception org.apache.calcite.avatica.remote.AvaticaRuntimeException
Returns a human-readable error message.
getErrorMessageBytes() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
human readable description
getErrorMessageBytes() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
human readable description
getErrorMessageBytes() - Method in interface org.apache.calcite.avatica.proto.Responses.ErrorResponseOrBuilder
human readable description
getExceptions(int) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
exception stacktraces, many for linked exceptions.
getExceptions(int) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
exception stacktraces, many for linked exceptions.
getExceptions(int) - Method in interface org.apache.calcite.avatica.proto.Responses.ErrorResponseOrBuilder
exception stacktraces, many for linked exceptions.
getExceptionsBytes(int) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
exception stacktraces, many for linked exceptions.
getExceptionsBytes(int) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
exception stacktraces, many for linked exceptions.
getExceptionsBytes(int) - Method in interface org.apache.calcite.avatica.proto.Responses.ErrorResponseOrBuilder
exception stacktraces, many for linked exceptions.
getExceptionsCount() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
exception stacktraces, many for linked exceptions.
getExceptionsCount() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
exception stacktraces, many for linked exceptions.
getExceptionsCount() - Method in interface org.apache.calcite.avatica.proto.Responses.ErrorResponseOrBuilder
exception stacktraces, many for linked exceptions.
getExceptionsList() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
exception stacktraces, many for linked exceptions.
getExceptionsList() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
exception stacktraces, many for linked exceptions.
getExceptionsList() - Method in interface org.apache.calcite.avatica.proto.Responses.ErrorResponseOrBuilder
exception stacktraces, many for linked exceptions.
getExportedKeys(String, String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getExportedKeys(Meta.ConnectionHandle, String, String, String) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
getExportedKeys(Meta.ConnectionHandle, String, String, String) - Method in interface org.apache.calcite.avatica.Meta
getExportedKeys(Meta.ConnectionHandle, String, String, String) - Method in class org.apache.calcite.avatica.MetaImpl
 
getExportedKeys(String, String, String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getExtraNameCharacters() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getExtraNameCharacters() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getFactoryClassName(UnregisteredDriver.JdbcVersion) - Method in class org.apache.calcite.avatica.UnregisteredDriver
Returns the name of a class to be factory for JDBC objects (connection, statement) appropriate for the current JDBC version.
getFetchDirection() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getFetchDirection() - Method in class org.apache.calcite.avatica.AvaticaStatement
 
getFetchDirection() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
getFetchDirection() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getFetchDirection() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
getFetchMaxRowCount() - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
Maximum number of rows to be returned in the frame.
getFetchMaxRowCount() - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
Maximum number of rows to be returned in the frame.
getFetchMaxRowCount() - Method in interface org.apache.calcite.avatica.proto.Requests.FetchRequestOrBuilder
Maximum number of rows to be returned in the frame.
getFetchSize() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getFetchSize() - Method in class org.apache.calcite.avatica.AvaticaStatement
 
getFetchSize() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
getFetchSize() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getFetchSize() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
getFieldNames(int) - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
repeated string field_names = 3;
getFieldNames(int) - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory
repeated string field_names = 3;
getFieldNames(int) - Method in interface org.apache.calcite.avatica.proto.Common.CursorFactoryOrBuilder
repeated string field_names = 3;
getFieldNamesBytes(int) - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
repeated string field_names = 3;
getFieldNamesBytes(int) - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory
repeated string field_names = 3;
getFieldNamesBytes(int) - Method in interface org.apache.calcite.avatica.proto.Common.CursorFactoryOrBuilder
repeated string field_names = 3;
getFieldNamesCount() - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
repeated string field_names = 3;
getFieldNamesCount() - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory
repeated string field_names = 3;
getFieldNamesCount() - Method in interface org.apache.calcite.avatica.proto.Common.CursorFactoryOrBuilder
repeated string field_names = 3;
getFieldNamesList() - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
repeated string field_names = 3;
getFieldNamesList() - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory
repeated string field_names = 3;
getFieldNamesList() - Method in interface org.apache.calcite.avatica.proto.Common.CursorFactoryOrBuilder
repeated string field_names = 3;
getFirstFrame() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
.Frame first_frame = 5;
getFirstFrame() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
.Frame first_frame = 5;
getFirstFrame() - Method in interface org.apache.calcite.avatica.proto.Responses.ResultSetResponseOrBuilder
.Frame first_frame = 5;
getFirstFrameBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
.Frame first_frame = 5;
getFirstFrameMaxSize() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
The maximum number of rows to return in the first Frame
getFirstFrameMaxSize() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
The maximum number of rows to return in the first Frame
getFirstFrameMaxSize() - Method in interface org.apache.calcite.avatica.proto.Requests.ExecuteRequestOrBuilder
The maximum number of rows to return in the first Frame
getFirstFrameMaxSize() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
The maximum number of rows that will be returned in the
getFirstFrameMaxSize() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
The maximum number of rows that will be returned in the
getFirstFrameMaxSize() - Method in interface org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequestOrBuilder
The maximum number of rows that will be returned in the
getFirstFrameOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
.Frame first_frame = 5;
getFirstFrameOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
.Frame first_frame = 5;
getFirstFrameOrBuilder() - Method in interface org.apache.calcite.avatica.proto.Responses.ResultSetResponseOrBuilder
.Frame first_frame = 5;
getFloat(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getFloat(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getFloat(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getFloat(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getFloat() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getFraction() - Method in class org.apache.calcite.avatica.util.DateTimeUtils.PrecisionTime
 
getFrame() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
.Frame frame = 1;
getFrame() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
.Frame frame = 1;
getFrame() - Method in interface org.apache.calcite.avatica.proto.Responses.FetchResponseOrBuilder
.Frame frame = 1;
getFrameBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
.Frame frame = 1;
getFrameMaxSize() - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
int32 frame_max_size = 5;
getFrameMaxSize() - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
int32 frame_max_size = 5;
getFrameMaxSize() - Method in interface org.apache.calcite.avatica.proto.Requests.FetchRequestOrBuilder
int32 frame_max_size = 5;
getFrameOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
.Frame frame = 1;
getFrameOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
.Frame frame = 1;
getFrameOrBuilder() - Method in interface org.apache.calcite.avatica.proto.Responses.FetchResponseOrBuilder
.Frame frame = 1;
getFunctionColumns(String, String, String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getFunctionColumns(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
getFunctionColumns(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, Meta.Pat) - Method in interface org.apache.calcite.avatica.Meta
getFunctionColumns(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.MetaImpl
 
getFunctionColumns(String, String, String, String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getFunctions(String, String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getFunctions(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
getFunctions(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat) - Method in interface org.apache.calcite.avatica.Meta
getFunctions(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.MetaImpl
 
getFunctions(String, String, String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getFunctions(int) - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty.Builder
repeated string functions = 2;
getFunctions(int) - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
repeated string functions = 2;
getFunctions(int) - Method in interface org.apache.calcite.avatica.proto.Common.DatabasePropertyOrBuilder
repeated string functions = 2;
getFunctionsBytes(int) - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty.Builder
repeated string functions = 2;
getFunctionsBytes(int) - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
repeated string functions = 2;
getFunctionsBytes(int) - Method in interface org.apache.calcite.avatica.proto.Common.DatabasePropertyOrBuilder
repeated string functions = 2;
getFunctionsCount() - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty.Builder
repeated string functions = 2;
getFunctionsCount() - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
repeated string functions = 2;
getFunctionsCount() - Method in interface org.apache.calcite.avatica.proto.Common.DatabasePropertyOrBuilder
repeated string functions = 2;
getFunctionsList() - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty.Builder
repeated string functions = 2;
getFunctionsList() - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
repeated string functions = 2;
getFunctionsList() - Method in interface org.apache.calcite.avatica.proto.Common.DatabasePropertyOrBuilder
repeated string functions = 2;
getGeneratedKeys() - Method in class org.apache.calcite.avatica.AvaticaStatement
 
getGeneratedKeys() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
getGeneratedKeys() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
getHandle() - Method in exception org.apache.calcite.avatica.MissingResultsException
 
getHandler(Service, Driver.Serialization) - Method in class org.apache.calcite.avatica.server.HandlerFactory
Constructs the desired implementation for the given serialization method with metrics.
getHandler(Service, Driver.Serialization, AvaticaServerConfiguration) - Method in class org.apache.calcite.avatica.server.HandlerFactory
Constructs the desired implementation for the given serialization method and server configuration with metrics.
getHandler(Service, Driver.Serialization, MetricsSystemConfiguration<?>) - Method in class org.apache.calcite.avatica.server.HandlerFactory
Constructs the desired implementation for the given serialization method with metrics.
getHandler(Service, Driver.Serialization, MetricsSystemConfiguration<?>, AvaticaServerConfiguration) - Method in class org.apache.calcite.avatica.server.HandlerFactory
Constructs the desired implementation for the given serialization method and server configuration with metrics.
getHasArgs() - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
bool has_args = 5;
getHasArgs() - Method in class org.apache.calcite.avatica.proto.Common.QueryState
bool has_args = 5;
getHasArgs() - Method in interface org.apache.calcite.avatica.proto.Common.QueryStateOrBuilder
bool has_args = 5;
getHasArrayValue() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
Is an array value set?
getHasArrayValue() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue
Is an array value set?
getHasArrayValue() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnValueOrBuilder
Is an array value set?
getHasAutoCommit() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
field is a Boolean, need to discern null and default value
getHasAutoCommit() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
field is a Boolean, need to discern null and default value
getHasAutoCommit() - Method in interface org.apache.calcite.avatica.proto.Common.ConnectionPropertiesOrBuilder
field is a Boolean, need to discern null and default value
getHasExceptions() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
are there stacktraces contained?
getHasExceptions() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
are there stacktraces contained?
getHasExceptions() - Method in interface org.apache.calcite.avatica.proto.Responses.ErrorResponseOrBuilder
are there stacktraces contained?
getHashLoginServiceProperties() - Method in interface org.apache.calcite.avatica.server.AvaticaServerConfiguration
Returns the path to a properties file that contains users and realms.
getHashLoginServiceRealm() - Method in interface org.apache.calcite.avatica.server.AvaticaServerConfiguration
Returns the name of the realm to use in coordination with the properties files specified by AvaticaServerConfiguration.getHashLoginServiceProperties().
getHasOp() - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
bool has_op = 7;
getHasOp() - Method in class org.apache.calcite.avatica.proto.Common.QueryState
bool has_op = 7;
getHasOp() - Method in interface org.apache.calcite.avatica.proto.Common.QueryStateOrBuilder
bool has_op = 7;
getHasParameterValues() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
bool has_parameter_values = 4;
getHasParameterValues() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
bool has_parameter_values = 4;
getHasParameterValues() - Method in interface org.apache.calcite.avatica.proto.Requests.ExecuteRequestOrBuilder
bool has_parameter_values = 4;
getHasReadOnly() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
field is a Boolean, need to discern null and default value
getHasReadOnly() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
field is a Boolean, need to discern null and default value
getHasReadOnly() - Method in interface org.apache.calcite.avatica.proto.Common.ConnectionPropertiesOrBuilder
field is a Boolean, need to discern null and default value
getHasSql() - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
bool has_sql = 6;
getHasSql() - Method in class org.apache.calcite.avatica.proto.Common.QueryState
bool has_sql = 6;
getHasSql() - Method in interface org.apache.calcite.avatica.proto.Common.QueryStateOrBuilder
bool has_sql = 6;
getHasTypeList() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
Having an empty type_list is distinct from a null type_list
getHasTypeList() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
Having an empty type_list is distinct from a null type_list
getHasTypeList() - Method in interface org.apache.calcite.avatica.proto.Requests.TablesRequestOrBuilder
Having an empty type_list is distinct from a null type_list
getHistogram(String) - Method in class org.apache.calcite.avatica.metrics.dropwizard.DropwizardMetricsSystem
 
getHistogram(String) - Method in interface org.apache.calcite.avatica.metrics.MetricsSystem
Get or construct a Histogram used to measure a distribution of values.
getHistogram(String) - Method in class org.apache.calcite.avatica.metrics.noop.NoopMetricsSystem
 
getHoldability() - Method in class org.apache.calcite.avatica.AvaticaConnection
 
getHoldability() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getHoldability() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
getHoldability() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getId() - Method in class org.apache.calcite.avatica.AvaticaStatement
Returns the identifier of the statement, unique within its connection.
getId() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
uint32 id = 1;
getId() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType
uint32 id = 1;
getId() - Method in interface org.apache.calcite.avatica.proto.Common.AvaticaTypeOrBuilder
uint32 id = 1;
getId() - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
uint32 id = 2;
getId() - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle
uint32 id = 2;
getId() - Method in interface org.apache.calcite.avatica.proto.Common.StatementHandleOrBuilder
uint32 id = 2;
getIdentifierQuoteString() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getIdentifierQuoteString() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getImplicitlyNull() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
Differentiate between explicitly null (user-set) and implicitly null
getImplicitlyNull() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue
Differentiate between explicitly null (user-set) and implicitly null
getImplicitlyNull() - Method in interface org.apache.calcite.avatica.proto.Common.TypedValueOrBuilder
Differentiate between explicitly null (user-set) and implicitly null
getImportedKeys(String, String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getImportedKeys(Meta.ConnectionHandle, String, String, String) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
getImportedKeys(Meta.ConnectionHandle, String, String, String) - Method in interface org.apache.calcite.avatica.Meta
getImportedKeys(Meta.ConnectionHandle, String, String, String) - Method in class org.apache.calcite.avatica.MetaImpl
 
getImportedKeys(String, String, String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getIndexInfo(String, String, String, boolean, boolean) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getIndexInfo(Meta.ConnectionHandle, String, String, String, boolean, boolean) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
getIndexInfo(Meta.ConnectionHandle, String, String, String, boolean, boolean) - Method in interface org.apache.calcite.avatica.Meta
getIndexInfo(Meta.ConnectionHandle, String, String, String, boolean, boolean) - Method in class org.apache.calcite.avatica.MetaImpl
 
getIndexInfo(String, String, String, boolean, boolean) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getInfo() - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
Deprecated.
getInfo() - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
Deprecated.
getInfo() - Method in interface org.apache.calcite.avatica.proto.Requests.OpenConnectionRequestOrBuilder
Deprecated.
getInfoCount() - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
 
getInfoCount() - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
 
getInfoCount() - Method in interface org.apache.calcite.avatica.proto.Requests.OpenConnectionRequestOrBuilder
map<string, string> info = 2;
getInfoMap() - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
map<string, string> info = 2;
getInfoMap() - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
map<string, string> info = 2;
getInfoMap() - Method in interface org.apache.calcite.avatica.proto.Requests.OpenConnectionRequestOrBuilder
map<string, string> info = 2;
getInfoOrDefault(String, String) - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
map<string, string> info = 2;
getInfoOrDefault(String, String) - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
map<string, string> info = 2;
getInfoOrDefault(String, String) - Method in interface org.apache.calcite.avatica.proto.Requests.OpenConnectionRequestOrBuilder
map<string, string> info = 2;
getInfoOrThrow(String) - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
map<string, string> info = 2;
getInfoOrThrow(String) - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
map<string, string> info = 2;
getInfoOrThrow(String) - Method in interface org.apache.calcite.avatica.proto.Requests.OpenConnectionRequestOrBuilder
map<string, string> info = 2;
getInstance() - Static method in class org.apache.calcite.avatica.metrics.noop.NoopMetricsSystem
 
getInstance() - Static method in class org.apache.calcite.avatica.metrics.noop.NoopMetricsSystemConfiguration
 
getInstance() - Static method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
getInstance() - Static method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getInstance() - Static method in class org.apache.calcite.avatica.noop.AvaticaNoopParameterMetaData
 
getInstance() - Static method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
getInstance() - Static method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getInstance() - Static method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSetMetaData
 
getInstance() - Static method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
getInstance() - Static method in class org.apache.calcite.avatica.remote.AvaticaHttpClientFactoryImpl
Returns a singleton instance of AvaticaHttpClientFactoryImpl.
getInt(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getInt(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getInt() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
Returns the int value of this property.
getInt(Number) - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
Returns the int value of this property.
getInt(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getInt(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getInt() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getIntArrayValues(int) - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
repeated sint32 int_array_values = 5;
getIntArrayValues(int) - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
repeated sint32 int_array_values = 5;
getIntArrayValues(int) - Method in interface org.apache.calcite.avatica.proto.Common.MetaDataOperationArgumentOrBuilder
repeated sint32 int_array_values = 5;
getIntArrayValuesCount() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
repeated sint32 int_array_values = 5;
getIntArrayValuesCount() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
repeated sint32 int_array_values = 5;
getIntArrayValuesCount() - Method in interface org.apache.calcite.avatica.proto.Common.MetaDataOperationArgumentOrBuilder
repeated sint32 int_array_values = 5;
getIntArrayValuesList() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
repeated sint32 int_array_values = 5;
getIntArrayValuesList() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
repeated sint32 int_array_values = 5;
getIntArrayValuesList() - Method in interface org.apache.calcite.avatica.proto.Common.MetaDataOperationArgumentOrBuilder
repeated sint32 int_array_values = 5;
getIntValue() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
sint32 int_value = 3;
getIntValue() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
sint32 int_value = 3;
getIntValue() - Method in interface org.apache.calcite.avatica.proto.Common.MetaDataOperationArgumentOrBuilder
sint32 int_value = 3;
getIsDirty() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
bool is_dirty = 1;
getIsDirty() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
bool is_dirty = 1;
getIsDirty() - Method in interface org.apache.calcite.avatica.proto.Common.ConnectionPropertiesOrBuilder
bool is_dirty = 1;
getJDBCMajorVersion() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getJdbcMajorVersion() - Method in interface org.apache.calcite.avatica.AvaticaFactory
 
getJDBCMajorVersion() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getJDBCMinorVersion() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getJdbcMinorVersion() - Method in interface org.apache.calcite.avatica.AvaticaFactory
 
getJDBCMinorVersion() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getKerberosConnection() - Method in class org.apache.calcite.avatica.AvaticaConnection
 
getKerberosPrincipal() - Method in interface org.apache.calcite.avatica.server.AvaticaServerConfiguration
Returns the Kerberos principal that the Avatica server should log in as.
getKerberosRealm() - Method in interface org.apache.calcite.avatica.server.AvaticaServerConfiguration
Returns the Kerberos realm to use for the server's login.
getKey() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
.DatabaseProperty key = 1;
getKey() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
.DatabaseProperty key = 1;
getKey() - Method in interface org.apache.calcite.avatica.proto.Responses.DatabasePropertyElementOrBuilder
.DatabaseProperty key = 1;
getKeyBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
.DatabaseProperty key = 1;
getKeyOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
.DatabaseProperty key = 1;
getKeyOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
.DatabaseProperty key = 1;
getKeyOrBuilder() - Method in interface org.apache.calcite.avatica.proto.Responses.DatabasePropertyElementOrBuilder
.DatabaseProperty key = 1;
getKrb5LoginModuleName() - Static method in class org.apache.calcite.avatica.remote.KerberosConnection
Returns the KRB5 LoginModule implementation.
getLabel() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
string label = 9;
getLabel() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
string label = 9;
getLabel() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnMetaDataOrBuilder
string label = 9;
getLabelBytes() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
string label = 9;
getLabelBytes() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
string label = 9;
getLabelBytes() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnMetaDataOrBuilder
string label = 9;
getLargeMaxRows() - Method in class org.apache.calcite.avatica.AvaticaStatement
 
getLargeMaxRows(Statement) - Static method in class org.apache.calcite.avatica.AvaticaUtils
Invokes Statement#getLargeMaxRows, falling back on Statement.getMaxRows() if the method does not exist (before JDK 1.8) or throws UnsupportedOperationException.
getLargeUpdateCount() - Method in class org.apache.calcite.avatica.AvaticaStatement
 
getLargeUpdateCount(Statement) - Static method in class org.apache.calcite.avatica.AvaticaUtils
Invokes Statement#getLargeUpdateCount, falling back on Statement.getUpdateCount() if the method does not exist (before JDK 1.8) or throws UnsupportedOperationException.
getLocalCalendar() - Method in class org.apache.calcite.avatica.AvaticaResultSet
Returns the calendar used by this result set.
getLong(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getLong(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getLong() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
Returns the long value of this property.
getLong(Number) - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
Returns the long value of this property.
getLong(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getLong(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getLong() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getMajorVersion() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDriver
 
getMajorVersion() - Method in class org.apache.calcite.avatica.UnregisteredDriver
 
getMaxBinaryLiteralLength() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getMaxBinaryLiteralLength() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getMaxCatalogNameLength() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getMaxCatalogNameLength() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getMaxCharLiteralLength() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getMaxCharLiteralLength() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getMaxColumnNameLength() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getMaxColumnNameLength() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getMaxColumnsInGroupBy() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getMaxColumnsInGroupBy() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getMaxColumnsInIndex() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getMaxColumnsInIndex() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getMaxColumnsInOrderBy() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getMaxColumnsInOrderBy() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getMaxColumnsInSelect() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getMaxColumnsInSelect() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getMaxColumnsInTable() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getMaxColumnsInTable() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getMaxConnections() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getMaxConnections() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getMaxCursorNameLength() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getMaxCursorNameLength() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getMaxFieldSize() - Method in class org.apache.calcite.avatica.AvaticaStatement
 
getMaxFieldSize() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
getMaxFieldSize() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
getMaxIndexLength() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getMaxIndexLength() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getMaxProcedureNameLength() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getMaxProcedureNameLength() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getMaxRowCount() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
Deprecated
getMaxRowCount() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
Deprecated
getMaxRowCount() - Method in interface org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequestOrBuilder
Deprecated
getMaxRowCount() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
Deprecated
getMaxRowCount() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
Deprecated
getMaxRowCount() - Method in interface org.apache.calcite.avatica.proto.Requests.PrepareRequestOrBuilder
Deprecated
getMaxRows() - Method in class org.apache.calcite.avatica.AvaticaStatement
 
getMaxRows() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
getMaxRows() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
getMaxRowSize() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getMaxRowSize() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getMaxRowsTotal() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
The maximum number of rows that will be allowed for this query
getMaxRowsTotal() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
The maximum number of rows that will be allowed for this query
getMaxRowsTotal() - Method in interface org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequestOrBuilder
The maximum number of rows that will be allowed for this query
getMaxRowsTotal() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
The maximum number of rows that will be allowed for this query
getMaxRowsTotal() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
The maximum number of rows that will be allowed for this query
getMaxRowsTotal() - Method in interface org.apache.calcite.avatica.proto.Requests.PrepareRequestOrBuilder
The maximum number of rows that will be allowed for this query
getMaxSchemaNameLength() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getMaxSchemaNameLength() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getMaxStatementLength() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getMaxStatementLength() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getMaxStatements() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getMaxStatements() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getMaxTableNameLength() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getMaxTableNameLength() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getMaxTablesInSelect() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getMaxTablesInSelect() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getMaxUserNameLength() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getMaxUserNameLength() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getMeta(AvaticaConnection) - Method in class org.apache.calcite.avatica.AvaticaConnection.Trojan
A means for anyone who has a trojan to get the protected field AvaticaConnection.meta.
getMetaData() - Method in class org.apache.calcite.avatica.AvaticaConnection
 
getMetaData() - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
getMetaData() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getMetaData() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
getMetaData() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
getMetaData() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse.Builder
.RpcMetadata metadata = 1;
getMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
.RpcMetadata metadata = 1;
getMetadata() - Method in interface org.apache.calcite.avatica.proto.Responses.CloseConnectionResponseOrBuilder
.RpcMetadata metadata = 1;
getMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse.Builder
.RpcMetadata metadata = 1;
getMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
.RpcMetadata metadata = 1;
getMetadata() - Method in interface org.apache.calcite.avatica.proto.Responses.CloseStatementResponseOrBuilder
.RpcMetadata metadata = 1;
getMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
.RpcMetadata metadata = 2;
getMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
.RpcMetadata metadata = 2;
getMetadata() - Method in interface org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponseOrBuilder
.RpcMetadata metadata = 2;
getMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
.RpcMetadata metadata = 3;
getMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
.RpcMetadata metadata = 3;
getMetadata() - Method in interface org.apache.calcite.avatica.proto.Responses.CreateStatementResponseOrBuilder
.RpcMetadata metadata = 3;
getMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
.RpcMetadata metadata = 3;
getMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
.RpcMetadata metadata = 3;
getMetadata() - Method in interface org.apache.calcite.avatica.proto.Responses.DatabasePropertyElementOrBuilder
.RpcMetadata metadata = 3;
getMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
.RpcMetadata metadata = 2;
getMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
.RpcMetadata metadata = 2;
getMetadata() - Method in interface org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponseOrBuilder
.RpcMetadata metadata = 2;
getMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
.RpcMetadata metadata = 6;
getMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
.RpcMetadata metadata = 6;
getMetadata() - Method in interface org.apache.calcite.avatica.proto.Responses.ErrorResponseOrBuilder
.RpcMetadata metadata = 6;
getMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
.RpcMetadata metadata = 5;
getMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
.RpcMetadata metadata = 5;
getMetadata() - Method in interface org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponseOrBuilder
.RpcMetadata metadata = 5;
getMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
.RpcMetadata metadata = 3;
getMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
.RpcMetadata metadata = 3;
getMetadata() - Method in interface org.apache.calcite.avatica.proto.Responses.ExecuteResponseOrBuilder
.RpcMetadata metadata = 3;
getMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
.RpcMetadata metadata = 4;
getMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
.RpcMetadata metadata = 4;
getMetadata() - Method in interface org.apache.calcite.avatica.proto.Responses.FetchResponseOrBuilder
.RpcMetadata metadata = 4;
getMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse.Builder
.RpcMetadata metadata = 1;
getMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
.RpcMetadata metadata = 1;
getMetadata() - Method in interface org.apache.calcite.avatica.proto.Responses.OpenConnectionResponseOrBuilder
.RpcMetadata metadata = 1;
getMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
.RpcMetadata metadata = 2;
getMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
.RpcMetadata metadata = 2;
getMetadata() - Method in interface org.apache.calcite.avatica.proto.Responses.PrepareResponseOrBuilder
.RpcMetadata metadata = 2;
getMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
with no signature nor other data.
getMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
with no signature nor other data.
getMetadata() - Method in interface org.apache.calcite.avatica.proto.Responses.ResultSetResponseOrBuilder
with no signature nor other data.
getMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
.RpcMetadata metadata = 3;
getMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
.RpcMetadata metadata = 3;
getMetadata() - Method in interface org.apache.calcite.avatica.proto.Responses.SyncResultsResponseOrBuilder
.RpcMetadata metadata = 3;
getMetadataBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse.Builder
.RpcMetadata metadata = 1;
getMetadataBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse.Builder
.RpcMetadata metadata = 1;
getMetadataBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
.RpcMetadata metadata = 2;
getMetadataBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
.RpcMetadata metadata = 3;
getMetadataBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
.RpcMetadata metadata = 3;
getMetadataBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
.RpcMetadata metadata = 2;
getMetadataBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
.RpcMetadata metadata = 6;
getMetadataBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
.RpcMetadata metadata = 5;
getMetadataBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
.RpcMetadata metadata = 3;
getMetadataBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
.RpcMetadata metadata = 4;
getMetadataBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse.Builder
.RpcMetadata metadata = 1;
getMetadataBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
.RpcMetadata metadata = 2;
getMetadataBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
with no signature nor other data.
getMetadataBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
.RpcMetadata metadata = 3;
getMetaDataOperation() - Method in class org.apache.calcite.avatica.QueryState
 
getMetadataOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse.Builder
.RpcMetadata metadata = 1;
getMetadataOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
.RpcMetadata metadata = 1;
getMetadataOrBuilder() - Method in interface org.apache.calcite.avatica.proto.Responses.CloseConnectionResponseOrBuilder
.RpcMetadata metadata = 1;
getMetadataOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse.Builder
.RpcMetadata metadata = 1;
getMetadataOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
.RpcMetadata metadata = 1;
getMetadataOrBuilder() - Method in interface org.apache.calcite.avatica.proto.Responses.CloseStatementResponseOrBuilder
.RpcMetadata metadata = 1;
getMetadataOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
.RpcMetadata metadata = 2;
getMetadataOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
.RpcMetadata metadata = 2;
getMetadataOrBuilder() - Method in interface org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponseOrBuilder
.RpcMetadata metadata = 2;
getMetadataOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
.RpcMetadata metadata = 3;
getMetadataOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
.RpcMetadata metadata = 3;
getMetadataOrBuilder() - Method in interface org.apache.calcite.avatica.proto.Responses.CreateStatementResponseOrBuilder
.RpcMetadata metadata = 3;
getMetadataOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
.RpcMetadata metadata = 3;
getMetadataOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
.RpcMetadata metadata = 3;
getMetadataOrBuilder() - Method in interface org.apache.calcite.avatica.proto.Responses.DatabasePropertyElementOrBuilder
.RpcMetadata metadata = 3;
getMetadataOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
.RpcMetadata metadata = 2;
getMetadataOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
.RpcMetadata metadata = 2;
getMetadataOrBuilder() - Method in interface org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponseOrBuilder
.RpcMetadata metadata = 2;
getMetadataOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
.RpcMetadata metadata = 6;
getMetadataOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
.RpcMetadata metadata = 6;
getMetadataOrBuilder() - Method in interface org.apache.calcite.avatica.proto.Responses.ErrorResponseOrBuilder
.RpcMetadata metadata = 6;
getMetadataOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
.RpcMetadata metadata = 5;
getMetadataOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
.RpcMetadata metadata = 5;
getMetadataOrBuilder() - Method in interface org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponseOrBuilder
.RpcMetadata metadata = 5;
getMetadataOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
.RpcMetadata metadata = 3;
getMetadataOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
.RpcMetadata metadata = 3;
getMetadataOrBuilder() - Method in interface org.apache.calcite.avatica.proto.Responses.ExecuteResponseOrBuilder
.RpcMetadata metadata = 3;
getMetadataOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
.RpcMetadata metadata = 4;
getMetadataOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
.RpcMetadata metadata = 4;
getMetadataOrBuilder() - Method in interface org.apache.calcite.avatica.proto.Responses.FetchResponseOrBuilder
.RpcMetadata metadata = 4;
getMetadataOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse.Builder
.RpcMetadata metadata = 1;
getMetadataOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
.RpcMetadata metadata = 1;
getMetadataOrBuilder() - Method in interface org.apache.calcite.avatica.proto.Responses.OpenConnectionResponseOrBuilder
.RpcMetadata metadata = 1;
getMetadataOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
.RpcMetadata metadata = 2;
getMetadataOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
.RpcMetadata metadata = 2;
getMetadataOrBuilder() - Method in interface org.apache.calcite.avatica.proto.Responses.PrepareResponseOrBuilder
.RpcMetadata metadata = 2;
getMetadataOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
with no signature nor other data.
getMetadataOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
with no signature nor other data.
getMetadataOrBuilder() - Method in interface org.apache.calcite.avatica.proto.Responses.ResultSetResponseOrBuilder
with no signature nor other data.
getMetadataOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
.RpcMetadata metadata = 3;
getMetadataOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
.RpcMetadata metadata = 3;
getMetadataOrBuilder() - Method in interface org.apache.calcite.avatica.proto.Responses.SyncResultsResponseOrBuilder
.RpcMetadata metadata = 3;
getMeter(String) - Method in class org.apache.calcite.avatica.metrics.dropwizard.DropwizardMetricsSystem
 
getMeter(String) - Method in interface org.apache.calcite.avatica.metrics.MetricsSystem
Get or construct a Meter used to measure durations and report distributions (a combination of a Timer and a Histogram.
getMeter(String) - Method in class org.apache.calcite.avatica.metrics.noop.NoopMetricsSystem
 
getMetrics() - Method in class org.apache.calcite.avatica.server.AvaticaJsonHandler
 
getMetrics() - Method in class org.apache.calcite.avatica.server.AvaticaProtobufHandler
 
getMetrics() - Method in interface org.apache.calcite.avatica.server.MetricsAwareAvaticaHandler
 
getMinorVersion() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDriver
 
getMinorVersion() - Method in class org.apache.calcite.avatica.UnregisteredDriver
 
getMissingResults() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
Did the request fail because of a cached-statement w/o ResultSet
getMissingResults() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
Did the request fail because of a cached-statement w/o ResultSet
getMissingResults() - Method in interface org.apache.calcite.avatica.proto.Responses.FetchResponseOrBuilder
Did the request fail because of a cached-statement w/o ResultSet
getMissingStatement() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
Did the request fail because of no-cached statement
getMissingStatement() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
Did the request fail because of no-cached statement
getMissingStatement() - Method in interface org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponseOrBuilder
Did the request fail because of no-cached statement
getMissingStatement() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
Did the request fail because of no-cached statement
getMissingStatement() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
Did the request fail because of no-cached statement
getMissingStatement() - Method in interface org.apache.calcite.avatica.proto.Responses.ExecuteResponseOrBuilder
Did the request fail because of no-cached statement
getMissingStatement() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
Did the request fail because of no-cached statement
getMissingStatement() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
Did the request fail because of no-cached statement
getMissingStatement() - Method in interface org.apache.calcite.avatica.proto.Responses.FetchResponseOrBuilder
Did the request fail because of no-cached statement
getMissingStatement() - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
Server doesn't have the statement with the ID from the request
getMissingStatement() - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
Server doesn't have the statement with the ID from the request
getMissingStatement() - Method in interface org.apache.calcite.avatica.proto.Responses.SyncResultsResponseOrBuilder
Server doesn't have the statement with the ID from the request
getMonitor() - Method in interface org.apache.calcite.avatica.Meta.PrepareCallback
 
getMoreResults() - Method in class org.apache.calcite.avatica.AvaticaStatement
 
getMoreResults(int) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
getMoreResults() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
getMoreResults(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
getMoreResults() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
getMoreResults(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
getMoreResults() - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
Should the client fetch() to get more results
getMoreResults() - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
Should the client fetch() to get more results
getMoreResults() - Method in interface org.apache.calcite.avatica.proto.Responses.SyncResultsResponseOrBuilder
Should the client fetch() to get more results
getMutableInfo() - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
Deprecated.
getName() - Method in class org.apache.calcite.avatica.ColumnMetaData.AvaticaType
 
getName() - Method in class org.apache.calcite.avatica.MetaImpl.MetaCatalog
 
getName() - Method in class org.apache.calcite.avatica.MetaImpl.MetaColumn
 
getName() - Method in class org.apache.calcite.avatica.MetaImpl.MetaSchema
 
getName() - Method in class org.apache.calcite.avatica.MetaImpl.MetaTable
 
getName() - Method in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
 
getName() - Method in interface org.apache.calcite.avatica.MetaImpl.Named
 
getName() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
string name = 7;
getName() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
string name = 7;
getName() - Method in interface org.apache.calcite.avatica.proto.Common.AvaticaParameterOrBuilder
string name = 7;
getName() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
string name = 2;
getName() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType
string name = 2;
getName() - Method in interface org.apache.calcite.avatica.proto.Common.AvaticaTypeOrBuilder
string name = 2;
getName() - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty.Builder
string name = 1;
getName() - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
string name = 1;
getName() - Method in interface org.apache.calcite.avatica.proto.Common.DatabasePropertyOrBuilder
string name = 1;
getName() - Method in class org.apache.calcite.avatica.proto.Common.WireMessage.Builder
string name = 1;
getName() - Method in class org.apache.calcite.avatica.proto.Common.WireMessage
string name = 1;
getName() - Method in interface org.apache.calcite.avatica.proto.Common.WireMessageOrBuilder
string name = 1;
getNameBytes() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
string name = 7;
getNameBytes() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
string name = 7;
getNameBytes() - Method in interface org.apache.calcite.avatica.proto.Common.AvaticaParameterOrBuilder
string name = 7;
getNameBytes() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
string name = 2;
getNameBytes() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType
string name = 2;
getNameBytes() - Method in interface org.apache.calcite.avatica.proto.Common.AvaticaTypeOrBuilder
string name = 2;
getNameBytes() - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty.Builder
string name = 1;
getNameBytes() - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
string name = 1;
getNameBytes() - Method in interface org.apache.calcite.avatica.proto.Common.DatabasePropertyOrBuilder
string name = 1;
getNameBytes() - Method in class org.apache.calcite.avatica.proto.Common.WireMessage.Builder
string name = 1;
getNameBytes() - Method in class org.apache.calcite.avatica.proto.Common.WireMessage
string name = 1;
getNameBytes() - Method in interface org.apache.calcite.avatica.proto.Common.WireMessageOrBuilder
string name = 1;
getNCharacterStream(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getNCharacterStream(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getNCharacterStream(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getNCharacterStream(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getNCharacterStream() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getNClob(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getNClob(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getNClob(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getNClob(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getNClob() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getNetworkTimeout() - Method in class org.apache.calcite.avatica.AvaticaConnection
 
getNetworkTimeout() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
getNString(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getNString(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getNString(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getNString(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getNString() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getNull() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
a null object
getNull() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue
a null object
getNull() - Method in interface org.apache.calcite.avatica.proto.Common.TypedValueOrBuilder
a null object
getNullable() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
uint32 nullable = 6;
getNullable() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
uint32 nullable = 6;
getNullable() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnMetaDataOrBuilder
uint32 nullable = 6;
getNumber() - Method in enum org.apache.calcite.avatica.proto.Common.CursorFactory.Style
 
getNumber() - Method in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
 
getNumber() - Method in enum org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.ArgumentType
 
getNumber() - Method in enum org.apache.calcite.avatica.proto.Common.Rep
 
getNumber() - Method in enum org.apache.calcite.avatica.proto.Common.Severity
 
getNumber() - Method in enum org.apache.calcite.avatica.proto.Common.StatementType
 
getNumber() - Method in enum org.apache.calcite.avatica.proto.Common.StateType
 
getNumberValue() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
var-len encoding lets us shove anything from byte to long
getNumberValue() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue
var-len encoding lets us shove anything from byte to long
getNumberValue() - Method in interface org.apache.calcite.avatica.proto.Common.TypedValueOrBuilder
var-len encoding lets us shove anything from byte to long
getNumericFunctions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getNumericFunctions() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getObject(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getObject(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getObject(int, Map<String, Class<?>>) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getObject(String, Map<String, Class<?>>) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getObject(int, Class<T>) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getObject(String, Class<T>) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getObject(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getObject(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getObject(int, Map<String, Class<?>>) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getObject(String, Map<String, Class<?>>) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getObject(int, Class<T>) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getObject(String, Class<T>) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getObject() - Method in class org.apache.calcite.avatica.util.AbstractCursor.ArrayAccessor
 
getObject() - Method in interface org.apache.calcite.avatica.util.AbstractCursor.Getter
 
getObject() - Method in class org.apache.calcite.avatica.util.AbstractCursor.SlotGetter
 
getObject() - Method in class org.apache.calcite.avatica.util.AbstractCursor.StructGetter
 
getObject() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getObject(Map<String, Class<?>>) - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getObject(Class<T>) - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getObject() - Method in class org.apache.calcite.avatica.util.PositionedCursor.ArrayGetter
 
getObject() - Method in class org.apache.calcite.avatica.util.PositionedCursor.FieldGetter
 
getObject() - Method in class org.apache.calcite.avatica.util.PositionedCursor.ListGetter
 
getObject() - Method in class org.apache.calcite.avatica.util.PositionedCursor.MapGetter
 
getObject() - Method in class org.apache.calcite.avatica.util.PositionedCursor.ObjectGetter
 
getOffset() - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
uint64 offset = 1;
getOffset() - Method in class org.apache.calcite.avatica.proto.Common.Frame
uint64 offset = 1;
getOffset() - Method in interface org.apache.calcite.avatica.proto.Common.FrameOrBuilder
uint64 offset = 1;
getOffset() - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
uint64 offset = 3;
getOffset() - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
uint64 offset = 3;
getOffset() - Method in interface org.apache.calcite.avatica.proto.Requests.FetchRequestOrBuilder
uint64 offset = 3;
getOffset() - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
uint64 offset = 4;
getOffset() - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
uint64 offset = 4;
getOffset() - Method in interface org.apache.calcite.avatica.proto.Requests.SyncResultsRequestOrBuilder
uint64 offset = 4;
getOffset() - Method in class org.apache.calcite.avatica.util.UnsynchronizedBuffer
 
getOp() - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
.MetaDataOperation op = 3;
getOp() - Method in class org.apache.calcite.avatica.proto.Common.QueryState
.MetaDataOperation op = 3;
getOp() - Method in interface org.apache.calcite.avatica.proto.Common.QueryStateOrBuilder
.MetaDataOperation op = 3;
getOperationArgs() - Method in class org.apache.calcite.avatica.QueryState
 
getOpValue() - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
.MetaDataOperation op = 3;
getOpValue() - Method in class org.apache.calcite.avatica.proto.Common.QueryState
.MetaDataOperation op = 3;
getOpValue() - Method in interface org.apache.calcite.avatica.proto.Common.QueryStateOrBuilder
.MetaDataOperation op = 3;
getOrdinal() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
uint32 ordinal = 1;
getOrdinal() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
uint32 ordinal = 1;
getOrdinal() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnMetaDataOrBuilder
uint32 ordinal = 1;
getOwnStatement() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
bool own_statement = 3;
getOwnStatement() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
bool own_statement = 3;
getOwnStatement() - Method in interface org.apache.calcite.avatica.proto.Responses.ResultSetResponseOrBuilder
bool own_statement = 3;
getParameter(int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
getParameterClassName(int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
getParameterClassName(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopParameterMetaData
 
getParameterCount() - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
getParameterCount() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopParameterMetaData
 
getParameterMetaData() - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
getParameterMetaData() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
getParameterMode(int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
getParameterMode(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopParameterMetaData
 
getParameters(int) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
repeated .AvaticaParameter parameters = 3;
getParameters(int) - Method in class org.apache.calcite.avatica.proto.Common.Signature
repeated .AvaticaParameter parameters = 3;
getParameters(int) - Method in interface org.apache.calcite.avatica.proto.Common.SignatureOrBuilder
repeated .AvaticaParameter parameters = 3;
getParametersBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
repeated .AvaticaParameter parameters = 3;
getParametersBuilderList() - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
repeated .AvaticaParameter parameters = 3;
getParametersCount() - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
repeated .AvaticaParameter parameters = 3;
getParametersCount() - Method in class org.apache.calcite.avatica.proto.Common.Signature
repeated .AvaticaParameter parameters = 3;
getParametersCount() - Method in interface org.apache.calcite.avatica.proto.Common.SignatureOrBuilder
repeated .AvaticaParameter parameters = 3;
getParametersList() - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
repeated .AvaticaParameter parameters = 3;
getParametersList() - Method in class org.apache.calcite.avatica.proto.Common.Signature
repeated .AvaticaParameter parameters = 3;
getParametersList() - Method in interface org.apache.calcite.avatica.proto.Common.SignatureOrBuilder
repeated .AvaticaParameter parameters = 3;
getParametersOrBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
repeated .AvaticaParameter parameters = 3;
getParametersOrBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.Signature
repeated .AvaticaParameter parameters = 3;
getParametersOrBuilder(int) - Method in interface org.apache.calcite.avatica.proto.Common.SignatureOrBuilder
repeated .AvaticaParameter parameters = 3;
getParametersOrBuilderList() - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
repeated .AvaticaParameter parameters = 3;
getParametersOrBuilderList() - Method in class org.apache.calcite.avatica.proto.Common.Signature
repeated .AvaticaParameter parameters = 3;
getParametersOrBuilderList() - Method in interface org.apache.calcite.avatica.proto.Common.SignatureOrBuilder
repeated .AvaticaParameter parameters = 3;
getParameterType(int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
getParameterType(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopParameterMetaData
 
getParameterType() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
uint32 parameter_type = 4;
getParameterType() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
uint32 parameter_type = 4;
getParameterType() - Method in interface org.apache.calcite.avatica.proto.Common.AvaticaParameterOrBuilder
uint32 parameter_type = 4;
getParameterTypeName(int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
getParameterTypeName(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopParameterMetaData
 
getParameterValueBatch() - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
getParameterValues(AvaticaStatement) - Method in class org.apache.calcite.avatica.AvaticaConnection.Trojan
A means for anyone who has a trojan to call the protected method AvaticaStatement.getParameterValues().
getParameterValues() - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
getParameterValues() - Method in class org.apache.calcite.avatica.AvaticaStatement
Returns the list of values of this statement's parameters.
getParameterValues(int) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
repeated .TypedValue parameter_values = 2;
getParameterValues(int) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
repeated .TypedValue parameter_values = 2;
getParameterValues(int) - Method in interface org.apache.calcite.avatica.proto.Requests.ExecuteRequestOrBuilder
repeated .TypedValue parameter_values = 2;
getParameterValues(int) - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch.Builder
repeated .TypedValue parameter_values = 1;
getParameterValues(int) - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch
repeated .TypedValue parameter_values = 1;
getParameterValues(int) - Method in interface org.apache.calcite.avatica.proto.Requests.UpdateBatchOrBuilder
repeated .TypedValue parameter_values = 1;
getParameterValuesBuilder(int) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
repeated .TypedValue parameter_values = 2;
getParameterValuesBuilder(int) - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch.Builder
repeated .TypedValue parameter_values = 1;
getParameterValuesBuilderList() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
repeated .TypedValue parameter_values = 2;
getParameterValuesBuilderList() - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch.Builder
repeated .TypedValue parameter_values = 1;
getParameterValuesCount() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
repeated .TypedValue parameter_values = 2;
getParameterValuesCount() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
repeated .TypedValue parameter_values = 2;
getParameterValuesCount() - Method in interface org.apache.calcite.avatica.proto.Requests.ExecuteRequestOrBuilder
repeated .TypedValue parameter_values = 2;
getParameterValuesCount() - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch.Builder
repeated .TypedValue parameter_values = 1;
getParameterValuesCount() - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch
repeated .TypedValue parameter_values = 1;
getParameterValuesCount() - Method in interface org.apache.calcite.avatica.proto.Requests.UpdateBatchOrBuilder
repeated .TypedValue parameter_values = 1;
getParameterValuesList() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
repeated .TypedValue parameter_values = 2;
getParameterValuesList() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
repeated .TypedValue parameter_values = 2;
getParameterValuesList() - Method in interface org.apache.calcite.avatica.proto.Requests.ExecuteRequestOrBuilder
repeated .TypedValue parameter_values = 2;
getParameterValuesList() - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch.Builder
repeated .TypedValue parameter_values = 1;
getParameterValuesList() - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch
repeated .TypedValue parameter_values = 1;
getParameterValuesList() - Method in interface org.apache.calcite.avatica.proto.Requests.UpdateBatchOrBuilder
repeated .TypedValue parameter_values = 1;
getParameterValuesOrBuilder(int) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
repeated .TypedValue parameter_values = 2;
getParameterValuesOrBuilder(int) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
repeated .TypedValue parameter_values = 2;
getParameterValuesOrBuilder(int) - Method in interface org.apache.calcite.avatica.proto.Requests.ExecuteRequestOrBuilder
repeated .TypedValue parameter_values = 2;
getParameterValuesOrBuilder(int) - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch.Builder
repeated .TypedValue parameter_values = 1;
getParameterValuesOrBuilder(int) - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch
repeated .TypedValue parameter_values = 1;
getParameterValuesOrBuilder(int) - Method in interface org.apache.calcite.avatica.proto.Requests.UpdateBatchOrBuilder
repeated .TypedValue parameter_values = 1;
getParameterValuesOrBuilderList() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
repeated .TypedValue parameter_values = 2;
getParameterValuesOrBuilderList() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
repeated .TypedValue parameter_values = 2;
getParameterValuesOrBuilderList() - Method in interface org.apache.calcite.avatica.proto.Requests.ExecuteRequestOrBuilder
repeated .TypedValue parameter_values = 2;
getParameterValuesOrBuilderList() - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch.Builder
repeated .TypedValue parameter_values = 1;
getParameterValuesOrBuilderList() - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch
repeated .TypedValue parameter_values = 1;
getParameterValuesOrBuilderList() - Method in interface org.apache.calcite.avatica.proto.Requests.UpdateBatchOrBuilder
repeated .TypedValue parameter_values = 1;
getParamString(Properties) - Static method in class org.apache.calcite.avatica.ConnectStringParser
Returns a param string, quoted and escaped as needed, to represent the supplied name-value pairs.
getParentLogger() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDriver
 
getParentLogger() - Method in class org.apache.calcite.avatica.UnregisteredDriver
 
getParserForRequest(String) - Static method in class org.apache.calcite.avatica.remote.ProtobufTranslationImpl
Fetches the concrete message's Parser implementation.
getParserForResponse(String) - Static method in class org.apache.calcite.avatica.remote.ProtobufTranslationImpl
Fetches the concrete message's Parser implementation.
getParserForType() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
 
getParserForType() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType
 
getParserForType() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
getParserForType() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue
 
getParserForType() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
getParserForType() - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory
 
getParserForType() - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
 
getParserForType() - Method in class org.apache.calcite.avatica.proto.Common.Frame
 
getParserForType() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
 
getParserForType() - Method in class org.apache.calcite.avatica.proto.Common.QueryState
 
getParserForType() - Method in class org.apache.calcite.avatica.proto.Common.Row
 
getParserForType() - Method in class org.apache.calcite.avatica.proto.Common.Signature
 
getParserForType() - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle
 
getParserForType() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue
 
getParserForType() - Method in class org.apache.calcite.avatica.proto.Common.WireMessage
 
getParserForType() - Method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
 
getParserForType() - Method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
 
getParserForType() - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
 
getParserForType() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
 
getParserForType() - Method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
 
getParserForType() - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
 
getParserForType() - Method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
 
getParserForType() - Method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
 
getParserForType() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
 
getParserForType() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
 
getParserForType() - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
 
getParserForType() - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
 
getParserForType() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
 
getParserForType() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
 
getParserForType() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
 
getParserForType() - Method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
 
getParserForType() - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
 
getParserForType() - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
 
getParserForType() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
 
getParserForType() - Method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
 
getParserForType() - Method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
 
getParserForType() - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch
 
getParserForType() - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
 
getParserForType() - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
 
getParserForType() - Method in class org.apache.calcite.avatica.proto.Responses.CommitResponse
 
getParserForType() - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
 
getParserForType() - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
 
getParserForType() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
 
getParserForType() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
 
getParserForType() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
getParserForType() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
 
getParserForType() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
 
getParserForType() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
 
getParserForType() - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
 
getParserForType() - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
 
getParserForType() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
 
getParserForType() - Method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
 
getParserForType() - Method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
 
getParserForType() - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
 
getPlugin(Class<T>, T) - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
Returns an instance of a plugin.
getPlugin(Class<T>, String, T) - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
Returns an instance of a plugin, using a given class name if none is set.
getPort() - Method in class org.apache.calcite.avatica.server.HttpServer
 
getPrecision(int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
getPrecision(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
 
getPrecision(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopParameterMetaData
 
getPrecision(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSetMetaData
 
getPrecision() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
uint32 precision = 2;
getPrecision() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
uint32 precision = 2;
getPrecision() - Method in interface org.apache.calcite.avatica.proto.Common.AvaticaParameterOrBuilder
uint32 precision = 2;
getPrecision() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
uint32 precision = 12;
getPrecision() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
uint32 precision = 12;
getPrecision() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnMetaDataOrBuilder
uint32 precision = 12;
getPrecision() - Method in class org.apache.calcite.avatica.util.DateTimeUtils.PrecisionTime
 
getPrimaryKeys(String, String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getPrimaryKeys(Meta.ConnectionHandle, String, String, String) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
getPrimaryKeys(Meta.ConnectionHandle, String, String, String) - Method in interface org.apache.calcite.avatica.Meta
getPrimaryKeys(Meta.ConnectionHandle, String, String, String) - Method in class org.apache.calcite.avatica.MetaImpl
 
getPrimaryKeys(String, String, String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getProcedureColumns(String, String, String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getProcedureColumns(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
getProcedureColumns(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, Meta.Pat) - Method in interface org.apache.calcite.avatica.Meta
getProcedureColumns(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.MetaImpl
 
getProcedureColumns(String, String, String, String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getProcedures(String, String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getProcedures(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
getProcedures(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat) - Method in interface org.apache.calcite.avatica.Meta
getProcedures(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.MetaImpl
 
getProcedures(String, String, String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getProcedureTerm() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getProcedureTerm() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getProp(Meta, Meta.ConnectionHandle, Class<T>) - Method in enum org.apache.calcite.avatica.Meta.DatabaseProperty
Returns a value of this property, using the default value if the map does not contain an explicit value.
getProp(Map<Meta.DatabaseProperty, Object>, Class<T>) - Method in enum org.apache.calcite.avatica.Meta.DatabaseProperty
Returns a value of this property, using the default value if the map does not contain an explicit value.
getPropertyInfo(String, Properties) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDriver
 
getPropertyInfo(String, Properties) - Method in class org.apache.calcite.avatica.UnregisteredDriver
 
getProps(int) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
repeated .DatabasePropertyElement props = 1;
getProps(int) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
repeated .DatabasePropertyElement props = 1;
getProps(int) - Method in interface org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponseOrBuilder
repeated .DatabasePropertyElement props = 1;
getPropsBuilder(int) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
repeated .DatabasePropertyElement props = 1;
getPropsBuilderList() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
repeated .DatabasePropertyElement props = 1;
getPropsCount() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
repeated .DatabasePropertyElement props = 1;
getPropsCount() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
repeated .DatabasePropertyElement props = 1;
getPropsCount() - Method in interface org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponseOrBuilder
repeated .DatabasePropertyElement props = 1;
getPropsList() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
repeated .DatabasePropertyElement props = 1;
getPropsList() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
repeated .DatabasePropertyElement props = 1;
getPropsList() - Method in interface org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponseOrBuilder
repeated .DatabasePropertyElement props = 1;
getPropsOrBuilder(int) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
repeated .DatabasePropertyElement props = 1;
getPropsOrBuilder(int) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
repeated .DatabasePropertyElement props = 1;
getPropsOrBuilder(int) - Method in interface org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponseOrBuilder
repeated .DatabasePropertyElement props = 1;
getPropsOrBuilderList() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
repeated .DatabasePropertyElement props = 1;
getPropsOrBuilderList() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
repeated .DatabasePropertyElement props = 1;
getPropsOrBuilderList() - Method in interface org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponseOrBuilder
repeated .DatabasePropertyElement props = 1;
getProtoUpdateBatches() - Method in class org.apache.calcite.avatica.remote.Service.ExecuteBatchRequest
 
getPseudoColumns(String, String, String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getPseudoColumns(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
getPseudoColumns(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, Meta.Pat) - Method in interface org.apache.calcite.avatica.Meta
getPseudoColumns(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.MetaImpl
 
getPseudoColumns(String, String, String, String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getQueryTimeout() - Method in class org.apache.calcite.avatica.AvaticaStatement
 
getQueryTimeout() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
getQueryTimeout() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
getReadOnly() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
bool read_only = 16;
getReadOnly() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
bool read_only = 16;
getReadOnly() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnMetaDataOrBuilder
bool read_only = 16;
getReadOnly() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
bool read_only = 3;
getReadOnly() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
bool read_only = 3;
getReadOnly() - Method in interface org.apache.calcite.avatica.proto.Common.ConnectionPropertiesOrBuilder
bool read_only = 3;
getRef(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getRef(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getRef(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getRef(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getRef() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getRemoteAvaticaProperties() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getRemoteAvaticaProperties() - Method in interface org.apache.calcite.avatica.AvaticaSpecificDatabaseMetaData
Retrieves all Avatica-centric properties from the server.
getRemoteServer() - Method in exception org.apache.calcite.avatica.AvaticaSqlException
 
getRemoteUserExtractor() - Method in interface org.apache.calcite.avatica.server.AvaticaServerConfiguration
Extract the user this request should execute as.
getRep() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
.Rep rep = 3;
getRep() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType
.Rep rep = 3;
getRep() - Method in interface org.apache.calcite.avatica.proto.Common.AvaticaTypeOrBuilder
.Rep rep = 3;
getRepValue() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
.Rep rep = 3;
getRepValue() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType
.Rep rep = 3;
getRepValue() - Method in interface org.apache.calcite.avatica.proto.Common.AvaticaTypeOrBuilder
.Rep rep = 3;
getResponse() - Method in class org.apache.calcite.avatica.remote.Handler.HandlerResponse
 
getResults(int) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
repeated .ResultSetResponse results = 1;
getResults(int) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
repeated .ResultSetResponse results = 1;
getResults(int) - Method in interface org.apache.calcite.avatica.proto.Responses.ExecuteResponseOrBuilder
repeated .ResultSetResponse results = 1;
getResultsBuilder(int) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
repeated .ResultSetResponse results = 1;
getResultsBuilderList() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
repeated .ResultSetResponse results = 1;
getResultsCount() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
repeated .ResultSetResponse results = 1;
getResultsCount() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
repeated .ResultSetResponse results = 1;
getResultsCount() - Method in interface org.apache.calcite.avatica.proto.Responses.ExecuteResponseOrBuilder
repeated .ResultSetResponse results = 1;
getResultSet() - Method in class org.apache.calcite.avatica.AvaticaStatement
 
getResultSet() - Method in class org.apache.calcite.avatica.jdbc.StatementInfo
 
getResultSet() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
getResultSet() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
getResultSet() - Method in class org.apache.calcite.avatica.util.ArrayImpl
 
getResultSet(Map<String, Class<?>>) - Method in class org.apache.calcite.avatica.util.ArrayImpl
 
getResultSet(long, int) - Method in class org.apache.calcite.avatica.util.ArrayImpl
 
getResultSet(long, int, Map<String, Class<?>>) - Method in class org.apache.calcite.avatica.util.ArrayImpl
 
getResultSetConcurrency() - Method in class org.apache.calcite.avatica.AvaticaStatement
 
getResultSetConcurrency() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
getResultSetConcurrency() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
getResultSetHoldability() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getResultSetHoldability() - Method in class org.apache.calcite.avatica.AvaticaStatement
 
getResultSetHoldability() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getResultSetHoldability() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
getResultSetHoldability() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
getResultSetType() - Method in class org.apache.calcite.avatica.AvaticaStatement
 
getResultSetType() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
getResultSetType() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
getResultsList() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
repeated .ResultSetResponse results = 1;
getResultsList() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
repeated .ResultSetResponse results = 1;
getResultsList() - Method in interface org.apache.calcite.avatica.proto.Responses.ExecuteResponseOrBuilder
repeated .ResultSetResponse results = 1;
getResultsOrBuilder(int) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
repeated .ResultSetResponse results = 1;
getResultsOrBuilder(int) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
repeated .ResultSetResponse results = 1;
getResultsOrBuilder(int) - Method in interface org.apache.calcite.avatica.proto.Responses.ExecuteResponseOrBuilder
repeated .ResultSetResponse results = 1;
getResultsOrBuilderList() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
repeated .ResultSetResponse results = 1;
getResultsOrBuilderList() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
repeated .ResultSetResponse results = 1;
getResultsOrBuilderList() - Method in interface org.apache.calcite.avatica.proto.Responses.ExecuteResponseOrBuilder
repeated .ResultSetResponse results = 1;
getRow() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getRow() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getRowId(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getRowId(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getRowId(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getRowId(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getRowIdLifetime() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getRowIdLifetime() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getRows(int) - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
repeated .Row rows = 3;
getRows(int) - Method in class org.apache.calcite.avatica.proto.Common.Frame
repeated .Row rows = 3;
getRows(int) - Method in interface org.apache.calcite.avatica.proto.Common.FrameOrBuilder
repeated .Row rows = 3;
getRowsBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
repeated .Row rows = 3;
getRowsBuilderList() - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
repeated .Row rows = 3;
getRowsCount() - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
repeated .Row rows = 3;
getRowsCount() - Method in class org.apache.calcite.avatica.proto.Common.Frame
repeated .Row rows = 3;
getRowsCount() - Method in interface org.apache.calcite.avatica.proto.Common.FrameOrBuilder
repeated .Row rows = 3;
getRowsList() - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
repeated .Row rows = 3;
getRowsList() - Method in class org.apache.calcite.avatica.proto.Common.Frame
repeated .Row rows = 3;
getRowsList() - Method in interface org.apache.calcite.avatica.proto.Common.FrameOrBuilder
repeated .Row rows = 3;
getRowsOrBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
repeated .Row rows = 3;
getRowsOrBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.Frame
repeated .Row rows = 3;
getRowsOrBuilder(int) - Method in interface org.apache.calcite.avatica.proto.Common.FrameOrBuilder
repeated .Row rows = 3;
getRowsOrBuilderList() - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
repeated .Row rows = 3;
getRowsOrBuilderList() - Method in class org.apache.calcite.avatica.proto.Common.Frame
repeated .Row rows = 3;
getRowsOrBuilderList() - Method in interface org.apache.calcite.avatica.proto.Common.FrameOrBuilder
repeated .Row rows = 3;
getRpcMetadata() - Method in exception org.apache.calcite.avatica.AvaticaClientRuntimeException
 
getScalarValue() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
.TypedValue scalar_value = 4;
getScalarValue() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue
.TypedValue scalar_value = 4;
getScalarValue() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnValueOrBuilder
.TypedValue scalar_value = 4;
getScalarValueBuilder() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
.TypedValue scalar_value = 4;
getScalarValueOrBuilder() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
.TypedValue scalar_value = 4;
getScalarValueOrBuilder() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue
.TypedValue scalar_value = 4;
getScalarValueOrBuilder() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnValueOrBuilder
.TypedValue scalar_value = 4;
getScale(int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
getScale(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
 
getScale(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopParameterMetaData
 
getScale(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSetMetaData
 
getScale() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
uint32 scale = 3;
getScale() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
uint32 scale = 3;
getScale() - Method in interface org.apache.calcite.avatica.proto.Common.AvaticaParameterOrBuilder
uint32 scale = 3;
getScale() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
uint32 scale = 13;
getScale() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
uint32 scale = 13;
getScale() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnMetaDataOrBuilder
uint32 scale = 13;
getSchema() - Method in class org.apache.calcite.avatica.AvaticaConnection
 
getSchema() - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
 
getSchema() - Method in interface org.apache.calcite.avatica.Meta.ConnectionProperties
 
getSchema() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
getSchema() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
string schema = 6;
getSchema() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
string schema = 6;
getSchema() - Method in interface org.apache.calcite.avatica.proto.Common.ConnectionPropertiesOrBuilder
string schema = 6;
getSchemaBytes() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
string schema = 6;
getSchemaBytes() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
string schema = 6;
getSchemaBytes() - Method in interface org.apache.calcite.avatica.proto.Common.ConnectionPropertiesOrBuilder
string schema = 6;
getSchemaName(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
 
getSchemaName(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSetMetaData
 
getSchemaName() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
string schema_name = 11;
getSchemaName() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
string schema_name = 11;
getSchemaName() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnMetaDataOrBuilder
string schema_name = 11;
getSchemaNameBytes() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
string schema_name = 11;
getSchemaNameBytes() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
string schema_name = 11;
getSchemaNameBytes() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnMetaDataOrBuilder
string schema_name = 11;
getSchemaPattern() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
string schema_pattern = 2;
getSchemaPattern() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
string schema_pattern = 2;
getSchemaPattern() - Method in interface org.apache.calcite.avatica.proto.Requests.ColumnsRequestOrBuilder
string schema_pattern = 2;
getSchemaPattern() - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
string schema_pattern = 2;
getSchemaPattern() - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
string schema_pattern = 2;
getSchemaPattern() - Method in interface org.apache.calcite.avatica.proto.Requests.SchemasRequestOrBuilder
string schema_pattern = 2;
getSchemaPattern() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
string schema_pattern = 2;
getSchemaPattern() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
string schema_pattern = 2;
getSchemaPattern() - Method in interface org.apache.calcite.avatica.proto.Requests.TablesRequestOrBuilder
string schema_pattern = 2;
getSchemaPatternBytes() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
string schema_pattern = 2;
getSchemaPatternBytes() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
string schema_pattern = 2;
getSchemaPatternBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.ColumnsRequestOrBuilder
string schema_pattern = 2;
getSchemaPatternBytes() - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
string schema_pattern = 2;
getSchemaPatternBytes() - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
string schema_pattern = 2;
getSchemaPatternBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.SchemasRequestOrBuilder
string schema_pattern = 2;
getSchemaPatternBytes() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
string schema_pattern = 2;
getSchemaPatternBytes() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
string schema_pattern = 2;
getSchemaPatternBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.TablesRequestOrBuilder
string schema_pattern = 2;
getSchemas(String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getSchemas() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getSchemas(Meta.ConnectionHandle, String, Meta.Pat) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
getSchemas(Meta.ConnectionHandle, String, Meta.Pat) - Method in interface org.apache.calcite.avatica.Meta
 
getSchemas(Meta.ConnectionHandle, String, Meta.Pat) - Method in class org.apache.calcite.avatica.MetaImpl
 
getSchemas() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getSchemas(String, String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getSchemaTerm() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getSchemaTerm() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getSearchable() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
bool searchable = 4;
getSearchable() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
bool searchable = 4;
getSearchable() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnMetaDataOrBuilder
bool searchable = 4;
getSearchStringEscape() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getSearchStringEscape() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getSerialFromProto(Common.TypedValue) - Static method in class org.apache.calcite.avatica.remote.TypedValue
Converts the serialized value into the appropriate primitive/object.
getSerializedSize() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
 
getSerializedSize() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType
 
getSerializedSize() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
getSerializedSize() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue
 
getSerializedSize() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
getSerializedSize() - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory
 
getSerializedSize() - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
 
getSerializedSize() - Method in class org.apache.calcite.avatica.proto.Common.Frame
 
getSerializedSize() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
 
getSerializedSize() - Method in class org.apache.calcite.avatica.proto.Common.QueryState
 
getSerializedSize() - Method in class org.apache.calcite.avatica.proto.Common.Row
 
getSerializedSize() - Method in class org.apache.calcite.avatica.proto.Common.Signature
 
getSerializedSize() - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle
 
getSerializedSize() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue
 
getSerializedSize() - Method in class org.apache.calcite.avatica.proto.Common.WireMessage
 
getSerializedSize() - Method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
 
getSerializedSize() - Method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
 
getSerializedSize() - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
 
getSerializedSize() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
 
getSerializedSize() - Method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
 
getSerializedSize() - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
 
getSerializedSize() - Method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
 
getSerializedSize() - Method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
 
getSerializedSize() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
 
getSerializedSize() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
 
getSerializedSize() - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
 
getSerializedSize() - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
 
getSerializedSize() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
 
getSerializedSize() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
 
getSerializedSize() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
 
getSerializedSize() - Method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
 
getSerializedSize() - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
 
getSerializedSize() - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
 
getSerializedSize() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
 
getSerializedSize() - Method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
 
getSerializedSize() - Method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
 
getSerializedSize() - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch
 
getSerializedSize() - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
 
getSerializedSize() - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
 
getSerializedSize() - Method in class org.apache.calcite.avatica.proto.Responses.CommitResponse
 
getSerializedSize() - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
 
getSerializedSize() - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
 
getSerializedSize() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
 
getSerializedSize() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
 
getSerializedSize() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
getSerializedSize() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
 
getSerializedSize() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
 
getSerializedSize() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
 
getSerializedSize() - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
 
getSerializedSize() - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
 
getSerializedSize() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
 
getSerializedSize() - Method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
 
getSerializedSize() - Method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
 
getSerializedSize() - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
 
getServer() - Method in class org.apache.calcite.avatica.server.DelegatingAvaticaHandler
 
getServerAddress() - Method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata.Builder
The host:port of the server
getServerAddress() - Method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
The host:port of the server
getServerAddress() - Method in interface org.apache.calcite.avatica.proto.Responses.RpcMetadataOrBuilder
The host:port of the server
getServerAddressBytes() - Method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata.Builder
The host:port of the server
getServerAddressBytes() - Method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
The host:port of the server
getServerAddressBytes() - Method in interface org.apache.calcite.avatica.proto.Responses.RpcMetadataOrBuilder
The host:port of the server
getServerConnector() - Method in class org.apache.calcite.avatica.server.HttpServer
 
getServerExceptions() - Method in exception org.apache.calcite.avatica.AvaticaClientRuntimeException
 
getService() - Method in class org.apache.calcite.avatica.AvaticaConnection
 
getSetConversions() - Static method in enum org.apache.calcite.avatica.SqlType
Returns the entries in JDBC table B-5.
getSeverity() - Method in exception org.apache.calcite.avatica.AvaticaClientRuntimeException
 
getSeverity() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
.Severity severity = 3;
getSeverity() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
.Severity severity = 3;
getSeverity() - Method in interface org.apache.calcite.avatica.proto.Responses.ErrorResponseOrBuilder
.Severity severity = 3;
getSeverity() - Method in exception org.apache.calcite.avatica.remote.AvaticaRuntimeException
Returns the severity at which this exception is thrown.
getSeverityValue() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
.Severity severity = 3;
getSeverityValue() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
.Severity severity = 3;
getSeverityValue() - Method in interface org.apache.calcite.avatica.proto.Responses.ErrorResponseOrBuilder
.Severity severity = 3;
getShort(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getShort(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getShort(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getShort(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getShort() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getSignature() - Method in class org.apache.calcite.avatica.AvaticaStatement
 
getSignature() - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
.Signature signature = 3;
getSignature() - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle
.Signature signature = 3;
getSignature() - Method in interface org.apache.calcite.avatica.proto.Common.StatementHandleOrBuilder
.Signature signature = 3;
getSignature() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
.Signature signature = 4;
getSignature() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
.Signature signature = 4;
getSignature() - Method in interface org.apache.calcite.avatica.proto.Responses.ResultSetResponseOrBuilder
.Signature signature = 4;
getSignatureBuilder() - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
.Signature signature = 3;
getSignatureBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
.Signature signature = 4;
getSignatureOrBuilder() - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
.Signature signature = 3;
getSignatureOrBuilder() - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle
.Signature signature = 3;
getSignatureOrBuilder() - Method in interface org.apache.calcite.avatica.proto.Common.StatementHandleOrBuilder
.Signature signature = 3;
getSignatureOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
.Signature signature = 4;
getSignatureOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
.Signature signature = 4;
getSignatureOrBuilder() - Method in interface org.apache.calcite.avatica.proto.Responses.ResultSetResponseOrBuilder
.Signature signature = 4;
getSigned() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
bool signed = 1;
getSigned() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
bool signed = 1;
getSigned() - Method in interface org.apache.calcite.avatica.proto.Common.AvaticaParameterOrBuilder
bool signed = 1;
getSigned() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
bool signed = 7;
getSigned() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
bool signed = 7;
getSigned() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnMetaDataOrBuilder
bool signed = 7;
getSite(int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
getSize() - Method in class org.apache.calcite.avatica.util.UnsynchronizedBuffer
 
getSql() - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
string sql = 2;
getSql() - Method in class org.apache.calcite.avatica.proto.Common.QueryState
string sql = 2;
getSql() - Method in interface org.apache.calcite.avatica.proto.Common.QueryStateOrBuilder
string sql = 2;
getSql() - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
string sql = 2;
getSql() - Method in class org.apache.calcite.avatica.proto.Common.Signature
string sql = 2;
getSql() - Method in interface org.apache.calcite.avatica.proto.Common.SignatureOrBuilder
string sql = 2;
getSql() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
string sql = 2;
getSql() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
string sql = 2;
getSql() - Method in interface org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequestOrBuilder
string sql = 2;
getSql() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
string sql = 2;
getSql() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
string sql = 2;
getSql() - Method in interface org.apache.calcite.avatica.proto.Requests.PrepareRequestOrBuilder
string sql = 2;
getSql() - Method in class org.apache.calcite.avatica.QueryState
 
getSqlBytes() - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
string sql = 2;
getSqlBytes() - Method in class org.apache.calcite.avatica.proto.Common.QueryState
string sql = 2;
getSqlBytes() - Method in interface org.apache.calcite.avatica.proto.Common.QueryStateOrBuilder
string sql = 2;
getSqlBytes() - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
string sql = 2;
getSqlBytes() - Method in class org.apache.calcite.avatica.proto.Common.Signature
string sql = 2;
getSqlBytes() - Method in interface org.apache.calcite.avatica.proto.Common.SignatureOrBuilder
string sql = 2;
getSqlBytes() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
string sql = 2;
getSqlBytes() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
string sql = 2;
getSqlBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequestOrBuilder
string sql = 2;
getSqlBytes() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
string sql = 2;
getSqlBytes() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
string sql = 2;
getSqlBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.PrepareRequestOrBuilder
string sql = 2;
getSqlCommands(int) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest.Builder
repeated string sql_commands = 3;
getSqlCommands(int) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
repeated string sql_commands = 3;
getSqlCommands(int) - Method in interface org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequestOrBuilder
repeated string sql_commands = 3;
getSqlCommandsBytes(int) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest.Builder
repeated string sql_commands = 3;
getSqlCommandsBytes(int) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
repeated string sql_commands = 3;
getSqlCommandsBytes(int) - Method in interface org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequestOrBuilder
repeated string sql_commands = 3;
getSqlCommandsCount() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest.Builder
repeated string sql_commands = 3;
getSqlCommandsCount() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
repeated string sql_commands = 3;
getSqlCommandsCount() - Method in interface org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequestOrBuilder
repeated string sql_commands = 3;
getSqlCommandsList() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest.Builder
repeated string sql_commands = 3;
getSqlCommandsList() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
repeated string sql_commands = 3;
getSqlCommandsList() - Method in interface org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequestOrBuilder
repeated string sql_commands = 3;
getSQLKeywords() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getSQLKeywords() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getSqlState() - Method in exception org.apache.calcite.avatica.AvaticaClientRuntimeException
 
getSqlState() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
five-character standard-defined value
getSqlState() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
five-character standard-defined value
getSqlState() - Method in interface org.apache.calcite.avatica.proto.Responses.ErrorResponseOrBuilder
five-character standard-defined value
getSqlState() - Method in exception org.apache.calcite.avatica.remote.AvaticaRuntimeException
Returns the five-character identifier for this error.
getSqlStateBytes() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
five-character standard-defined value
getSqlStateBytes() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
five-character standard-defined value
getSqlStateBytes() - Method in interface org.apache.calcite.avatica.proto.Responses.ErrorResponseOrBuilder
five-character standard-defined value
getSQLStateType() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getSQLStateType() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getSQLTypeName() - Method in class org.apache.calcite.avatica.util.StructImpl
 
getSQLXML(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getSQLXML(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getSQLXML(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getSQLXML(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getSQLXML() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getStackTraces() - Method in exception org.apache.calcite.avatica.AvaticaSqlException
 
getState() - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
.QueryState state = 3;
getState() - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
.QueryState state = 3;
getState() - Method in interface org.apache.calcite.avatica.proto.Requests.SyncResultsRequestOrBuilder
.QueryState state = 3;
getStateBuilder() - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
.QueryState state = 3;
getStatement() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getStatement() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getStatement() - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
.StatementHandle statement = 1;
getStatement() - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
.StatementHandle statement = 1;
getStatement() - Method in interface org.apache.calcite.avatica.proto.Responses.PrepareResponseOrBuilder
.StatementHandle statement = 1;
getStatementBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
.StatementHandle statement = 1;
getStatementCache() - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
getStatementHandle() - Method in exception org.apache.calcite.avatica.NoSuchStatementException
 
getStatementHandle() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
.StatementHandle statementHandle = 1;
getStatementHandle() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
.StatementHandle statementHandle = 1;
getStatementHandle() - Method in interface org.apache.calcite.avatica.proto.Requests.ExecuteRequestOrBuilder
.StatementHandle statementHandle = 1;
getStatementHandleBuilder() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
.StatementHandle statementHandle = 1;
getStatementHandleOrBuilder() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
.StatementHandle statementHandle = 1;
getStatementHandleOrBuilder() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
.StatementHandle statementHandle = 1;
getStatementHandleOrBuilder() - Method in interface org.apache.calcite.avatica.proto.Requests.ExecuteRequestOrBuilder
.StatementHandle statementHandle = 1;
getStatementId() - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest.Builder
uint32 statement_id = 2;
getStatementId() - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
uint32 statement_id = 2;
getStatementId() - Method in interface org.apache.calcite.avatica.proto.Requests.CloseStatementRequestOrBuilder
uint32 statement_id = 2;
getStatementId() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
uint32 statement_id = 2;
getStatementId() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
uint32 statement_id = 2;
getStatementId() - Method in interface org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequestOrBuilder
uint32 statement_id = 2;
getStatementId() - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
uint32 statement_id = 2;
getStatementId() - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
uint32 statement_id = 2;
getStatementId() - Method in interface org.apache.calcite.avatica.proto.Requests.FetchRequestOrBuilder
uint32 statement_id = 2;
getStatementId() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest.Builder
uint32 statement_id = 2;
getStatementId() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
uint32 statement_id = 2;
getStatementId() - Method in interface org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequestOrBuilder
uint32 statement_id = 2;
getStatementId() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
uint32 statement_id = 4;
getStatementId() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
uint32 statement_id = 4;
getStatementId() - Method in interface org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequestOrBuilder
uint32 statement_id = 4;
getStatementId() - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
uint32 statement_id = 2;
getStatementId() - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
uint32 statement_id = 2;
getStatementId() - Method in interface org.apache.calcite.avatica.proto.Requests.SyncResultsRequestOrBuilder
uint32 statement_id = 2;
getStatementId() - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
uint32 statement_id = 2;
getStatementId() - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
uint32 statement_id = 2;
getStatementId() - Method in interface org.apache.calcite.avatica.proto.Responses.CreateStatementResponseOrBuilder
uint32 statement_id = 2;
getStatementId() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
uint32 statement_id = 2;
getStatementId() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
uint32 statement_id = 2;
getStatementId() - Method in interface org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponseOrBuilder
uint32 statement_id = 2;
getStatementId() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
uint32 statement_id = 2;
getStatementId() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
uint32 statement_id = 2;
getStatementId() - Method in interface org.apache.calcite.avatica.proto.Responses.ResultSetResponseOrBuilder
uint32 statement_id = 2;
getStatementIdGenerator() - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
getStatementOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
.StatementHandle statement = 1;
getStatementOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
.StatementHandle statement = 1;
getStatementOrBuilder() - Method in interface org.apache.calcite.avatica.proto.Responses.PrepareResponseOrBuilder
.StatementHandle statement = 1;
getStatementType() - Method in class org.apache.calcite.avatica.AvaticaStatement
 
getStatementType() - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
.StatementType statementType = 5;
getStatementType() - Method in class org.apache.calcite.avatica.proto.Common.Signature
.StatementType statementType = 5;
getStatementType() - Method in interface org.apache.calcite.avatica.proto.Common.SignatureOrBuilder
.StatementType statementType = 5;
getStatementTypeValue() - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
.StatementType statementType = 5;
getStatementTypeValue() - Method in class org.apache.calcite.avatica.proto.Common.Signature
.StatementType statementType = 5;
getStatementTypeValue() - Method in interface org.apache.calcite.avatica.proto.Common.SignatureOrBuilder
.StatementType statementType = 5;
getStateOrBuilder() - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
.QueryState state = 3;
getStateOrBuilder() - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
.QueryState state = 3;
getStateOrBuilder() - Method in interface org.apache.calcite.avatica.proto.Requests.SyncResultsRequestOrBuilder
.QueryState state = 3;
getStatusCode() - Method in class org.apache.calcite.avatica.remote.Handler.HandlerResponse
 
getString(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getString(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getString() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
Returns the string value of this property, or null if not specified and no default.
getString(String) - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
Returns the string value of this property, or null if not specified and no default.
getString(Map<InternalProperty, Object>) - Method in enum org.apache.calcite.avatica.InternalProperty
Returns the string value of this property, or null if not specified and no default.
getString(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getString(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getString() - Method in class org.apache.calcite.avatica.util.AbstractCursor.ArrayAccessor
 
getString() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getStringArrayValues(int) - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
repeated string string_array_values = 4;
getStringArrayValues(int) - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
repeated string string_array_values = 4;
getStringArrayValues(int) - Method in interface org.apache.calcite.avatica.proto.Common.MetaDataOperationArgumentOrBuilder
repeated string string_array_values = 4;
getStringArrayValuesBytes(int) - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
repeated string string_array_values = 4;
getStringArrayValuesBytes(int) - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
repeated string string_array_values = 4;
getStringArrayValuesBytes(int) - Method in interface org.apache.calcite.avatica.proto.Common.MetaDataOperationArgumentOrBuilder
repeated string string_array_values = 4;
getStringArrayValuesCount() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
repeated string string_array_values = 4;
getStringArrayValuesCount() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
repeated string string_array_values = 4;
getStringArrayValuesCount() - Method in interface org.apache.calcite.avatica.proto.Common.MetaDataOperationArgumentOrBuilder
repeated string string_array_values = 4;
getStringArrayValuesList() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
repeated string string_array_values = 4;
getStringArrayValuesList() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
repeated string string_array_values = 4;
getStringArrayValuesList() - Method in interface org.apache.calcite.avatica.proto.Common.MetaDataOperationArgumentOrBuilder
repeated string string_array_values = 4;
getStringFunctions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getStringFunctions() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getStringValue() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
string string_value = 1;
getStringValue() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
string string_value = 1;
getStringValue() - Method in interface org.apache.calcite.avatica.proto.Common.MetaDataOperationArgumentOrBuilder
string string_value = 1;
getStringValue() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
char/varchar
getStringValue() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue
char/varchar
getStringValue() - Method in interface org.apache.calcite.avatica.proto.Common.TypedValueOrBuilder
char/varchar
getStringValueBytes() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
string string_value = 1;
getStringValueBytes() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
string string_value = 1;
getStringValueBytes() - Method in interface org.apache.calcite.avatica.proto.Common.MetaDataOperationArgumentOrBuilder
string string_value = 1;
getStringValueBytes() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
char/varchar
getStringValueBytes() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue
char/varchar
getStringValueBytes() - Method in interface org.apache.calcite.avatica.proto.Common.TypedValueOrBuilder
char/varchar
getStruct() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getStyle() - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
.CursorFactory.Style style = 1;
getStyle() - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory
.CursorFactory.Style style = 1;
getStyle() - Method in interface org.apache.calcite.avatica.proto.Common.CursorFactoryOrBuilder
.CursorFactory.Style style = 1;
getStyleValue() - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
.CursorFactory.Style style = 1;
getStyleValue() - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory
.CursorFactory.Style style = 1;
getStyleValue() - Method in interface org.apache.calcite.avatica.proto.Common.CursorFactoryOrBuilder
.CursorFactory.Style style = 1;
getSubject() - Method in class org.apache.calcite.avatica.remote.KerberosConnection
 
getSuperTables(String, String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getSuperTables(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
getSuperTables(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat) - Method in interface org.apache.calcite.avatica.Meta
getSuperTables(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.MetaImpl
 
getSuperTables(String, String, String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getSuperTypes(String, String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getSuperTypes(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
getSuperTypes(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat) - Method in interface org.apache.calcite.avatica.Meta
getSuperTypes(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.MetaImpl
 
getSuperTypes(String, String, String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getSystemFunctions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getSystemFunctions() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getTableName(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
 
getTableName(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSetMetaData
 
getTableName() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
string table_name = 14;
getTableName() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
string table_name = 14;
getTableName() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnMetaDataOrBuilder
string table_name = 14;
getTableName() - Method in class org.apache.calcite.avatica.tck.tests.BaseTckTest
 
getTableNameBytes() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
string table_name = 14;
getTableNameBytes() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
string table_name = 14;
getTableNameBytes() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnMetaDataOrBuilder
string table_name = 14;
getTableNamePattern() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
string table_name_pattern = 3;
getTableNamePattern() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
string table_name_pattern = 3;
getTableNamePattern() - Method in interface org.apache.calcite.avatica.proto.Requests.ColumnsRequestOrBuilder
string table_name_pattern = 3;
getTableNamePattern() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
string table_name_pattern = 3;
getTableNamePattern() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
string table_name_pattern = 3;
getTableNamePattern() - Method in interface org.apache.calcite.avatica.proto.Requests.TablesRequestOrBuilder
string table_name_pattern = 3;
getTableNamePatternBytes() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
string table_name_pattern = 3;
getTableNamePatternBytes() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
string table_name_pattern = 3;
getTableNamePatternBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.ColumnsRequestOrBuilder
string table_name_pattern = 3;
getTableNamePatternBytes() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
string table_name_pattern = 3;
getTableNamePatternBytes() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
string table_name_pattern = 3;
getTableNamePatternBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.TablesRequestOrBuilder
string table_name_pattern = 3;
getTablePrivileges(String, String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getTablePrivileges(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
getTablePrivileges(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat) - Method in interface org.apache.calcite.avatica.Meta
getTablePrivileges(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.MetaImpl
 
getTablePrivileges(String, String, String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getTables(String, String, String, String[]) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getTables(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, List<String>) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
getTables(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, List<String>) - Method in interface org.apache.calcite.avatica.Meta
getTables(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, List<String>) - Method in class org.apache.calcite.avatica.MetaImpl
 
getTables(String, String, String, String[]) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getTableTypes() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getTableTypes(Meta.ConnectionHandle) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
getTableTypes(Meta.ConnectionHandle) - Method in interface org.apache.calcite.avatica.Meta
getTableTypes(Meta.ConnectionHandle) - Method in class org.apache.calcite.avatica.MetaImpl
 
getTableTypes() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getter - Variable in class org.apache.calcite.avatica.util.AbstractCursor.StructGetter
 
getTime(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getTime(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getTime(int, Calendar) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getTime(String, Calendar) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getTime(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getTime(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getTime(int, Calendar) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getTime(String, Calendar) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getTime(Calendar) - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getTimeDateFunctions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getTimeDateFunctions() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getTimer(String) - Method in class org.apache.calcite.avatica.metrics.dropwizard.DropwizardMetricsSystem
 
getTimer(String) - Method in interface org.apache.calcite.avatica.metrics.MetricsSystem
Get or construct a Timer used to measure durations and report rates.
getTimer(String) - Method in class org.apache.calcite.avatica.metrics.noop.NoopMetricsSystem
 
getTimestamp(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getTimestamp(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getTimestamp(int, Calendar) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getTimestamp(String, Calendar) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getTimestamp(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getTimestamp(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getTimestamp(int, Calendar) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getTimestamp(String, Calendar) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getTimestamp(Calendar) - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getTimeZone() - Method in class org.apache.calcite.avatica.AvaticaConnection
Returns the time zone of this connection.
getTimeZone(Calendar) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
Gets the active time zone based on a Calendar argument
getTransactionIsolation() - Method in class org.apache.calcite.avatica.AvaticaConnection
 
getTransactionIsolation() - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
 
getTransactionIsolation() - Method in interface org.apache.calcite.avatica.Meta.ConnectionProperties
 
getTransactionIsolation() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
getTransactionIsolation() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
uint32 transaction_isolation = 4;
getTransactionIsolation() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
uint32 transaction_isolation = 4;
getTransactionIsolation() - Method in interface org.apache.calcite.avatica.proto.Common.ConnectionPropertiesOrBuilder
uint32 transaction_isolation = 4;
getType() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getType() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getType() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
.AvaticaType type = 20;
getType() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
.AvaticaType type = 20;
getType() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnMetaDataOrBuilder
.AvaticaType type = 20;
getType() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
.MetaDataOperationArgument.ArgumentType type = 6;
getType() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
.MetaDataOperationArgument.ArgumentType type = 6;
getType() - Method in interface org.apache.calcite.avatica.proto.Common.MetaDataOperationArgumentOrBuilder
.MetaDataOperationArgument.ArgumentType type = 6;
getType() - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
.StateType type = 1;
getType() - Method in class org.apache.calcite.avatica.proto.Common.QueryState
.StateType type = 1;
getType() - Method in interface org.apache.calcite.avatica.proto.Common.QueryStateOrBuilder
.StateType type = 1;
getType() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
The actual type that was serialized in the general attribute below
getType() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue
The actual type that was serialized in the general attribute below
getType() - Method in interface org.apache.calcite.avatica.proto.Common.TypedValueOrBuilder
The actual type that was serialized in the general attribute below
getType() - Method in class org.apache.calcite.avatica.QueryState
 
getTypeBuilder() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
.AvaticaType type = 20;
getTypeInfo() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getTypeInfo(Meta.ConnectionHandle) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
getTypeInfo(Meta.ConnectionHandle) - Method in interface org.apache.calcite.avatica.Meta
getTypeInfo(Meta.ConnectionHandle) - Method in class org.apache.calcite.avatica.MetaImpl
 
getTypeInfo() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getTypeList(int) - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
repeated string type_list = 4;
getTypeList(int) - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
repeated string type_list = 4;
getTypeList(int) - Method in interface org.apache.calcite.avatica.proto.Requests.TablesRequestOrBuilder
repeated string type_list = 4;
getTypeListBytes(int) - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
repeated string type_list = 4;
getTypeListBytes(int) - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
repeated string type_list = 4;
getTypeListBytes(int) - Method in interface org.apache.calcite.avatica.proto.Requests.TablesRequestOrBuilder
repeated string type_list = 4;
getTypeListCount() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
repeated string type_list = 4;
getTypeListCount() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
repeated string type_list = 4;
getTypeListCount() - Method in interface org.apache.calcite.avatica.proto.Requests.TablesRequestOrBuilder
repeated string type_list = 4;
getTypeListList() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
repeated string type_list = 4;
getTypeListList() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
repeated string type_list = 4;
getTypeListList() - Method in interface org.apache.calcite.avatica.proto.Requests.TablesRequestOrBuilder
repeated string type_list = 4;
getTypeMap() - Method in class org.apache.calcite.avatica.AvaticaConnection
 
getTypeMap() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
getTypeName() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
string type_name = 5;
getTypeName() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
string type_name = 5;
getTypeName() - Method in interface org.apache.calcite.avatica.proto.Common.AvaticaParameterOrBuilder
string type_name = 5;
getTypeNameBytes() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
string type_name = 5;
getTypeNameBytes() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
string type_name = 5;
getTypeNameBytes() - Method in interface org.apache.calcite.avatica.proto.Common.AvaticaParameterOrBuilder
string type_name = 5;
getTypeOrBuilder() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
.AvaticaType type = 20;
getTypeOrBuilder() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
.AvaticaType type = 20;
getTypeOrBuilder() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnMetaDataOrBuilder
.AvaticaType type = 20;
getTypeValue() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
.MetaDataOperationArgument.ArgumentType type = 6;
getTypeValue() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
.MetaDataOperationArgument.ArgumentType type = 6;
getTypeValue() - Method in interface org.apache.calcite.avatica.proto.Common.MetaDataOperationArgumentOrBuilder
.MetaDataOperationArgument.ArgumentType type = 6;
getTypeValue() - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
.StateType type = 1;
getTypeValue() - Method in class org.apache.calcite.avatica.proto.Common.QueryState
.StateType type = 1;
getTypeValue() - Method in interface org.apache.calcite.avatica.proto.Common.QueryStateOrBuilder
.StateType type = 1;
getTypeValue() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
The actual type that was serialized in the general attribute below
getTypeValue() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue
The actual type that was serialized in the general attribute below
getTypeValue() - Method in interface org.apache.calcite.avatica.proto.Common.TypedValueOrBuilder
The actual type that was serialized in the general attribute below
getUDTs(String, String, String, int[]) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getUDTs(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, int[]) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
getUDTs(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, int[]) - Method in interface org.apache.calcite.avatica.Meta
getUDTs(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, int[]) - Method in class org.apache.calcite.avatica.MetaImpl
 
getUDTs(String, String, String, int[]) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getUnicodeStream(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getUnicodeStream(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getUnicodeStream(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getUnicodeStream(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getUnicodeStream() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Common.Frame
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Common.QueryState
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Common.Row
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Common.Signature
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Common.WireMessage
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Responses.CommitResponse
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
 
getUpdateCount() - Method in class org.apache.calcite.avatica.AvaticaStatement
 
getUpdateCount() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
getUpdateCount() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
getUpdateCount() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
-1 for normal result sets, else this response contains a dummy result set
getUpdateCount() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
-1 for normal result sets, else this response contains a dummy result set
getUpdateCount() - Method in interface org.apache.calcite.avatica.proto.Responses.ResultSetResponseOrBuilder
-1 for normal result sets, else this response contains a dummy result set
getUpdateCounts(int) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
repeated uint64 update_counts = 3;
getUpdateCounts(int) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
repeated uint64 update_counts = 3;
getUpdateCounts(int) - Method in interface org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponseOrBuilder
repeated uint64 update_counts = 3;
getUpdateCountsCount() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
repeated uint64 update_counts = 3;
getUpdateCountsCount() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
repeated uint64 update_counts = 3;
getUpdateCountsCount() - Method in interface org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponseOrBuilder
repeated uint64 update_counts = 3;
getUpdateCountsList() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
repeated uint64 update_counts = 3;
getUpdateCountsList() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
repeated uint64 update_counts = 3;
getUpdateCountsList() - Method in interface org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponseOrBuilder
repeated uint64 update_counts = 3;
getUpdates(int) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
A batch of updates is a list<list<typevalue>>
getUpdates(int) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
A batch of updates is a list<list<typevalue>>
getUpdates(int) - Method in interface org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequestOrBuilder
A batch of updates is a list<list<typevalue>>
getUpdatesBuilder(int) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
A batch of updates is a list<list<typevalue>>
getUpdatesBuilderList() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
A batch of updates is a list<list<typevalue>>
getUpdatesCount() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
A batch of updates is a list<list<typevalue>>
getUpdatesCount() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
A batch of updates is a list<list<typevalue>>
getUpdatesCount() - Method in interface org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequestOrBuilder
A batch of updates is a list<list<typevalue>>
getUpdatesList() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
A batch of updates is a list<list<typevalue>>
getUpdatesList() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
A batch of updates is a list<list<typevalue>>
getUpdatesList() - Method in interface org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequestOrBuilder
A batch of updates is a list<list<typevalue>>
getUpdatesOrBuilder(int) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
A batch of updates is a list<list<typevalue>>
getUpdatesOrBuilder(int) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
A batch of updates is a list<list<typevalue>>
getUpdatesOrBuilder(int) - Method in interface org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequestOrBuilder
A batch of updates is a list<list<typevalue>>
getUpdatesOrBuilderList() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
A batch of updates is a list<list<typevalue>>
getUpdatesOrBuilderList() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
A batch of updates is a list<list<typevalue>>
getUpdatesOrBuilderList() - Method in interface org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequestOrBuilder
A batch of updates is a list<list<typevalue>>
getURL() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getURL(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getURL(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getURL() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getURL(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getURL(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getURL() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getUserName() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getUserName() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getValue() - Method in enum org.apache.calcite.avatica.AvaticaSeverity
 
getValue() - Method in class org.apache.calcite.avatica.metrics.dropwizard.DropwizardGauge
 
getValue() - Method in interface org.apache.calcite.avatica.metrics.Gauge
 
getValue(int) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
deprecated, use array_value or scalar_value
getValue(int) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue
deprecated, use array_value or scalar_value
getValue(int) - Method in interface org.apache.calcite.avatica.proto.Common.ColumnValueOrBuilder
deprecated, use array_value or scalar_value
getValue(int) - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
repeated .ColumnValue value = 1;
getValue(int) - Method in class org.apache.calcite.avatica.proto.Common.Row
repeated .ColumnValue value = 1;
getValue(int) - Method in interface org.apache.calcite.avatica.proto.Common.RowOrBuilder
repeated .ColumnValue value = 1;
getValue() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
.TypedValue value = 2;
getValue() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
.TypedValue value = 2;
getValue() - Method in interface org.apache.calcite.avatica.proto.Responses.DatabasePropertyElementOrBuilder
.TypedValue value = 2;
getValue(int) - Static method in enum org.apache.calcite.avatica.util.TimeUnit
Returns the TimeUnit associated with an ordinal.
getValueBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
deprecated, use array_value or scalar_value
getValueBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
repeated .ColumnValue value = 1;
getValueBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
.TypedValue value = 2;
getValueBuilderList() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
deprecated, use array_value or scalar_value
getValueBuilderList() - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
repeated .ColumnValue value = 1;
getValueCount() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
deprecated, use array_value or scalar_value
getValueCount() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue
deprecated, use array_value or scalar_value
getValueCount() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnValueOrBuilder
deprecated, use array_value or scalar_value
getValueCount() - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
repeated .ColumnValue value = 1;
getValueCount() - Method in class org.apache.calcite.avatica.proto.Common.Row
repeated .ColumnValue value = 1;
getValueCount() - Method in interface org.apache.calcite.avatica.proto.Common.RowOrBuilder
repeated .ColumnValue value = 1;
getValueDescriptor() - Method in enum org.apache.calcite.avatica.proto.Common.CursorFactory.Style
 
getValueDescriptor() - Method in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
 
getValueDescriptor() - Method in enum org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.ArgumentType
 
getValueDescriptor() - Method in enum org.apache.calcite.avatica.proto.Common.Rep
 
getValueDescriptor() - Method in enum org.apache.calcite.avatica.proto.Common.Severity
 
getValueDescriptor() - Method in enum org.apache.calcite.avatica.proto.Common.StatementType
 
getValueDescriptor() - Method in enum org.apache.calcite.avatica.proto.Common.StateType
 
getValueList() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
deprecated, use array_value or scalar_value
getValueList() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue
deprecated, use array_value or scalar_value
getValueList() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnValueOrBuilder
deprecated, use array_value or scalar_value
getValueList() - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
repeated .ColumnValue value = 1;
getValueList() - Method in class org.apache.calcite.avatica.proto.Common.Row
repeated .ColumnValue value = 1;
getValueList() - Method in interface org.apache.calcite.avatica.proto.Common.RowOrBuilder
repeated .ColumnValue value = 1;
getValueOrBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
deprecated, use array_value or scalar_value
getValueOrBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue
deprecated, use array_value or scalar_value
getValueOrBuilder(int) - Method in interface org.apache.calcite.avatica.proto.Common.ColumnValueOrBuilder
deprecated, use array_value or scalar_value
getValueOrBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
repeated .ColumnValue value = 1;
getValueOrBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.Row
repeated .ColumnValue value = 1;
getValueOrBuilder(int) - Method in interface org.apache.calcite.avatica.proto.Common.RowOrBuilder
repeated .ColumnValue value = 1;
getValueOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
.TypedValue value = 2;
getValueOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
.TypedValue value = 2;
getValueOrBuilder() - Method in interface org.apache.calcite.avatica.proto.Responses.DatabasePropertyElementOrBuilder
.TypedValue value = 2;
getValueOrBuilderList() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
deprecated, use array_value or scalar_value
getValueOrBuilderList() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue
deprecated, use array_value or scalar_value
getValueOrBuilderList() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnValueOrBuilder
deprecated, use array_value or scalar_value
getValueOrBuilderList() - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
repeated .ColumnValue value = 1;
getValueOrBuilderList() - Method in class org.apache.calcite.avatica.proto.Common.Row
repeated .ColumnValue value = 1;
getValueOrBuilderList() - Method in interface org.apache.calcite.avatica.proto.Common.RowOrBuilder
repeated .ColumnValue value = 1;
getVersionColumns(String, String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getVersionColumns(Meta.ConnectionHandle, String, String, String) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
getVersionColumns(Meta.ConnectionHandle, String, String, String) - Method in interface org.apache.calcite.avatica.Meta
getVersionColumns(Meta.ConnectionHandle, String, String, String) - Method in class org.apache.calcite.avatica.MetaImpl
 
getVersionColumns(String, String, String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getWarnings() - Method in class org.apache.calcite.avatica.AvaticaConnection
 
getWarnings() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getWarnings() - Method in class org.apache.calcite.avatica.AvaticaStatement
 
getWarnings() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
getWarnings() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
getWarnings() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getWarnings() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
getWrappedMessage() - Method in class org.apache.calcite.avatica.proto.Common.WireMessage.Builder
bytes wrapped_message = 2;
getWrappedMessage() - Method in class org.apache.calcite.avatica.proto.Common.WireMessage
bytes wrapped_message = 2;
getWrappedMessage() - Method in interface org.apache.calcite.avatica.proto.Common.WireMessageOrBuilder
bytes wrapped_message = 2;
getWritable() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
bool writable = 17;
getWritable() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
bool writable = 17;
getWritable() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnMetaDataOrBuilder
bool writable = 17;
GMT_ZONE - Static variable in class org.apache.calcite.avatica.util.DateTimeUtils
Deprecated.
grantee - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumnPrivilege
 
grantee - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTablePrivilege
 
grantor - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumnPrivilege
 
grantor - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTablePrivilege
 
GZIP - Static variable in class org.apache.calcite.avatica.util.Base64
Specify that data should be gzip-compressed in second bit.

H

handle - Variable in class org.apache.calcite.avatica.AvaticaConnection
 
handle - Variable in class org.apache.calcite.avatica.AvaticaStatement
Statement id; unique within connection.
handle(IOException) - Method in class org.apache.calcite.avatica.remote.JsonService
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.apache.calcite.avatica.server.AvaticaJsonHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.apache.calcite.avatica.server.AvaticaProtobufHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.apache.calcite.avatica.server.DelegatingAvaticaHandler
 
Handler - Interface in org.apache.calcite.avatica
Called at various points in the JDBC lifecycle.
Handler<T> - Interface in org.apache.calcite.avatica.remote
API for text request-response calls to an Avatica server.
handler - Variable in class org.apache.calcite.avatica.UnregisteredDriver
 
Handler.HandlerResponse<T> - Class in org.apache.calcite.avatica.remote
Struct that encapsulates the context of the result of a request to Avatica.
Handler.ResultSink - Interface in org.apache.calcite.avatica
Handler for temporary tables.
HANDLER_PREFIX - Static variable in interface org.apache.calcite.avatica.server.MetricsAwareAvaticaHandler
General prefix for all metrics in a handler.
HANDLER_SERIALIZATION_METRICS_NAME - Static variable in interface org.apache.calcite.avatica.remote.Handler
 
HandlerFactory - Class in org.apache.calcite.avatica.server
Factory that instantiates the desired implementation, typically differing on the method used to serialize messages, for use in the Avatica server.
HandlerFactory() - Constructor for class org.apache.calcite.avatica.server.HandlerFactory
 
HandlerImpl - Class in org.apache.calcite.avatica
Implementation of Handler that does nothing for each callback.
HandlerImpl() - Constructor for class org.apache.calcite.avatica.HandlerImpl
 
HandlerResponse(T, int) - Constructor for class org.apache.calcite.avatica.remote.Handler.HandlerResponse
 
HAS_ARGS_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.QueryState
 
HAS_ARRAY_VALUE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ColumnValue
 
HAS_AUTO_COMMIT_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
HAS_EXCEPTIONS_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
HAS_OP_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.QueryState
 
HAS_PARAMETER_VALUES_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
 
HAS_READ_ONLY_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
HAS_SQL_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.QueryState
 
HAS_TYPE_LIST_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.TablesRequest
 
hasComponent() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
Only present when name = ARRAY
hasComponent() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType
Only present when name = ARRAY
hasComponent() - Method in interface org.apache.calcite.avatica.proto.Common.AvaticaTypeOrBuilder
Only present when name = ARRAY
hasConnProps() - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
.ConnectionProperties conn_props = 2;
hasConnProps() - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
.ConnectionProperties conn_props = 2;
hasConnProps() - Method in interface org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequestOrBuilder
.ConnectionProperties conn_props = 2;
hasConnProps() - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
.ConnectionProperties conn_props = 1;
hasConnProps() - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
.ConnectionProperties conn_props = 1;
hasConnProps() - Method in interface org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponseOrBuilder
.ConnectionProperties conn_props = 1;
hasCursorFactory() - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
.CursorFactory cursor_factory = 4;
hasCursorFactory() - Method in class org.apache.calcite.avatica.proto.Common.Signature
.CursorFactory cursor_factory = 4;
hasCursorFactory() - Method in interface org.apache.calcite.avatica.proto.Common.SignatureOrBuilder
.CursorFactory cursor_factory = 4;
hasFirstFrame() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
.Frame first_frame = 5;
hasFirstFrame() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
.Frame first_frame = 5;
hasFirstFrame() - Method in interface org.apache.calcite.avatica.proto.Responses.ResultSetResponseOrBuilder
.Frame first_frame = 5;
hasFrame() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
.Frame frame = 1;
hasFrame() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
.Frame frame = 1;
hasFrame() - Method in interface org.apache.calcite.avatica.proto.Responses.FetchResponseOrBuilder
.Frame frame = 1;
hashCode() - Method in class org.apache.calcite.avatica.AvaticaParameter
 
hashCode() - Method in class org.apache.calcite.avatica.ColumnMetaData.ArrayType
 
hashCode() - Method in class org.apache.calcite.avatica.ColumnMetaData.AvaticaType
 
hashCode() - Method in class org.apache.calcite.avatica.ColumnMetaData
 
hashCode() - Method in class org.apache.calcite.avatica.ColumnMetaData.StructType
 
hashCode() - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
 
hashCode() - Method in class org.apache.calcite.avatica.Meta.CursorFactory
 
hashCode() - Method in class org.apache.calcite.avatica.Meta.Frame
 
hashCode() - Method in class org.apache.calcite.avatica.Meta.Signature
 
hashCode() - Method in class org.apache.calcite.avatica.Meta.StatementHandle
 
hashCode() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
 
hashCode() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType
 
hashCode() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
hashCode() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue
 
hashCode() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
hashCode() - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory
 
hashCode() - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
 
hashCode() - Method in class org.apache.calcite.avatica.proto.Common.Frame
 
hashCode() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
 
hashCode() - Method in class org.apache.calcite.avatica.proto.Common.QueryState
 
hashCode() - Method in class org.apache.calcite.avatica.proto.Common.Row
 
hashCode() - Method in class org.apache.calcite.avatica.proto.Common.Signature
 
hashCode() - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle
 
hashCode() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue
 
hashCode() - Method in class org.apache.calcite.avatica.proto.Common.WireMessage
 
hashCode() - Method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
 
hashCode() - Method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
 
hashCode() - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
 
hashCode() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
 
hashCode() - Method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
 
hashCode() - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
 
hashCode() - Method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
 
hashCode() - Method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
 
hashCode() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
 
hashCode() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
 
hashCode() - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
 
hashCode() - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
 
hashCode() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
 
hashCode() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
 
hashCode() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
 
hashCode() - Method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
 
hashCode() - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
 
hashCode() - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
 
hashCode() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
 
hashCode() - Method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
 
hashCode() - Method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
 
hashCode() - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch
 
hashCode() - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
 
hashCode() - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
 
hashCode() - Method in class org.apache.calcite.avatica.proto.Responses.CommitResponse
 
hashCode() - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
 
hashCode() - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
 
hashCode() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
 
hashCode() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
 
hashCode() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
hashCode() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
 
hashCode() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
 
hashCode() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
 
hashCode() - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
 
hashCode() - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
 
hashCode() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
 
hashCode() - Method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
 
hashCode() - Method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
 
hashCode() - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
 
hashCode() - Method in class org.apache.calcite.avatica.QueryState
 
hashCode() - Method in class org.apache.calcite.avatica.remote.Service.CatalogsRequest
 
hashCode() - Method in class org.apache.calcite.avatica.remote.Service.CloseConnectionRequest
 
hashCode() - Method in class org.apache.calcite.avatica.remote.Service.CloseConnectionResponse
 
hashCode() - Method in class org.apache.calcite.avatica.remote.Service.CloseStatementRequest
 
hashCode() - Method in class org.apache.calcite.avatica.remote.Service.CloseStatementResponse
 
hashCode() - Method in class org.apache.calcite.avatica.remote.Service.ColumnsRequest
 
hashCode() - Method in class org.apache.calcite.avatica.remote.Service.CommitRequest
 
hashCode() - Method in class org.apache.calcite.avatica.remote.Service.CommitResponse
 
hashCode() - Method in class org.apache.calcite.avatica.remote.Service.ConnectionSyncRequest
 
hashCode() - Method in class org.apache.calcite.avatica.remote.Service.ConnectionSyncResponse
 
hashCode() - Method in class org.apache.calcite.avatica.remote.Service.CreateStatementRequest
 
hashCode() - Method in class org.apache.calcite.avatica.remote.Service.CreateStatementResponse
 
hashCode() - Method in class org.apache.calcite.avatica.remote.Service.DatabasePropertyRequest
 
hashCode() - Method in class org.apache.calcite.avatica.remote.Service.DatabasePropertyResponse
 
hashCode() - Method in class org.apache.calcite.avatica.remote.Service.ErrorResponse
 
hashCode() - Method in class org.apache.calcite.avatica.remote.Service.ExecuteBatchRequest
 
hashCode() - Method in class org.apache.calcite.avatica.remote.Service.ExecuteBatchResponse
 
hashCode() - Method in class org.apache.calcite.avatica.remote.Service.ExecuteRequest
 
hashCode() - Method in class org.apache.calcite.avatica.remote.Service.ExecuteResponse
 
hashCode() - Method in class org.apache.calcite.avatica.remote.Service.FetchRequest
 
hashCode() - Method in class org.apache.calcite.avatica.remote.Service.FetchResponse
 
hashCode() - Method in class org.apache.calcite.avatica.remote.Service.OpenConnectionRequest
 
hashCode() - Method in class org.apache.calcite.avatica.remote.Service.OpenConnectionResponse
 
hashCode() - Method in class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteBatchRequest
 
hashCode() - Method in class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteRequest
 
hashCode() - Method in class org.apache.calcite.avatica.remote.Service.PrepareRequest
 
hashCode() - Method in class org.apache.calcite.avatica.remote.Service.PrepareResponse
 
hashCode() - Method in class org.apache.calcite.avatica.remote.Service.ResultSetResponse
 
hashCode() - Method in class org.apache.calcite.avatica.remote.Service.RollbackRequest
 
hashCode() - Method in class org.apache.calcite.avatica.remote.Service.RollbackResponse
 
hashCode() - Method in class org.apache.calcite.avatica.remote.Service.RpcMetadataResponse
 
hashCode() - Method in class org.apache.calcite.avatica.remote.Service.SchemasRequest
 
hashCode() - Method in class org.apache.calcite.avatica.remote.Service.SyncResultsRequest
 
hashCode() - Method in class org.apache.calcite.avatica.remote.Service.SyncResultsResponse
 
hashCode() - Method in class org.apache.calcite.avatica.remote.Service.TablesRequest
 
hashCode() - Method in class org.apache.calcite.avatica.remote.Service.TableTypesRequest
 
hashCode() - Method in class org.apache.calcite.avatica.remote.Service.TypeInfoRequest
 
hashCode() - Method in class org.apache.calcite.avatica.remote.TypedValue
 
hashCode() - Method in class org.apache.calcite.avatica.util.ByteString
 
hasKey() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
.DatabaseProperty key = 1;
hasKey() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
.DatabaseProperty key = 1;
hasKey() - Method in interface org.apache.calcite.avatica.proto.Responses.DatabasePropertyElementOrBuilder
.DatabaseProperty key = 1;
hasMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse.Builder
.RpcMetadata metadata = 1;
hasMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
.RpcMetadata metadata = 1;
hasMetadata() - Method in interface org.apache.calcite.avatica.proto.Responses.CloseConnectionResponseOrBuilder
.RpcMetadata metadata = 1;
hasMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse.Builder
.RpcMetadata metadata = 1;
hasMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
.RpcMetadata metadata = 1;
hasMetadata() - Method in interface org.apache.calcite.avatica.proto.Responses.CloseStatementResponseOrBuilder
.RpcMetadata metadata = 1;
hasMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
.RpcMetadata metadata = 2;
hasMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
.RpcMetadata metadata = 2;
hasMetadata() - Method in interface org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponseOrBuilder
.RpcMetadata metadata = 2;
hasMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
.RpcMetadata metadata = 3;
hasMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
.RpcMetadata metadata = 3;
hasMetadata() - Method in interface org.apache.calcite.avatica.proto.Responses.CreateStatementResponseOrBuilder
.RpcMetadata metadata = 3;
hasMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
.RpcMetadata metadata = 3;
hasMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
.RpcMetadata metadata = 3;
hasMetadata() - Method in interface org.apache.calcite.avatica.proto.Responses.DatabasePropertyElementOrBuilder
.RpcMetadata metadata = 3;
hasMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
.RpcMetadata metadata = 2;
hasMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
.RpcMetadata metadata = 2;
hasMetadata() - Method in interface org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponseOrBuilder
.RpcMetadata metadata = 2;
hasMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
.RpcMetadata metadata = 6;
hasMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
.RpcMetadata metadata = 6;
hasMetadata() - Method in interface org.apache.calcite.avatica.proto.Responses.ErrorResponseOrBuilder
.RpcMetadata metadata = 6;
hasMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
.RpcMetadata metadata = 5;
hasMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
.RpcMetadata metadata = 5;
hasMetadata() - Method in interface org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponseOrBuilder
.RpcMetadata metadata = 5;
hasMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
.RpcMetadata metadata = 3;
hasMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
.RpcMetadata metadata = 3;
hasMetadata() - Method in interface org.apache.calcite.avatica.proto.Responses.ExecuteResponseOrBuilder
.RpcMetadata metadata = 3;
hasMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
.RpcMetadata metadata = 4;
hasMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
.RpcMetadata metadata = 4;
hasMetadata() - Method in interface org.apache.calcite.avatica.proto.Responses.FetchResponseOrBuilder
.RpcMetadata metadata = 4;
hasMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse.Builder
.RpcMetadata metadata = 1;
hasMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
.RpcMetadata metadata = 1;
hasMetadata() - Method in interface org.apache.calcite.avatica.proto.Responses.OpenConnectionResponseOrBuilder
.RpcMetadata metadata = 1;
hasMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
.RpcMetadata metadata = 2;
hasMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
.RpcMetadata metadata = 2;
hasMetadata() - Method in interface org.apache.calcite.avatica.proto.Responses.PrepareResponseOrBuilder
.RpcMetadata metadata = 2;
hasMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
with no signature nor other data.
hasMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
with no signature nor other data.
hasMetadata() - Method in interface org.apache.calcite.avatica.proto.Responses.ResultSetResponseOrBuilder
with no signature nor other data.
hasMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
.RpcMetadata metadata = 3;
hasMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
.RpcMetadata metadata = 3;
hasMetadata() - Method in interface org.apache.calcite.avatica.proto.Responses.SyncResultsResponseOrBuilder
.RpcMetadata metadata = 3;
hasProtoUpdateBatches() - Method in class org.apache.calcite.avatica.remote.Service.ExecuteBatchRequest
Does this instance contain protobuf update batches.
hasScalarValue() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
.TypedValue scalar_value = 4;
hasScalarValue() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue
.TypedValue scalar_value = 4;
hasScalarValue() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnValueOrBuilder
.TypedValue scalar_value = 4;
hasSignature() - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
.Signature signature = 3;
hasSignature() - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle
.Signature signature = 3;
hasSignature() - Method in interface org.apache.calcite.avatica.proto.Common.StatementHandleOrBuilder
.Signature signature = 3;
hasSignature() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
.Signature signature = 4;
hasSignature() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
.Signature signature = 4;
hasSignature() - Method in interface org.apache.calcite.avatica.proto.Responses.ResultSetResponseOrBuilder
.Signature signature = 4;
hasState() - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
.QueryState state = 3;
hasState() - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
.QueryState state = 3;
hasState() - Method in interface org.apache.calcite.avatica.proto.Requests.SyncResultsRequestOrBuilder
.QueryState state = 3;
hasStatement() - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
.StatementHandle statement = 1;
hasStatement() - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
.StatementHandle statement = 1;
hasStatement() - Method in interface org.apache.calcite.avatica.proto.Responses.PrepareResponseOrBuilder
.StatementHandle statement = 1;
hasStatementHandle() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
.StatementHandle statementHandle = 1;
hasStatementHandle() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
.StatementHandle statementHandle = 1;
hasStatementHandle() - Method in interface org.apache.calcite.avatica.proto.Requests.ExecuteRequestOrBuilder
.StatementHandle statementHandle = 1;
hasType() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
.AvaticaType type = 20;
hasType() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
.AvaticaType type = 20;
hasType() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnMetaDataOrBuilder
.AvaticaType type = 20;
hasValue() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
.TypedValue value = 2;
hasValue() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
.TypedValue value = 2;
hasValue() - Method in interface org.apache.calcite.avatica.proto.Responses.DatabasePropertyElementOrBuilder
.TypedValue value = 2;
HELPER - Static variable in class org.apache.calcite.avatica.AvaticaConnection
 
Helper - Class in org.apache.calcite.avatica
Utility methods, mainly concerning error-handling.
Histogram - Interface in org.apache.calcite.avatica.metrics
A metric which measures the distribution of values.
host - Variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
 
hostnameVerification() - Method in interface org.apache.calcite.avatica.ConnectionConfig
 
hostnameVerification() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
 
hostnameVerification - Variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
 
HostnameVerificationConfigurable - Interface in org.apache.calcite.avatica.remote
An interface to decorate an AvaticaHttpClient that can support configuration on SSL hostname verification.
HostnameVerificationConfigurable.HostnameVerification - Enum in org.apache.calcite.avatica.remote
Describes the support hostname verification methods of AvaticaHttpClient.
HTTP_CLIENT_IMPL_DEFAULT - Static variable in class org.apache.calcite.avatica.remote.AvaticaHttpClientFactoryImpl
 
HTTP_INTERNAL_SERVER_ERROR - Static variable in interface org.apache.calcite.avatica.remote.Handler
 
HTTP_OK - Static variable in interface org.apache.calcite.avatica.remote.Handler
 
HTTP_UNAUTHENTICATED - Static variable in interface org.apache.calcite.avatica.remote.Handler
 
HTTP_UNAUTHORIZED - Static variable in interface org.apache.calcite.avatica.remote.Handler
 
httpClientClass() - Method in interface org.apache.calcite.avatica.ConnectionConfig
 
httpClientClass() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
 
httpClientFactory() - Method in interface org.apache.calcite.avatica.ConnectionConfig
 
httpClientFactory() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
 
HttpQueryStringParameterRemoteUserExtractor - Class in org.apache.calcite.avatica.server
A RemoteUserExtractor that extracts the remote user from an HTTP query string parameter.
HttpQueryStringParameterRemoteUserExtractor(String) - Constructor for class org.apache.calcite.avatica.server.HttpQueryStringParameterRemoteUserExtractor
 
HttpRequestRemoteUserExtractor - Class in org.apache.calcite.avatica.server
A RemoteUserExtractor that extracts the remote user from the HTTP request.
HttpRequestRemoteUserExtractor() - Constructor for class org.apache.calcite.avatica.server.HttpRequestRemoteUserExtractor
 
HttpServer - Class in org.apache.calcite.avatica.server
Avatica HTTP server.
HttpServer(Handler) - Constructor for class org.apache.calcite.avatica.server.HttpServer
Deprecated.
HttpServer(AvaticaHandler) - Constructor for class org.apache.calcite.avatica.server.HttpServer
Constructs an HttpServer which binds to an ephemeral port.
HttpServer(int, Handler) - Constructor for class org.apache.calcite.avatica.server.HttpServer
Deprecated.
HttpServer(int, AvaticaHandler) - Constructor for class org.apache.calcite.avatica.server.HttpServer
Constructs an HttpServer with no additional configuration.
HttpServer(int, AvaticaHandler, AvaticaServerConfiguration) - Constructor for class org.apache.calcite.avatica.server.HttpServer
Constructs an HttpServer.
HttpServer(int, AvaticaHandler, AvaticaServerConfiguration, Subject) - Constructor for class org.apache.calcite.avatica.server.HttpServer
Constructs an HttpServer.
HttpServer(int, AvaticaHandler, AvaticaServerConfiguration, Subject, SslContextFactory) - Constructor for class org.apache.calcite.avatica.server.HttpServer
Constructs an HttpServer.
HttpServer(int, AvaticaHandler, AvaticaServerConfiguration, Subject, SslContextFactory, int) - Constructor for class org.apache.calcite.avatica.server.HttpServer
Constructs an HttpServer.
HttpServer.Builder<T> - Class in org.apache.calcite.avatica.server
Builder class for creating instances of HttpServer.

I

id - Variable in class org.apache.calcite.avatica.AvaticaConnection
 
id - Variable in class org.apache.calcite.avatica.ColumnMetaData.AvaticaType
 
id - Variable in class org.apache.calcite.avatica.Meta.ConnectionHandle
 
id - Variable in class org.apache.calcite.avatica.Meta.StatementHandle
 
id - Variable in enum org.apache.calcite.avatica.SqlType
Type id as appears in Types, e.g.
ID_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.AvaticaType
 
ID_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.StatementHandle
 
IDENTITY_CONVERTER - Static variable in class org.apache.calcite.avatica.ConnectionConfigImpl
 
IMPLICITLY_NULL_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.TypedValue
 
increment() - Method in interface org.apache.calcite.avatica.metrics.Counter
Increment this by 1.
increment(long) - Method in interface org.apache.calcite.avatica.metrics.Counter
Increment this by n.
increment() - Method in class org.apache.calcite.avatica.metrics.dropwizard.DropwizardCounter
 
increment(long) - Method in class org.apache.calcite.avatica.metrics.dropwizard.DropwizardCounter
 
increment() - Method in class org.apache.calcite.avatica.metrics.noop.NoopCounter
 
increment(long) - Method in class org.apache.calcite.avatica.metrics.noop.NoopCounter
 
index - Variable in class org.apache.calcite.avatica.util.PositionedCursor.ListGetter
 
indexName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaIndexInfo
 
indexOf(ByteString) - Method in class org.apache.calcite.avatica.util.ByteString
Returns the position at which seek first occurs in this byte string, or -1 if it does not occur.
indexOf(ByteString, int) - Method in class org.apache.calcite.avatica.util.ByteString
Returns the position at which seek first occurs in this byte string, starting at the specified index, or -1 if it does not occur.
indexQualifier - Variable in class org.apache.calcite.avatica.MetaImpl.MetaIndexInfo
 
info - Variable in class org.apache.calcite.avatica.AvaticaConnection
 
info - Variable in class org.apache.calcite.avatica.remote.Service.OpenConnectionRequest
 
INFO_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
 
initializeConnection() - Method in class org.apache.calcite.avatica.tck.tests.BaseTckTest
 
InputStream(InputStream) - Constructor for class org.apache.calcite.avatica.util.Base64.InputStream
Constructs a Base64.InputStream in DECODE mode.
InputStream(InputStream, int) - Constructor for class org.apache.calcite.avatica.util.Base64.InputStream
Constructs a Base64.InputStream in either ENCODE or DECODE mode.
INSERT_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.StatementType
INSERT = 1;
insertRow() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
insertRow() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
insertsAreDetected(int) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
insertsAreDetected(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
InsertTest - Class in org.apache.calcite.avatica.tck.tests
Tests for INSERT.
InsertTest() - Constructor for class org.apache.calcite.avatica.tck.tests.InsertTest
 
INSTANCE - Static variable in class org.apache.calcite.avatica.Helper
 
INSTANCE - Static variable in class org.apache.calcite.avatica.remote.AvaticaHttpClientFactoryImpl
 
instantiateFactory(String) - Static method in class org.apache.calcite.avatica.UnregisteredDriver
Helper method for creating factories.
instantiatePlugin(Class<T>, String) - Static method in class org.apache.calcite.avatica.AvaticaUtils
Creates an instance of a plugin class.
INT_ARRAY_VALUES_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
 
INT_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.ArgumentType
INT = 2;
INT_VALUE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
 
INTEGER_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
INTEGER = 12;
internal - Variable in enum org.apache.calcite.avatica.SqlType
Class used internally in Calcite to represent instances of this type.
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Common.Frame
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Common.QueryState
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Common.Row
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Common.Signature
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Common.WireMessage.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Common.WireMessage
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Requests.CommitRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Responses.CommitResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Responses.CommitResponse
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
 
internalGetMapField(int) - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
 
internalGetMapField(int) - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
 
internalGetMutableMapField(int) - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
 
internalGetValueMap() - Static method in enum org.apache.calcite.avatica.proto.Common.CursorFactory.Style
 
internalGetValueMap() - Static method in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
 
internalGetValueMap() - Static method in enum org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.ArgumentType
 
internalGetValueMap() - Static method in enum org.apache.calcite.avatica.proto.Common.Rep
 
internalGetValueMap() - Static method in enum org.apache.calcite.avatica.proto.Common.Severity
 
internalGetValueMap() - Static method in enum org.apache.calcite.avatica.proto.Common.StatementType
 
internalGetValueMap() - Static method in enum org.apache.calcite.avatica.proto.Common.StateType
 
internalParameters - Variable in class org.apache.calcite.avatica.Meta.Signature
 
InternalProperty - Enum in org.apache.calcite.avatica
Definitions of properties that drive the behavior of AvaticaDatabaseMetaData.
internalStart() - Method in class org.apache.calcite.avatica.server.HttpServer
 
intervalDayTimeToString(long, TimeUnitRange, int) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
 
intervalYearMonthToString(int, TimeUnitRange) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
 
INVALID_SQL_STATEMENT - Static variable in enum org.apache.calcite.avatica.SqlState
Alias for backwards compatibility with previous versions of SQL spec.
invoke(Connection, Statement) - Method in class org.apache.calcite.avatica.QueryState
 
invokeWithRetries(AvaticaConnection.CallableWithoutException<T>) - Method in class org.apache.calcite.avatica.AvaticaConnection
Invokes the given "callable", retrying the call when the server responds with an error denoting that the connection is missing on the server.
IS_DIRTY_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
isAfterLast() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
isAfterLast() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
isAutoCommit() - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
 
isAutoCommit() - Method in interface org.apache.calcite.avatica.Meta.ConnectionProperties
 
isAutoIncrement(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
 
isAutoincrement - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
 
isAutoIncrement(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSetMetaData
 
isBeforeFirst() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
isBeforeFirst() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
isCaseSensitive(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
 
isCaseSensitive(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSetMetaData
 
isCatalogAtStart() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
isCatalogAtStart() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
isClosed() - Method in class org.apache.calcite.avatica.AvaticaConnection
 
isClosed() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
isClosed() - Method in class org.apache.calcite.avatica.AvaticaStatement
 
isClosed() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
isClosed() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
isClosed() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
isClosed() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
isCloseOnCompletion() - Method in class org.apache.calcite.avatica.AvaticaStatement
 
isCloseOnCompletion() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
isCloseOnCompletion() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
isCurrency(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
 
isCurrency(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSetMetaData
 
isDefinitelyWritable(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
 
isDefinitelyWritable(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSetMetaData
 
isDirty() - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
 
isEmpty() - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
 
isEmpty() - Method in interface org.apache.calcite.avatica.Meta.ConnectionProperties
 
isFailed() - Method in class org.apache.calcite.avatica.server.DelegatingAvaticaHandler
 
isFirst() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
isFirst() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
isGeneratedcolumn - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
 
isGrantable - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumnPrivilege
 
isGrantable - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTablePrivilege
 
isIbmJava() - Static method in class org.apache.calcite.avatica.remote.KerberosConnection
Returns whether or not the current environment is IBM Java.
isInitialized() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty.Builder
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Common.Frame
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Common.QueryState
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Common.Row
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Common.Signature
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Common.WireMessage.Builder
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Common.WireMessage
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest.Builder
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest.Builder
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest.Builder
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Requests.CommitRequest.Builder
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest.Builder
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest.Builder
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest.Builder
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest.Builder
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest.Builder
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest.Builder
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch.Builder
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse.Builder
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse.Builder
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Responses.CommitResponse.Builder
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Responses.CommitResponse
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse.Builder
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse.Builder
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata.Builder
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
 
isInitialized() - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
 
isJdbc - Variable in enum org.apache.calcite.avatica.Meta.DatabaseProperty
 
isLast() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
isLast() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
isLocalProperty(Object) - Static method in enum org.apache.calcite.avatica.BuiltInConnectionProperty
Checks if the given property only applicable to the remote driver (should not be sent to the Avatica server).
isNullable(int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
isNullable(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
 
isNullable - Variable in class org.apache.calcite.avatica.MetaImpl.MetaAttribute
 
isNullable - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
 
isNullable - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunctionColumn
 
isNullable - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
 
isNullable - Variable in class org.apache.calcite.avatica.MetaImpl.MetaPseudoColumn
 
isNullable(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopParameterMetaData
 
isNullable(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSetMetaData
 
isOffsetDateTime(Object) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
Returns whether a value is an OffsetDateTime.
isPoolable() - Method in class org.apache.calcite.avatica.AvaticaStatement
 
isPoolable() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
isPoolable() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
isReadOnly() - Method in class org.apache.calcite.avatica.AvaticaConnection
 
isReadOnly() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
isReadOnly(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
 
isReadOnly() - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
 
isReadOnly() - Method in interface org.apache.calcite.avatica.Meta.ConnectionProperties
 
isReadOnly() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
isReadOnly() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
isReadOnly(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSetMetaData
 
isResultSetInitialized() - Method in class org.apache.calcite.avatica.jdbc.StatementInfo
 
isRunning() - Method in class org.apache.calcite.avatica.server.DelegatingAvaticaHandler
 
isSearchable(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
 
isSearchable(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSetMetaData
 
isSet(int) - Method in class org.apache.calcite.avatica.AvaticaSite
 
isSigned(int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
isSigned(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
 
isSigned(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopParameterMetaData
 
isSigned(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSetMetaData
 
isStarted() - Method in class org.apache.calcite.avatica.server.DelegatingAvaticaHandler
 
isStarting() - Method in class org.apache.calcite.avatica.server.DelegatingAvaticaHandler
 
isStopped() - Method in class org.apache.calcite.avatica.server.DelegatingAvaticaHandler
 
isStopping() - Method in class org.apache.calcite.avatica.server.DelegatingAvaticaHandler
 
isUserPermitted(AvaticaServerConfiguration, Request, HttpServletRequest, HttpServletResponse) - Method in class org.apache.calcite.avatica.server.AbstractAvaticaHandler
Determines if a request is permitted to be executed.
isValid(int) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
isValid(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
isValidValue(BigDecimal) - Method in enum org.apache.calcite.avatica.util.TimeUnit
Returns whether a given value is valid for a field of this time unit.
isWrapperFor(Class<?>) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
isWrapperFor(Class<?>) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
isWrapperFor(Class<?>) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
isWrapperFor(Class<?>) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
 
isWrapperFor(Class<?>) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
isWrapperFor(Class<?>) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
isWrapperFor(Class<?>) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
isWrapperFor(Class<?>) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopParameterMetaData
 
isWrapperFor(Class<?>) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
isWrapperFor(Class<?>) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
isWrapperFor(Class<?>) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSetMetaData
 
isWrapperFor(Class<?>) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
isWritable(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
 
isWritable(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSetMetaData
 
IteratorCursor<E> - Class in org.apache.calcite.avatica.util
Implementation of Cursor on top of an Iterator that returns a record for each row.
IteratorCursor(Iterator<E>) - Constructor for class org.apache.calcite.avatica.util.IteratorCursor
Creates an IteratorCursor.

J

JAVA_SQL_DATE_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
JAVA_SQL_DATE = 18;
JAVA_SQL_TIME_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
JAVA_SQL_TIME = 16;
JAVA_SQL_TIMESTAMP_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
JAVA_SQL_TIMESTAMP = 17;
JAVA_UTIL_DATE_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
JAVA_UTIL_DATE = 19;
jdbcCompliant - Variable in class org.apache.calcite.avatica.DriverVersion
 
jdbcCompliant() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDriver
 
jdbcCompliant() - Method in class org.apache.calcite.avatica.UnregisteredDriver
 
jdbcGet(ResultSet, int) - Method in enum org.apache.calcite.avatica.ColumnMetaData.Rep
Returns the value of a column of this type from a result set.
JdbcMeta - Class in org.apache.calcite.avatica.jdbc
Implementation of Meta upon an existing JDBC data source.
JdbcMeta(String) - Constructor for class org.apache.calcite.avatica.jdbc.JdbcMeta
Creates a JdbcMeta.
JdbcMeta(String, String, String) - Constructor for class org.apache.calcite.avatica.jdbc.JdbcMeta
Creates a JdbcMeta.
JdbcMeta(String, Properties) - Constructor for class org.apache.calcite.avatica.jdbc.JdbcMeta
 
JdbcMeta(String, Properties, MetricsSystem) - Constructor for class org.apache.calcite.avatica.jdbc.JdbcMeta
Creates a JdbcMeta.
JdbcMeta.ConnectionCacheSettings - Enum in org.apache.calcite.avatica.jdbc
Configurable connection cache settings.
JdbcMeta.StatementCacheSettings - Enum in org.apache.calcite.avatica.jdbc
Configurable statement cache settings.
join() - Method in class org.apache.calcite.avatica.server.HttpServer
 
join() - Method in class org.apache.calcite.avatica.standalone.StandaloneServer
 
JsonHandler - Class in org.apache.calcite.avatica.remote
Implementation of Handler that decodes JSON requests, sends them to a Service, and encodes the responses into JSON.
JsonHandler(Service, MetricsSystem) - Constructor for class org.apache.calcite.avatica.remote.JsonHandler
 
JsonService - Class in org.apache.calcite.avatica.remote
Implementation of Service that encodes requests and responses as JSON.
JsonService() - Constructor for class org.apache.calcite.avatica.remote.JsonService
 

K

KerberosConnection - Class in org.apache.calcite.avatica.remote
A utility to perform Kerberos logins and renewals.
KerberosConnection(String, File) - Constructor for class org.apache.calcite.avatica.remote.KerberosConnection
Constructs an instance.
kerberosKeytab() - Method in interface org.apache.calcite.avatica.ConnectionConfig
 
kerberosKeytab() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
 
kerberosPrincipal() - Method in interface org.apache.calcite.avatica.ConnectionConfig
 
kerberosPrincipal() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
 
key() - Method in enum org.apache.calcite.avatica.jdbc.JdbcMeta.ConnectionCacheSettings
The configuration key for specifying this setting.
key() - Method in enum org.apache.calcite.avatica.jdbc.JdbcMeta.StatementCacheSettings
The configuration key for specifying this setting.
key - Variable in class org.apache.calcite.avatica.util.PositionedCursor.MapGetter
 
KEY_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
 
keyPassword() - Method in interface org.apache.calcite.avatica.ConnectionConfig
 
keyPassword() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
 
keyPassword - Variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
 
keySeq - Variable in class org.apache.calcite.avatica.MetaImpl.MetaCrossReference
 
keySeq - Variable in class org.apache.calcite.avatica.MetaImpl.MetaExportedKey
 
keySeq - Variable in class org.apache.calcite.avatica.MetaImpl.MetaImportedKey
 
keySeq - Variable in class org.apache.calcite.avatica.MetaImpl.MetaPrimaryKey
 
keystore() - Method in interface org.apache.calcite.avatica.ConnectionConfig
 
keystore() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
 
keystore - Variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
 
KeyStoreConfigurable - Interface in org.apache.calcite.avatica.remote
Allows a keystore (and keystorepassword, keypassword) to be provided to enable MTLS authentication
keystorePassword() - Method in interface org.apache.calcite.avatica.ConnectionConfig
 
keystorePassword() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
 
keystorePassword - Variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
 
klass - Variable in enum org.apache.calcite.avatica.SqlState
 

L

label - Variable in class org.apache.calcite.avatica.ColumnMetaData
 
LABEL_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
last() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
last() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
length - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunctionColumn
 
length - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
 
length() - Method in class org.apache.calcite.avatica.util.ByteString
Returns the number of bytes in this byte string.
LIST - Static variable in class org.apache.calcite.avatica.Meta.CursorFactory
 
LIST_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.CursorFactory.Style
LIST = 4;
ListGetter(int) - Constructor for class org.apache.calcite.avatica.util.PositionedCursor.ListGetter
 
ListIteratorCursor - Class in org.apache.calcite.avatica.util
Implementation of Cursor on top of an Iterator that returns a List for each row.
ListIteratorCursor(Iterator<List<Object>>) - Constructor for class org.apache.calcite.avatica.util.ListIteratorCursor
Creates a RecordEnumeratorCursor.
literalPrefix - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
 
literalSuffix - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
 
load(Class<? extends UnregisteredDriver>, String, String, String, String, String) - Static method in class org.apache.calcite.avatica.DriverVersion
Loads a driver version from a properties file, read from the classpath.
load(MetricsSystemConfiguration<?>) - Static method in class org.apache.calcite.avatica.metrics.MetricsSystemLoader
Creates a MetricsSystem instance using the corresponding MetricsSystemFactory available to ServiceLoader on the classpath.
loadKeyStore(SSLContextBuilder) - Method in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
 
loadTrustStore(SSLContextBuilder) - Method in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
 
localCalendar - Variable in class org.apache.calcite.avatica.AvaticaResultSet
 
localCalendar() - Static method in class org.apache.calcite.avatica.util.Unsafe
Returns a Calendar with the local time zone and root locale.
LocalJsonService - Class in org.apache.calcite.avatica.remote
Implementation of Service that goes to an in-process instance of Service.
LocalJsonService(Service) - Constructor for class org.apache.calcite.avatica.remote.LocalJsonService
 
LocalProtobufService - Class in org.apache.calcite.avatica.remote
A Service implementation that performs protocol buffer serialization on request and responses on either side of computing a response from a request to mimic some transport to a server which would normally perform such computation.
LocalProtobufService(Service, ProtobufTranslation) - Constructor for class org.apache.calcite.avatica.remote.LocalProtobufService
 
LocalService - Class in org.apache.calcite.avatica.remote
Implementation of Service that talks to a local Meta.
LocalService(Meta) - Constructor for class org.apache.calcite.avatica.remote.LocalService
 
LocalService(Meta, MetricsSystem) - Constructor for class org.apache.calcite.avatica.remote.LocalService
 
localTypeName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
 
locatorsUpdateCopy() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
locatorsUpdateCopy() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
login() - Method in class org.apache.calcite.avatica.remote.KerberosConnection
Perform a Kerberos login and launch a daemon thread to periodically perfrom renewals of that Kerberos login.
login(String, Object, ServletRequest) - Method in class org.apache.calcite.avatica.server.PropertyBasedSpnegoLoginService
 
LONG_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
LONG = 13;
lookupStatement(Meta.StatementHandle) - Method in class org.apache.calcite.avatica.AvaticaConnection
Creates a statement wrapper around an existing handle.

M

Main - Class in org.apache.calcite.avatica.server
Jetty handler that executes Avatica JSON request-responses.
main(String[]) - Static method in class org.apache.calcite.avatica.server.Main
 
main(String[]) - Static method in class org.apache.calcite.avatica.standalone.StandaloneServer
 
main(String[]) - Static method in class org.apache.calcite.avatica.tck.TestRunner
 
Main.HandlerFactory - Interface in org.apache.calcite.avatica.server
Factory that instantiates Jetty Handlers
majorVersion - Variable in class org.apache.calcite.avatica.DriverVersion
 
map(List<String>) - Static method in class org.apache.calcite.avatica.Meta.CursorFactory
 
map - Variable in class org.apache.calcite.avatica.remote.Service.DatabasePropertyResponse
 
MAP_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.CursorFactory.Style
MAP = 5;
MapGetter(K) - Constructor for class org.apache.calcite.avatica.util.PositionedCursor.MapGetter
 
MapIteratorCursor - Class in org.apache.calcite.avatica.util
Implementation of Cursor on top of an Iterator that returns a Map for each row.
MapIteratorCursor(Iterator<Map<String, Object>>, List<String>) - Constructor for class org.apache.calcite.avatica.util.MapIteratorCursor
Creates a MapIteratorCursor.
MAPPER - Static variable in class org.apache.calcite.avatica.remote.JsonHandler
 
MAPPER - Static variable in class org.apache.calcite.avatica.remote.JsonService
 
mark() - Method in class org.apache.calcite.avatica.metrics.dropwizard.DropwizardMeter
 
mark(long) - Method in class org.apache.calcite.avatica.metrics.dropwizard.DropwizardMeter
 
mark() - Method in interface org.apache.calcite.avatica.metrics.Meter
Records one occurrence.
mark(long) - Method in interface org.apache.calcite.avatica.metrics.Meter
Records events occurrences.
mark() - Method in class org.apache.calcite.avatica.metrics.noop.NoopMeter
 
mark(long) - Method in class org.apache.calcite.avatica.metrics.noop.NoopMeter
 
MAX - Static variable in class org.apache.calcite.avatica.util.Spaces
The longest possible string of spaces.
MAX_ROW_COUNT_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
 
MAX_ROW_COUNT_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
 
MAX_ROWS_TOTAL_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
 
MAX_ROWS_TOTAL_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
 
maximumScale - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
 
maxLen - Variable in class org.apache.calcite.avatica.MetaImpl.MetaClientInfoProperty
 
maxRetriesPerExecute - Variable in class org.apache.calcite.avatica.AvaticaConnection
 
maxRowCount - Variable in class org.apache.calcite.avatica.AvaticaStatement
 
maxRowCount - Variable in class org.apache.calcite.avatica.remote.Service.ExecuteRequest
 
maxRowCount - Variable in class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteRequest
 
maxRowCount - Variable in class org.apache.calcite.avatica.remote.Service.PrepareRequest
 
maxRowsInFirstFrame - Variable in class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteRequest
 
merge(Meta.ConnectionProperties) - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
Overwrites fields in this with any non-null fields in that.
merge(Meta.ConnectionProperties) - Method in interface org.apache.calcite.avatica.Meta.ConnectionProperties
Overwrite fields in this with any non-null fields in that
MERGE_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.StatementType
MERGE = 5;
mergeComponent(Common.AvaticaType) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
Only present when name = ARRAY
mergeConnProps(Common.ConnectionProperties) - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
.ConnectionProperties conn_props = 2;
mergeConnProps(Common.ConnectionProperties) - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
.ConnectionProperties conn_props = 1;
mergeCursorFactory(Common.CursorFactory) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
.CursorFactory cursor_factory = 4;
mergeFirstFrame(Common.Frame) - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
.Frame first_frame = 5;
mergeFrame(Common.Frame) - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
.Frame frame = 1;
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
 
mergeFrom(Common.AvaticaParameter) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
 
mergeFrom(Common.AvaticaType) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
 
mergeFrom(Common.ColumnMetaData) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
 
mergeFrom(Common.ColumnValue) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
 
mergeFrom(Common.ConnectionProperties) - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
 
mergeFrom(Common.CursorFactory) - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty.Builder
 
mergeFrom(Common.DatabaseProperty) - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
 
mergeFrom(Common.Frame) - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
 
mergeFrom(Common.MetaDataOperationArgument) - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
 
mergeFrom(Common.QueryState) - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
 
mergeFrom(Common.Row) - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
 
mergeFrom(Common.Signature) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
 
mergeFrom(Common.StatementHandle) - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
 
mergeFrom(Common.TypedValue) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Common.WireMessage.Builder
 
mergeFrom(Common.WireMessage) - Method in class org.apache.calcite.avatica.proto.Common.WireMessage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Common.WireMessage.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest.Builder
 
mergeFrom(Requests.CatalogsRequest) - Method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest.Builder
 
mergeFrom(Requests.CloseConnectionRequest) - Method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest.Builder
 
mergeFrom(Requests.CloseStatementRequest) - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
 
mergeFrom(Requests.ColumnsRequest) - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Requests.CommitRequest.Builder
 
mergeFrom(Requests.CommitRequest) - Method in class org.apache.calcite.avatica.proto.Requests.CommitRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.CommitRequest.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
 
mergeFrom(Requests.ConnectionSyncRequest) - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest.Builder
 
mergeFrom(Requests.CreateStatementRequest) - Method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest.Builder
 
mergeFrom(Requests.DatabasePropertyRequest) - Method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
 
mergeFrom(Requests.ExecuteBatchRequest) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
 
mergeFrom(Requests.ExecuteRequest) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
 
mergeFrom(Requests.FetchRequest) - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
 
mergeFrom(Requests.OpenConnectionRequest) - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest.Builder
 
mergeFrom(Requests.PrepareAndExecuteBatchRequest) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
 
mergeFrom(Requests.PrepareAndExecuteRequest) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
 
mergeFrom(Requests.PrepareRequest) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest.Builder
 
mergeFrom(Requests.RollbackRequest) - Method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
 
mergeFrom(Requests.SchemasRequest) - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
 
mergeFrom(Requests.SyncResultsRequest) - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
 
mergeFrom(Requests.TablesRequest) - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest.Builder
 
mergeFrom(Requests.TableTypesRequest) - Method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest.Builder
 
mergeFrom(Requests.TypeInfoRequest) - Method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch.Builder
 
mergeFrom(Requests.UpdateBatch) - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse.Builder
 
mergeFrom(Responses.CloseConnectionResponse) - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse.Builder
 
mergeFrom(Responses.CloseStatementResponse) - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Responses.CommitResponse.Builder
 
mergeFrom(Responses.CommitResponse) - Method in class org.apache.calcite.avatica.proto.Responses.CommitResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Responses.CommitResponse.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
 
mergeFrom(Responses.ConnectionSyncResponse) - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
 
mergeFrom(Responses.CreateStatementResponse) - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
 
mergeFrom(Responses.DatabasePropertyElement) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
 
mergeFrom(Responses.DatabasePropertyResponse) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
 
mergeFrom(Responses.ErrorResponse) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
 
mergeFrom(Responses.ExecuteBatchResponse) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
 
mergeFrom(Responses.ExecuteResponse) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
 
mergeFrom(Responses.FetchResponse) - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse.Builder
 
mergeFrom(Responses.OpenConnectionResponse) - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
 
mergeFrom(Responses.PrepareResponse) - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
 
mergeFrom(Responses.ResultSetResponse) - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse.Builder
 
mergeFrom(Responses.RollbackResponse) - Method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata.Builder
 
mergeFrom(Responses.RpcMetadata) - Method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
 
mergeFrom(Responses.SyncResultsResponse) - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
 
mergeKey(Common.DatabaseProperty) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
.DatabaseProperty key = 1;
mergeMetadata(Responses.RpcMetadata) - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse.Builder
.RpcMetadata metadata = 1;
mergeMetadata(Responses.RpcMetadata) - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse.Builder
.RpcMetadata metadata = 1;
mergeMetadata(Responses.RpcMetadata) - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
.RpcMetadata metadata = 2;
mergeMetadata(Responses.RpcMetadata) - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
.RpcMetadata metadata = 3;
mergeMetadata(Responses.RpcMetadata) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
.RpcMetadata metadata = 3;
mergeMetadata(Responses.RpcMetadata) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
.RpcMetadata metadata = 2;
mergeMetadata(Responses.RpcMetadata) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
.RpcMetadata metadata = 6;
mergeMetadata(Responses.RpcMetadata) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
.RpcMetadata metadata = 5;
mergeMetadata(Responses.RpcMetadata) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
.RpcMetadata metadata = 3;
mergeMetadata(Responses.RpcMetadata) - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
.RpcMetadata metadata = 4;
mergeMetadata(Responses.RpcMetadata) - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse.Builder
.RpcMetadata metadata = 1;
mergeMetadata(Responses.RpcMetadata) - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
.RpcMetadata metadata = 2;
mergeMetadata(Responses.RpcMetadata) - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
with no signature nor other data.
mergeMetadata(Responses.RpcMetadata) - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
.RpcMetadata metadata = 3;
mergeScalarValue(Common.TypedValue) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
.TypedValue scalar_value = 4;
mergeSignature(Common.Signature) - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
.Signature signature = 3;
mergeSignature(Common.Signature) - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
.Signature signature = 4;
mergeState(Common.QueryState) - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
.QueryState state = 3;
mergeStatement(Common.StatementHandle) - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
.StatementHandle statement = 1;
mergeStatementHandle(Common.StatementHandle) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
.StatementHandle statementHandle = 1;
mergeType(Common.AvaticaType) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
.AvaticaType type = 20;
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Common.WireMessage.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Requests.CommitRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Responses.CommitResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
 
mergeValue(Common.TypedValue) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
.TypedValue value = 2;
meta - Variable in class org.apache.calcite.avatica.AvaticaConnection
 
Meta - Interface in org.apache.calcite.avatica
Command handler for getting various metadata.
Meta.ConnectionHandle - Class in org.apache.calcite.avatica
Connection handle.
Meta.ConnectionProperties - Interface in org.apache.calcite.avatica
A pojo containing various client-settable Connection properties.
Meta.CursorFactory - Class in org.apache.calcite.avatica
Information necessary to convert an Iterable into a Cursor.
Meta.DatabaseProperty - Enum in org.apache.calcite.avatica
Database property.
Meta.ExecuteBatchResult - Class in org.apache.calcite.avatica
Response from a collection of SQL commands or parameter values in a single batch.
Meta.ExecuteResult - Class in org.apache.calcite.avatica
Response from execute.
Meta.Factory - Interface in org.apache.calcite.avatica
Factory to create instances of Meta.
Meta.Frame - Class in org.apache.calcite.avatica
A collection of rows.
Meta.MetaResultSet - Class in org.apache.calcite.avatica
Meta data from which a result set can be constructed.
Meta.Pat - Class in org.apache.calcite.avatica
Wrapper to remind API calls that a parameter is a pattern (allows '%' and '_' wildcards, per the JDBC spec) rather than a string to be matched exactly.
Meta.PrepareCallback - Interface in org.apache.calcite.avatica
API to put a result set into a statement, being careful to enforce thread-safety and not to overwrite existing open result sets.
Meta.Signature - Class in org.apache.calcite.avatica
Result of preparing a statement.
Meta.StatementHandle - Class in org.apache.calcite.avatica
Statement handle.
Meta.StatementType - Enum in org.apache.calcite.avatica
Type of statement.
Meta.Style - Enum in org.apache.calcite.avatica
How logical fields are represented in the objects returned by the iterator.
MetaAttribute(String, String, String, String, int, String, Integer, Integer, Integer, int, Integer, int, String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaAttribute
 
MetaBestRowIdentifier(short, String, int, String, Integer, Short, short) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaBestRowIdentifier
 
MetaCatalog(String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaCatalog
 
MetaClientInfoProperty(String, int, String, String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaClientInfoProperty
 
MetaColumn(String, String, String, String, int, String, Integer, Integer, Integer, int, Integer, int, String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaColumn
 
MetaColumnPrivilege(String, String, String, String, String, String, String, String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaColumnPrivilege
 
MetaCrossReference(String, String, String, String, String, String, String, String, short, short, short, String, String, short) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaCrossReference
 
metaData - Variable in class org.apache.calcite.avatica.AvaticaConnection
 
METADATA_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
 
METADATA_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
 
METADATA_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
 
METADATA_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
 
METADATA_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
 
METADATA_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
 
METADATA_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
METADATA_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
 
METADATA_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
 
METADATA_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.FetchResponse
 
METADATA_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
 
METADATA_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
 
METADATA_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
 
METADATA_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
 
METADATA_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.StateType
METADATA = 1;
metaDataOperation - Variable in class org.apache.calcite.avatica.QueryState
 
MetaDataOperation - Enum in org.apache.calcite.avatica.remote
Identifies an operation from DatabaseMetaData which returns a ResultSet.
MetadataTest - Class in org.apache.calcite.avatica.tck.tests
Test class for metadata operations (parameter, resultset).
MetadataTest() - Constructor for class org.apache.calcite.avatica.tck.tests.MetadataTest
 
MetaExportedKey(String, String, String, String, String, String, String, String, short, short, short, String, String, short) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaExportedKey
 
MetaFunction(String, String, String, short, String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaFunction
 
MetaFunctionColumn(String, String, String, String, short, int, String, Integer, Integer, Short, Short, short, Integer, int, String, String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaFunctionColumn
 
MetaImpl - Class in org.apache.calcite.avatica
Basic implementation of Meta.
MetaImpl(AvaticaConnection) - Constructor for class org.apache.calcite.avatica.MetaImpl
 
MetaImpl.ColumnNoNulls - Annotation Type in org.apache.calcite.avatica
Annotation that indicates that a meta field may not contain null values.
MetaImpl.ColumnNullable - Annotation Type in org.apache.calcite.avatica
Annotation that indicates that a meta field may contain null values.
MetaImpl.ColumnNullableUnknown - Annotation Type in org.apache.calcite.avatica
Annotation that indicates that it is unknown whether a meta field may contain null values.
MetaImpl.MetaAttribute - Class in org.apache.calcite.avatica
Metadata describing an attribute.
MetaImpl.MetaBestRowIdentifier - Class in org.apache.calcite.avatica
Metadata describing the best identifier for a row.
MetaImpl.MetaCatalog - Class in org.apache.calcite.avatica
Metadata describing a catalog.
MetaImpl.MetaClientInfoProperty - Class in org.apache.calcite.avatica
Metadata describing a client info property.
MetaImpl.MetaColumn - Class in org.apache.calcite.avatica
Metadata describing a column.
MetaImpl.MetaColumnPrivilege - Class in org.apache.calcite.avatica
Metadata describing a column privilege.
MetaImpl.MetaCrossReference - Class in org.apache.calcite.avatica
Metadata describing a cross reference.
MetaImpl.MetaExportedKey - Class in org.apache.calcite.avatica
Metadata describing an exported key.
MetaImpl.MetaFunction - Class in org.apache.calcite.avatica
Metadata describing a function.
MetaImpl.MetaFunctionColumn - Class in org.apache.calcite.avatica
Metadata describing a function column.
MetaImpl.MetaImportedKey - Class in org.apache.calcite.avatica
Metadata describing an imported key.
MetaImpl.MetaIndexInfo - Class in org.apache.calcite.avatica
Metadata describing index info.
MetaImpl.MetaPrimaryKey - Class in org.apache.calcite.avatica
Metadata describing a primary key.
MetaImpl.MetaProcedure - Class in org.apache.calcite.avatica
Metadata describing a procedure.
MetaImpl.MetaProcedureColumn - Class in org.apache.calcite.avatica
Metadata describing a procedure column.
MetaImpl.MetaPseudoColumn - Class in org.apache.calcite.avatica
Metadata describing a pseudo column.
MetaImpl.MetaSchema - Class in org.apache.calcite.avatica
Metadata describing a schema.
MetaImpl.MetaSuperTable - Class in org.apache.calcite.avatica
Metadata describing a super-table.
MetaImpl.MetaSuperType - Class in org.apache.calcite.avatica
Metadata describing a super-type.
MetaImpl.MetaTable - Class in org.apache.calcite.avatica
Metadata describing a table.
MetaImpl.MetaTablePrivilege - Class in org.apache.calcite.avatica
Metadata describing a table privilege.
MetaImpl.MetaTableType - Class in org.apache.calcite.avatica
Metadata describing a table type.
MetaImpl.MetaTypeInfo - Class in org.apache.calcite.avatica
Metadata describing type info.
MetaImpl.MetaUdt - Class in org.apache.calcite.avatica
Metadata describing a user-defined type.
MetaImpl.MetaVersionColumn - Class in org.apache.calcite.avatica
Metadata describing a version column.
MetaImpl.Named - Interface in org.apache.calcite.avatica
An object that has a name.
MetaImportedKey(String, String, String, String, String, String, String, String, short, short, short, String, String, short) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaImportedKey
 
MetaIndexInfo(String, String, String, boolean, String, String, short, short, String, String, long, long, String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaIndexInfo
 
MetaProcedure(String, String, String, short, String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaProcedure
 
MetaProcedureColumn(String, String, String, String, short, int, String, Integer, Integer, Short, Short, short, String, Integer, int, String, String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
 
MetaPseudoColumn(String, String, String, String, int, Integer, Integer, Integer, String, Integer, String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaPseudoColumn
 
MetaResultSet(String, int, boolean, Meta.Signature, Meta.Frame, int) - Constructor for class org.apache.calcite.avatica.Meta.MetaResultSet
Deprecated.
MetaResultSet(String, int, boolean, Meta.Signature, Meta.Frame, long) - Constructor for class org.apache.calcite.avatica.Meta.MetaResultSet
 
MetaSchema(String, String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaSchema
 
MetaSuperTable(String, String, String, String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaSuperTable
 
MetaSuperType(String, String, String, String, String, String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaSuperType
 
MetaTable(String, String, String, String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaTable
 
MetaTablePrivilege(String, String, String, String, String, String, String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaTablePrivilege
 
MetaTableType(String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaTableType
 
MetaTypeInfo(String, int, Integer, String, String, short, boolean, short, boolean, boolean, boolean, Short, Short, Integer) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
 
MetaUdt(String, String, String, String, int, Short) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaUdt
 
Meter - Interface in org.apache.calcite.avatica.metrics
A metric which measure the rate at which some operation is invoked.
method - Variable in enum org.apache.calcite.avatica.Meta.DatabaseProperty
 
methodName - Variable in enum org.apache.calcite.avatica.SqlType.Method
 
Metric - Interface in org.apache.calcite.avatica.metrics
Parent interface for all metrics.
MetricsAwareAvaticaHandler - Interface in org.apache.calcite.avatica.server
An AvaticaHandler that is capable of collecting metrics.
MetricsHelper - Class in org.apache.calcite.avatica.remote
A utility class to encapsulate common logic in use of metrics implementation.
MetricsSystem - Interface in org.apache.calcite.avatica.metrics
General purpose factory for creating various metrics.
MetricsSystemConfiguration<T> - Interface in org.apache.calcite.avatica.metrics
A container used by a MetricsSystemFactory to create a MetricsSystem.
MetricsSystemFactory - Interface in org.apache.calcite.avatica.metrics
A factory class for creating instances of MetricsSystem.
MetricsSystemLoader - Class in org.apache.calcite.avatica.metrics
A utility encapsulating use of ServiceLoader to instantiate a MetricsSystem.
MILLIS_PER_DAY - Static variable in class org.apache.calcite.avatica.util.DateTimeUtils
The number of milliseconds in a day.
MILLIS_PER_HOUR - Static variable in class org.apache.calcite.avatica.util.DateTimeUtils
The number of milliseconds in an hour.
MILLIS_PER_MINUTE - Static variable in class org.apache.calcite.avatica.util.DateTimeUtils
The number of milliseconds in a minute.
MILLIS_PER_SECOND - Static variable in class org.apache.calcite.avatica.util.DateTimeUtils
The number of milliseconds in a second.
minimumScale - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
 
minorVersion - Variable in class org.apache.calcite.avatica.DriverVersion
 
MISSING_CONNECTION_ERROR_CODE - Static variable in class org.apache.calcite.avatica.remote.Service.ErrorResponse
 
MISSING_RESULTS_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.FetchResponse
 
MISSING_STATEMENT_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
 
MISSING_STATEMENT_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
 
MISSING_STATEMENT_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.FetchResponse
 
MISSING_STATEMENT_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
 
missingResults - Variable in class org.apache.calcite.avatica.remote.Service.FetchResponse
 
MissingResultsException - Exception in org.apache.calcite.avatica
An Exception which denotes that a cached Statement is present but has no ResultSet.
MissingResultsException(Meta.StatementHandle) - Constructor for exception org.apache.calcite.avatica.MissingResultsException
 
missingStatement - Variable in class org.apache.calcite.avatica.remote.Service.ExecuteBatchResponse
 
missingStatement - Variable in class org.apache.calcite.avatica.remote.Service.ExecuteResponse
 
missingStatement - Variable in class org.apache.calcite.avatica.remote.Service.FetchResponse
 
missingStatement - Variable in class org.apache.calcite.avatica.remote.Service.SyncResultsResponse
 
MockJsonService - Class in org.apache.calcite.avatica.remote
Mock implementation of Service that encodes its requests and responses as JSON and looks up responses from a pre-defined map.
MockJsonService(Map<String, String>) - Constructor for class org.apache.calcite.avatica.remote.MockJsonService
 
MockJsonService.Factory - Class in org.apache.calcite.avatica.remote
Factory that creates a MockJsonService.
MockProtobufService - Class in org.apache.calcite.avatica.remote
A mock implementation of ProtobufService for testing.
MockProtobufService(String) - Constructor for class org.apache.calcite.avatica.remote.MockProtobufService
 
MockProtobufService.MockProtobufServiceFactory - Class in org.apache.calcite.avatica.remote
A factory that instantiates the mock protobuf service.
MockProtobufServiceFactory() - Constructor for class org.apache.calcite.avatica.remote.MockProtobufService.MockProtobufServiceFactory
 
monthly() - Method in enum org.apache.calcite.avatica.util.TimeUnitRange
Whether this is in the YEAR-TO-MONTH family of intervals.
MORE - Static variable in class org.apache.calcite.avatica.Meta.Frame
Frame that has zero rows but may have another frame.
MORE_RESULTS_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
 
moreResults - Variable in class org.apache.calcite.avatica.remote.Service.SyncResultsResponse
 
moveToCurrentRow() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
moveToCurrentRow() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
moveToInsertRow() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
moveToInsertRow() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
multiplier - Variable in enum org.apache.calcite.avatica.util.TimeUnit
 
MULTISET_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
MULTISET = 29;

N

name - Variable in class org.apache.calcite.avatica.AvaticaParameter
 
name - Variable in class org.apache.calcite.avatica.ColumnMetaData.AvaticaType
 
name() - Method in interface org.apache.calcite.avatica.ConnectionProperty
The name of this property.
name - Variable in class org.apache.calcite.avatica.DriverVersion
 
name - Variable in class org.apache.calcite.avatica.MetaImpl.MetaClientInfoProperty
 
name - Variable in class org.apache.calcite.avatica.tck.tests.BaseTckTest
 
NAME_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
 
NAME_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.AvaticaType
 
NAME_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
 
NAME_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.WireMessage
 
nativeSQL(String) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
nativeSQL(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
 
newBuilder(Common.AvaticaParameter) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaType
 
newBuilder(Common.AvaticaType) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaType
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
newBuilder(Common.ColumnMetaData) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Common.ColumnValue
 
newBuilder(Common.ColumnValue) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnValue
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
newBuilder(Common.ConnectionProperties) - Static method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Common.CursorFactory
 
newBuilder(Common.CursorFactory) - Static method in class org.apache.calcite.avatica.proto.Common.CursorFactory
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
 
newBuilder(Common.DatabaseProperty) - Static method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Common.Frame
 
newBuilder(Common.Frame) - Static method in class org.apache.calcite.avatica.proto.Common.Frame
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
 
newBuilder(Common.MetaDataOperationArgument) - Static method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Common.QueryState
 
newBuilder(Common.QueryState) - Static method in class org.apache.calcite.avatica.proto.Common.QueryState
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Common.Row
 
newBuilder(Common.Row) - Static method in class org.apache.calcite.avatica.proto.Common.Row
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Common.Signature
 
newBuilder(Common.Signature) - Static method in class org.apache.calcite.avatica.proto.Common.Signature
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Common.StatementHandle
 
newBuilder(Common.StatementHandle) - Static method in class org.apache.calcite.avatica.proto.Common.StatementHandle
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Common.TypedValue
 
newBuilder(Common.TypedValue) - Static method in class org.apache.calcite.avatica.proto.Common.TypedValue
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Common.WireMessage
 
newBuilder(Common.WireMessage) - Static method in class org.apache.calcite.avatica.proto.Common.WireMessage
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
 
newBuilder(Requests.CatalogsRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
 
newBuilder(Requests.CloseConnectionRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
 
newBuilder(Requests.CloseStatementRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
 
newBuilder(Requests.ColumnsRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
 
newBuilder(Requests.CommitRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
 
newBuilder(Requests.ConnectionSyncRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
 
newBuilder(Requests.CreateStatementRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
 
newBuilder(Requests.DatabasePropertyRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
 
newBuilder(Requests.ExecuteBatchRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
 
newBuilder(Requests.ExecuteRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
 
newBuilder(Requests.FetchRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
 
newBuilder(Requests.OpenConnectionRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
 
newBuilder(Requests.PrepareAndExecuteBatchRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
 
newBuilder(Requests.PrepareAndExecuteRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
 
newBuilder(Requests.PrepareRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
 
newBuilder(Requests.RollbackRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
 
newBuilder(Requests.SchemasRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
 
newBuilder(Requests.SyncResultsRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
 
newBuilder(Requests.TablesRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
 
newBuilder(Requests.TableTypesRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
 
newBuilder(Requests.TypeInfoRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch
 
newBuilder(Requests.UpdateBatch) - Static method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
 
newBuilder(Responses.CloseConnectionResponse) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
 
newBuilder(Responses.CloseStatementResponse) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Responses.CommitResponse
 
newBuilder(Responses.CommitResponse) - Static method in class org.apache.calcite.avatica.proto.Responses.CommitResponse
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
 
newBuilder(Responses.ConnectionSyncResponse) - Static method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
 
newBuilder(Responses.CreateStatementResponse) - Static method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
 
newBuilder(Responses.DatabasePropertyElement) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
 
newBuilder(Responses.DatabasePropertyResponse) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
newBuilder(Responses.ErrorResponse) - Static method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
 
newBuilder(Responses.ExecuteBatchResponse) - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
 
newBuilder(Responses.ExecuteResponse) - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
 
newBuilder(Responses.FetchResponse) - Static method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
 
newBuilder(Responses.OpenConnectionResponse) - Static method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
 
newBuilder(Responses.PrepareResponse) - Static method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
 
newBuilder(Responses.ResultSetResponse) - Static method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
 
newBuilder(Responses.RollbackResponse) - Static method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
 
newBuilder(Responses.RpcMetadata) - Static method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
 
newBuilder(Responses.SyncResultsResponse) - Static method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
 
newBuilder() - Static method in class org.apache.calcite.avatica.server.HttpServer.Builder
Creates a typed Builder for Server customization.
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Common.Frame
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Common.Frame
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Common.QueryState
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Common.QueryState
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Common.Row
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Common.Row
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Common.Signature
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Common.Signature
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Common.WireMessage
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Common.WireMessage
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Responses.CommitResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Responses.CommitResponse
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
 
newConnection(UnregisteredDriver, AvaticaFactory, String, Properties) - Method in interface org.apache.calcite.avatica.AvaticaFactory
 
newDatabaseMetaData(AvaticaConnection) - Method in interface org.apache.calcite.avatica.AvaticaFactory
Creates meta data for the database.
newDateFormat(String) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
Creates a new date formatter with Farrago specific options.
newPreparedStatement(AvaticaConnection, Meta.StatementHandle, Meta.Signature, int, int, int) - Method in interface org.apache.calcite.avatica.AvaticaFactory
 
newResultSet(AvaticaStatement, QueryState, Meta.Signature, TimeZone, Meta.Frame) - Method in interface org.apache.calcite.avatica.AvaticaFactory
Creates a result set.
newResultSetMetaData(AvaticaStatement, Meta.Signature) - Method in interface org.apache.calcite.avatica.AvaticaFactory
Creates meta data for a result set.
newStatement(AvaticaConnection, Meta.StatementHandle, int, int, int) - Method in interface org.apache.calcite.avatica.AvaticaFactory
 
next() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
next() - Method in class org.apache.calcite.avatica.jdbc.StatementInfo
 
next() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
next() - Method in class org.apache.calcite.avatica.util.AbstractCursor
 
next() - Method in interface org.apache.calcite.avatica.util.Cursor
Moves to the next row.
next() - Method in class org.apache.calcite.avatica.util.IteratorCursor
 
nextArraySize(int) - Static method in class org.apache.calcite.avatica.util.UnsynchronizedBuffer
Determines what next array size should be by rounding up to next power of two.
NO_OPTIONS - Static variable in class org.apache.calcite.avatica.util.Base64
No options specified.
nonPrimitiveRepOf(SqlType) - Static method in enum org.apache.calcite.avatica.ColumnMetaData.Rep
Computes the given JDBC type for a primitive to the corresponding ColumnMetaData.Rep for the equivalent Object type.
nonUnique - Variable in class org.apache.calcite.avatica.MetaImpl.MetaIndexInfo
 
NoopContext() - Constructor for class org.apache.calcite.avatica.metrics.noop.NoopTimer.NoopContext
 
NoopCounter - Class in org.apache.calcite.avatica.metrics.noop
Counter implementation which does nothing.
NoopCounter() - Constructor for class org.apache.calcite.avatica.metrics.noop.NoopCounter
 
NoopHistogram - Class in org.apache.calcite.avatica.metrics.noop
Histogram which does nothing.
NoopHistogram() - Constructor for class org.apache.calcite.avatica.metrics.noop.NoopHistogram
 
NoopMeter - Class in org.apache.calcite.avatica.metrics.noop
Meter which does nothing.
NoopMeter() - Constructor for class org.apache.calcite.avatica.metrics.noop.NoopMeter
 
NoopMetricsSystem - Class in org.apache.calcite.avatica.metrics.noop
MetricsSystem implementation which does nothing.
NoopMetricsSystemConfiguration - Class in org.apache.calcite.avatica.metrics.noop
An empty configuration for the NoopMetricsSystem.
NoopMetricsSystemFactory - Class in org.apache.calcite.avatica.metrics.noop
NoopMetricsSystemFactory() - Constructor for class org.apache.calcite.avatica.metrics.noop.NoopMetricsSystemFactory
 
NoopTimer - Class in org.apache.calcite.avatica.metrics.noop
Timer which does nothing.
NoopTimer() - Constructor for class org.apache.calcite.avatica.metrics.noop.NoopTimer
 
NoopTimer.NoopContext - Class in org.apache.calcite.avatica.metrics.noop
Timer.Context which does nothing.
NoSuchConnectionException - Exception in org.apache.calcite.avatica
An Exception that denotes that the given Connection is not cached.
NoSuchConnectionException(String) - Constructor for exception org.apache.calcite.avatica.NoSuchConnectionException
 
NoSuchStatementException - Exception in org.apache.calcite.avatica
An Exception that denotes that the given Statement is not cached.
NoSuchStatementException(Meta.StatementHandle) - Constructor for exception org.apache.calcite.avatica.NoSuchStatementException
 
notifyAll(Object) - Static method in class org.apache.calcite.avatica.util.Unsafe
NULL_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.TypedValue
 
NULL_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.ArgumentType
NULL = 5;
NULL_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
NULL = 24;
nullable - Variable in class org.apache.calcite.avatica.ColumnMetaData
 
nullable - Variable in class org.apache.calcite.avatica.MetaImpl.MetaAttribute
 
nullable - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
 
nullable - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunctionColumn
 
nullable - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
 
nullable - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
 
NULLABLE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
nullPlusNonNullIsNull() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
nullPlusNonNullIsNull() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
nullsAreSortedAtEnd() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
nullsAreSortedAtEnd() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
nullsAreSortedAtStart() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
nullsAreSortedAtStart() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
nullsAreSortedHigh() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
nullsAreSortedHigh() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
nullsAreSortedLow() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
nullsAreSortedLow() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
NUM_EXECUTE_RETRIES_DEFAULT - Static variable in class org.apache.calcite.avatica.AvaticaConnection
 
NUM_EXECUTE_RETRIES_KEY - Static variable in class org.apache.calcite.avatica.AvaticaConnection
 
number(StringBuilder, int, int) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
 
NUMBER_CONVERTER - Static variable in class org.apache.calcite.avatica.ConnectionConfigImpl
 
NUMBER_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
NUMBER = 22;
NUMBER_VALUE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.TypedValue
 
numPrecRadix - Variable in class org.apache.calcite.avatica.MetaImpl.MetaAttribute
 
numPrecRadix - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
 
numPrecRadix - Variable in class org.apache.calcite.avatica.MetaImpl.MetaPseudoColumn
 
numPrecRadix - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
 

O

OBJECT - Static variable in class org.apache.calcite.avatica.Meta.CursorFactory
 
OBJECT_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.CursorFactory.Style
OBJECT = 0;
OBJECT_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
OBJECT = 23;
ObjectGetter(int) - Constructor for class org.apache.calcite.avatica.util.PositionedCursor.ObjectGetter
 
of(Type) - Static method in enum org.apache.calcite.avatica.ColumnMetaData.Rep
 
of(String) - Static method in class org.apache.calcite.avatica.Meta.Pat
 
of(String, int) - Static method in class org.apache.calcite.avatica.util.ByteString
Creates a byte string from a hexadecimal or binary string.
of(int) - Static method in class org.apache.calcite.avatica.util.Spaces
Returns a string of n spaces.
of(TimeUnit, TimeUnit) - Static method in enum org.apache.calcite.avatica.util.TimeUnitRange
Returns a TimeUnitRange with a given start and end unit.
ofBase64(String) - Static method in class org.apache.calcite.avatica.util.ByteString
Creates a byte string from a Base64 string.
offset - Variable in class org.apache.calcite.avatica.Meta.Frame
Zero-based offset of first row.
offset - Variable in class org.apache.calcite.avatica.remote.Service.FetchRequest
 
offset - Variable in class org.apache.calcite.avatica.remote.Service.SyncResultsRequest
 
OFFSET_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.Frame
 
OFFSET_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.FetchRequest
 
OFFSET_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
 
offsetDateTimeValue(Object) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
Returns the value of a OffsetDateTime as a string.
ofJdbc(ColumnMetaData.Rep, Object, Calendar) - Static method in class org.apache.calcite.avatica.remote.TypedValue
Creates a TypedValue from a value in JDBC representation.
ofJdbc(Object, Calendar) - Static method in class org.apache.calcite.avatica.remote.TypedValue
Creates a TypedValue from a value in JDBC representation, deducing its type.
ofLocal(ColumnMetaData.Rep, Object) - Static method in class org.apache.calcite.avatica.remote.TypedValue
Creates a TypedValue from a value in local representation.
ofSerial(ColumnMetaData.Rep, Object) - Static method in class org.apache.calcite.avatica.remote.TypedValue
Creates a TypedValue from a value in serial representation.
onConnectionClose(AvaticaConnection) - Method in interface org.apache.calcite.avatica.Handler
Called by container when a connection is being closed.
onConnectionClose(AvaticaConnection) - Method in class org.apache.calcite.avatica.HandlerImpl
 
onConnectionInit(AvaticaConnection) - Method in interface org.apache.calcite.avatica.Handler
Called by container when a connection is being created.
onConnectionInit(AvaticaConnection) - Method in class org.apache.calcite.avatica.HandlerImpl
 
onStatementClose(AvaticaStatement) - Method in interface org.apache.calcite.avatica.Handler
Called by container when a statement is being closed.
onStatementClose(AvaticaStatement) - Method in class org.apache.calcite.avatica.HandlerImpl
 
onStatementExecute(AvaticaStatement, Handler.ResultSink) - Method in interface org.apache.calcite.avatica.Handler
Called by container when a statement is being executed.
onStatementExecute(AvaticaStatement, Handler.ResultSink) - Method in class org.apache.calcite.avatica.HandlerImpl
 
OP_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.QueryState
 
openConnection() - Method in class org.apache.calcite.avatica.AvaticaConnection
Opens the connection on the server.
openConnection(Meta.ConnectionHandle, Map<String, String>) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
openConnection(Meta.ConnectionHandle, Map<String, String>) - Method in interface org.apache.calcite.avatica.Meta
Opens (creates) a connection.
openConnection(Meta.ConnectionHandle, Map<String, String>) - Method in class org.apache.calcite.avatica.MetaImpl
 
OpenConnectionRequest() - Constructor for class org.apache.calcite.avatica.remote.Service.OpenConnectionRequest
 
OpenConnectionRequest(String, Map<String, String>) - Constructor for class org.apache.calcite.avatica.remote.Service.OpenConnectionRequest
 
OpenConnectionResponse() - Constructor for class org.apache.calcite.avatica.remote.Service.OpenConnectionResponse
 
OpenConnectionResponse(Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.OpenConnectionResponse
 
openResultSet - Variable in class org.apache.calcite.avatica.AvaticaStatement
Current result set, or null if the statement is not executing anything.
operationArgs - Variable in class org.apache.calcite.avatica.QueryState
 
ORDERED - Static variable in class org.apache.calcite.avatica.util.Base64
Encode using the special "ordered" dialect of Base64 described here: http://www.faqs.org/qa/rfcc-1940.html.
ordinal - Variable in class org.apache.calcite.avatica.ColumnMetaData
 
ORDINAL_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
ordinalPosition - Variable in class org.apache.calcite.avatica.MetaImpl.MetaAttribute
 
ordinalPosition - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
 
ordinalPosition - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunctionColumn
 
ordinalPosition - Variable in class org.apache.calcite.avatica.MetaImpl.MetaIndexInfo
 
ordinalPosition - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
 
org.apache.calcite.avatica - package org.apache.calcite.avatica
Avatica JDBC framework.
org.apache.calcite.avatica.jdbc - package org.apache.calcite.avatica.jdbc
Implements an Avatica provider on top of an existing JDBC data source.
org.apache.calcite.avatica.metrics - package org.apache.calcite.avatica.metrics
Metrics for the Avatica framework.
org.apache.calcite.avatica.metrics.dropwizard - package org.apache.calcite.avatica.metrics.dropwizard
Dropwizard-Metrics (v3) implementation of the Avatica Metrics framework.
org.apache.calcite.avatica.metrics.noop - package org.apache.calcite.avatica.metrics.noop
No-operation implementation for the Avatica Metrics framework.
org.apache.calcite.avatica.noop - package org.apache.calcite.avatica.noop
A no-operation implementation of a JDBC driver built for testing Avatica.
org.apache.calcite.avatica.proto - package org.apache.calcite.avatica.proto
 
org.apache.calcite.avatica.remote - package org.apache.calcite.avatica.remote
JDBC driver that uses remote procedure calls.
org.apache.calcite.avatica.server - package org.apache.calcite.avatica.server
Avatica server that listens for HTTP requests.
org.apache.calcite.avatica.standalone - package org.apache.calcite.avatica.standalone
Avatica Server without any authentication for any JDBC driver.
org.apache.calcite.avatica.tck - package org.apache.calcite.avatica.tck
Avatica compatibility framework.
org.apache.calcite.avatica.tck.tests - package org.apache.calcite.avatica.tck.tests
Tests for the Avatica compatibility framework.
org.apache.calcite.avatica.util - package org.apache.calcite.avatica.util
Avatica utilities.
OTHER_DDL_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.StatementType
OTHER_DDL = 10;
OTHER_DML_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.StatementType
OTHER_DML = 6;
othersDeletesAreVisible(int) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
othersDeletesAreVisible(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
othersInsertsAreVisible(int) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
othersInsertsAreVisible(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
othersUpdatesAreVisible(int) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
othersUpdatesAreVisible(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
OutputStream(OutputStream) - Constructor for class org.apache.calcite.avatica.util.Base64.OutputStream
Constructs a Base64.OutputStream in ENCODE mode.
OutputStream(OutputStream, int) - Constructor for class org.apache.calcite.avatica.util.Base64.OutputStream
Constructs a Base64.OutputStream in either ENCODE or DECODE mode.
OWN_STATEMENT_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
 
ownDeletesAreVisible(int) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
ownDeletesAreVisible(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
ownInsertsAreVisible(int) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
ownInsertsAreVisible(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
ownStatement - Variable in class org.apache.calcite.avatica.Meta.MetaResultSet
 
ownStatement - Variable in class org.apache.calcite.avatica.remote.Service.ResultSetResponse
 
ownUpdatesAreVisible(int) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
ownUpdatesAreVisible(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 

P

p(int, Object) - Static method in class org.apache.calcite.avatica.remote.Service.Base
 
p(int, boolean) - Static method in class org.apache.calcite.avatica.remote.Service.Base
 
p(int, int) - Static method in class org.apache.calcite.avatica.remote.Service.Base
 
p(int, long) - Static method in class org.apache.calcite.avatica.remote.Service.Base
 
PackageMarker - Annotation Type in org.apache.calcite.avatica.metrics
This is a dummy annotation that forces javac to produce output for otherwise empty package-info.java.
PackageMarker - Annotation Type in org.apache.calcite.avatica.noop
This is a dummy annotation that forces javac to produce output for otherwise empty package-info.java.
PackageMarker - Annotation Type in org.apache.calcite.avatica.tck
This is a dummy annotation that forces javac to produce output for otherwise empty package-info.java.
PackageMarker - Annotation Type in org.apache.calcite.avatica.util
This is a dummy annotation that forces javac to produce output for otherwise empty package-info.java.
padLeft(String, int) - Static method in class org.apache.calcite.avatica.util.Spaces
Returns a string that is padded on the left with spaces to the given length.
padRight(String) - Method in class org.apache.calcite.avatica.util.Spacer
Returns a string that is padded on the right with spaces to the current length.
padRight(String, int) - Static method in class org.apache.calcite.avatica.util.Spaces
Returns a string that is padded on the right with spaces to the given length.
pages - Variable in class org.apache.calcite.avatica.MetaImpl.MetaIndexInfo
 
PARAMETER_TYPE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
 
PARAMETER_VALUES_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
 
PARAMETER_VALUES_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.UpdateBatch
 
parameterMetadata() - Method in class org.apache.calcite.avatica.tck.tests.MetadataTest
 
parameters(ParameterMetaData) - Static method in class org.apache.calcite.avatica.jdbc.JdbcMeta
Converts from JDBC metadata to Avatica parameters
parameters - Variable in class org.apache.calcite.avatica.Meta.Signature
 
PARAMETERS_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.Signature
 
parameterType - Variable in class org.apache.calcite.avatica.AvaticaParameter
 
parameterValueBatch - Variable in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
parameterValues - Variable in class org.apache.calcite.avatica.remote.Service.ExecuteBatchRequest
 
parameterValues - Variable in class org.apache.calcite.avatica.remote.Service.ExecuteRequest
 
parse(Properties, Map<String, ? extends ConnectionProperty>) - Static method in class org.apache.calcite.avatica.ConnectionConfigImpl
Converts a Properties object containing (name, value) pairs into a map whose keys are InternalProperty objects.
parse(String) - Static method in class org.apache.calcite.avatica.ConnectStringParser
Parses the connect string into a new Properties object.
parse(String, Properties) - Static method in class org.apache.calcite.avatica.ConnectStringParser
Parses the connect string into an existing Properties object.
parse(String, int) - Static method in class org.apache.calcite.avatica.util.ByteString
Parses a hexadecimal or binary string to a byte array.
parseBase64(String) - Static method in class org.apache.calcite.avatica.util.ByteString
Parses a Base64 to a byte array.
parseDateFormat(String, String, TimeZone) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
Deprecated.
parseDateFormat(String, DateFormat, TimeZone) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
Parses a string using SimpleDateFormat and a given pattern.
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaType
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaType
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnValue
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnValue
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.CursorFactory
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.CursorFactory
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.Frame
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.Frame
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.QueryState
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.QueryState
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.Row
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.Row
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.Signature
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.Signature
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.StatementHandle
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.StatementHandle
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.TypedValue
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.TypedValue
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.WireMessage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.WireMessage
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.CommitResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CommitResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
 
parseFrom(ByteBuffer) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
 
parseFrom(ByteBuffer) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaType
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaType
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaType
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaType
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaType
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaType
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaType
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaType
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaType
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaType
 
parseFrom(ByteBuffer) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
parseFrom(ByteBuffer) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnValue
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnValue
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnValue
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnValue
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnValue
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnValue
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnValue
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnValue
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnValue
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnValue
 
parseFrom(ByteBuffer) - Static method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
parseFrom(ByteBuffer) - Static method in class org.apache.calcite.avatica.proto.Common.CursorFactory
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.CursorFactory
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Common.CursorFactory
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.CursorFactory
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Common.CursorFactory
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.CursorFactory
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.CursorFactory
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.CursorFactory
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Common.CursorFactory
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.CursorFactory
 
parseFrom(ByteBuffer) - Static method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
 
parseFrom(ByteBuffer) - Static method in class org.apache.calcite.avatica.proto.Common.Frame
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.Frame
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Common.Frame
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.Frame
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Common.Frame
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.Frame
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.Frame
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.Frame
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Common.Frame
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.Frame
 
parseFrom(ByteBuffer) - Static method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
 
parseFrom(ByteBuffer) - Static method in class org.apache.calcite.avatica.proto.Common.QueryState
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.QueryState
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Common.QueryState
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.QueryState
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Common.QueryState
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.QueryState
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.QueryState
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.QueryState
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Common.QueryState
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.QueryState
 
parseFrom(ByteBuffer) - Static method in class org.apache.calcite.avatica.proto.Common.Row
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.Row
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Common.Row
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.Row
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Common.Row
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.Row
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.Row
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.Row
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Common.Row
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.Row
 
parseFrom(ByteBuffer) - Static method in class org.apache.calcite.avatica.proto.Common.Signature
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.Signature
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Common.Signature
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.Signature
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Common.Signature
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.Signature
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.Signature
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.Signature
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Common.Signature
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.Signature
 
parseFrom(ByteBuffer) - Static method in class org.apache.calcite.avatica.proto.Common.StatementHandle
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.StatementHandle
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Common.StatementHandle
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.StatementHandle
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Common.StatementHandle
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.StatementHandle
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.StatementHandle
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.StatementHandle
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Common.StatementHandle
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.StatementHandle
 
parseFrom(ByteBuffer) - Static method in class org.apache.calcite.avatica.proto.Common.TypedValue
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.TypedValue
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Common.TypedValue
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.TypedValue
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Common.TypedValue
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.TypedValue
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.TypedValue
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.TypedValue
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Common.TypedValue
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.TypedValue
 
parseFrom(ByteBuffer) - Static method in class org.apache.calcite.avatica.proto.Common.WireMessage
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.WireMessage
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Common.WireMessage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.WireMessage
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Common.WireMessage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.WireMessage
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.WireMessage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.WireMessage
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Common.WireMessage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.WireMessage
 
parseFrom(ByteBuffer) - Static method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
 
parseFrom(ByteBuffer) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
 
parseFrom(ByteBuffer) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
 
parseFrom(ByteBuffer) - Static method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
 
parseFrom(ByteBuffer) - Static method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
 
parseFrom(ByteBuffer) - Static method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
 
parseFrom(ByteBuffer) - Static method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
 
parseFrom(ByteBuffer) - Static method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
 
parseFrom(ByteBuffer) - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
 
parseFrom(ByteBuffer) - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
 
parseFrom(ByteBuffer) - Static method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
 
parseFrom(ByteBuffer) - Static method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
 
parseFrom(ByteBuffer) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
 
parseFrom(ByteBuffer) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
 
parseFrom(ByteBuffer) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
 
parseFrom(ByteBuffer) - Static method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
 
parseFrom(ByteBuffer) - Static method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
 
parseFrom(ByteBuffer) - Static method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
 
parseFrom(ByteBuffer) - Static method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
 
parseFrom(ByteBuffer) - Static method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
 
parseFrom(ByteBuffer) - Static method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
 
parseFrom(ByteBuffer) - Static method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch
 
parseFrom(ByteBuffer) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
 
parseFrom(ByteBuffer) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
 
parseFrom(ByteBuffer) - Static method in class org.apache.calcite.avatica.proto.Responses.CommitResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CommitResponse
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Responses.CommitResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CommitResponse
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Responses.CommitResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CommitResponse
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.CommitResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CommitResponse
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.CommitResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CommitResponse
 
parseFrom(ByteBuffer) - Static method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
 
parseFrom(ByteBuffer) - Static method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
 
parseFrom(ByteBuffer) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
 
parseFrom(ByteBuffer) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
 
parseFrom(ByteBuffer) - Static method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
parseFrom(ByteBuffer) - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
 
parseFrom(ByteBuffer) - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
 
parseFrom(ByteBuffer) - Static method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
 
parseFrom(ByteBuffer) - Static method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
 
parseFrom(ByteBuffer) - Static method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
 
parseFrom(ByteBuffer) - Static method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
 
parseFrom(ByteBuffer) - Static method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
 
parseFrom(ByteBuffer) - Static method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
 
parseFrom(ByteBuffer) - Static method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
 
parsePrecisionDateTimeLiteral(String, String, TimeZone) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
Deprecated.
parsePrecisionDateTimeLiteral(String, DateFormat, TimeZone, int) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
Parses a string using SimpleDateFormat and a given pattern, and if present, parses a fractional seconds component.
parser() - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
 
parser() - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaType
 
parser() - Static method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
parser() - Static method in class org.apache.calcite.avatica.proto.Common.ColumnValue
 
parser() - Static method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
parser() - Static method in class org.apache.calcite.avatica.proto.Common.CursorFactory
 
parser() - Static method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
 
parser() - Static method in class org.apache.calcite.avatica.proto.Common.Frame
 
parser() - Static method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
 
parser() - Static method in class org.apache.calcite.avatica.proto.Common.QueryState
 
parser() - Static method in class org.apache.calcite.avatica.proto.Common.Row
 
parser() - Static method in class org.apache.calcite.avatica.proto.Common.Signature
 
parser() - Static method in class org.apache.calcite.avatica.proto.Common.StatementHandle
 
parser() - Static method in class org.apache.calcite.avatica.proto.Common.TypedValue
 
parser() - Static method in class org.apache.calcite.avatica.proto.Common.WireMessage
 
parser() - Static method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
 
parser() - Static method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
 
parser() - Static method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
 
parser() - Static method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
 
parser() - Static method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
 
parser() - Static method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
 
parser() - Static method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
 
parser() - Static method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
 
parser() - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
 
parser() - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
 
parser() - Static method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
 
parser() - Static method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
 
parser() - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
 
parser() - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
 
parser() - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
 
parser() - Static method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
 
parser() - Static method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
 
parser() - Static method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
 
parser() - Static method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
 
parser() - Static method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
 
parser() - Static method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
 
parser() - Static method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch
 
parser() - Static method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
 
parser() - Static method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
 
parser() - Static method in class org.apache.calcite.avatica.proto.Responses.CommitResponse
 
parser() - Static method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
 
parser() - Static method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
 
parser() - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
 
parser() - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
 
parser() - Static method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
parser() - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
 
parser() - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
 
parser() - Static method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
 
parser() - Static method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
 
parser() - Static method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
 
parser() - Static method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
 
parser() - Static method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
 
parser() - Static method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
 
parser() - Static method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
 
parseRequest(byte[]) - Method in interface org.apache.calcite.avatica.remote.ProtobufTranslation
Parses a serialized protocol buffer request into a Service.Request.
parseRequest(byte[]) - Method in class org.apache.calcite.avatica.remote.ProtobufTranslationImpl
 
parseResponse(byte[]) - Method in interface org.apache.calcite.avatica.remote.ProtobufTranslation
Parses a serialized protocol buffer response into a Service.Response.
parseResponse(byte[]) - Method in class org.apache.calcite.avatica.remote.ProtobufTranslationImpl
 
PERCENT_OF_LIFETIME_TO_RENEW - Static variable in class org.apache.calcite.avatica.remote.KerberosConnection
The percentage of the Kerberos ticket's lifetime which we should start trying to renew it
pkcolumnName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaCrossReference
 
pkcolumnName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaExportedKey
 
pkcolumnName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaImportedKey
 
pkName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaCrossReference
 
pkName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaExportedKey
 
pkName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaImportedKey
 
pkName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaPrimaryKey
 
pktableCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaCrossReference
 
pktableCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaExportedKey
 
pktableCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaImportedKey
 
pktableName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaCrossReference
 
pktableName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaExportedKey
 
pktableName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaImportedKey
 
pktableSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaCrossReference
 
pktableSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaExportedKey
 
pktableSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaImportedKey
 
PLAN_COLUMN_NAME - Static variable in class org.apache.calcite.avatica.AvaticaConnection
The name of the sole column returned by an EXPLAIN statement.
pluginConverter(Class<T>, T) - Static method in class org.apache.calcite.avatica.ConnectionConfigImpl
 
pool - Variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
 
PositionedCursor<T> - Class in org.apache.calcite.avatica.util
Abstract implementation of Cursor that caches its current row.
PositionedCursor() - Constructor for class org.apache.calcite.avatica.util.PositionedCursor
 
PositionedCursor.ArrayGetter - Class in org.apache.calcite.avatica.util
Implementation of AbstractCursor.Getter that reads from records that are arrays.
PositionedCursor.FieldGetter - Class in org.apache.calcite.avatica.util
Implementation of AbstractCursor.Getter that reads fields via reflection.
PositionedCursor.ListGetter - Class in org.apache.calcite.avatica.util
Implementation of AbstractCursor.Getter that reads items from a list.
PositionedCursor.MapGetter<K> - Class in org.apache.calcite.avatica.util
Implementation of AbstractCursor.Getter that reads entries from a Map.
PositionedCursor.ObjectGetter - Class in org.apache.calcite.avatica.util
Implementation of AbstractCursor.Getter for records that consist of a single field.
powerX(long, long) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
Cheap, unsafe, long power.
precision - Variable in class org.apache.calcite.avatica.AvaticaParameter
 
precision - Variable in class org.apache.calcite.avatica.ColumnMetaData
 
precision - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunctionColumn
 
precision - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
 
precision - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
 
PRECISION_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
 
PRECISION_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
PrecisionTime(Calendar, String, int) - Constructor for class org.apache.calcite.avatica.util.DateTimeUtils.PrecisionTime
 
prepare(Meta.ConnectionHandle, String, long) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
prepare(Meta.ConnectionHandle, String, long) - Method in interface org.apache.calcite.avatica.Meta
Prepares a statement.
prepareAndExecute(Meta.StatementHandle, String, long, Meta.PrepareCallback) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
prepareAndExecute(Meta.StatementHandle, String, long, int, Meta.PrepareCallback) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
prepareAndExecute(Meta.StatementHandle, String, long, Meta.PrepareCallback) - Method in interface org.apache.calcite.avatica.Meta
prepareAndExecute(Meta.StatementHandle, String, long, int, Meta.PrepareCallback) - Method in interface org.apache.calcite.avatica.Meta
Prepares and executes a statement.
prepareAndExecuteBatch(Meta.StatementHandle, List<String>) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
prepareAndExecuteBatch(Meta.StatementHandle, List<String>) - Method in interface org.apache.calcite.avatica.Meta
Prepares a statement and then executes a number of SQL commands in one pass.
PrepareAndExecuteBatchRequest(String, int, List<String>) - Constructor for class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteBatchRequest
 
prepareAndExecuteInternal(AvaticaStatement, String, long) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
PrepareAndExecuteRequest(String, int, String, long) - Constructor for class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteRequest
 
PrepareAndExecuteRequest(String, int, String, long, int) - Constructor for class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteRequest
 
prepareAndUpdateBatch(AvaticaStatement, List<String>) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
prepareCall(String) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
prepareCall(String, int, int) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
prepareCall(String, int, int, int) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
prepareCall(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
prepareCall(String, int, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
prepareCall(String, int, int, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
preparedBatchInsert() - Method in class org.apache.calcite.avatica.tck.tests.InsertTest
 
preparedStatementInsert() - Method in class org.apache.calcite.avatica.tck.tests.InsertTest
 
PrepareRequest(String, String, long) - Constructor for class org.apache.calcite.avatica.remote.Service.PrepareRequest
 
PrepareResponse(Meta.StatementHandle, Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.PrepareResponse
 
prepareStatement(String) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
prepareStatement(String, int, int) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
prepareStatement(String, int, int, int) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
prepareStatement(String, int) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
prepareStatement(String, int[]) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
prepareStatement(String, String[]) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
prepareStatement(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
prepareStatement(String, int, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
prepareStatement(String, int, int, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
prepareStatement(String, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
prepareStatement(String, int[]) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
prepareStatement(String, String[]) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
previous() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
previous() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
PRIMITIVE_BOOLEAN_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
PRIMITIVE_BOOLEAN = 0;
PRIMITIVE_BYTE_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
PRIMITIVE_BYTE = 1;
PRIMITIVE_CHAR_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
PRIMITIVE_CHAR = 2;
PRIMITIVE_DOUBLE_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
PRIMITIVE_DOUBLE = 7;
PRIMITIVE_FLOAT_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
PRIMITIVE_FLOAT = 6;
PRIMITIVE_INT_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
PRIMITIVE_INT = 4;
PRIMITIVE_LONG_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
PRIMITIVE_LONG = 5;
PRIMITIVE_SHORT_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
PRIMITIVE_SHORT = 3;
primitiveList(Object) - Static method in class org.apache.calcite.avatica.AvaticaUtils
Adapts a primitive array into a List.
printStackTrace(PrintStream) - Method in exception org.apache.calcite.avatica.AvaticaSqlException
 
printStackTrace(PrintWriter) - Method in exception org.apache.calcite.avatica.AvaticaSqlException
 
privilege - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumnPrivilege
 
privilege - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTablePrivilege
 
procedureCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedure
 
procedureCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
 
procedureName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedure
 
procedureName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
 
procedureSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedure
 
procedureSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
 
procedureType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedure
 
productName - Variable in class org.apache.calcite.avatica.DriverVersion
 
productVersion - Variable in class org.apache.calcite.avatica.DriverVersion
 
PropEnv(Map<? extends ConnectionProperty, String>, ConnectionProperty) - Constructor for class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
 
properties - Variable in class org.apache.calcite.avatica.AvaticaConnection
 
properties - Variable in class org.apache.calcite.avatica.ConnectionConfigImpl
 
PropertyBasedSpnegoLoginService - Class in org.apache.calcite.avatica.server
A customization of SpnegoLoginService which directly specifies the server's principal instead of requiring a file to exist.
PropertyBasedSpnegoLoginService(String, String) - Constructor for class org.apache.calcite.avatica.server.PropertyBasedSpnegoLoginService
 
PROPS_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
 
PROTO_IMPLICIT_NULL - Static variable in class org.apache.calcite.avatica.remote.TypedValue
 
ProtobufHandler - Class in org.apache.calcite.avatica.remote
Dispatches serialized protocol buffer messages to the provided Service by converting them to the POJO Request.
ProtobufHandler(Service, ProtobufTranslation, MetricsSystem) - Constructor for class org.apache.calcite.avatica.remote.ProtobufHandler
 
ProtobufMeta - Interface in org.apache.calcite.avatica.remote
An extension of Meta which allows for native processing of calls with the Protobuf API objects instead of the POJOS (to avoid object translation).
ProtobufService - Class in org.apache.calcite.avatica.remote
Service implementation that encodes requests and responses as protocol buffers.
ProtobufService() - Constructor for class org.apache.calcite.avatica.remote.ProtobufService
 
ProtobufTranslation - Interface in org.apache.calcite.avatica.remote
Generic interface to support parsing of serialized protocol buffers between client and server.
ProtobufTranslationImpl - Class in org.apache.calcite.avatica.remote
Implementation of ProtobufTranslationImpl that translates protobuf requests to POJO requests.
ProtobufTranslationImpl() - Constructor for class org.apache.calcite.avatica.remote.ProtobufTranslationImpl
 
protoToJdbc(Common.TypedValue, Calendar) - Static method in class org.apache.calcite.avatica.remote.TypedValue
Extracts the JDBC value from protobuf-TypedValue representation.
pseudoColumn - Variable in class org.apache.calcite.avatica.MetaImpl.MetaBestRowIdentifier
 
pseudoColumn - Variable in class org.apache.calcite.avatica.MetaImpl.MetaVersionColumn
 
putAllInfo(Map<String, String>) - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
map<string, string> info = 2;
putInfo(String, String) - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
map<string, string> info = 2;

Q

QueryState - Class in org.apache.calcite.avatica
A struct used to encapsulate the necessary information to reconstitute a ResultSet in the Avatica server.
QueryState(String) - Constructor for class org.apache.calcite.avatica.QueryState
Constructor encapsulating a SQL query used to create a result set.
QueryState(MetaDataOperation, Object...) - Constructor for class org.apache.calcite.avatica.QueryState
Constructor encapsulating a metadata operation's result set.
QueryState(QueryState.StateType, String, MetaDataOperation, Object...) - Constructor for class org.apache.calcite.avatica.QueryState
Not intended for external use.
QueryState() - Constructor for class org.apache.calcite.avatica.QueryState
Not intended for external use.
QueryState.StateType - Enum in org.apache.calcite.avatica
An enumeration that represents how a ResultSet was created.
Quoting - Enum in org.apache.calcite.avatica.util
Syntax for quoting identifiers in SQL statements.

R

radix - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunctionColumn
 
radix - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
 
read() - Method in class org.apache.calcite.avatica.util.Base64.InputStream
Reads enough of the input stream to convert to/from Base64 and returns the next byte.
read(byte[], int, int) - Method in class org.apache.calcite.avatica.util.Base64.InputStream
Calls Base64.InputStream.read() repeatedly until the end of stream is reached or len bytes are read.
READ_ONLY_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
READ_ONLY_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
readFully(InputStream) - Static method in class org.apache.calcite.avatica.AvaticaUtils
Reads the contents of an input stream and returns as a string.
readFully(InputStream, UnsynchronizedBuffer) - Static method in class org.apache.calcite.avatica.AvaticaUtils
Reads the contents of an input stream and returns as a string.
readFullyToBytes(InputStream) - Static method in class org.apache.calcite.avatica.AvaticaUtils
Reads the contents of an input stream and returns as a string.
readFullyToBytes(InputStream, UnsynchronizedBuffer) - Static method in class org.apache.calcite.avatica.AvaticaUtils
Reads the contents of an input stream and returns as a string.
readOnly - Variable in class org.apache.calcite.avatica.ColumnMetaData
 
readWriteBinaryData() - Method in class org.apache.calcite.avatica.tck.tests.BinaryTest
 
record(Class) - Static method in class org.apache.calcite.avatica.Meta.CursorFactory
 
record(Class, List<Field>, List<String>) - Static method in class org.apache.calcite.avatica.Meta.CursorFactory
 
RECORD_PROJECTION_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.CursorFactory.Style
RECORD_PROJECTION = 2;
RECORD_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.CursorFactory.Style
RECORD = 1;
RecordIteratorCursor<E> - Class in org.apache.calcite.avatica.util
Implementation of Cursor on top of an Iterator that returns a record for each row.
RecordIteratorCursor(Iterator<E>, Class<E>) - Constructor for class org.apache.calcite.avatica.util.RecordIteratorCursor
Creates a RecordIteratorCursor.
RecordIteratorCursor(Iterator<E>, Class<E>, List<Field>) - Constructor for class org.apache.calcite.avatica.util.RecordIteratorCursor
Creates a RecordIteratorCursor that projects particular fields.
refGeneration - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTable
 
refreshRow() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
refreshRow() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
register(String, Gauge<T>) - Method in class org.apache.calcite.avatica.metrics.dropwizard.DropwizardMetricsSystem
 
register(String, Gauge<T>) - Method in interface org.apache.calcite.avatica.metrics.MetricsSystem
Register a Gauge.
register(String, Gauge<T>) - Method in class org.apache.calcite.avatica.metrics.noop.NoopMetricsSystem
 
register() - Method in class org.apache.calcite.avatica.UnregisteredDriver
Registers this driver with the driver manager.
registerAllExtensions(ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.calcite.avatica.proto.Common
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.calcite.avatica.proto.Requests
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.calcite.avatica.proto.Responses
 
relative(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
relative(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
releaseSavepoint(Savepoint) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
releaseSavepoint(Savepoint) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
remark(T) - Static method in class org.apache.calcite.avatica.AvaticaUtils
Use this method to flag temporary code.
remarks - Variable in class org.apache.calcite.avatica.MetaImpl.MetaAttribute
 
remarks - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
 
remarks - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunction
 
remarks - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunctionColumn
 
remarks - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedure
 
remarks - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
 
remarks - Variable in class org.apache.calcite.avatica.MetaImpl.MetaPseudoColumn
 
remarks - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTable
 
remarks - Variable in class org.apache.calcite.avatica.MetaImpl.MetaUdt
 
RemoteProtobufService - Class in org.apache.calcite.avatica.remote
ProtobufService implementation that queries against a remote implementation, using protocol buffers as the serialized form.
RemoteProtobufService(AvaticaHttpClient, ProtobufTranslation) - Constructor for class org.apache.calcite.avatica.remote.RemoteProtobufService
 
RemoteService - Class in org.apache.calcite.avatica.remote
Implementation of Service that translates requests into JSON and sends them to a remote server, usually an HTTP server.
RemoteService(AvaticaHttpClient) - Constructor for class org.apache.calcite.avatica.remote.RemoteService
 
RemoteUserDisallowedException - Exception in org.apache.calcite.avatica.server
An exception to encapsulate that a user is disallowed to access Avatica.
RemoteUserDisallowedException(String) - Constructor for exception org.apache.calcite.avatica.server.RemoteUserDisallowedException
 
RemoteUserDisallowedException(String, Throwable) - Constructor for exception org.apache.calcite.avatica.server.RemoteUserDisallowedException
 
RemoteUserExtractionException - Exception in org.apache.calcite.avatica.server
An exception thrown when encountering an error extracting a remote user from a request.
RemoteUserExtractionException(String) - Constructor for exception org.apache.calcite.avatica.server.RemoteUserExtractionException
Creates a RemoteUserExtractionException.
RemoteUserExtractionException(String, Throwable) - Constructor for exception org.apache.calcite.avatica.server.RemoteUserExtractionException
Creates a RemoteUserExtractionException with a cause.
RemoteUserExtractor - Interface in org.apache.calcite.avatica.server
Extracts remote user from request
removeArgs(int) - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
repeated .MetaDataOperationArgument args = 4;
removeArrayValue(int) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
repeated .TypedValue array_value = 2;
removeArrayValue(int) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
The Array
removeColumns(int) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
Only present when name = STRUCT
removeColumns(int) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
repeated .ColumnMetaData columns = 1;
removeInfo(String) - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
map<string, string> info = 2;
removeLifeCycleListener(LifeCycle.Listener) - Method in class org.apache.calcite.avatica.server.DelegatingAvaticaHandler
 
removeParameters(int) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
repeated .AvaticaParameter parameters = 3;
removeParameterValues(int) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
repeated .TypedValue parameter_values = 2;
removeParameterValues(int) - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch.Builder
repeated .TypedValue parameter_values = 1;
removeProps(int) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
repeated .DatabasePropertyElement props = 1;
removeResults(int) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
repeated .ResultSetResponse results = 1;
removeRows(int) - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
repeated .Row rows = 3;
removeUpdates(int) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
A batch of updates is a list<list<typevalue>>
removeValue(int) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
deprecated, use array_value or scalar_value
removeValue(int) - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
repeated .ColumnValue value = 1;
RENEWAL_PERIOD - Static variable in class org.apache.calcite.avatica.remote.KerberosConnection
How long should we sleep between checks to renew the Kerberos ticket
rep - Variable in class org.apache.calcite.avatica.ColumnMetaData.AvaticaType
The type of the field that holds the value.
REP_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.AvaticaType
 
REPEATED_INT_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.ArgumentType
REPEATED_INT = 4;
REPEATED_STRING_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.ArgumentType
REPEATED_STRING = 3;
Request() - Constructor for class org.apache.calcite.avatica.remote.Service.Request
 
REQUEST_TIMER_NAME - Static variable in interface org.apache.calcite.avatica.server.MetricsAwareAvaticaHandler
Name for timing requests from users
Requests - Class in org.apache.calcite.avatica.proto
 
Requests.CatalogsRequest - Class in org.apache.calcite.avatica.proto
Request for Meta#getCatalogs()
Requests.CatalogsRequest.Builder - Class in org.apache.calcite.avatica.proto
Request for Meta#getCatalogs()
Requests.CatalogsRequestOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Requests.CloseConnectionRequest - Class in org.apache.calcite.avatica.proto
Request for Meta#closeConnection(Meta.ConnectionHandle)
Requests.CloseConnectionRequest.Builder - Class in org.apache.calcite.avatica.proto
Request for Meta#closeConnection(Meta.ConnectionHandle)
Requests.CloseConnectionRequestOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Requests.CloseStatementRequest - Class in org.apache.calcite.avatica.proto
Request for Meta#closeStatement(Meta.StatementHandle)
Requests.CloseStatementRequest.Builder - Class in org.apache.calcite.avatica.proto
Request for Meta#closeStatement(Meta.StatementHandle)
Requests.CloseStatementRequestOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Requests.ColumnsRequest - Class in org.apache.calcite.avatica.proto
Request for Meta#getColumns(String, org.apache.calcite.avatica.Meta.Pat, org.apache.calcite.avatica.Meta.Pat, org.apache.calcite.avatica.Meta.Pat).
Requests.ColumnsRequest.Builder - Class in org.apache.calcite.avatica.proto
Request for Meta#getColumns(String, org.apache.calcite.avatica.Meta.Pat, org.apache.calcite.avatica.Meta.Pat, org.apache.calcite.avatica.Meta.Pat).
Requests.ColumnsRequestOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Requests.CommitRequest - Class in org.apache.calcite.avatica.proto
Request to invoke a commit on a Connection
Requests.CommitRequest.Builder - Class in org.apache.calcite.avatica.proto
Request to invoke a commit on a Connection
Requests.CommitRequestOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Requests.ConnectionSyncRequest - Class in org.apache.calcite.avatica.proto
Protobuf type ConnectionSyncRequest
Requests.ConnectionSyncRequest.Builder - Class in org.apache.calcite.avatica.proto
Protobuf type ConnectionSyncRequest
Requests.ConnectionSyncRequestOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Requests.CreateStatementRequest - Class in org.apache.calcite.avatica.proto
Request for Meta#createStatement(Meta.ConnectionHandle)
Requests.CreateStatementRequest.Builder - Class in org.apache.calcite.avatica.proto
Request for Meta#createStatement(Meta.ConnectionHandle)
Requests.CreateStatementRequestOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Requests.DatabasePropertyRequest - Class in org.apache.calcite.avatica.proto
Request for Meta#getDatabaseProperties()
Requests.DatabasePropertyRequest.Builder - Class in org.apache.calcite.avatica.proto
Request for Meta#getDatabaseProperties()
Requests.DatabasePropertyRequestOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Requests.ExecuteBatchRequest - Class in org.apache.calcite.avatica.proto
Protobuf type ExecuteBatchRequest
Requests.ExecuteBatchRequest.Builder - Class in org.apache.calcite.avatica.proto
Protobuf type ExecuteBatchRequest
Requests.ExecuteBatchRequestOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Requests.ExecuteRequest - Class in org.apache.calcite.avatica.proto
Request for Meta#execute(Meta.ConnectionHandle, list, long)
Requests.ExecuteRequest.Builder - Class in org.apache.calcite.avatica.proto
Request for Meta#execute(Meta.ConnectionHandle, list, long)
Requests.ExecuteRequestOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Requests.FetchRequest - Class in org.apache.calcite.avatica.proto
Request for Meta#fetch(Meta.StatementHandle, List, long, int)
Requests.FetchRequest.Builder - Class in org.apache.calcite.avatica.proto
Request for Meta#fetch(Meta.StatementHandle, List, long, int)
Requests.FetchRequestOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Requests.OpenConnectionRequest - Class in org.apache.calcite.avatica.proto
Request for Meta#openConnection(Meta.ConnectionHandle, Map<String, String>)
Requests.OpenConnectionRequest.Builder - Class in org.apache.calcite.avatica.proto
Request for Meta#openConnection(Meta.ConnectionHandle, Map<String, String>)
Requests.OpenConnectionRequestOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Requests.PrepareAndExecuteBatchRequest - Class in org.apache.calcite.avatica.proto
Request to prepare and execute a collection of sql statements.
Requests.PrepareAndExecuteBatchRequest.Builder - Class in org.apache.calcite.avatica.proto
Request to prepare and execute a collection of sql statements.
Requests.PrepareAndExecuteBatchRequestOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Requests.PrepareAndExecuteRequest - Class in org.apache.calcite.avatica.proto
Request for Meta#prepareAndExecute(Meta.StatementHandle, String, long, Meta.PrepareCallback)
Requests.PrepareAndExecuteRequest.Builder - Class in org.apache.calcite.avatica.proto
Request for Meta#prepareAndExecute(Meta.StatementHandle, String, long, Meta.PrepareCallback)
Requests.PrepareAndExecuteRequestOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Requests.PrepareRequest - Class in org.apache.calcite.avatica.proto
Request for Meta.prepare(Meta.ConnectionHandle, String, long)
Requests.PrepareRequest.Builder - Class in org.apache.calcite.avatica.proto
Request for Meta.prepare(Meta.ConnectionHandle, String, long)
Requests.PrepareRequestOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Requests.RollbackRequest - Class in org.apache.calcite.avatica.proto
Request to invoke rollback on a Connection
Requests.RollbackRequest.Builder - Class in org.apache.calcite.avatica.proto
Request to invoke rollback on a Connection
Requests.RollbackRequestOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Requests.SchemasRequest - Class in org.apache.calcite.avatica.proto
Request for Meta#getSchemas(String, org.apache.calcite.avatica.Meta.Pat)}
Requests.SchemasRequest.Builder - Class in org.apache.calcite.avatica.proto
Request for Meta#getSchemas(String, org.apache.calcite.avatica.Meta.Pat)}
Requests.SchemasRequestOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Requests.SyncResultsRequest - Class in org.apache.calcite.avatica.proto
Protobuf type SyncResultsRequest
Requests.SyncResultsRequest.Builder - Class in org.apache.calcite.avatica.proto
Protobuf type SyncResultsRequest
Requests.SyncResultsRequestOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Requests.TablesRequest - Class in org.apache.calcite.avatica.proto
Request for Request for Meta#getTables(String, org.apache.calcite.avatica.Meta.Pat, org.apache.calcite.avatica.Meta.Pat, java.util.List)
Requests.TablesRequest.Builder - Class in org.apache.calcite.avatica.proto
Request for Request for Meta#getTables(String, org.apache.calcite.avatica.Meta.Pat, org.apache.calcite.avatica.Meta.Pat, java.util.List)
Requests.TablesRequestOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Requests.TableTypesRequest - Class in org.apache.calcite.avatica.proto
Request for Meta#getTableTypes()
Requests.TableTypesRequest.Builder - Class in org.apache.calcite.avatica.proto
Request for Meta#getTableTypes()
Requests.TableTypesRequestOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Requests.TypeInfoRequest - Class in org.apache.calcite.avatica.proto
Request for Meta#getTypeInfo()
Requests.TypeInfoRequest.Builder - Class in org.apache.calcite.avatica.proto
Request for Meta#getTypeInfo()
Requests.TypeInfoRequestOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Requests.UpdateBatch - Class in org.apache.calcite.avatica.proto
Each command is a list of TypedValues
Requests.UpdateBatch.Builder - Class in org.apache.calcite.avatica.proto
Each command is a list of TypedValues
Requests.UpdateBatchOrBuilder - Interface in org.apache.calcite.avatica.proto
 
required() - Method in enum org.apache.calcite.avatica.BuiltInConnectionProperty
 
required() - Method in interface org.apache.calcite.avatica.ConnectionProperty
Whether the property is mandatory.
required() - Method in enum org.apache.calcite.avatica.remote.AvaticaRemoteConnectionProperty
 
reset() - Method in class org.apache.calcite.avatica.util.UnsynchronizedBuffer
Resets the internal pointer into the buffer.
resetDate(long) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
Resets to epoch (1970-01-01) the "date" part of a timestamp.
resetStatement() - Method in class org.apache.calcite.avatica.AvaticaStatement
 
resetTime(long) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
Resets to zero the "time" part of a timestamp.
Response() - Constructor for class org.apache.calcite.avatica.remote.Service.Response
 
Responses - Class in org.apache.calcite.avatica.proto
 
Responses.CloseConnectionResponse - Class in org.apache.calcite.avatica.proto
Response to CloseConnectionRequest {
Responses.CloseConnectionResponse.Builder - Class in org.apache.calcite.avatica.proto
Response to CloseConnectionRequest {
Responses.CloseConnectionResponseOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Responses.CloseStatementResponse - Class in org.apache.calcite.avatica.proto
Response to CloseStatementRequest
Responses.CloseStatementResponse.Builder - Class in org.apache.calcite.avatica.proto
Response to CloseStatementRequest
Responses.CloseStatementResponseOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Responses.CommitResponse - Class in org.apache.calcite.avatica.proto
Response to a commit request
Responses.CommitResponse.Builder - Class in org.apache.calcite.avatica.proto
Response to a commit request
Responses.CommitResponseOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Responses.ConnectionSyncResponse - Class in org.apache.calcite.avatica.proto
Response to ConnectionSyncRequest
Responses.ConnectionSyncResponse.Builder - Class in org.apache.calcite.avatica.proto
Response to ConnectionSyncRequest
Responses.ConnectionSyncResponseOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Responses.CreateStatementResponse - Class in org.apache.calcite.avatica.proto
Response to CreateStatementRequest
Responses.CreateStatementResponse.Builder - Class in org.apache.calcite.avatica.proto
Response to CreateStatementRequest
Responses.CreateStatementResponseOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Responses.DatabasePropertyElement - Class in org.apache.calcite.avatica.proto
Protobuf type DatabasePropertyElement
Responses.DatabasePropertyElement.Builder - Class in org.apache.calcite.avatica.proto
Protobuf type DatabasePropertyElement
Responses.DatabasePropertyElementOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Responses.DatabasePropertyResponse - Class in org.apache.calcite.avatica.proto
Response for Meta#getDatabaseProperties()
Responses.DatabasePropertyResponse.Builder - Class in org.apache.calcite.avatica.proto
Response for Meta#getDatabaseProperties()
Responses.DatabasePropertyResponseOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Responses.ErrorResponse - Class in org.apache.calcite.avatica.proto
Send contextual information about some error over the wire from the server.
Responses.ErrorResponse.Builder - Class in org.apache.calcite.avatica.proto
Send contextual information about some error over the wire from the server.
Responses.ErrorResponseOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Responses.ExecuteBatchResponse - Class in org.apache.calcite.avatica.proto
Response to a batch update request
Responses.ExecuteBatchResponse.Builder - Class in org.apache.calcite.avatica.proto
Response to a batch update request
Responses.ExecuteBatchResponseOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Responses.ExecuteResponse - Class in org.apache.calcite.avatica.proto
Response to PrepareAndExecuteRequest
Responses.ExecuteResponse.Builder - Class in org.apache.calcite.avatica.proto
Response to PrepareAndExecuteRequest
Responses.ExecuteResponseOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Responses.FetchResponse - Class in org.apache.calcite.avatica.proto
Response to FetchRequest
Responses.FetchResponse.Builder - Class in org.apache.calcite.avatica.proto
Response to FetchRequest
Responses.FetchResponseOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Responses.OpenConnectionResponse - Class in org.apache.calcite.avatica.proto
Response to OpenConnectionRequest {
Responses.OpenConnectionResponse.Builder - Class in org.apache.calcite.avatica.proto
Response to OpenConnectionRequest {
Responses.OpenConnectionResponseOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Responses.PrepareResponse - Class in org.apache.calcite.avatica.proto
Response to PrepareRequest
Responses.PrepareResponse.Builder - Class in org.apache.calcite.avatica.proto
Response to PrepareRequest
Responses.PrepareResponseOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Responses.ResultSetResponse - Class in org.apache.calcite.avatica.proto
Response that contains a result set.
Responses.ResultSetResponse.Builder - Class in org.apache.calcite.avatica.proto
Response that contains a result set.
Responses.ResultSetResponseOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Responses.RollbackResponse - Class in org.apache.calcite.avatica.proto
Response to a rollback request
Responses.RollbackResponse.Builder - Class in org.apache.calcite.avatica.proto
Response to a rollback request
Responses.RollbackResponseOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Responses.RpcMetadata - Class in org.apache.calcite.avatica.proto
Generic metadata for the server to return with each response.
Responses.RpcMetadata.Builder - Class in org.apache.calcite.avatica.proto
Generic metadata for the server to return with each response.
Responses.RpcMetadataOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Responses.SyncResultsResponse - Class in org.apache.calcite.avatica.proto
Protobuf type SyncResultsResponse
Responses.SyncResultsResponse.Builder - Class in org.apache.calcite.avatica.proto
Protobuf type SyncResultsResponse
Responses.SyncResultsResponseOrBuilder - Interface in org.apache.calcite.avatica.proto
 
results - Variable in class org.apache.calcite.avatica.remote.Service.ExecuteResponse
 
RESULTS_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
 
resultSetMetaData - Variable in class org.apache.calcite.avatica.AvaticaResultSet
 
ResultSetResponse(String, int, boolean, Meta.Signature, Meta.Frame, long, Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.ResultSetResponse
 
resultSets - Variable in class org.apache.calcite.avatica.Meta.ExecuteResult
 
resumeEncoding() - Method in class org.apache.calcite.avatica.util.Base64.OutputStream
Resumes encoding of the stream.
rollback() - Method in class org.apache.calcite.avatica.AvaticaConnection
 
rollback(Savepoint) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
rollback(Meta.ConnectionHandle) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
rollback(Meta.ConnectionHandle) - Method in interface org.apache.calcite.avatica.Meta
Undoes all changes since the last commit/rollback.
rollback() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
rollback(Savepoint) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
RollbackRequest(String) - Constructor for class org.apache.calcite.avatica.remote.Service.RollbackRequest
 
ROWCOUNT_COLUMN_NAME - Static variable in class org.apache.calcite.avatica.AvaticaConnection
The name of the sole column returned by DML statements, containing the number of rows modified.
rowDeleted() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
rowDeleted() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
rowInserted() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
rowInserted() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
rows - Variable in class org.apache.calcite.avatica.Meta.Frame
The rows.
ROWS_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.Frame
 
rowUpdated() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
rowUpdated() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
rpcMetadata - Variable in class org.apache.calcite.avatica.remote.Service.CloseConnectionResponse
 
rpcMetadata - Variable in class org.apache.calcite.avatica.remote.Service.CloseStatementResponse
 
rpcMetadata - Variable in class org.apache.calcite.avatica.remote.Service.ConnectionSyncResponse
 
rpcMetadata - Variable in class org.apache.calcite.avatica.remote.Service.CreateStatementResponse
 
rpcMetadata - Variable in class org.apache.calcite.avatica.remote.Service.DatabasePropertyResponse
 
rpcMetadata - Variable in class org.apache.calcite.avatica.remote.Service.ErrorResponse
 
rpcMetadata - Variable in class org.apache.calcite.avatica.remote.Service.ExecuteBatchResponse
 
rpcMetadata - Variable in class org.apache.calcite.avatica.remote.Service.ExecuteResponse
 
rpcMetadata - Variable in class org.apache.calcite.avatica.remote.Service.FetchResponse
 
rpcMetadata - Variable in class org.apache.calcite.avatica.remote.Service.OpenConnectionResponse
 
rpcMetadata - Variable in class org.apache.calcite.avatica.remote.Service.PrepareResponse
 
rpcMetadata - Variable in class org.apache.calcite.avatica.remote.Service.ResultSetResponse
 
rpcMetadata - Variable in class org.apache.calcite.avatica.remote.Service.SyncResultsResponse
 
RpcMetadataResponse() - Constructor for class org.apache.calcite.avatica.remote.Service.RpcMetadataResponse
 
RpcMetadataResponse(String) - Constructor for class org.apache.calcite.avatica.remote.Service.RpcMetadataResponse
 
run() - Method in class org.apache.calcite.avatica.tck.TestRunner
 

S

s - Variable in class org.apache.calcite.avatica.Meta.Pat
 
sanitize() - Method in class org.apache.calcite.avatica.Meta.Signature
Creates a copy of this Signature with null lists and maps converted to empty.
scalar(int, String, ColumnMetaData.Rep) - Static method in class org.apache.calcite.avatica.ColumnMetaData
SCALAR_VALUE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ColumnValue
 
ScalarType(int, String, ColumnMetaData.Rep) - Constructor for class org.apache.calcite.avatica.ColumnMetaData.ScalarType
 
scale - Variable in class org.apache.calcite.avatica.AvaticaParameter
 
scale - Variable in class org.apache.calcite.avatica.ColumnMetaData
 
scale - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunctionColumn
 
scale - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
 
SCALE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
 
SCALE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
schema() - Method in interface org.apache.calcite.avatica.ConnectionConfig
 
schema() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
 
SCHEMA_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
SCHEMA_NAME_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
SCHEMA_PATTERN_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
 
SCHEMA_PATTERN_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
 
SCHEMA_PATTERN_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.TablesRequest
 
schemaName - Variable in class org.apache.calcite.avatica.ColumnMetaData
 
schemaPattern - Variable in class org.apache.calcite.avatica.remote.Service.ColumnsRequest
 
schemaPattern - Variable in class org.apache.calcite.avatica.remote.Service.SchemasRequest
 
schemaPattern - Variable in class org.apache.calcite.avatica.remote.Service.TablesRequest
 
SchemasRequest(String, String, String) - Constructor for class org.apache.calcite.avatica.remote.Service.SchemasRequest
 
scope - Variable in class org.apache.calcite.avatica.MetaImpl.MetaBestRowIdentifier
 
scope - Variable in class org.apache.calcite.avatica.MetaImpl.MetaVersionColumn
 
scopeCatalog - Variable in class org.apache.calcite.avatica.MetaImpl.MetaAttribute
 
scopeCatalog - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
 
scopeSchema - Variable in class org.apache.calcite.avatica.MetaImpl.MetaAttribute
 
scopeSchema - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
 
scopeTable - Variable in class org.apache.calcite.avatica.MetaImpl.MetaAttribute
 
scopeTable - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
 
searchable - Variable in class org.apache.calcite.avatica.ColumnMetaData
 
searchable - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
 
SEARCHABLE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
SECONDS_PER_DAY - Static variable in class org.apache.calcite.avatica.util.DateTimeUtils
The number of seconds in a day.
SELECT_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.StatementType
SELECT = 0;
selectivelyReadBinaryData() - Method in class org.apache.calcite.avatica.tck.tests.BinaryTest
 
selfReferencingColName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTable
 
send(byte[]) - Method in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
 
send(byte[]) - Method in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientSpnegoImpl
 
send(byte[]) - Method in interface org.apache.calcite.avatica.remote.AvaticaHttpClient
Sends a serialized request to the Avatica server.
send(byte[]) - Method in class org.apache.calcite.avatica.remote.AvaticaHttpClientImpl
 
send(byte[]) - Method in class org.apache.calcite.avatica.remote.DoAsAvaticaHttpClient
 
separator - Variable in enum org.apache.calcite.avatica.util.TimeUnit
 
sequence(int) - Static method in class org.apache.calcite.avatica.util.Spaces
Creates a sequence of n spaces.
serial - Variable in enum org.apache.calcite.avatica.SqlType
Class used to serialize values of this type as JSON.
serialization() - Method in interface org.apache.calcite.avatica.ConnectionConfig
 
serialization() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
 
SerializationConverter() - Constructor for class org.apache.calcite.avatica.standalone.StandaloneServer.SerializationConverter
 
serialize() - Method in class org.apache.calcite.avatica.remote.Service.ErrorResponse
 
serialize() - Method in class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteBatchRequest
 
serializeProperties(Properties) - Static method in class org.apache.calcite.avatica.remote.Service.OpenConnectionRequest
Serializes the necessary properties into a Map.
serializeRequest(Service.Request) - Method in interface org.apache.calcite.avatica.remote.ProtobufTranslation
Serializes a Service.Request as a protocol buffer.
serializeRequest(Service.Request) - Method in class org.apache.calcite.avatica.remote.ProtobufTranslationImpl
 
serializeResponse(Service.Response) - Method in interface org.apache.calcite.avatica.remote.ProtobufTranslation
Serializes a Service.Response as a protocol buffer.
serializeResponse(Service.Response) - Method in class org.apache.calcite.avatica.remote.ProtobufTranslationImpl
 
serialRepOf(SqlType) - Static method in enum org.apache.calcite.avatica.ColumnMetaData.Rep
Computes the given JDBC type into the ColumnMetaData.Rep for the wire (serial) form of that type.
SERVER_ADDRESS_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
 
serverAddress - Variable in class org.apache.calcite.avatica.remote.Service.RpcMetadataResponse
 
ServerCustomizer<T> - Interface in org.apache.calcite.avatica.server
Callback for customizing a Server.
ServerKeytabJaasConf - Class in org.apache.calcite.avatica.server
Javax Configuration class which always returns a configuration for our keytab-based login suitable for callers which are acting as a initiator or acceptor (e.g.
ServerKeytabJaasConf(String, String) - Constructor for class org.apache.calcite.avatica.server.ServerKeytabJaasConf
 
service - Variable in class org.apache.calcite.avatica.remote.AbstractHandler
 
Service - Interface in org.apache.calcite.avatica.remote
API for request-response calls to an Avatica server.
Service.Base - Class in org.apache.calcite.avatica.remote
Base class for request and response.
Service.CatalogsRequest - Class in org.apache.calcite.avatica.remote
Service.CloseConnectionRequest - Class in org.apache.calcite.avatica.remote
Service.CloseConnectionResponse - Class in org.apache.calcite.avatica.remote
Service.CloseStatementRequest - Class in org.apache.calcite.avatica.remote
Service.CloseStatementResponse - Class in org.apache.calcite.avatica.remote
Service.ColumnsRequest - Class in org.apache.calcite.avatica.remote
Service.CommitRequest - Class in org.apache.calcite.avatica.remote
An RPC request to invoke a commit on a Connection.
Service.CommitResponse - Class in org.apache.calcite.avatica.remote
An RPC response from invoking commit on a Connection.
Service.ConnectionSyncRequest - Class in org.apache.calcite.avatica.remote
Service.ConnectionSyncResponse - Class in org.apache.calcite.avatica.remote
Service.CreateStatementRequest - Class in org.apache.calcite.avatica.remote
Service.CreateStatementResponse - Class in org.apache.calcite.avatica.remote
Service.DatabasePropertyRequest - Class in org.apache.calcite.avatica.remote
Service.DatabasePropertyResponse - Class in org.apache.calcite.avatica.remote
Service.ErrorResponse - Class in org.apache.calcite.avatica.remote
Response for any request that the server failed to successfully perform.
Service.ExecuteBatchRequest - Class in org.apache.calcite.avatica.remote
Request object to execute a batch of commands.
Service.ExecuteBatchResponse - Class in org.apache.calcite.avatica.remote
Response object for executing a batch of commands.
Service.ExecuteRequest - Class in org.apache.calcite.avatica.remote
Service.ExecuteResponse - Class in org.apache.calcite.avatica.remote
Service.Factory - Interface in org.apache.calcite.avatica.remote
Factory that creates a Service.
Service.FetchRequest - Class in org.apache.calcite.avatica.remote
Service.FetchResponse - Class in org.apache.calcite.avatica.remote
Response from Service.FetchRequest.
Service.OpenConnectionRequest - Class in org.apache.calcite.avatica.remote
Service.OpenConnectionResponse - Class in org.apache.calcite.avatica.remote
Service.PrepareAndExecuteBatchRequest - Class in org.apache.calcite.avatica.remote
Request to prepare a statement and execute a series of batch commands in one call.
Service.PrepareAndExecuteRequest - Class in org.apache.calcite.avatica.remote
Service.PrepareRequest - Class in org.apache.calcite.avatica.remote
Service.PrepareResponse - Class in org.apache.calcite.avatica.remote
Response from Service.PrepareRequest.
Service.Request - Class in org.apache.calcite.avatica.remote
Base class for all service request messages.
Service.Response - Class in org.apache.calcite.avatica.remote
Base class for all service response messages.
Service.ResultSetResponse - Class in org.apache.calcite.avatica.remote
Response that contains a result set.
Service.RollbackRequest - Class in org.apache.calcite.avatica.remote
An RPC request to invoke a rollback on a Connection.
Service.RollbackResponse - Class in org.apache.calcite.avatica.remote
An RPC response from invoking rollback on a Connection.
Service.RpcMetadataResponse - Class in org.apache.calcite.avatica.remote
Response that includes information about the server that handled an RPC.
Service.SchemasRequest - Class in org.apache.calcite.avatica.remote
Service.SyncResultsRequest - Class in org.apache.calcite.avatica.remote
Service.SyncResultsResponse - Class in org.apache.calcite.avatica.remote
Service.TablesRequest - Class in org.apache.calcite.avatica.remote
Service.TableTypesRequest - Class in org.apache.calcite.avatica.remote
Service.TypeInfoRequest - Class in org.apache.calcite.avatica.remote
set(int) - Method in class org.apache.calcite.avatica.util.Spacer
Sets the current number of spaces.
SET_LIST - Static variable in enum org.apache.calcite.avatica.SqlType
 
setArgs(int, Common.MetaDataOperationArgument) - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
repeated .MetaDataOperationArgument args = 4;
setArgs(int, Common.MetaDataOperationArgument.Builder) - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
repeated .MetaDataOperationArgument args = 4;
setArray(int, Array) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setArray(Array) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setArray(int, Array) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setArrayValue(int, Common.TypedValue) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
repeated .TypedValue array_value = 2;
setArrayValue(int, Common.TypedValue.Builder) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
repeated .TypedValue array_value = 2;
setArrayValue(int, Common.TypedValue) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
The Array
setArrayValue(int, Common.TypedValue.Builder) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
The Array
setAsciiStream(int, InputStream, int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setAsciiStream(int, InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setAsciiStream(int, InputStream) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setAsciiStream(InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setAsciiStream(InputStream) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setAsciiStream(int, InputStream, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setAsciiStream(int, InputStream, long) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setAsciiStream(int, InputStream) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setAutoCommit(boolean) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
setAutoCommit(boolean) - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
Sets autoCommit status and flag as dirty.
setAutoCommit(boolean) - Method in interface org.apache.calcite.avatica.Meta.ConnectionProperties
Set autoCommit status.
setAutoCommit(boolean) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
setAutoCommit(boolean) - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
bool auto_commit = 2;
setAutoIncrement(boolean) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
bool auto_increment = 2;
setBigDecimal(int, BigDecimal) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setBigDecimal(BigDecimal) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setBigDecimal(int, BigDecimal) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setBinaryStream(int, InputStream, int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setBinaryStream(int, InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setBinaryStream(int, InputStream) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setBinaryStream(InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setBinaryStream(InputStream) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setBinaryStream(int, InputStream, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setBinaryStream(int, InputStream, long) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setBinaryStream(int, InputStream) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setBlob(int, Blob) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setBlob(int, InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setBlob(int, InputStream) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setBlob(InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setBlob(InputStream) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setBlob(Blob) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setBlob(int, Blob) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setBlob(int, InputStream, long) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setBlob(int, InputStream) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setBoolean(int, boolean) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setBoolean(boolean) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setBoolean(int, boolean) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setBoolValue(boolean) - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
bool bool_value = 2;
setBoolValue(boolean) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
boolean
setByte(int, byte) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setByte(byte) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setByte(int, byte) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setBytes(int, byte[]) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setBytes(byte[]) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setBytes(int, byte[]) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setBytesValue(ByteString) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
includes numeric types and date/time types.
setCaseSensitive(boolean) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
bool case_sensitive = 3;
setCatalog(String) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
setCatalog(String) - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
Sets catalog and flag as dirty.
setCatalog(String) - Method in interface org.apache.calcite.avatica.Meta.ConnectionProperties
Set catalog.
setCatalog(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
setCatalog(String) - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
string catalog = 5;
setCatalog(String) - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
string catalog = 1;
setCatalog(String) - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
string catalog = 1;
setCatalog(String) - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
string catalog = 1;
setCatalogBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
string catalog = 5;
setCatalogBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
string catalog = 1;
setCatalogBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
string catalog = 1;
setCatalogBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
string catalog = 1;
setCatalogName(String) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
string catalog_name = 15;
setCatalogNameBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
string catalog_name = 15;
setChar(char) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setCharacterStream(int, Reader, int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setCharacterStream(int, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setCharacterStream(int, Reader) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setCharacterStream(Reader, long) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setCharacterStream(Reader) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setCharacterStream(int, Reader, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setCharacterStream(int, Reader, long) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setCharacterStream(int, Reader) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setClassName(String) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
string class_name = 6;
setClassName(String) - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
string class_name = 2;
setClassNameBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
string class_name = 6;
setClassNameBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
string class_name = 2;
setClientInfo(String, String) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
setClientInfo(Properties) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
setClientInfo(String, String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
setClientInfo(Properties) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
setClob(int, Clob) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setClob(int, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setClob(int, Reader) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setClob(Reader, long) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setClob(Reader) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setClob(Clob) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setClob(int, Clob) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setClob(int, Reader, long) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setClob(int, Reader) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setColumnClassName(String) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
string column_class_name = 19;
setColumnClassNameBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
string column_class_name = 19;
setColumnName(String) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
string column_name = 10;
setColumnNameBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
string column_name = 10;
setColumnNamePattern(String) - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
string column_name_pattern = 4;
setColumnNamePatternBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
string column_name_pattern = 4;
setColumns(int, Common.ColumnMetaData) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
Only present when name = STRUCT
setColumns(int, Common.ColumnMetaData.Builder) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
Only present when name = STRUCT
setColumns(int, Common.ColumnMetaData) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
repeated .ColumnMetaData columns = 1;
setColumns(int, Common.ColumnMetaData.Builder) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
repeated .ColumnMetaData columns = 1;
setComponent(Common.AvaticaType) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
Only present when name = ARRAY
setComponent(Common.AvaticaType.Builder) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
Only present when name = ARRAY
setComponentType(Common.Rep) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
If an Array, the representation for the array values
setComponentTypeValue(int) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
If an Array, the representation for the array values
setConnectionId(String) - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
string connection_id = 1;
setConnectionId(String) - Method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest.Builder
string connection_id = 1;
setConnectionId(String) - Method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest.Builder
string connection_id = 1;
setConnectionId(String) - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest.Builder
string connection_id = 1;
setConnectionId(String) - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
string connection_id = 5;
setConnectionId(String) - Method in class org.apache.calcite.avatica.proto.Requests.CommitRequest.Builder
string connection_id = 1;
setConnectionId(String) - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
string connection_id = 1;
setConnectionId(String) - Method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest.Builder
string connection_id = 1;
setConnectionId(String) - Method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest.Builder
string connection_id = 1;
setConnectionId(String) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
string connection_id = 1;
setConnectionId(String) - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
string connection_id = 1;
setConnectionId(String) - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
string connection_id = 1;
setConnectionId(String) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest.Builder
string connection_id = 1;
setConnectionId(String) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
string connection_id = 1;
setConnectionId(String) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
string connection_id = 1;
setConnectionId(String) - Method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest.Builder
string connection_id = 1;
setConnectionId(String) - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
string connection_id = 3;
setConnectionId(String) - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
string connection_id = 1;
setConnectionId(String) - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
string connection_id = 7;
setConnectionId(String) - Method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest.Builder
string connection_id = 1;
setConnectionId(String) - Method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest.Builder
string connection_id = 1;
setConnectionId(String) - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
string connection_id = 1;
setConnectionId(String) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
string connection_id = 1;
setConnectionId(String) - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
string connection_id = 1;
setConnectionIdBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
string connection_id = 1;
setConnectionIdBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest.Builder
string connection_id = 1;
setConnectionIdBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest.Builder
string connection_id = 1;
setConnectionIdBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest.Builder
string connection_id = 1;
setConnectionIdBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
string connection_id = 5;
setConnectionIdBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.CommitRequest.Builder
string connection_id = 1;
setConnectionIdBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
string connection_id = 1;
setConnectionIdBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest.Builder
string connection_id = 1;
setConnectionIdBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest.Builder
string connection_id = 1;
setConnectionIdBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
string connection_id = 1;
setConnectionIdBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
string connection_id = 1;
setConnectionIdBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
string connection_id = 1;
setConnectionIdBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest.Builder
string connection_id = 1;
setConnectionIdBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
string connection_id = 1;
setConnectionIdBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
string connection_id = 1;
setConnectionIdBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest.Builder
string connection_id = 1;
setConnectionIdBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
string connection_id = 3;
setConnectionIdBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
string connection_id = 1;
setConnectionIdBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
string connection_id = 7;
setConnectionIdBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest.Builder
string connection_id = 1;
setConnectionIdBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest.Builder
string connection_id = 1;
setConnectionIdBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
string connection_id = 1;
setConnectionIdBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
string connection_id = 1;
setConnectionIdBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
string connection_id = 1;
setConnProps(Common.ConnectionProperties) - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
.ConnectionProperties conn_props = 2;
setConnProps(Common.ConnectionProperties.Builder) - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
.ConnectionProperties conn_props = 2;
setConnProps(Common.ConnectionProperties) - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
.ConnectionProperties conn_props = 1;
setConnProps(Common.ConnectionProperties.Builder) - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
.ConnectionProperties conn_props = 1;
setCurrency(boolean) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
bool currency = 5;
setCursorFactory(Meta.CursorFactory) - Method in class org.apache.calcite.avatica.Meta.Signature
Returns a copy of this Signature, substituting given CursorFactory.
setCursorFactory(Common.CursorFactory) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
.CursorFactory cursor_factory = 4;
setCursorFactory(Common.CursorFactory.Builder) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
.CursorFactory cursor_factory = 4;
setCursorName(String) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
setCursorName(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setCursorName(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
setDate(int, Date, Calendar) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setDate(int, Date) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setDate(Date, Calendar) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setDate(int, Date) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setDate(int, Date, Calendar) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setDefinitelyWritable(boolean) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
bool definitely_writable = 18;
setDeprecatedFirstFrameMaxSize(long) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
Deprecated, use the signed int instead.
setDirty(boolean) - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
 
setDisplaySize(int) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
uint32 display_size = 8;
setDone(boolean) - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
bool done = 2;
setDouble(int, double) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setDouble(double) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setDouble(int, double) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setDoubleValue(double) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
big numbers
setErrorCode(int) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
numeric identifier for error
setErrorMessage(String) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
human readable description
setErrorMessageBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
human readable description
setEscapeProcessing(boolean) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
setEscapeProcessing(boolean) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setEscapeProcessing(boolean) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
setExceptions(int, String) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
exception stacktraces, many for linked exceptions.
setFetchDirection(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
setFetchDirection(int) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
setFetchDirection(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setFetchDirection(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
setFetchDirection(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
setFetchMaxRowCount(int) - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
Maximum number of rows to be returned in the frame.
setFetchSize(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
setFetchSize(int) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
setFetchSize(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setFetchSize(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
setFetchSize(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Common.WireMessage.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.CommitRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Responses.CommitResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
 
setFieldNames(int, String) - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
repeated string field_names = 3;
setFirstFrame(Common.Frame) - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
.Frame first_frame = 5;
setFirstFrame(Common.Frame.Builder) - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
.Frame first_frame = 5;
setFirstFrameMaxSize(int) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
The maximum number of rows to return in the first Frame
setFirstFrameMaxSize(int) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
The maximum number of rows that will be returned in the
setFloat(int, float) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setFloat(float) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setFloat(int, float) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setFrame(Common.Frame) - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
.Frame frame = 1;
setFrame(Common.Frame.Builder) - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
.Frame frame = 1;
setFrameMaxSize(int) - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
int32 frame_max_size = 5;
setFunctions(int, String) - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty.Builder
repeated string functions = 2;
setHasArgs(boolean) - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
bool has_args = 5;
setHasArrayValue(boolean) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
Is an array value set?
setHasAutoCommit(boolean) - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
field is a Boolean, need to discern null and default value
setHasExceptions(boolean) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
are there stacktraces contained?
setHasOp(boolean) - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
bool has_op = 7;
setHasParameterValues(boolean) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
bool has_parameter_values = 4;
setHasReadOnly(boolean) - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
field is a Boolean, need to discern null and default value
setHasSql(boolean) - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
bool has_sql = 6;
setHasTypeList(boolean) - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
Having an empty type_list is distinct from a null type_list
setHoldability(int) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
setHoldability(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
setHostnameVerification(HostnameVerificationConfigurable.HostnameVerification) - Method in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
 
setHostnameVerification(HostnameVerificationConfigurable.HostnameVerification) - Method in interface org.apache.calcite.avatica.remote.HostnameVerificationConfigurable
Instructs the AvaticaHttpClient how to perform hostname verification for SSL connections.
setId(int) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
uint32 id = 1;
setId(int) - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
uint32 id = 2;
setImplicitlyNull(boolean) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
Differentiate between explicitly null (user-set) and implicitly null
setInt(int, int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setInt(int) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setInt(int, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setIntArrayValues(int, int) - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
repeated sint32 int_array_values = 5;
setIntValue(int) - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
sint32 int_value = 3;
setIsDirty(boolean) - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
bool is_dirty = 1;
setKerberosConnection(KerberosConnection) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
setKey(Common.DatabaseProperty) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
.DatabaseProperty key = 1;
setKey(Common.DatabaseProperty.Builder) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
.DatabaseProperty key = 1;
setKeyStore(File, String, String) - Method in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
 
setKeyStore(File, String, String) - Method in interface org.apache.calcite.avatica.remote.KeyStoreConfigurable
Sets a keystore containing the collection of client side certificates to use for HTTPS mutual authentication along with password for keystore and password for key
setLabel(String) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
string label = 9;
setLabelBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
string label = 9;
setLargeMaxRows(long) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
setLargeMaxRows(Statement, long) - Static method in class org.apache.calcite.avatica.AvaticaUtils
Invokes Statement#setLargeMaxRows, falling back on Statement.setMaxRows(int) if the method does not exist (before JDK 1.8) or throws UnsupportedOperationException.
setLong(int, long) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setLong(long) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setLong(int, long) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setMaxFieldSize(int) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
setMaxFieldSize(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setMaxFieldSize(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
setMaxRowCount(long) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
Deprecated
setMaxRowCount(long) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
Deprecated
setMaxRows(int) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
setMaxRows(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setMaxRows(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
setMaxRowsTotal(long) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
The maximum number of rows that will be allowed for this query
setMaxRowsTotal(long) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
The maximum number of rows that will be allowed for this query
setMetadata(Responses.RpcMetadata) - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse.Builder
.RpcMetadata metadata = 1;
setMetadata(Responses.RpcMetadata.Builder) - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse.Builder
.RpcMetadata metadata = 1;
setMetadata(Responses.RpcMetadata) - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse.Builder
.RpcMetadata metadata = 1;
setMetadata(Responses.RpcMetadata.Builder) - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse.Builder
.RpcMetadata metadata = 1;
setMetadata(Responses.RpcMetadata) - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
.RpcMetadata metadata = 2;
setMetadata(Responses.RpcMetadata.Builder) - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
.RpcMetadata metadata = 2;
setMetadata(Responses.RpcMetadata) - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
.RpcMetadata metadata = 3;
setMetadata(Responses.RpcMetadata.Builder) - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
.RpcMetadata metadata = 3;
setMetadata(Responses.RpcMetadata) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
.RpcMetadata metadata = 3;
setMetadata(Responses.RpcMetadata.Builder) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
.RpcMetadata metadata = 3;
setMetadata(Responses.RpcMetadata) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
.RpcMetadata metadata = 2;
setMetadata(Responses.RpcMetadata.Builder) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
.RpcMetadata metadata = 2;
setMetadata(Responses.RpcMetadata) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
.RpcMetadata metadata = 6;
setMetadata(Responses.RpcMetadata.Builder) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
.RpcMetadata metadata = 6;
setMetadata(Responses.RpcMetadata) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
.RpcMetadata metadata = 5;
setMetadata(Responses.RpcMetadata.Builder) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
.RpcMetadata metadata = 5;
setMetadata(Responses.RpcMetadata) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
.RpcMetadata metadata = 3;
setMetadata(Responses.RpcMetadata.Builder) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
.RpcMetadata metadata = 3;
setMetadata(Responses.RpcMetadata) - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
.RpcMetadata metadata = 4;
setMetadata(Responses.RpcMetadata.Builder) - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
.RpcMetadata metadata = 4;
setMetadata(Responses.RpcMetadata) - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse.Builder
.RpcMetadata metadata = 1;
setMetadata(Responses.RpcMetadata.Builder) - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse.Builder
.RpcMetadata metadata = 1;
setMetadata(Responses.RpcMetadata) - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
.RpcMetadata metadata = 2;
setMetadata(Responses.RpcMetadata.Builder) - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
.RpcMetadata metadata = 2;
setMetadata(Responses.RpcMetadata) - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
with no signature nor other data.
setMetadata(Responses.RpcMetadata.Builder) - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
with no signature nor other data.
setMetadata(Responses.RpcMetadata) - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
.RpcMetadata metadata = 3;
setMetadata(Responses.RpcMetadata.Builder) - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
.RpcMetadata metadata = 3;
setMissingResults(boolean) - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
Did the request fail because of a cached-statement w/o ResultSet
setMissingStatement(boolean) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
Did the request fail because of no-cached statement
setMissingStatement(boolean) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
Did the request fail because of no-cached statement
setMissingStatement(boolean) - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
Did the request fail because of no-cached statement
setMissingStatement(boolean) - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
Server doesn't have the statement with the ID from the request
setMoreResults(boolean) - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
Should the client fetch() to get more results
setName(String) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
string name = 7;
setName(String) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
string name = 2;
setName(String) - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty.Builder
string name = 1;
setName(String) - Method in class org.apache.calcite.avatica.proto.Common.WireMessage.Builder
string name = 1;
setNameBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
string name = 7;
setNameBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
string name = 2;
setNameBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty.Builder
string name = 1;
setNameBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Common.WireMessage.Builder
string name = 1;
setNCharacterStream(int, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setNCharacterStream(int, Reader) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setNCharacterStream(Reader, long) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setNCharacterStream(Reader) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setNCharacterStream(int, Reader, long) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setNCharacterStream(int, Reader) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setNClob(int, NClob) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setNClob(int, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setNClob(int, Reader) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setNClob(NClob) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setNClob(Reader, long) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setNClob(Reader) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setNClob(int, NClob) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setNClob(int, Reader, long) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setNClob(int, Reader) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setNetworkTimeout(Executor, int) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
setNetworkTimeout(Executor, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
setNString(int, String) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setNString(String) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setNString(int, String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setNull(int, int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setNull(int, int, String) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setNull(int) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setNull(int, String) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setNull(int, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setNull(int, int, String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setNull(boolean) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
a null object
setNullable(int) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
uint32 nullable = 6;
setNumberValue(long) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
var-len encoding lets us shove anything from byte to long
setObject(int, Object, int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setObject(int, Object) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setObject(int, Object, int, int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setObject(Object, int) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setObject(Object) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setObject(Object, int, int) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setObject(int, Object, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setObject(int, Object) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setObject(int, Object, int, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setOffset(long) - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
uint64 offset = 1;
setOffset(long) - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
uint64 offset = 3;
setOffset(long) - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
uint64 offset = 4;
setOp(Common.MetaDataOperation) - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
.MetaDataOperation op = 3;
setOpValue(int) - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
.MetaDataOperation op = 3;
setOrdinal(int) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
uint32 ordinal = 1;
setOwnStatement(boolean) - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
bool own_statement = 3;
setParameters(int, Common.AvaticaParameter) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
repeated .AvaticaParameter parameters = 3;
setParameters(int, Common.AvaticaParameter.Builder) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
repeated .AvaticaParameter parameters = 3;
setParameterType(int) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
uint32 parameter_type = 4;
setParameterValues(int, Common.TypedValue) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
repeated .TypedValue parameter_values = 2;
setParameterValues(int, Common.TypedValue.Builder) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
repeated .TypedValue parameter_values = 2;
setParameterValues(int, Common.TypedValue) - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch.Builder
repeated .TypedValue parameter_values = 1;
setParameterValues(int, Common.TypedValue.Builder) - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch.Builder
repeated .TypedValue parameter_values = 1;
setPoolable(boolean) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
setPoolable(boolean) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setPoolable(boolean) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
setPrecision(int) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
uint32 precision = 2;
setPrecision(int) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
uint32 precision = 12;
setProps(int, Responses.DatabasePropertyElement) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
repeated .DatabasePropertyElement props = 1;
setProps(int, Responses.DatabasePropertyElement.Builder) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
repeated .DatabasePropertyElement props = 1;
setQueryTimeout(int) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
setQueryTimeout(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setQueryTimeout(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
setReadOnly(boolean) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
setReadOnly(boolean) - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
Sets readOnly status and flag as dirty.
setReadOnly(boolean) - Method in interface org.apache.calcite.avatica.Meta.ConnectionProperties
Set readOnly status.
setReadOnly(boolean) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
setReadOnly(boolean) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
bool read_only = 16;
setReadOnly(boolean) - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
bool read_only = 3;
setRef(int, Ref) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setRef(Ref) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setRef(int, Ref) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setRep(ColumnMetaData.Rep) - Method in class org.apache.calcite.avatica.ColumnMetaData.AvaticaType
 
setRep(ColumnMetaData.Rep) - Method in class org.apache.calcite.avatica.ColumnMetaData.ScalarType
 
setRep(ColumnMetaData.Rep) - Method in class org.apache.calcite.avatica.ColumnMetaData
 
setRep(Common.Rep) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
.Rep rep = 3;
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.calcite.avatica.proto.Common.WireMessage.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.calcite.avatica.proto.Requests.CommitRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.calcite.avatica.proto.Responses.CommitResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
 
setRepValue(int) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
.Rep rep = 3;
setResults(int, Responses.ResultSetResponse) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
repeated .ResultSetResponse results = 1;
setResults(int, Responses.ResultSetResponse.Builder) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
repeated .ResultSetResponse results = 1;
setResultSet(ResultSet) - Method in class org.apache.calcite.avatica.jdbc.StatementInfo
Set a ResultSet on this object.
setRowId(int, RowId) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setRowId(RowId) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setRowId(int, RowId) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setRows(int, Common.Row) - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
repeated .Row rows = 3;
setRows(int, Common.Row.Builder) - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
repeated .Row rows = 3;
setRpcMetadata(Service.RpcMetadataResponse) - Method in class org.apache.calcite.avatica.remote.AbstractHandler
 
setRpcMetadata(Service.RpcMetadataResponse) - Method in class org.apache.calcite.avatica.remote.AbstractService
 
setRpcMetadata(Service.RpcMetadataResponse) - Method in interface org.apache.calcite.avatica.remote.Handler
Sets some general server information to return to the client in all responses.
setRpcMetadata(Service.RpcMetadataResponse) - Method in class org.apache.calcite.avatica.remote.LocalService
 
setRpcMetadata(Service.RpcMetadataResponse) - Method in interface org.apache.calcite.avatica.remote.Service
Sets server-level metadata for RPCs.
setSavepoint() - Method in class org.apache.calcite.avatica.AvaticaConnection
 
setSavepoint(String) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
setSavepoint() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
setSavepoint(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
setScalarValue(Common.TypedValue) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
.TypedValue scalar_value = 4;
setScalarValue(Common.TypedValue.Builder) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
.TypedValue scalar_value = 4;
setScale(int) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
uint32 scale = 3;
setScale(int) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
uint32 scale = 13;
setSchema(String) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
setSchema(String) - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
Sets schema and flag as dirty.
setSchema(String) - Method in interface org.apache.calcite.avatica.Meta.ConnectionProperties
Set schema.
setSchema(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
setSchema(String) - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
string schema = 6;
setSchemaBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
string schema = 6;
setSchemaName(String) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
string schema_name = 11;
setSchemaNameBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
string schema_name = 11;
setSchemaPattern(String) - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
string schema_pattern = 2;
setSchemaPattern(String) - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
string schema_pattern = 2;
setSchemaPattern(String) - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
string schema_pattern = 2;
setSchemaPatternBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
string schema_pattern = 2;
setSchemaPatternBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
string schema_pattern = 2;
setSchemaPatternBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
string schema_pattern = 2;
setSearchable(boolean) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
bool searchable = 4;
setServer(Server) - Method in class org.apache.calcite.avatica.server.DelegatingAvaticaHandler
 
setServerAddress(String) - Method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata.Builder
The host:port of the server
setServerAddressBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata.Builder
The host:port of the server
setServerRpcMetadata(Service.RpcMetadataResponse) - Method in interface org.apache.calcite.avatica.server.AvaticaHandler
 
setServerRpcMetadata(Service.RpcMetadataResponse) - Method in class org.apache.calcite.avatica.server.AvaticaJsonHandler
 
setServerRpcMetadata(Service.RpcMetadataResponse) - Method in class org.apache.calcite.avatica.server.AvaticaProtobufHandler
 
setServerRpcMetadata(Service.RpcMetadataResponse) - Method in class org.apache.calcite.avatica.server.DelegatingAvaticaHandler
 
setService(Service) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
setSeverity(Common.Severity) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
.Severity severity = 3;
setSeverityValue(int) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
.Severity severity = 3;
setShort(int, short) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setShort(short) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setShort(int, short) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setSignature(Meta.Signature) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
setSignature(Common.Signature) - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
.Signature signature = 3;
setSignature(Common.Signature.Builder) - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
.Signature signature = 3;
setSignature(Common.Signature) - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
.Signature signature = 4;
setSignature(Common.Signature.Builder) - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
.Signature signature = 4;
setSigned(boolean) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
bool signed = 1;
setSigned(boolean) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
bool signed = 7;
setSql(String) - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
string sql = 2;
setSql(String) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
string sql = 2;
setSql(String) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
string sql = 2;
setSql(String) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
string sql = 2;
setSqlBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
string sql = 2;
setSqlBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
string sql = 2;
setSqlBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
string sql = 2;
setSqlBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
string sql = 2;
setSqlCommands(int, String) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest.Builder
repeated string sql_commands = 3;
setSqlState(String) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
five-character standard-defined value
setSqlStateBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
five-character standard-defined value
setSQLXML(int, SQLXML) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setSQLXML(SQLXML) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setSQLXML(int, SQLXML) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setState(Common.QueryState) - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
.QueryState state = 3;
setState(Common.QueryState.Builder) - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
.QueryState state = 3;
setStatement(Common.StatementHandle) - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
.StatementHandle statement = 1;
setStatement(Common.StatementHandle.Builder) - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
.StatementHandle statement = 1;
setStatementHandle(Common.StatementHandle) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
.StatementHandle statementHandle = 1;
setStatementHandle(Common.StatementHandle.Builder) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
.StatementHandle statementHandle = 1;
setStatementId(int) - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest.Builder
uint32 statement_id = 2;
setStatementId(int) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
uint32 statement_id = 2;
setStatementId(int) - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
uint32 statement_id = 2;
setStatementId(int) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest.Builder
uint32 statement_id = 2;
setStatementId(int) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
uint32 statement_id = 4;
setStatementId(int) - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
uint32 statement_id = 2;
setStatementId(int) - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
uint32 statement_id = 2;
setStatementId(int) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
uint32 statement_id = 2;
setStatementId(int) - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
uint32 statement_id = 2;
setStatementType(Common.StatementType) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
.StatementType statementType = 5;
setStatementTypeValue(int) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
.StatementType statementType = 5;
setString(int, String) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setString(String) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setString(int, String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setStringArrayValues(int, String) - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
repeated string string_array_values = 4;
setStringValue(String) - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
string string_value = 1;
setStringValue(String) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
char/varchar
setStringValueBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
string string_value = 1;
setStringValueBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
char/varchar
setStyle(Common.CursorFactory.Style) - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
.CursorFactory.Style style = 1;
setStyleValue(int) - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
.CursorFactory.Style style = 1;
setTableName(String) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
string table_name = 14;
setTableNameBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
string table_name = 14;
setTableNamePattern(String) - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
string table_name_pattern = 3;
setTableNamePattern(String) - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
string table_name_pattern = 3;
setTableNamePatternBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
string table_name_pattern = 3;
setTableNamePatternBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
string table_name_pattern = 3;
setTime(int, Time, Calendar) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setTime(int, Time) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setTime(Time, Calendar) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setTime(int, Time) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setTime(int, Time, Calendar) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setTimestamp(int, Timestamp, Calendar) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setTimestamp(int, Timestamp) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setTimestamp(Timestamp, Calendar) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setTimestamp(int, Timestamp) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setTimestamp(int, Timestamp, Calendar) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setTransactionIsolation(int) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
setTransactionIsolation(int) - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
Sets transactionIsolation status and flag as dirty.
setTransactionIsolation(int) - Method in interface org.apache.calcite.avatica.Meta.ConnectionProperties
Set transactionIsolation status.
setTransactionIsolation(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
setTransactionIsolation(int) - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
uint32 transaction_isolation = 4;
setTrustStore(File, String) - Method in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
 
setTrustStore(File, String) - Method in interface org.apache.calcite.avatica.remote.TrustStoreConfigurable
Sets a truststore containing the collection of trust SSL/TLS server certificates to use for HTTPS calls and the password for that truststore.
setType(Common.AvaticaType) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
.AvaticaType type = 20;
setType(Common.AvaticaType.Builder) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
.AvaticaType type = 20;
setType(Common.MetaDataOperationArgument.ArgumentType) - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
.MetaDataOperationArgument.ArgumentType type = 6;
setType(Common.StateType) - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
.StateType type = 1;
setType(Common.Rep) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
The actual type that was serialized in the general attribute below
setTypeList(int, String) - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
repeated string type_list = 4;
setTypeMap(Map<String, Class<?>>) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
setTypeMap(Map<String, Class<?>>) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
setTypeName(String) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
string type_name = 5;
setTypeNameBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
string type_name = 5;
setTypeValue(int) - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
.MetaDataOperationArgument.ArgumentType type = 6;
setTypeValue(int) - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
.StateType type = 1;
setTypeValue(int) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
The actual type that was serialized in the general attribute below
setUnicodeStream(int, InputStream, int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setUnicodeStream(InputStream, int) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setUnicodeStream(int, InputStream, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Common.WireMessage.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Requests.CommitRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Responses.CommitResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
 
setUpdateCount(long) - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
-1 for normal result sets, else this response contains a dummy result set
setUpdateCounts(int, long) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
repeated uint64 update_counts = 3;
setUpdates(int, Requests.UpdateBatch) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
A batch of updates is a list<list<typevalue>>
setUpdates(int, Requests.UpdateBatch.Builder) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
A batch of updates is a list<list<typevalue>>
setURL(int, URL) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setURL(URL) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setURL(int, URL) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setUsernamePassword(AuthenticationType, String, String) - Method in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
 
setUsernamePassword(AuthenticationType, String, String) - Method in interface org.apache.calcite.avatica.remote.UsernamePasswordAuthenticateable
Sets the username, password and method to be used for authentication.
setValue(int, Common.TypedValue) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
deprecated, use array_value or scalar_value
setValue(int, Common.TypedValue.Builder) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
deprecated, use array_value or scalar_value
setValue(int, Common.ColumnValue) - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
repeated .ColumnValue value = 1;
setValue(int, Common.ColumnValue.Builder) - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
repeated .ColumnValue value = 1;
setValue(Common.TypedValue) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
.TypedValue value = 2;
setValue(Common.TypedValue.Builder) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
.TypedValue value = 2;
setWrappedMessage(ByteString) - Method in class org.apache.calcite.avatica.proto.Common.WireMessage.Builder
bytes wrapped_message = 2;
setWritable(boolean) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
bool writable = 17;
severity - Variable in class org.apache.calcite.avatica.remote.Service.ErrorResponse
 
SEVERITY_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
SHORT_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
SHORT = 11;
signature - Variable in class org.apache.calcite.avatica.AvaticaResultSet
 
signature(ResultSetMetaData, ParameterMetaData, String, Meta.StatementType) - Static method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
signature(ResultSetMetaData) - Static method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
signature - Variable in class org.apache.calcite.avatica.Meta.MetaResultSet
 
Signature(List<ColumnMetaData>, String, List<AvaticaParameter>, Map<String, Object>, Meta.CursorFactory, Meta.StatementType) - Constructor for class org.apache.calcite.avatica.Meta.Signature
Creates a Signature.
signature - Variable in class org.apache.calcite.avatica.Meta.StatementHandle
Only present for PreparedStatement handles, null otherwise.
signature - Variable in class org.apache.calcite.avatica.remote.Service.ResultSetResponse
 
SIGNATURE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.StatementHandle
 
SIGNATURE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
 
signed - Variable in class org.apache.calcite.avatica.AvaticaParameter
 
signed - Variable in class org.apache.calcite.avatica.ColumnMetaData
 
SIGNED_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
 
SIGNED_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
simpleInsert() - Method in class org.apache.calcite.avatica.tck.tests.InsertTest
 
slot - Variable in class org.apache.calcite.avatica.util.AbstractCursor.SlotGetter
 
SlotGetter() - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.SlotGetter
 
slots - Variable in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
socketFactoryRegistry - Variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
 
sourceDataType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaAttribute
 
sourceDataType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
 
Spacer - Class in org.apache.calcite.avatica.util
Efficiently writes strings of spaces.
Spacer() - Constructor for class org.apache.calcite.avatica.util.Spacer
Creates a Spacer with zero spaces.
Spacer(int) - Constructor for class org.apache.calcite.avatica.util.Spacer
Creates a Spacer with a given number of spaces.
spaces(StringBuilder) - Method in class org.apache.calcite.avatica.util.Spacer
Appends current number of spaces to a StringBuilder.
Spaces - Class in org.apache.calcite.avatica.util
Utilities for creating strings of spaces.
specificName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunction
 
specificName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunctionColumn
 
specificName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedure
 
specificName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
 
SPNEGO_HTTP_CLIENT_IMPL_DEFAULT - Static variable in class org.apache.calcite.avatica.remote.AvaticaHttpClientFactoryImpl
 
sql - Variable in class org.apache.calcite.avatica.Meta.Signature
 
sql - Variable in class org.apache.calcite.avatica.QueryState
 
sql - Variable in class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteRequest
 
sql - Variable in class org.apache.calcite.avatica.remote.Service.PrepareRequest
 
SQL_COMMANDS_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
 
SQL_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.QueryState
 
SQL_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.Signature
 
SQL_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
 
SQL_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
 
SQL_STATE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
SQL_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.StateType
SQL = 0;
sqlCommands - Variable in class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteBatchRequest
 
sqlDataType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaAttribute
 
sqlDataType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
 
sqlDataType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
 
sqlDataType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
 
sqlDatetimeSub - Variable in class org.apache.calcite.avatica.MetaImpl.MetaAttribute
 
sqlDatetimeSub - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
 
sqlDatetimeSub - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
 
sqlDatetimeSub - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
 
sqlState - Variable in class org.apache.calcite.avatica.remote.Service.ErrorResponse
 
SqlState - Enum in org.apache.calcite.avatica
SQL error codes.
SqlType - Enum in org.apache.calcite.avatica
Extends the information in Types.
SqlType.Method - Enum in org.apache.calcite.avatica
Getter methods in ResultSet.
StandaloneServer - Class in org.apache.calcite.avatica.standalone
An Avatica server for arbitrary JDBC drivers.
StandaloneServer() - Constructor for class org.apache.calcite.avatica.standalone.StandaloneServer
 
StandaloneServer.SerializationConverter - Class in org.apache.calcite.avatica.standalone
Converter from String to Serialization.
start() - Method in class org.apache.calcite.avatica.metrics.dropwizard.DropwizardTimer
 
start() - Method in class org.apache.calcite.avatica.metrics.noop.NoopTimer
 
start() - Method in interface org.apache.calcite.avatica.metrics.Timer
 
start() - Method in class org.apache.calcite.avatica.server.DelegatingAvaticaHandler
 
start() - Method in class org.apache.calcite.avatica.server.HttpServer
 
start(String[]) - Static method in class org.apache.calcite.avatica.server.Main
Creates and starts an HttpServer using JSON POJO serialization of requests/responses.
start(String[], int, Main.HandlerFactory) - Static method in class org.apache.calcite.avatica.server.Main
Creates and starts an HttpServer using the given factory to create the Handler.
start() - Method in class org.apache.calcite.avatica.standalone.StandaloneServer
 
startUnit - Variable in enum org.apache.calcite.avatica.util.TimeUnitRange
 
state - Variable in class org.apache.calcite.avatica.AvaticaResultSet
 
state - Variable in class org.apache.calcite.avatica.remote.Service.SyncResultsRequest
 
STATE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
 
statement - Variable in class org.apache.calcite.avatica.AvaticaResultSet
 
statement - Variable in class org.apache.calcite.avatica.remote.Service.PrepareResponse
 
STATEMENT_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
 
STATEMENT_ID_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
 
STATEMENT_ID_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
 
STATEMENT_ID_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.FetchRequest
 
STATEMENT_ID_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
 
STATEMENT_ID_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
 
STATEMENT_ID_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
 
STATEMENT_ID_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
 
STATEMENT_ID_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
 
STATEMENT_ID_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
 
statementCount - Variable in class org.apache.calcite.avatica.AvaticaConnection
 
StatementHandle(String, int, Meta.Signature) - Constructor for class org.apache.calcite.avatica.Meta.StatementHandle
 
statementHandle - Variable in class org.apache.calcite.avatica.remote.Service.ExecuteRequest
 
STATEMENTHANDLE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
 
statementId - Variable in class org.apache.calcite.avatica.Meta.MetaResultSet
 
statementId - Variable in class org.apache.calcite.avatica.remote.Service.CloseStatementRequest
 
statementId - Variable in class org.apache.calcite.avatica.remote.Service.CreateStatementResponse
 
statementId - Variable in class org.apache.calcite.avatica.remote.Service.ExecuteBatchRequest
 
statementId - Variable in class org.apache.calcite.avatica.remote.Service.ExecuteBatchResponse
 
statementId - Variable in class org.apache.calcite.avatica.remote.Service.FetchRequest
 
statementId - Variable in class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteBatchRequest
 
statementId - Variable in class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteRequest
 
statementId - Variable in class org.apache.calcite.avatica.remote.Service.ResultSetResponse
 
statementId - Variable in class org.apache.calcite.avatica.remote.Service.SyncResultsRequest
 
StatementInfo - Class in org.apache.calcite.avatica.jdbc
All we know about a statement.
StatementInfo(Statement) - Constructor for class org.apache.calcite.avatica.jdbc.StatementInfo
 
statementMap - Variable in class org.apache.calcite.avatica.AvaticaConnection
 
statementType - Variable in class org.apache.calcite.avatica.Meta.Signature
 
STATEMENTTYPE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.Signature
 
stop() - Method in class org.apache.calcite.avatica.server.DelegatingAvaticaHandler
 
stop() - Method in class org.apache.calcite.avatica.server.HttpServer
 
stop() - Method in class org.apache.calcite.avatica.standalone.StandaloneServer
 
stopRenewalThread() - Method in class org.apache.calcite.avatica.remote.KerberosConnection
Stops the Kerberos renewal thread if it is still running.
storesLowerCaseIdentifiers() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
storesLowerCaseIdentifiers() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
storesLowerCaseQuotedIdentifiers() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
storesLowerCaseQuotedIdentifiers() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
storesMixedCaseIdentifiers() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
storesMixedCaseIdentifiers() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
storesMixedCaseQuotedIdentifiers() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
storesMixedCaseQuotedIdentifiers() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
storesUpperCaseIdentifiers() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
storesUpperCaseIdentifiers() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
storesUpperCaseQuotedIdentifiers() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
storesUpperCaseQuotedIdentifiers() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
string - Variable in enum org.apache.calcite.avatica.util.Quoting
 
STRING_ARRAY_VALUES_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
 
STRING_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.ArgumentType
STRING = 0;
STRING_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
STRING = 21;
STRING_VALUE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
 
STRING_VALUE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.TypedValue
 
struct(List<ColumnMetaData>) - Static method in class org.apache.calcite.avatica.ColumnMetaData
STRUCT_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
STRUCT = 28;
StructGetter(AbstractCursor.Getter, ColumnMetaData) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.StructGetter
 
StructImpl - Class in org.apache.calcite.avatica.util
Implementation of JDBC Struct.
StructImpl(List) - Constructor for class org.apache.calcite.avatica.util.StructImpl
 
StructImpl.Factory - Interface in org.apache.calcite.avatica.util
Factory that can create a result set based on a list of values.
StructType(List<ColumnMetaData>) - Constructor for class org.apache.calcite.avatica.ColumnMetaData.StructType
 
style - Variable in class org.apache.calcite.avatica.Meta.CursorFactory
 
STYLE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.CursorFactory
 
subClass - Variable in enum org.apache.calcite.avatica.SqlState
 
subCondition - Variable in enum org.apache.calcite.avatica.SqlState
 
substring(int, int) - Method in class org.apache.calcite.avatica.util.ByteString
Returns a ByteString that consists of a given range.
substring(int) - Method in class org.apache.calcite.avatica.util.ByteString
Returns a ByteString that starts at a given position.
subtract(int) - Method in class org.apache.calcite.avatica.util.Spacer
Reduces the current number of spaces by n.
subtractMonths(int, int) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
Finds the number of months between two dates, each represented as the number of days since the epoch.
subtractMonths(long, long) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
 
supertableName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaSuperTable
 
supertypeCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaSuperType
 
supertypeName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaSuperType
 
supertypeSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaSuperType
 
supportsAlterTableWithAddColumn() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsAlterTableWithAddColumn() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsAlterTableWithDropColumn() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsAlterTableWithDropColumn() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsANSI92EntryLevelSQL() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsANSI92EntryLevelSQL() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsANSI92FullSQL() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsANSI92FullSQL() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsANSI92IntermediateSQL() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsANSI92IntermediateSQL() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsBatchUpdates() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsBatchUpdates() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsCatalogsInDataManipulation() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsCatalogsInDataManipulation() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsCatalogsInIndexDefinitions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsCatalogsInIndexDefinitions() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsCatalogsInPrivilegeDefinitions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsCatalogsInPrivilegeDefinitions() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsCatalogsInProcedureCalls() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsCatalogsInProcedureCalls() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsCatalogsInTableDefinitions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsCatalogsInTableDefinitions() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsColumnAliasing() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsColumnAliasing() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsConvert() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsConvert(int, int) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsConvert() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsConvert(int, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsCoreSQLGrammar() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsCoreSQLGrammar() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsCorrelatedSubqueries() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsCorrelatedSubqueries() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsDataDefinitionAndDataManipulationTransactions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsDataDefinitionAndDataManipulationTransactions() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsDataManipulationTransactionsOnly() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsDataManipulationTransactionsOnly() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsDifferentTableCorrelationNames() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsDifferentTableCorrelationNames() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsExpressionsInOrderBy() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsExpressionsInOrderBy() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsExtendedSQLGrammar() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsExtendedSQLGrammar() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsFullOuterJoins() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsFullOuterJoins() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsGetGeneratedKeys() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsGetGeneratedKeys() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsGroupBy() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsGroupBy() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsGroupByBeyondSelect() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsGroupByBeyondSelect() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsGroupByUnrelated() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsGroupByUnrelated() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsImpersonation() - Method in interface org.apache.calcite.avatica.server.AvaticaServerConfiguration
Returns true if the Avatica server should run user requests at that remote user.
supportsIntegrityEnhancementFacility() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsIntegrityEnhancementFacility() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsLikeEscapeClause() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsLikeEscapeClause() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsLimitedOuterJoins() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsLimitedOuterJoins() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsMinimumSQLGrammar() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsMinimumSQLGrammar() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsMixedCaseIdentifiers() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsMixedCaseIdentifiers() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsMixedCaseQuotedIdentifiers() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsMixedCaseQuotedIdentifiers() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsMultipleOpenResults() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsMultipleOpenResults() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsMultipleResultSets() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsMultipleResultSets() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsMultipleTransactions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsMultipleTransactions() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsNamedParameters() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsNamedParameters() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsNonNullableColumns() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsNonNullableColumns() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsOpenCursorsAcrossCommit() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsOpenCursorsAcrossCommit() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsOpenCursorsAcrossRollback() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsOpenCursorsAcrossRollback() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsOpenStatementsAcrossCommit() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsOpenStatementsAcrossCommit() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsOpenStatementsAcrossRollback() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsOpenStatementsAcrossRollback() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsOrderByUnrelated() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsOrderByUnrelated() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsOuterJoins() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsOuterJoins() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsPositionedDelete() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsPositionedDelete() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsPositionedUpdate() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsPositionedUpdate() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsResultSetConcurrency(int, int) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsResultSetConcurrency(int, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsResultSetHoldability(int) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsResultSetHoldability(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsResultSetType(int) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsResultSetType(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsSavepoints() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsSavepoints() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsSchemasInDataManipulation() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsSchemasInDataManipulation() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsSchemasInIndexDefinitions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsSchemasInIndexDefinitions() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsSchemasInPrivilegeDefinitions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsSchemasInPrivilegeDefinitions() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsSchemasInProcedureCalls() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsSchemasInProcedureCalls() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsSchemasInTableDefinitions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsSchemasInTableDefinitions() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsSelectForUpdate() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsSelectForUpdate() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsStatementPooling() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsStatementPooling() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsStoredFunctionsUsingCallSyntax() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsStoredFunctionsUsingCallSyntax() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsStoredProcedures() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsStoredProcedures() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsSubqueriesInComparisons() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsSubqueriesInComparisons() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsSubqueriesInExists() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsSubqueriesInExists() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsSubqueriesInIns() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsSubqueriesInIns() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsSubqueriesInQuantifieds() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsSubqueriesInQuantifieds() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsTableCorrelationNames() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsTableCorrelationNames() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsTransactionIsolationLevel(int) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsTransactionIsolationLevel(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsTransactions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsTransactions() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsUnion() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsUnion() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsUnionAll() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsUnionAll() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
suspendEncoding() - Method in class org.apache.calcite.avatica.util.Base64.OutputStream
Suspends encoding of the stream.
syncResults(QueryState, long) - Method in class org.apache.calcite.avatica.AvaticaStatement
Re-initialize the ResultSet on the server with the given state.
syncResults(Meta.StatementHandle, QueryState, long) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
syncResults(Meta.StatementHandle, QueryState, long) - Method in interface org.apache.calcite.avatica.Meta
Re-sets the ResultSet on a Statement.
SyncResultsRequest(String, int, QueryState, long) - Constructor for class org.apache.calcite.avatica.remote.Service.SyncResultsRequest
 
SyncResultsResponse(boolean, boolean, Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.SyncResultsResponse
 
systemExit(int) - Static method in class org.apache.calcite.avatica.util.Unsafe

T

TABLE_NAME_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
TABLE_NAME_PATTERN_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
 
TABLE_NAME_PATTERN_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.TablesRequest
 
tableCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaCatalog
 
tableCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
 
tableCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumnPrivilege
 
tableCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaIndexInfo
 
tableCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaPrimaryKey
 
tableCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaPseudoColumn
 
tableCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaSuperTable
 
tableCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTable
 
tableCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTablePrivilege
 
tableCatalog - Variable in class org.apache.calcite.avatica.MetaImpl.MetaSchema
 
tableName - Variable in class org.apache.calcite.avatica.ColumnMetaData
 
tableName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
 
tableName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumnPrivilege
 
tableName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaIndexInfo
 
tableName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaPrimaryKey
 
tableName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaPseudoColumn
 
tableName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaSuperTable
 
tableName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTable
 
tableName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTablePrivilege
 
tableNamePattern - Variable in class org.apache.calcite.avatica.remote.Service.ColumnsRequest
 
tableNamePattern - Variable in class org.apache.calcite.avatica.remote.Service.TablesRequest
 
tableSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
 
tableSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumnPrivilege
 
tableSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaIndexInfo
 
tableSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaPrimaryKey
 
tableSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaPseudoColumn
 
tableSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaSchema
 
tableSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaSuperTable
 
tableSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTable
 
tableSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTablePrivilege
 
TablesRequest(String, String, String, String, List<String>) - Constructor for class org.apache.calcite.avatica.remote.Service.TablesRequest
 
tableType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTable
 
tableType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTableType
 
TableTypesRequest() - Constructor for class org.apache.calcite.avatica.remote.Service.TableTypesRequest
 
TableTypesRequest(String) - Constructor for class org.apache.calcite.avatica.remote.Service.TableTypesRequest
 
TestRunner - Class in org.apache.calcite.avatica.tck
Entry point for running an Avatica cross-version compatibility test.
TestRunner() - Constructor for class org.apache.calcite.avatica.tck.TestRunner
 
TIME_FORMAT_STRING - Static variable in class org.apache.calcite.avatica.util.DateTimeUtils
The SimpleDateFormat string for ISO times, "HH:mm:ss".
Timer - Interface in org.apache.calcite.avatica.metrics
A metric which encompasses a Histogram and Meter.
Timer.Context - Interface in org.apache.calcite.avatica.metrics
A object that tracks an active timing state.
TIMESTAMP_FORMAT_STRING - Static variable in class org.apache.calcite.avatica.util.DateTimeUtils
The SimpleDateFormat string for ISO timestamps, "yyyy-MM-dd HH:mm:ss".
timestampStringToUnixDate(String) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
 
timeStringToUnixDate(String) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
 
timeStringToUnixDate(String, int) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
 
TimeUnit - Enum in org.apache.calcite.avatica.util
Enumeration of time units used to construct an interval.
TimeUnitRange - Enum in org.apache.calcite.avatica.util
A range of time units.
TIMEZONE - Static variable in enum org.apache.calcite.avatica.BuiltInConnectionProperty
Deprecated.
timeZone() - Method in interface org.apache.calcite.avatica.ConnectionConfig
 
timeZone() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
 
toArray() - Method in class org.apache.calcite.avatica.util.UnsynchronizedBuffer
Gets (a copy of) the contents of this writer's buffer.
toBase64String() - Method in class org.apache.calcite.avatica.util.ByteString
Returns this byte string in Base64 format.
toBeCompleted() - Method in interface org.apache.calcite.avatica.Handler.ResultSink
Registers a temporary table.
toBigDecimal(Object) - Static method in class org.apache.calcite.avatica.AvaticaSite
 
toBuilder() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
 
toBuilder() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType
 
toBuilder() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
toBuilder() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue
 
toBuilder() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
toBuilder() - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory
 
toBuilder() - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
 
toBuilder() - Method in class org.apache.calcite.avatica.proto.Common.Frame
 
toBuilder() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
 
toBuilder() - Method in class org.apache.calcite.avatica.proto.Common.QueryState
 
toBuilder() - Method in class org.apache.calcite.avatica.proto.Common.Row
 
toBuilder() - Method in class org.apache.calcite.avatica.proto.Common.Signature
 
toBuilder() - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle
 
toBuilder() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue
 
toBuilder() - Method in class org.apache.calcite.avatica.proto.Common.WireMessage
 
toBuilder() - Method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
 
toBuilder() - Method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
 
toBuilder() - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
 
toBuilder() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
 
toBuilder() - Method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
 
toBuilder() - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
 
toBuilder() - Method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
 
toBuilder() - Method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
 
toBuilder() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
 
toBuilder() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
 
toBuilder() - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
 
toBuilder() - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
 
toBuilder() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
 
toBuilder() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
 
toBuilder() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
 
toBuilder() - Method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
 
toBuilder() - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
 
toBuilder() - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
 
toBuilder() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
 
toBuilder() - Method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
 
toBuilder() - Method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
 
toBuilder() - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch
 
toBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
 
toBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
 
toBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.CommitResponse
 
toBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
 
toBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
 
toBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
 
toBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
 
toBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
toBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
 
toBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
 
toBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
 
toBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
 
toBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
 
toBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
 
toBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
 
toBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
 
toBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
 
toCamelCase(String) - Static method in class org.apache.calcite.avatica.AvaticaUtils
Converts an underscore-separated name into a camelCase name.
todo() - Method in class org.apache.calcite.avatica.Helper
 
toException() - Method in class org.apache.calcite.avatica.remote.Service.ErrorResponse
 
toJdbc(Calendar) - Method in class org.apache.calcite.avatica.remote.TypedValue
Converts the value into the JDBC representation.
toLocal() - Method in class org.apache.calcite.avatica.remote.TypedValue
Converts the value into the local representation.
toLongs(int[]) - Static method in class org.apache.calcite.avatica.AvaticaUtils
Converts an array of int values to an array of long values.
toMap(Properties) - Static method in class org.apache.calcite.avatica.ConnectStringParser
Converts a Properties object to a Map<String, String>.
toProto() - Method in class org.apache.calcite.avatica.AvaticaParameter
 
toProto() - Method in enum org.apache.calcite.avatica.AvaticaSeverity
 
toProto() - Method in class org.apache.calcite.avatica.ColumnMetaData.ArrayType
 
toProto() - Method in class org.apache.calcite.avatica.ColumnMetaData.AvaticaType
 
toProto() - Method in enum org.apache.calcite.avatica.ColumnMetaData.Rep
 
toProto() - Method in class org.apache.calcite.avatica.ColumnMetaData.StructType
 
toProto() - Method in class org.apache.calcite.avatica.ColumnMetaData
 
toProto() - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
 
toProto() - Method in interface org.apache.calcite.avatica.Meta.ConnectionProperties
 
toProto() - Method in class org.apache.calcite.avatica.Meta.CursorFactory
 
toProto() - Method in enum org.apache.calcite.avatica.Meta.DatabaseProperty
 
toProto() - Method in class org.apache.calcite.avatica.Meta.Frame
 
toProto() - Method in class org.apache.calcite.avatica.Meta.Signature
 
toProto() - Method in class org.apache.calcite.avatica.Meta.StatementHandle
 
toProto() - Method in enum org.apache.calcite.avatica.Meta.StatementType
 
toProto() - Method in enum org.apache.calcite.avatica.Meta.Style
 
toProto() - Method in enum org.apache.calcite.avatica.QueryState.StateType
 
toProto() - Method in class org.apache.calcite.avatica.QueryState
 
toProto() - Method in enum org.apache.calcite.avatica.remote.MetaDataOperation
 
toProto() - Method in class org.apache.calcite.avatica.remote.TypedValue
Creates a protocol buffer equivalent object for this.
toProto(Common.TypedValue.Builder, Object) - Static method in class org.apache.calcite.avatica.remote.TypedValue
Writes the given object into the Protobuf representation of a TypedValue.
toResponse(Meta.MetaResultSet) - Method in class org.apache.calcite.avatica.remote.LocalService
Converts a result set (not serializable) into a serializable response.
toSaturatedInt(long) - Static method in class org.apache.calcite.avatica.AvaticaUtils
Converts a long to int, rounding as little as possible if the value is outside the legal range for an int.
toSaturatedInts(long[]) - Static method in class org.apache.calcite.avatica.AvaticaUtils
Converts an array of long values to an array of int values, truncating values outside the legal range for an int to Integer.MIN_VALUE or Integer.MAX_VALUE.
toSQLException(SQLException) - Method in class org.apache.calcite.avatica.Helper
 
toString() - Method in exception org.apache.calcite.avatica.AvaticaClientRuntimeException
 
toString() - Method in class org.apache.calcite.avatica.Meta.ConnectionHandle
 
toString() - Method in class org.apache.calcite.avatica.Meta.Pat
 
toString() - Method in class org.apache.calcite.avatica.Meta.StatementHandle
 
toString() - Method in exception org.apache.calcite.avatica.remote.AvaticaRuntimeException
 
toString() - Method in class org.apache.calcite.avatica.remote.Handler.HandlerResponse
 
toString() - Method in class org.apache.calcite.avatica.remote.Service.ErrorResponse
 
toString() - Method in class org.apache.calcite.avatica.util.ArrayImpl
 
toString() - Method in class org.apache.calcite.avatica.util.ByteString
Returns this byte string in hexadecimal format.
toString(int) - Method in class org.apache.calcite.avatica.util.ByteString
Returns this byte string in a given base.
toString(byte[], int) - Static method in class org.apache.calcite.avatica.util.ByteString
Returns the given byte array in hexadecimal format.
toString() - Method in class org.apache.calcite.avatica.util.Spacer
Returns a string of the current number of spaces.
toString() - Method in class org.apache.calcite.avatica.util.StructImpl
 
TRANSACTION_ISOLATION_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
truststore() - Method in interface org.apache.calcite.avatica.ConnectionConfig
 
truststore() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
 
truststore - Variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
 
TrustStoreConfigurable - Interface in org.apache.calcite.avatica.remote
Allows a truststore (and password) to be provided to enable TLS authentication.
truststorePassword() - Method in interface org.apache.calcite.avatica.ConnectionConfig
 
truststorePassword() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
 
truststorePassword - Variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
 
type() - Method in enum org.apache.calcite.avatica.BuiltInConnectionProperty
 
type - Variable in class org.apache.calcite.avatica.ColumnMetaData
 
type() - Method in interface org.apache.calcite.avatica.ConnectionProperty
Returns the data type of this property.
type - Variable in enum org.apache.calcite.avatica.Meta.DatabaseProperty
 
type - Variable in class org.apache.calcite.avatica.MetaImpl.MetaIndexInfo
 
type - Variable in class org.apache.calcite.avatica.QueryState
 
type() - Method in enum org.apache.calcite.avatica.remote.AvaticaRemoteConnectionProperty
 
type - Variable in class org.apache.calcite.avatica.remote.TypedValue
Type of the value.
TYPE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
TYPE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
 
TYPE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.QueryState
 
TYPE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.TypedValue
 
TYPE_LIST_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.TablesRequest
 
TYPE_NAME_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
 
typeCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaAttribute
 
typeCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaSuperType
 
typeCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTable
 
typeCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaUdt
 
TypedValue - Class in org.apache.calcite.avatica.remote
Value and type.
typeId - Variable in enum org.apache.calcite.avatica.ColumnMetaData.Rep
 
TypeInfoRequest() - Constructor for class org.apache.calcite.avatica.remote.Service.TypeInfoRequest
 
TypeInfoRequest(String) - Constructor for class org.apache.calcite.avatica.remote.Service.TypeInfoRequest
 
typeList - Variable in class org.apache.calcite.avatica.remote.Service.TablesRequest
 
typeName - Variable in class org.apache.calcite.avatica.AvaticaParameter
 
typeName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaAttribute
 
typeName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaBestRowIdentifier
 
typeName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
 
typeName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunctionColumn
 
typeName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
 
typeName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaSuperType
 
typeName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTable
 
typeName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
 
typeName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaUdt
 
typeName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaVersionColumn
 
typeSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaAttribute
 
typeSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaSuperType
 
typeSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTable
 
typeSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaUdt
 

U

unauthenticatedErrorResponse(Exception) - Method in class org.apache.calcite.avatica.remote.AbstractHandler
Attempts to convert an Exception to an ErrorResponse with an HTTP status code of 401.
UNAUTHORIZED_ERROR_CODE - Static variable in class org.apache.calcite.avatica.remote.Service.ErrorResponse
 
UNAUTHORIZED_SQL_STATE - Static variable in class org.apache.calcite.avatica.remote.Service.ErrorResponse
 
unauthorizedErrorResponse(Exception) - Method in class org.apache.calcite.avatica.remote.AbstractHandler
Attempts to convert an Exception to an ErrorResponse with an HTTP stauts code of 403.
unique(String) - Static method in class org.apache.calcite.avatica.AvaticaUtils
Generates a string that is unique in the execution of the JVM.
unixDateCeil(TimeUnitRange, long) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
 
unixDateExtract(TimeUnitRange, long) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
 
unixDateFloor(TimeUnitRange, long) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
 
unixDateToString(int) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
Helper for CAST({date} AS VARCHAR(n)).
unixTimeExtract(TimeUnitRange, int) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
Extracts a time unit from a time value (milliseconds since midnight).
unixTimestamp(int, int, int, int, int, int) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
 
unixTimestampCeil(TimeUnitRange, long) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
 
unixTimestampExtract(TimeUnitRange, long) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
Extracts a time unit from a UNIX date (milliseconds since epoch).
unixTimestampFloor(TimeUnitRange, long) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
 
unixTimestampToString(long) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
Helper for CAST({timestamp} AS VARCHAR(n)).
unixTimestampToString(long, int) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
 
unixTimeToString(int) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
Helper for CAST({timestamp} AS VARCHAR(n)).
unixTimeToString(int, int) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
 
UNKNOWN_ERROR_CODE - Static variable in class org.apache.calcite.avatica.remote.Service.ErrorResponse
 
UNKNOWN_SEVERITY_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Severity
UNKNOWN_SEVERITY = 0;
UNKNOWN_SQL_STATE - Static variable in class org.apache.calcite.avatica.remote.Service.ErrorResponse
 
UNLIMITED_COUNT - Static variable in class org.apache.calcite.avatica.jdbc.JdbcMeta
Special value for Statement#getLargeMaxRows() that means fetch an unlimited number of rows in a single batch.
UnregisteredDriver - Class in org.apache.calcite.avatica
Implementation of JDBC driver that does not register itself.
UnregisteredDriver() - Constructor for class org.apache.calcite.avatica.UnregisteredDriver
 
UnregisteredDriver.JdbcVersion - Enum in org.apache.calcite.avatica
JDBC version.
Unsafe - Class in org.apache.calcite.avatica.util
Contains methods that call JDK methods that the forbidden APIs checker does not approve of.
unsignedAttribute - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
 
unsupported() - Method in class org.apache.calcite.avatica.Helper
 
UnsynchronizedBuffer - Class in org.apache.calcite.avatica.util
A utility class for reading and writing bytes to byte buffers without synchronization.
UnsynchronizedBuffer() - Constructor for class org.apache.calcite.avatica.util.UnsynchronizedBuffer
Creates a new writer.
UnsynchronizedBuffer(int) - Constructor for class org.apache.calcite.avatica.util.UnsynchronizedBuffer
Creates a new writer.
unwrap(Class<T>) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
unwrap(Class<T>) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
unwrap(Class<T>) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
unwrap(Class<T>) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
 
unwrap(Class<T>) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
unwrap(Class<T>) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
unwrap(Class<T>) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
unwrap(Class<T>) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopParameterMetaData
 
unwrap(Class<T>) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
unwrap(Class<T>) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
unwrap(Class<T>) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSetMetaData
 
unwrap(Class<T>) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
update(int) - Method in class org.apache.calcite.avatica.metrics.dropwizard.DropwizardHistogram
 
update(long) - Method in class org.apache.calcite.avatica.metrics.dropwizard.DropwizardHistogram
 
update(int) - Method in interface org.apache.calcite.avatica.metrics.Histogram
Adds a new value to the distribution.
update(long) - Method in interface org.apache.calcite.avatica.metrics.Histogram
Adds a new value to the distribution.
update(int) - Method in class org.apache.calcite.avatica.metrics.noop.NoopHistogram
 
update(long) - Method in class org.apache.calcite.avatica.metrics.noop.NoopHistogram
 
UPDATE_COUNT_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
 
UPDATE_COUNTS_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
 
UPDATE_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.StatementType
UPDATE = 2;
updateArray(int, Array) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateArray(String, Array) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateArray(int, Array) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateArray(String, Array) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateAsciiStream(int, InputStream, int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateAsciiStream(String, InputStream, int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateAsciiStream(int, InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateAsciiStream(String, InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateAsciiStream(int, InputStream) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateAsciiStream(String, InputStream) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateAsciiStream(int, InputStream, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateAsciiStream(String, InputStream, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateAsciiStream(int, InputStream, long) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateAsciiStream(String, InputStream, long) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateAsciiStream(int, InputStream) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateAsciiStream(String, InputStream) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateBigDecimal(int, BigDecimal) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateBigDecimal(String, BigDecimal) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateBigDecimal(int, BigDecimal) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateBigDecimal(String, BigDecimal) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateBinaryStream(int, InputStream, int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateBinaryStream(String, InputStream, int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateBinaryStream(int, InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateBinaryStream(String, InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateBinaryStream(int, InputStream) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateBinaryStream(String, InputStream) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateBinaryStream(int, InputStream, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateBinaryStream(String, InputStream, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateBinaryStream(int, InputStream, long) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateBinaryStream(String, InputStream, long) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateBinaryStream(int, InputStream) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateBinaryStream(String, InputStream) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateBlob(int, Blob) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateBlob(String, Blob) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateBlob(int, InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateBlob(String, InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateBlob(int, InputStream) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateBlob(String, InputStream) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateBlob(int, Blob) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateBlob(String, Blob) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateBlob(int, InputStream, long) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateBlob(String, InputStream, long) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateBlob(int, InputStream) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateBlob(String, InputStream) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateBoolean(int, boolean) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateBoolean(String, boolean) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateBoolean(int, boolean) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateBoolean(String, boolean) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateByte(int, byte) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateByte(String, byte) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateByte(int, byte) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateByte(String, byte) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateBytes(int, byte[]) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateBytes(String, byte[]) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateBytes(int, byte[]) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateBytes(String, byte[]) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateCharacterStream(int, Reader, int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateCharacterStream(String, Reader, int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateCharacterStream(int, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateCharacterStream(String, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateCharacterStream(int, Reader) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateCharacterStream(String, Reader) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateCharacterStream(int, Reader, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateCharacterStream(String, Reader, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateCharacterStream(int, Reader, long) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateCharacterStream(String, Reader, long) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateCharacterStream(int, Reader) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateCharacterStream(String, Reader) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateClob(int, Clob) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateClob(String, Clob) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateClob(int, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateClob(String, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateClob(int, Reader) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateClob(String, Reader) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateClob(int, Clob) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateClob(String, Clob) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateClob(int, Reader, long) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateClob(String, Reader, long) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateClob(int, Reader) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateClob(String, Reader) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateComponentType(ColumnMetaData.AvaticaType) - Method in class org.apache.calcite.avatica.ColumnMetaData.ArrayType
Updates the component of this to the given value.
updateCount - Variable in class org.apache.calcite.avatica.AvaticaStatement
Current update count.
updateCount - Variable in class org.apache.calcite.avatica.Meta.MetaResultSet
 
updateCount - Variable in class org.apache.calcite.avatica.remote.Service.ResultSetResponse
 
updateCounts - Variable in class org.apache.calcite.avatica.Meta.ExecuteBatchResult
 
updateCounts - Variable in class org.apache.calcite.avatica.remote.Service.ExecuteBatchResponse
 
updateDate(int, Date) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateDate(String, Date) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateDate(int, Date) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateDate(String, Date) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateDouble(int, double) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateDouble(String, double) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateDouble(int, double) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateDouble(String, double) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateFloat(int, float) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateFloat(String, float) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateFloat(int, float) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateFloat(String, float) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateInt(int, int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateInt(String, int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateInt(int, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateInt(String, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateLong(int, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateLong(String, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateLong(int, long) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateLong(String, long) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateNCharacterStream(int, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateNCharacterStream(String, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateNCharacterStream(int, Reader) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateNCharacterStream(String, Reader) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateNCharacterStream(int, Reader, long) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateNCharacterStream(String, Reader, long) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateNCharacterStream(int, Reader) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateNCharacterStream(String, Reader) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateNClob(int, NClob) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateNClob(String, NClob) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateNClob(int, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateNClob(String, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateNClob(int, Reader) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateNClob(String, Reader) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateNClob(int, NClob) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateNClob(String, NClob) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateNClob(int, Reader, long) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateNClob(String, Reader, long) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateNClob(int, Reader) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateNClob(String, Reader) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateNString(int, String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateNString(String, String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateNString(int, String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateNString(String, String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateNull(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateNull(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateNull(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateNull(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateObject(int, Object, int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateObject(int, Object) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateObject(String, Object, int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateObject(String, Object) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateObject(int, Object, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateObject(int, Object) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateObject(String, Object, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateObject(String, Object) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateRef(int, Ref) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateRef(String, Ref) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateRef(int, Ref) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateRef(String, Ref) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateRow() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateRow() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateRowId(int, RowId) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateRowId(String, RowId) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateRowId(int, RowId) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateRowId(String, RowId) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateRule - Variable in class org.apache.calcite.avatica.MetaImpl.MetaCrossReference
 
updateRule - Variable in class org.apache.calcite.avatica.MetaImpl.MetaExportedKey
 
updateRule - Variable in class org.apache.calcite.avatica.MetaImpl.MetaImportedKey
 
UPDATES_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
 
updatesAreDetected(int) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
updatesAreDetected(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
updateShort(int, short) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateShort(String, short) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateShort(int, short) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateShort(String, short) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateSQLXML(int, SQLXML) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateSQLXML(String, SQLXML) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateSQLXML(int, SQLXML) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateSQLXML(String, SQLXML) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateString(int, String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateString(String, String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateString(int, String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateString(String, String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateTime(int, Time) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateTime(String, Time) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateTime(int, Time) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateTime(String, Time) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateTimestamp(int, Timestamp) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateTimestamp(String, Timestamp) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateTimestamp(int, Timestamp) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateTimestamp(String, Timestamp) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
upgrade(String) - Static method in class org.apache.calcite.avatica.AvaticaUtils
Use this method to flag code that should be re-visited after upgrading a component.
UPSERT_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.StatementType
UPSERT = 4;
uri - Variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
 
url() - Method in interface org.apache.calcite.avatica.ConnectionConfig
 
url() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
 
url - Variable in class org.apache.calcite.avatica.remote.AvaticaHttpClientImpl
 
URL_SAFE - Static variable in class org.apache.calcite.avatica.util.Base64
Encode using Base64-like encoding that is URL- and Filename-safe as described in Section 4 of RFC3548: http://www.faqs.org/rfcs/rfc3548.html.
UsernamePasswordAuthenticateable - Interface in org.apache.calcite.avatica.remote
Interface that allows configuration of a username and password with some HTTP authentication.
userToken - Variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
 
usesLocalFilePerTable() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
usesLocalFilePerTable() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
usesLocalFiles() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
usesLocalFiles() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
UTC_ZONE - Static variable in class org.apache.calcite.avatica.util.DateTimeUtils
The UTC time zone.

V

valid(Object, Class) - Method in enum org.apache.calcite.avatica.ConnectionProperty.Type
Returns whether a default value and value types are valid for this kind of property.
validateRequest(ServletRequest, ServletResponse, boolean) - Method in class org.apache.calcite.avatica.server.AvaticaSpnegoAuthenticator
 
value - Variable in class org.apache.calcite.avatica.remote.TypedValue
Value.
VALUE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ColumnValue
 
VALUE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.Row
 
VALUE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
 
VALUE_MAP - Static variable in enum org.apache.calcite.avatica.ColumnMetaData.Rep
 
valueClass() - Method in enum org.apache.calcite.avatica.BuiltInConnectionProperty
 
valueClass() - Method in interface org.apache.calcite.avatica.ConnectionProperty
Class of values that this property can take.
valueClass() - Method in enum org.apache.calcite.avatica.remote.AvaticaRemoteConnectionProperty
 
valueOf(String) - Static method in enum org.apache.calcite.avatica.AvaticaSeverity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.calcite.avatica.BuiltInConnectionProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.calcite.avatica.ColumnMetaData.Rep
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.calcite.avatica.ConnectionProperty.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.calcite.avatica.InternalProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.calcite.avatica.jdbc.JdbcMeta.ConnectionCacheSettings
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.calcite.avatica.jdbc.JdbcMeta.StatementCacheSettings
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.calcite.avatica.Meta.DatabaseProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.calcite.avatica.Meta.StatementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.calcite.avatica.Meta.Style
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.calcite.avatica.proto.Common.CursorFactory.Style
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.calcite.avatica.proto.Common.CursorFactory.Style
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.calcite.avatica.proto.Common.CursorFactory.Style
 
valueOf(String) - Static method in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
 
valueOf(String) - Static method in enum org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.ArgumentType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.ArgumentType
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.ArgumentType
 
valueOf(String) - Static method in enum org.apache.calcite.avatica.proto.Common.Rep
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.calcite.avatica.proto.Common.Rep
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.calcite.avatica.proto.Common.Rep
 
valueOf(String) - Static method in enum org.apache.calcite.avatica.proto.Common.Severity
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.calcite.avatica.proto.Common.Severity
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.calcite.avatica.proto.Common.Severity
 
valueOf(String) - Static method in enum org.apache.calcite.avatica.proto.Common.StatementType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.calcite.avatica.proto.Common.StatementType
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.calcite.avatica.proto.Common.StatementType
 
valueOf(String) - Static method in enum org.apache.calcite.avatica.proto.Common.StateType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.calcite.avatica.proto.Common.StateType
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.calcite.avatica.proto.Common.StateType
 
valueOf(String) - Static method in enum org.apache.calcite.avatica.QueryState.StateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.calcite.avatica.remote.AuthenticationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.calcite.avatica.remote.AvaticaRemoteConnectionProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.calcite.avatica.remote.Driver.Serialization
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.calcite.avatica.remote.HostnameVerificationConfigurable.HostnameVerification
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.calcite.avatica.remote.MetaDataOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.calcite.avatica.SqlState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.calcite.avatica.SqlType.Method
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.calcite.avatica.SqlType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.calcite.avatica.SqlType
 
valueOf(String) - Static method in enum org.apache.calcite.avatica.UnregisteredDriver.JdbcVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.calcite.avatica.util.Casing
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.calcite.avatica.util.Quoting
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.calcite.avatica.util.TimeUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.calcite.avatica.util.TimeUnitRange
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.calcite.avatica.AvaticaSeverity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.calcite.avatica.BuiltInConnectionProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.calcite.avatica.ColumnMetaData.Rep
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.calcite.avatica.ConnectionProperty.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.calcite.avatica.InternalProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.calcite.avatica.jdbc.JdbcMeta.ConnectionCacheSettings
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.calcite.avatica.jdbc.JdbcMeta.StatementCacheSettings
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.calcite.avatica.Meta.DatabaseProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.calcite.avatica.Meta.StatementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.calcite.avatica.Meta.Style
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.calcite.avatica.proto.Common.CursorFactory.Style
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.ArgumentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.calcite.avatica.proto.Common.Rep
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.calcite.avatica.proto.Common.Severity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.calcite.avatica.proto.Common.StatementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.calcite.avatica.proto.Common.StateType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.calcite.avatica.QueryState.StateType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.calcite.avatica.remote.AuthenticationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.calcite.avatica.remote.AvaticaRemoteConnectionProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.calcite.avatica.remote.Driver.Serialization
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.calcite.avatica.remote.HostnameVerificationConfigurable.HostnameVerification
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.calcite.avatica.remote.MetaDataOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values(List<TypedValue>) - Static method in class org.apache.calcite.avatica.remote.TypedValue
Converts a list of TypedValue to a list of values.
values() - Static method in enum org.apache.calcite.avatica.SqlState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.calcite.avatica.SqlType.Method
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.calcite.avatica.SqlType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.calcite.avatica.UnregisteredDriver.JdbcVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.calcite.avatica.util.Casing
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.calcite.avatica.util.Quoting
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.calcite.avatica.util.TimeUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.calcite.avatica.util.TimeUnitRange
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - Static variable in class org.apache.calcite.avatica.util.FilteredConstants
 
versionString - Variable in class org.apache.calcite.avatica.DriverVersion
 

W

wait(Object) - Static method in class org.apache.calcite.avatica.util.Unsafe
WARNING_SEVERITY_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Severity
WARNING_SEVERITY = 3;
wasNull() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
wasNull() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
wasNull() - Method in class org.apache.calcite.avatica.util.AbstractCursor.AbstractGetter
 
wasNull() - Method in interface org.apache.calcite.avatica.util.AbstractCursor.Getter
 
wasNull() - Method in class org.apache.calcite.avatica.util.AbstractCursor.SlotGetter
 
wasNull() - Method in class org.apache.calcite.avatica.util.AbstractCursor.StructGetter
 
wasNull - Variable in class org.apache.calcite.avatica.util.AbstractCursor
Slot into which each accessor should write whether the value returned was null.
wasNull() - Method in class org.apache.calcite.avatica.util.AbstractCursor
 
wasNull() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
wasNull() - Method in interface org.apache.calcite.avatica.util.Cursor
Returns whether the last value returned was null.
withAutomaticLogin(File) - Method in class org.apache.calcite.avatica.server.HttpServer.Builder
Sets a keytab to be used to perform a Kerberos login automatically (without the use of JAAS).
withBasicAuthentication(String, String[]) - Method in class org.apache.calcite.avatica.server.HttpServer.Builder
Configures the server to use HTTP Basic authentication.
withCustomAuthentication(AvaticaServerConfiguration) - Method in class org.apache.calcite.avatica.server.HttpServer.Builder
Configures the server to use CUSTOM authentication mechanism, which can allow users to combine benefits of multiple auth methods.
withDigestAuthentication(String, String[]) - Method in class org.apache.calcite.avatica.server.HttpServer.Builder
Configures the server to use HTTP Digest authentication.
withHandler(Service, Driver.Serialization) - Method in class org.apache.calcite.avatica.server.HttpServer.Builder
Sets the Service and Driver.Serialization information necessary to construct the appropriate AvaticaHandler.
withHandler(AvaticaHandler) - Method in class org.apache.calcite.avatica.server.HttpServer.Builder
Sets an AvaticaHandler directly on the builder.
withImpersonation(DoAsRemoteUserCallback) - Method in class org.apache.calcite.avatica.server.HttpServer.Builder
Sets a callback implementation to defer the logic on how to run an action as a given user and if the action should be permitted for that user.
withMaxHeaderSize(int) - Method in class org.apache.calcite.avatica.server.HttpServer.Builder
Configures the maximum size, in bytes, of an HTTP header that the server will read.
withMetricsConfiguration(MetricsSystemConfiguration<?>) - Method in class org.apache.calcite.avatica.server.HttpServer.Builder
Sets the given configuration to enable metrics collection in the server.
withPort(int) - Method in class org.apache.calcite.avatica.server.HttpServer.Builder
 
withRemoteUserExtractor(RemoteUserExtractor) - Method in class org.apache.calcite.avatica.server.HttpServer.Builder
Sets a callback implementation to defer the logic on how to use the right remoteUserExtractor to extract remote user.
withServerCustomizers(List<ServerCustomizer<T>>, Class<T>) - Method in class org.apache.calcite.avatica.server.HttpServer.Builder
Adds customizers to configure a Server before startup.
withSpnego(String) - Method in class org.apache.calcite.avatica.server.HttpServer.Builder
Configures the server to use SPNEGO authentication.
withSpnego(String, String[]) - Method in class org.apache.calcite.avatica.server.HttpServer.Builder
Configures the server to use SPNEGO authentication.
withSpnego(String, String) - Method in class org.apache.calcite.avatica.server.HttpServer.Builder
Configures the server to use SPNEGO authentication.
withSpnego(String, String, String[]) - Method in class org.apache.calcite.avatica.server.HttpServer.Builder
Configures the server to use SPNEGO authentication.
withTLS(File, String, File, String) - Method in class org.apache.calcite.avatica.server.HttpServer.Builder
Configures the server to use TLS for wire encryption.
wrap(Properties) - Method in enum org.apache.calcite.avatica.BuiltInConnectionProperty
 
wrap(Properties) - Method in interface org.apache.calcite.avatica.ConnectionProperty
Wraps this property with a properties object from which its value can be obtained when needed.
wrap(String, Exception) - Method in class org.apache.calcite.avatica.Helper
 
wrap(Properties) - Method in enum org.apache.calcite.avatica.remote.AvaticaRemoteConnectionProperty
 
WRAPPED_MESSAGE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.WireMessage
 
writable - Variable in class org.apache.calcite.avatica.ColumnMetaData
 
WRITABLE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
write(int) - Method in class org.apache.calcite.avatica.util.Base64.OutputStream
Writes the byte to the output stream after converting to/from Base64 notation.
write(byte[], int, int) - Method in class org.apache.calcite.avatica.util.Base64.OutputStream
Calls Base64.OutputStream.write(int) repeatedly until len bytes are written.
write(byte[], int, int) - Method in class org.apache.calcite.avatica.util.UnsynchronizedBuffer
Adds bytes to this writer's buffer.
write(int) - Method in class org.apache.calcite.avatica.util.UnsynchronizedBuffer
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Common.Frame
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Common.QueryState
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Common.Row
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Common.Signature
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Common.WireMessage
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Responses.CommitResponse
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
 

Y

yearMonth - Variable in enum org.apache.calcite.avatica.util.TimeUnit
 
ymdToJulian(int, int, int) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
 
ymdToUnixDate(int, int, int) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
 

Z

ZERO_CALENDAR - Static variable in class org.apache.calcite.avatica.util.DateTimeUtils
Calendar set to the epoch (1970-01-01 00:00:00 UTC).

_

_apply(Service.Request) - Method in class org.apache.calcite.avatica.remote.LocalProtobufService
 
_apply(Service.Request) - Method in class org.apache.calcite.avatica.remote.MockProtobufService
 
_apply(Service.Request) - Method in class org.apache.calcite.avatica.remote.ProtobufService
Derived class should implement this method to transport requests and responses to and from the peer service.
_apply(Service.Request) - Method in class org.apache.calcite.avatica.remote.RemoteProtobufService
 
A B C D E F G H I J K L M N O P Q R S T U V W Y Z _ 
Skip navigation links

Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.