A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- abort(Executor) - Method in class org.apache.calcite.avatica.AvaticaConnection
- absolute(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- 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.AccessorImpl - Class in org.apache.calcite.avatica.util
-
Implementation of
Cursor.Accessor. - AbstractCursor.ApproximateNumericAccessor - Class in org.apache.calcite.avatica.util
-
Accessor of values that are
Doubleor null. - AbstractCursor.ArrayAccessor - Class in org.apache.calcite.avatica.util
-
Accessor that assumes that the underlying value is an ARRAY; corresponds to
Types.ARRAY. - AbstractCursor.BigDecimalAccessor - Class in org.apache.calcite.avatica.util
-
Accessor that assumes that the underlying value is a
BigDecimal; corresponds toTypes.DECIMAL. - AbstractCursor.BigNumberAccessor - Class in org.apache.calcite.avatica.util
-
Accessor of exact numeric values.
- AbstractCursor.BinaryAccessor - Class in org.apache.calcite.avatica.util
-
Accessor that assumes that the underlying value is an array of
ByteStringvalues; corresponds toTypes.BINARYandTypes.VARBINARY. - AbstractCursor.BinaryFromStringAccessor - Class in org.apache.calcite.avatica.util
-
Accessor that assumes that the underlying value is a
String, encodingTypes.BINARYandTypes.VARBINARYvalues in Base64 format. - AbstractCursor.BooleanAccessor - Class in org.apache.calcite.avatica.util
-
Accessor that assumes that the underlying value is a
Boolean; corresponds toTypes.BOOLEAN. - AbstractCursor.ByteAccessor - Class in org.apache.calcite.avatica.util
-
Accessor that assumes that the underlying value is a
Byte; corresponds toTypes.TINYINT. - AbstractCursor.DateAccessor - Class in org.apache.calcite.avatica.util
-
Accessor that assumes that the underlying value is a DATE, represented as a java.sql.Date; corresponds to
Types.DATE. - AbstractCursor.DateFromNumberAccessor - Class in org.apache.calcite.avatica.util
-
Accessor that assumes that the underlying value is a DATE, in its default representation
int; corresponds toTypes.DATE. - AbstractCursor.DoubleAccessor - Class in org.apache.calcite.avatica.util
-
Accessor that assumes that the underlying value is a
Double; corresponds toTypes.DOUBLE. - AbstractCursor.ExactNumericAccessor - Class in org.apache.calcite.avatica.util
-
Accessor of exact numeric values.
- AbstractCursor.FixedStringAccessor - Class in org.apache.calcite.avatica.util
-
Accessor that assumes that the underlying value is a
String; corresponds toTypes.CHAR. - AbstractCursor.FloatAccessor - Class in org.apache.calcite.avatica.util
-
Accessor that assumes that the underlying value is a
Float; corresponds toTypes.FLOAT. - AbstractCursor.Getter - Interface in org.apache.calcite.avatica.util
-
Gets a value from a particular field of the current record of this cursor.
- AbstractCursor.IntAccessor - Class in org.apache.calcite.avatica.util
-
Accessor that assumes that the underlying value is an
Integer; corresponds toTypes.INTEGER. - AbstractCursor.IntervalDayTimeAccessor - Class in org.apache.calcite.avatica.util
-
Accessor that assumes that the underlying value is a
long; corresponds toTypes.OTHER. - AbstractCursor.IntervalYearMonthAccessor - Class in org.apache.calcite.avatica.util
-
Accessor that assumes that the underlying value is a
int; corresponds toTypes.OTHER. - AbstractCursor.LongAccessor - Class in org.apache.calcite.avatica.util
-
Accessor that assumes that the underlying value is a
Long; corresponds toTypes.BIGINT. - AbstractCursor.NumberAccessor - Class in org.apache.calcite.avatica.util
-
Accessor that assumes that the underlying value is a
Number; corresponds toTypes.NUMERIC. - AbstractCursor.ObjectAccessor - Class in org.apache.calcite.avatica.util
-
Accessor that assumes that the underlying value is an OBJECT; corresponds to
Types.JAVA_OBJECT. - AbstractCursor.ShortAccessor - Class in org.apache.calcite.avatica.util
-
Accessor that assumes that the underlying value is a
Short; corresponds toTypes.SMALLINT. - AbstractCursor.SlotGetter - Class in org.apache.calcite.avatica.util
-
Implementation of
AbstractCursor.Getterthat returns the current contents of a mutable slot. - AbstractCursor.StringAccessor - Class in org.apache.calcite.avatica.util
-
Accessor that assumes that the underlying value is a
String; corresponds toTypes.CHARandTypes.VARCHAR. - AbstractCursor.StringFromCharAccessor - Class in org.apache.calcite.avatica.util
-
Accessor that assumes that the underlying value is a
String; corresponds toTypes.CHAR. - AbstractCursor.StructAccessor - Class in org.apache.calcite.avatica.util
-
Accessor that assumes that the underlying value is a STRUCT; corresponds to
Types.STRUCT. - AbstractCursor.StructGetter - Class in org.apache.calcite.avatica.util
-
Implementation of
AbstractCursor.Getterthat returns the value of a given field of the current contents of another getter. - AbstractCursor.TimeAccessor - Class in org.apache.calcite.avatica.util
-
Accessor that assumes that the underlying value is a TIME, represented as a java.sql.Time; corresponds to
Types.TIME. - AbstractCursor.TimeFromNumberAccessor - Class in org.apache.calcite.avatica.util
-
Accessor that assumes that the underlying value is a Time, in its default representation
int; corresponds toTypes.TIME. - AbstractCursor.TimestampAccessor - Class in org.apache.calcite.avatica.util
-
Accessor that assumes that the underlying value is a TIMESTAMP, represented as a java.sql.Timestamp; corresponds to
Types.TIMESTAMP. - AbstractCursor.TimestampFromNumberAccessor - Class in org.apache.calcite.avatica.util
-
Accessor that assumes that the underlying value is a TIMESTAMP, in its default representation
long; corresponds toTypes.TIMESTAMP. - AbstractCursor.TimestampFromUtilDateAccessor - Class in org.apache.calcite.avatica.util
-
Accessor that assumes that the underlying value is a TIMESTAMP, represented as a java.util.Date; corresponds to
Types.TIMESTAMP. - 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
Serviceimplementations that implement modifications made to response objects. - AbstractService() - Constructor for class org.apache.calcite.avatica.remote.AbstractService
- AbstractService.SerializationType - Enum in org.apache.calcite.avatica.remote
-
Represents the serialization of the data over a transport.
- accept(Service) - Method in class org.apache.calcite.avatica.remote.Service.CatalogsRequest
- accept(Service) - Method in class org.apache.calcite.avatica.remote.Service.CloseConnectionRequest
- accept(Service) - Method in class org.apache.calcite.avatica.remote.Service.CloseStatementRequest
- accept(Service) - Method in class org.apache.calcite.avatica.remote.Service.ColumnsRequest
- accept(Service) - Method in class org.apache.calcite.avatica.remote.Service.CommitRequest
- accept(Service) - Method in class org.apache.calcite.avatica.remote.Service.ConnectionSyncRequest
- accept(Service) - Method in class org.apache.calcite.avatica.remote.Service.CreateStatementRequest
- accept(Service) - Method in class org.apache.calcite.avatica.remote.Service.DatabasePropertyRequest
- accept(Service) - Method in class org.apache.calcite.avatica.remote.Service.ExecuteBatchRequest
- accept(Service) - Method in class org.apache.calcite.avatica.remote.Service.ExecuteRequest
- accept(Service) - Method in class org.apache.calcite.avatica.remote.Service.FetchRequest
- accept(Service) - Method in class org.apache.calcite.avatica.remote.Service.OpenConnectionRequest
- accept(Service) - Method in class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteBatchRequest
- accept(Service) - Method in class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteRequest
- accept(Service) - Method in class org.apache.calcite.avatica.remote.Service.PrepareRequest
- accept(Service) - Method in class org.apache.calcite.avatica.remote.Service.Request
- accept(Service) - Method in class org.apache.calcite.avatica.remote.Service.RollbackRequest
- accept(Service) - Method in class org.apache.calcite.avatica.remote.Service.SchemasRequest
- accept(Service) - Method in class org.apache.calcite.avatica.remote.Service.SyncResultsRequest
- accept(Service) - Method in class org.apache.calcite.avatica.remote.Service.TablesRequest
- accept(Service) - Method in class org.apache.calcite.avatica.remote.Service.TableTypesRequest
- accept(Service) - Method in class org.apache.calcite.avatica.remote.Service.TypeInfoRequest
- acceptsURL(String) - Method in class org.apache.calcite.avatica.UnregisteredDriver
- accessor - Variable in class org.apache.calcite.avatica.util.ArrayImpl
- AccessorImpl(AbstractCursor.Getter) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.AccessorImpl
- accessorList - Variable in class org.apache.calcite.avatica.AvaticaResultSet
- add(int) - Method in class org.apache.calcite.avatica.util.Spacer
-
Increases the current number of spaces by
n. - addAllArgs(Iterable<? extends Common.MetaDataOperationArgument>) - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
-
repeated .MetaDataOperationArgument args = 4; - addAllArrayValue(Iterable<? extends Common.TypedValue>) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
-
repeated .TypedValue array_value = 2; - addAllArrayValue(Iterable<? extends Common.TypedValue>) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
-
The Array
- addAllColumns(Iterable<? extends Common.ColumnMetaData>) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
-
Only present when name = STRUCT
- addAllColumns(Iterable<? extends Common.ColumnMetaData>) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
-
repeated .ColumnMetaData columns = 1; - addAllExceptions(Iterable<String>) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
-
exception stacktraces, many for linked exceptions.
- addAllFieldNames(Iterable<String>) - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
-
repeated string field_names = 3; - addAllFunctions(Iterable<String>) - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty.Builder
-
repeated string functions = 2; - addAllIntArrayValues(Iterable<? extends Integer>) - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
-
repeated sint32 int_array_values = 5; - addAllParameters(Iterable<? extends Common.AvaticaParameter>) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
-
repeated .AvaticaParameter parameters = 3; - addAllParameterValues(Iterable<? extends Common.TypedValue>) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
-
repeated .TypedValue parameter_values = 2; - addAllParameterValues(Iterable<? extends Common.TypedValue>) - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch.Builder
-
repeated .TypedValue parameter_values = 1; - addAllProps(Iterable<? extends Responses.DatabasePropertyElement>) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
-
repeated .DatabasePropertyElement props = 1; - addAllResults(Iterable<? extends Responses.ResultSetResponse>) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
-
repeated .ResultSetResponse results = 1; - addAllRows(Iterable<? extends Common.Row>) - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
-
repeated .Row rows = 3; - addAllSqlCommands(Iterable<String>) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest.Builder
-
repeated string sql_commands = 3; - addAllStringArrayValues(Iterable<String>) - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
-
repeated string string_array_values = 4; - addAllTypeList(Iterable<String>) - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
-
repeated string type_list = 4; - addAllUpdateCounts(Iterable<? extends Long>) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
-
repeated uint64 update_counts = 3; - addAllUpdates(Iterable<? extends Requests.UpdateBatch>) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
-
A batch of updates is a list<list<typevalue>>
- addAllValue(Iterable<? extends Common.ColumnValue>) - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
-
repeated .ColumnValue value = 1; - addAllValue(Iterable<? extends Common.TypedValue>) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
-
deprecated, use array_value or scalar_value
- addArgs(int, Common.MetaDataOperationArgument) - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
-
repeated .MetaDataOperationArgument args = 4; - addArgs(int, Common.MetaDataOperationArgument.Builder) - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
-
repeated .MetaDataOperationArgument args = 4; - addArgs(Common.MetaDataOperationArgument) - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
-
repeated .MetaDataOperationArgument args = 4; - addArgs(Common.MetaDataOperationArgument.Builder) - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
-
repeated .MetaDataOperationArgument args = 4; - addArgsBuilder() - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
-
repeated .MetaDataOperationArgument args = 4; - addArgsBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
-
repeated .MetaDataOperationArgument args = 4; - addArrayValue(int, Common.TypedValue) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
-
repeated .TypedValue array_value = 2; - addArrayValue(int, Common.TypedValue) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
-
The Array
- addArrayValue(int, Common.TypedValue.Builder) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
-
repeated .TypedValue array_value = 2; - addArrayValue(int, Common.TypedValue.Builder) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
-
The Array
- addArrayValue(Common.TypedValue) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
-
repeated .TypedValue array_value = 2; - addArrayValue(Common.TypedValue) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
-
The Array
- addArrayValue(Common.TypedValue.Builder) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
-
repeated .TypedValue array_value = 2; - addArrayValue(Common.TypedValue.Builder) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
-
The Array
- addArrayValueBuilder() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
-
repeated .TypedValue array_value = 2; - addArrayValueBuilder() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
-
The Array
- addArrayValueBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
-
repeated .TypedValue array_value = 2; - addArrayValueBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
-
The Array
- addBatch() - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- addBatch(String) - Method in class org.apache.calcite.avatica.AvaticaStatement
- addColumns(int, Common.ColumnMetaData) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
-
Only present when name = STRUCT
- addColumns(int, Common.ColumnMetaData) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
-
repeated .ColumnMetaData columns = 1; - addColumns(int, Common.ColumnMetaData.Builder) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
-
Only present when name = STRUCT
- addColumns(int, Common.ColumnMetaData.Builder) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
-
repeated .ColumnMetaData columns = 1; - addColumns(Common.ColumnMetaData) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
-
Only present when name = STRUCT
- addColumns(Common.ColumnMetaData) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
-
repeated .ColumnMetaData columns = 1; - addColumns(Common.ColumnMetaData.Builder) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
-
Only present when name = STRUCT
- addColumns(Common.ColumnMetaData.Builder) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
-
repeated .ColumnMetaData columns = 1; - addColumnsBuilder() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
-
Only present when name = STRUCT
- addColumnsBuilder() - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
-
repeated .ColumnMetaData columns = 1; - addColumnsBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
-
Only present when name = STRUCT
- addColumnsBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
-
repeated .ColumnMetaData columns = 1; - addExceptions(String) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
-
exception stacktraces, many for linked exceptions.
- addExceptionsBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
-
exception stacktraces, many for linked exceptions.
- addFieldNames(String) - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
-
repeated string field_names = 3; - addFieldNamesBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
-
repeated string field_names = 3; - addFunctions(String) - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty.Builder
-
repeated string functions = 2; - addFunctionsBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty.Builder
-
repeated string functions = 2; - addIntArrayValues(int) - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
-
repeated sint32 int_array_values = 5; - addMonths(int, int) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
-
Adds a given number of months to a date, represented as the number of days since the epoch.
- addMonths(long, int) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
-
Adds a given number of months to a timestamp, represented as the number of milliseconds since the epoch.
- addParameters(int, Common.AvaticaParameter) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
-
repeated .AvaticaParameter parameters = 3; - addParameters(int, Common.AvaticaParameter.Builder) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
-
repeated .AvaticaParameter parameters = 3; - addParameters(Common.AvaticaParameter) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
-
repeated .AvaticaParameter parameters = 3; - addParameters(Common.AvaticaParameter.Builder) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
-
repeated .AvaticaParameter parameters = 3; - addParametersBuilder() - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
-
repeated .AvaticaParameter parameters = 3; - addParametersBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
-
repeated .AvaticaParameter parameters = 3; - addParameterValues(int, Common.TypedValue) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
-
repeated .TypedValue parameter_values = 2; - addParameterValues(int, Common.TypedValue) - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch.Builder
-
repeated .TypedValue parameter_values = 1; - addParameterValues(int, Common.TypedValue.Builder) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
-
repeated .TypedValue parameter_values = 2; - addParameterValues(int, Common.TypedValue.Builder) - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch.Builder
-
repeated .TypedValue parameter_values = 1; - addParameterValues(Common.TypedValue) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
-
repeated .TypedValue parameter_values = 2; - addParameterValues(Common.TypedValue) - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch.Builder
-
repeated .TypedValue parameter_values = 1; - addParameterValues(Common.TypedValue.Builder) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
-
repeated .TypedValue parameter_values = 2; - addParameterValues(Common.TypedValue.Builder) - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch.Builder
-
repeated .TypedValue parameter_values = 1; - addParameterValuesBuilder() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
-
repeated .TypedValue parameter_values = 2; - addParameterValuesBuilder() - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch.Builder
-
repeated .TypedValue parameter_values = 1; - addParameterValuesBuilder(int) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
-
repeated .TypedValue parameter_values = 2; - addParameterValuesBuilder(int) - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch.Builder
-
repeated .TypedValue parameter_values = 1; - addProps(int, Responses.DatabasePropertyElement) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
-
repeated .DatabasePropertyElement props = 1; - addProps(int, Responses.DatabasePropertyElement.Builder) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
-
repeated .DatabasePropertyElement props = 1; - addProps(Responses.DatabasePropertyElement) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
-
repeated .DatabasePropertyElement props = 1; - addProps(Responses.DatabasePropertyElement.Builder) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
-
repeated .DatabasePropertyElement props = 1; - addPropsBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
-
repeated .DatabasePropertyElement props = 1; - addPropsBuilder(int) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
-
repeated .DatabasePropertyElement props = 1; - addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Common.WireMessage.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.CommitRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Responses.CommitResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
- addResults(int, Responses.ResultSetResponse) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
-
repeated .ResultSetResponse results = 1; - addResults(int, Responses.ResultSetResponse.Builder) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
-
repeated .ResultSetResponse results = 1; - addResults(Responses.ResultSetResponse) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
-
repeated .ResultSetResponse results = 1; - addResults(Responses.ResultSetResponse.Builder) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
-
repeated .ResultSetResponse results = 1; - addResultsBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
-
repeated .ResultSetResponse results = 1; - addResultsBuilder(int) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
-
repeated .ResultSetResponse results = 1; - addRows(int, Common.Row) - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
-
repeated .Row rows = 3; - addRows(int, Common.Row.Builder) - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
-
repeated .Row rows = 3; - addRows(Common.Row) - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
-
repeated .Row rows = 3; - addRows(Common.Row.Builder) - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
-
repeated .Row rows = 3; - addRowsBuilder() - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
-
repeated .Row rows = 3; - addRowsBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
-
repeated .Row rows = 3; - addSqlCommands(String) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest.Builder
-
repeated string sql_commands = 3; - addSqlCommandsBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest.Builder
-
repeated string sql_commands = 3; - addStringArrayValues(String) - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
-
repeated string string_array_values = 4; - addStringArrayValuesBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
-
repeated string string_array_values = 4; - addTypeList(String) - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
-
repeated string type_list = 4; - addTypeListBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
-
repeated string type_list = 4; - addUpdateCounts(long) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
-
repeated uint64 update_counts = 3; - addUpdates(int, Requests.UpdateBatch) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
-
A batch of updates is a list<list<typevalue>>
- addUpdates(int, Requests.UpdateBatch.Builder) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
-
A batch of updates is a list<list<typevalue>>
- addUpdates(Requests.UpdateBatch) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
-
A batch of updates is a list<list<typevalue>>
- addUpdates(Requests.UpdateBatch.Builder) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
-
A batch of updates is a list<list<typevalue>>
- addUpdatesBuilder() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
-
A batch of updates is a list<list<typevalue>>
- addUpdatesBuilder(int) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
-
A batch of updates is a list<list<typevalue>>
- addValue(int, Common.ColumnValue) - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
-
repeated .ColumnValue value = 1; - addValue(int, Common.ColumnValue.Builder) - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
-
repeated .ColumnValue value = 1; - addValue(int, Common.TypedValue) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
-
deprecated, use array_value or scalar_value
- addValue(int, Common.TypedValue.Builder) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
-
deprecated, use array_value or scalar_value
- addValue(Common.ColumnValue) - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
-
repeated .ColumnValue value = 1; - addValue(Common.ColumnValue.Builder) - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
-
repeated .ColumnValue value = 1; - addValue(Common.TypedValue) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
-
deprecated, use array_value or scalar_value
- addValue(Common.TypedValue.Builder) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
-
deprecated, use array_value or scalar_value
- addValueBuilder() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
-
deprecated, use array_value or scalar_value
- addValueBuilder() - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
-
repeated .ColumnValue value = 1; - addValueBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
-
deprecated, use array_value or scalar_value
- addValueBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
-
repeated .ColumnValue value = 1; - adjust(Number, Calendar) - Static method in class org.apache.calcite.avatica.remote.TypedValue
- AFTER_END - org.apache.calcite.avatica.util.IteratorCursor.Position
- afterLast - Variable in class org.apache.calcite.avatica.AvaticaResultSet
- afterLast() - Method in class org.apache.calcite.avatica.AvaticaResultSet
- allProceduresAreCallable() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- allTablesAreSelectable() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- ALTER - org.apache.calcite.avatica.Meta.StatementType
- ALTER - org.apache.calcite.avatica.proto.Common.StatementType
-
ALTER = 9; - ALTER_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.StatementType
-
ALTER = 9; - AMBIGUOUS_CURSOR_NAME_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
3C000: ambiguous cursor name
- ANY - org.apache.calcite.avatica.SqlType
- append(PrintWriter, int) - Static method in class org.apache.calcite.avatica.util.Spaces
-
Appends
nspaces to aPrintWriter. - append(StringWriter, int) - Static method in class org.apache.calcite.avatica.util.Spaces
-
Appends
nspaces to aStringWriter. - append(Appendable, int) - Static method in class org.apache.calcite.avatica.util.Spaces
-
Appends
nspaces to anAppendable. - append(StringBuffer, int) - Static method in class org.apache.calcite.avatica.util.Spaces
-
Appends
nspaces to aStringBuffer. - append(StringBuilder, int) - Static method in class org.apache.calcite.avatica.util.Spaces
-
Appends
nspaces to aStringBuilder. - append(StringBuilder, Object) - Method in class org.apache.calcite.avatica.util.ArrayImpl
- append(StringBuilder, Object) - Method in class org.apache.calcite.avatica.util.StructImpl
- apply(byte[]) - Method in class org.apache.calcite.avatica.remote.ProtobufHandler
- apply(String) - Method in class org.apache.calcite.avatica.remote.JsonHandler
- apply(String) - Method in class org.apache.calcite.avatica.remote.JsonService
-
Derived class should implement this method to transport requests and responses to and from the peer service.
- apply(String) - Method in class org.apache.calcite.avatica.remote.LocalJsonService
- apply(String) - Method in class org.apache.calcite.avatica.remote.MockJsonService
- apply(String) - Method in class org.apache.calcite.avatica.remote.RemoteService
- apply(ConnectionProperty, String) - Method in interface org.apache.calcite.avatica.ConnectionConfigImpl.Converter
- apply(Service.CatalogsRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
- apply(Service.CatalogsRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
- apply(Service.CatalogsRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
- apply(Service.CatalogsRequest) - Method in interface org.apache.calcite.avatica.remote.Service
- apply(Service.CloseConnectionRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
- apply(Service.CloseConnectionRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
- apply(Service.CloseConnectionRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
- apply(Service.CloseConnectionRequest) - Method in interface org.apache.calcite.avatica.remote.Service
- apply(Service.CloseStatementRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
- apply(Service.CloseStatementRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
- apply(Service.CloseStatementRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
- apply(Service.CloseStatementRequest) - Method in interface org.apache.calcite.avatica.remote.Service
- apply(Service.ColumnsRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
- apply(Service.ColumnsRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
- apply(Service.ColumnsRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
- apply(Service.ColumnsRequest) - Method in interface org.apache.calcite.avatica.remote.Service
- apply(Service.CommitRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
- apply(Service.CommitRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
- apply(Service.CommitRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
- apply(Service.CommitRequest) - Method in interface org.apache.calcite.avatica.remote.Service
- apply(Service.ConnectionSyncRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
- apply(Service.ConnectionSyncRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
- apply(Service.ConnectionSyncRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
- apply(Service.ConnectionSyncRequest) - Method in interface org.apache.calcite.avatica.remote.Service
- apply(Service.CreateStatementRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
- apply(Service.CreateStatementRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
- apply(Service.CreateStatementRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
- apply(Service.CreateStatementRequest) - Method in interface org.apache.calcite.avatica.remote.Service
- apply(Service.DatabasePropertyRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
- apply(Service.DatabasePropertyRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
- apply(Service.DatabasePropertyRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
- apply(Service.DatabasePropertyRequest) - Method in interface org.apache.calcite.avatica.remote.Service
- apply(Service.ExecuteBatchRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
- apply(Service.ExecuteBatchRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
- apply(Service.ExecuteBatchRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
- apply(Service.ExecuteBatchRequest) - Method in interface org.apache.calcite.avatica.remote.Service
- apply(Service.ExecuteRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
- apply(Service.ExecuteRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
- apply(Service.ExecuteRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
- apply(Service.ExecuteRequest) - Method in interface org.apache.calcite.avatica.remote.Service
- apply(Service.FetchRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
- apply(Service.FetchRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
- apply(Service.FetchRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
- apply(Service.FetchRequest) - Method in interface org.apache.calcite.avatica.remote.Service
- apply(Service.OpenConnectionRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
- apply(Service.OpenConnectionRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
- apply(Service.OpenConnectionRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
- apply(Service.OpenConnectionRequest) - Method in interface org.apache.calcite.avatica.remote.Service
- apply(Service.PrepareAndExecuteBatchRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
- apply(Service.PrepareAndExecuteBatchRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
- apply(Service.PrepareAndExecuteBatchRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
- apply(Service.PrepareAndExecuteBatchRequest) - Method in interface org.apache.calcite.avatica.remote.Service
- apply(Service.PrepareAndExecuteRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
- apply(Service.PrepareAndExecuteRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
- apply(Service.PrepareAndExecuteRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
- apply(Service.PrepareAndExecuteRequest) - Method in interface org.apache.calcite.avatica.remote.Service
- apply(Service.PrepareRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
- apply(Service.PrepareRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
- apply(Service.PrepareRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
- apply(Service.PrepareRequest) - Method in interface org.apache.calcite.avatica.remote.Service
- apply(Service.RollbackRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
- apply(Service.RollbackRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
- apply(Service.RollbackRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
- apply(Service.RollbackRequest) - Method in interface org.apache.calcite.avatica.remote.Service
- apply(Service.SchemasRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
- apply(Service.SchemasRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
- apply(Service.SchemasRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
- apply(Service.SchemasRequest) - Method in interface org.apache.calcite.avatica.remote.Service
- apply(Service.SyncResultsRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
- apply(Service.SyncResultsRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
- apply(Service.SyncResultsRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
- apply(Service.SyncResultsRequest) - Method in interface org.apache.calcite.avatica.remote.Service
- apply(Service.TablesRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
- apply(Service.TablesRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
- apply(Service.TablesRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
- apply(Service.TablesRequest) - Method in interface org.apache.calcite.avatica.remote.Service
- apply(Service.TableTypesRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
- apply(Service.TableTypesRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
- apply(Service.TableTypesRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
- apply(Service.TableTypesRequest) - Method in interface org.apache.calcite.avatica.remote.Service
- apply(Service.TypeInfoRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
- apply(Service.TypeInfoRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
- apply(Service.TypeInfoRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
- apply(Service.TypeInfoRequest) - Method in interface org.apache.calcite.avatica.remote.Service
- apply(T) - Method in class org.apache.calcite.avatica.remote.AbstractHandler
-
Compute a response for the given request, handling errors generated by that computation.
- apply(T) - Method in interface org.apache.calcite.avatica.remote.Handler
- ApproximateNumericAccessor(AbstractCursor.Getter) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.ApproximateNumericAccessor
- args_ - Variable in class org.apache.calcite.avatica.proto.Common.QueryState
- args_ - Variable in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
- ARGS_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.QueryState
- argsBuilder_ - Variable in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
- ArgumentType(int) - Constructor for enum org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.ArgumentType
- array(ColumnMetaData.AvaticaType, String, ColumnMetaData.Rep) - Static method in class org.apache.calcite.avatica.ColumnMetaData
-
Creates an
ColumnMetaData.ArrayType. - ARRAY - org.apache.calcite.avatica.ColumnMetaData.Rep
- ARRAY - org.apache.calcite.avatica.Meta.Style
- ARRAY - org.apache.calcite.avatica.proto.Common.CursorFactory.Style
-
ARRAY = 3; - ARRAY - org.apache.calcite.avatica.proto.Common.Rep
-
ARRAY = 27; - ARRAY - org.apache.calcite.avatica.SqlType
- ARRAY - Static variable in class org.apache.calcite.avatica.Meta.CursorFactory
- ARRAY_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.CursorFactory.Style
-
ARRAY = 3; - ARRAY_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
-
ARRAY = 27; - ARRAY_VALUE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ColumnValue
- ARRAY_VALUE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.TypedValue
- ArrayAccessor(AbstractCursor.Getter, ColumnMetaData.AvaticaType, Cursor.Accessor, AbstractCursor.SlotGetter, ArrayImpl.Factory) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.ArrayAccessor
- ArrayFactoryImpl - Class in org.apache.calcite.avatica.util
-
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
- 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.
- arrayValue_ - Variable in class org.apache.calcite.avatica.proto.Common.ColumnValue
- arrayValue_ - Variable in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
- arrayValue_ - Variable in class org.apache.calcite.avatica.proto.Common.TypedValue
- arrayValue_ - Variable in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
- arrayValueBuilder_ - Variable in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
- arrayValueBuilder_ - Variable in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
- 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
- asyncStop() - Method in class org.apache.calcite.avatica.remote.KerberosConnection.RenewalTask
- ATTEMPT_TO_ASSIGN_TO_NON_UPDATABLE_COLUMN_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
0U000: attempt to assign to non-updatable column
- ATTEMPT_TO_ASSIGN_TO_ORDERING_COLUMN_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
0V000: attempt to assign to ordering column
- attrDef - Variable in class org.apache.calcite.avatica.MetaImpl.MetaAttribute
- attrName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaAttribute
- attrSize - Variable in class org.apache.calcite.avatica.MetaImpl.MetaAttribute
- attrTypeName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaAttribute
- authCache - Variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
- authCache - Variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientSpnegoImpl
- authentication() - Method in interface org.apache.calcite.avatica.ConnectionConfig
- authentication() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
- AUTHENTICATION - org.apache.calcite.avatica.BuiltInConnectionProperty
-
The type of authentication to be used
- AuthenticationType - Enum in org.apache.calcite.avatica.remote
-
An enumeration for support types of authentication for the HttpServer.
- AuthenticationType() - Constructor for enum org.apache.calcite.avatica.remote.AuthenticationType
- authRegistry - Variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
- authRegistry - Variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientSpnegoImpl
- 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
- autoCommit - Variable in class org.apache.calcite.avatica.ConnectionPropertiesImpl
- autoCommit_ - Variable in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
- autoCommit_ - Variable in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
- autoCommitFailureClosesAllResultSets() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- autoIncrement - Variable in class org.apache.calcite.avatica.ColumnMetaData
- autoIncrement - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
- autoIncrement_ - Variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
- autoIncrement_ - Variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
- AVATICA_PASSWORD - org.apache.calcite.avatica.BuiltInConnectionProperty
-
Avatica-based authentication password
- AVATICA_USER - org.apache.calcite.avatica.BuiltInConnectionProperty
-
Avatica-based authentication user name
- AVATICA_VERSION - org.apache.calcite.avatica.Meta.DatabaseProperty
-
Database property which is the Avatica version
- AvaticaClientRuntimeException - Exception in org.apache.calcite.avatica
-
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.
- AvaticaCommonsHttpClientSpnegoImpl.EmptyCredentials - Class in org.apache.calcite.avatica.remote
-
A credentials implementation which returns null.
- 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
DatabaseMetaDatafor the Avatica engine. - AvaticaDatabaseMetaData(AvaticaConnection) - Constructor for class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- AvaticaFactory - Interface in org.apache.calcite.avatica
-
Factory for JDBC objects.
- 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
AvaticaHttpClientFactorywhich 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
- AvaticaJdbc41Connection(UnregisteredDriver, AvaticaFactory, String, Properties) - Constructor for class org.apache.calcite.avatica.AvaticaJdbc41Factory.AvaticaJdbc41Connection
- AvaticaJdbc41DatabaseMetaData(AvaticaConnection) - Constructor for class org.apache.calcite.avatica.AvaticaJdbc41Factory.AvaticaJdbc41DatabaseMetaData
- AvaticaJdbc41Factory - Class in org.apache.calcite.avatica
-
Implementation of
AvaticaFactoryfor JDBC 4.1 (corresponds to JDK 1.7). - AvaticaJdbc41Factory() - Constructor for class org.apache.calcite.avatica.AvaticaJdbc41Factory
-
Creates a JDBC factory.
- AvaticaJdbc41Factory(int, int) - Constructor for class org.apache.calcite.avatica.AvaticaJdbc41Factory
-
Creates a JDBC factory with given major/minor version number.
- AvaticaJdbc41Factory.AvaticaJdbc41Connection - Class in org.apache.calcite.avatica
-
Implementation of Connection for JDBC 4.1.
- AvaticaJdbc41Factory.AvaticaJdbc41DatabaseMetaData - Class in org.apache.calcite.avatica
-
Implementation of DatabaseMetaData for JDBC 4.1.
- AvaticaJdbc41Factory.AvaticaJdbc41PreparedStatement - Class in org.apache.calcite.avatica
-
Implementation of PreparedStatement for JDBC 4.1.
- AvaticaJdbc41Factory.AvaticaJdbc41Statement - Class in org.apache.calcite.avatica
-
Implementation of Statement for JDBC 4.1.
- AvaticaJdbc41PreparedStatement(AvaticaConnection, Meta.StatementHandle, Meta.Signature, int, int, int) - Constructor for class org.apache.calcite.avatica.AvaticaJdbc41Factory.AvaticaJdbc41PreparedStatement
- AvaticaJdbc41Statement(AvaticaConnection, Meta.StatementHandle, int, int, int) - Constructor for class org.apache.calcite.avatica.AvaticaJdbc41Factory.AvaticaJdbc41Statement
- AvaticaParameter - Class in org.apache.calcite.avatica
-
Metadata for a parameter.
- AvaticaParameter() - Constructor for class org.apache.calcite.avatica.proto.Common.AvaticaParameter
- AvaticaParameter(boolean, int, int, int, String, String, String) - Constructor for class org.apache.calcite.avatica.AvaticaParameter
- AvaticaParameter(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Common.AvaticaParameter
- AvaticaParameter(GeneratedMessageV3.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Common.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
PreparedStatementfor the Avatica engine. - AvaticaPreparedStatement(AvaticaConnection, Meta.StatementHandle, Meta.Signature, int, int, int) - Constructor for class org.apache.calcite.avatica.AvaticaPreparedStatement
-
Creates an AvaticaPreparedStatement.
- AvaticaRemoteConnectionConfigImpl - Class in org.apache.calcite.avatica.remote
-
Implementation of
ConnectionConfigwith 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.
- AvaticaRemoteConnectionProperty(String, ConnectionProperty.Type, Object) - Constructor for enum org.apache.calcite.avatica.remote.AvaticaRemoteConnectionProperty
- AvaticaResultSet - Class in org.apache.calcite.avatica
-
Implementation of
ResultSetfor 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
ResultSetMetaDatafor 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
RuntimeExceptionthrown 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
AvaticaRuntimeExceptionwith no additional information. - AvaticaRuntimeException(String, int, String, AvaticaSeverity) - Constructor for exception org.apache.calcite.avatica.remote.AvaticaRuntimeException
-
Constructs an
AvaticaRuntimeExceptionwith the given contextual information surrounding the error. - AvaticaSeverity - Enum in org.apache.calcite.avatica
-
An enumeration that denotes the severity of a given unexpected state.
- AvaticaSeverity(int) - Constructor for enum org.apache.calcite.avatica.AvaticaSeverity
- 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
- AvaticaSite.Dummy - Enum in org.apache.calcite.avatica
-
Singleton value to denote parameters that have been set to null (as opposed to not set).
- AvaticaSpecificDatabaseMetaData - Interface in org.apache.calcite.avatica
-
Avatica additions to the JDBC
DatabaseMetaDatainterface. - AvaticaSqlException - Exception in org.apache.calcite.avatica
-
A client-facing
SQLExceptionwhich 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.
- AvaticaSqlException.PrintStreamOrWriter - Class in org.apache.calcite.avatica
-
A class that encapsulates either a PrintStream or a PrintWriter.
- AvaticaSqlException.PrintStreamOrWriter.Type - Enum in org.apache.calcite.avatica
-
Enumeration to differentiate between a PrintStream and a PrintWriter.
- AvaticaStatement - Class in org.apache.calcite.avatica
-
Implementation of
Statementfor 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() - Constructor for class org.apache.calcite.avatica.proto.Common.AvaticaType
- AvaticaType(int, String, ColumnMetaData.Rep) - Constructor for class org.apache.calcite.avatica.ColumnMetaData.AvaticaType
- AvaticaType(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Common.AvaticaType
- AvaticaType(GeneratedMessageV3.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Common.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.
- AvaticaUtils() - Constructor for class org.apache.calcite.avatica.AvaticaUtils
B
- b4 - Variable in class org.apache.calcite.avatica.util.Base64.OutputStream
- BACK_TICK - org.apache.calcite.avatica.util.Quoting
-
Quote identifiers in back-quotes.
- 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() - Constructor for class org.apache.calcite.avatica.util.Base64
-
Defeats instantiation.
- Base64.InputStream - Class in org.apache.calcite.avatica.util
-
A
Base64.InputStreamwill read data from anotherjava.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.OutputStreamwill write data to anotherjava.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly. - baseType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaUdt
- BASIC - org.apache.calcite.avatica.remote.AuthenticationType
- batchedSql - Variable in class org.apache.calcite.avatica.AvaticaStatement
- BEFORE_START - org.apache.calcite.avatica.util.IteratorCursor.Position
- beforeFirst - Variable in class org.apache.calcite.avatica.AvaticaResultSet
- beforeFirst() - Method in class org.apache.calcite.avatica.AvaticaResultSet
- BIG_DECIMAL - org.apache.calcite.avatica.proto.Common.Rep
-
BIG_DECIMAL = 26; - BIG_DECIMAL_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
-
BIG_DECIMAL = 26; - BIG_INTEGER - org.apache.calcite.avatica.proto.Common.Rep
-
BIG_INTEGER = 25; - BIG_INTEGER_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
-
BIG_INTEGER = 25; - BigDecimalAccessor(AbstractCursor.Getter) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.BigDecimalAccessor
- BIGINT - org.apache.calcite.avatica.SqlType
- BigNumberAccessor(AbstractCursor.Getter) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.BigNumberAccessor
- BINARY - org.apache.calcite.avatica.SqlType
- BinaryAccessor(AbstractCursor.Getter) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.BinaryAccessor
- BinaryFromStringAccessor(AbstractCursor.Getter) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.BinaryFromStringAccessor
- BIT - org.apache.calcite.avatica.SqlType
- bitField0_ - Variable in class org.apache.calcite.avatica.proto.Common.AvaticaType
- bitField0_ - Variable in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
- bitField0_ - Variable in class org.apache.calcite.avatica.proto.Common.ColumnValue
- bitField0_ - Variable in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
- bitField0_ - Variable in class org.apache.calcite.avatica.proto.Common.CursorFactory
- bitField0_ - Variable in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
- bitField0_ - Variable in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
- bitField0_ - Variable in class org.apache.calcite.avatica.proto.Common.DatabaseProperty.Builder
- bitField0_ - Variable in class org.apache.calcite.avatica.proto.Common.Frame
- bitField0_ - Variable in class org.apache.calcite.avatica.proto.Common.Frame.Builder
- bitField0_ - Variable in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
- bitField0_ - Variable in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
- bitField0_ - Variable in class org.apache.calcite.avatica.proto.Common.QueryState
- bitField0_ - Variable in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
- bitField0_ - Variable in class org.apache.calcite.avatica.proto.Common.Row.Builder
- bitField0_ - Variable in class org.apache.calcite.avatica.proto.Common.Signature
- bitField0_ - Variable in class org.apache.calcite.avatica.proto.Common.Signature.Builder
- bitField0_ - Variable in class org.apache.calcite.avatica.proto.Common.TypedValue
- bitField0_ - Variable in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
- bitField0_ - Variable in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
- bitField0_ - Variable in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
- bitField0_ - Variable in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
- bitField0_ - Variable in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
- bitField0_ - Variable in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
- bitField0_ - Variable in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
- bitField0_ - Variable in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
- bitField0_ - Variable in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest.Builder
- bitField0_ - Variable in class org.apache.calcite.avatica.proto.Requests.TablesRequest
- bitField0_ - Variable in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
- bitField0_ - Variable in class org.apache.calcite.avatica.proto.Requests.UpdateBatch.Builder
- bitField0_ - Variable in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
- bitField0_ - Variable in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
- bitField0_ - Variable in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
- bitField0_ - Variable in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
- bitField0_ - Variable in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
- bitField0_ - Variable in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
- bitField0_ - Variable in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
- bitField0_ - Variable in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
- BLOB - org.apache.calcite.avatica.SqlType
- BOOL - org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.ArgumentType
-
BOOL = 1; - 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 - org.apache.calcite.avatica.ColumnMetaData.Rep
- BOOLEAN - org.apache.calcite.avatica.ConnectionProperty.Type
- BOOLEAN - org.apache.calcite.avatica.proto.Common.Rep
-
BOOLEAN = 8; - BOOLEAN - org.apache.calcite.avatica.SqlType
- 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; - BooleanAccessor(AbstractCursor.Getter) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.BooleanAccessor
- boolValue_ - Variable in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
- boolValue_ - Variable in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
- boolValue_ - Variable in class org.apache.calcite.avatica.proto.Common.TypedValue
- boolValue_ - Variable in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
- box(Class) - Static method in class org.apache.calcite.avatica.AvaticaUtils
-
Returns the boxed class.
- BOX - Static variable in class org.apache.calcite.avatica.AvaticaUtils
- boxedClass() - Method in enum org.apache.calcite.avatica.SqlType
-
Returns the boxed type.
- BRACKET - org.apache.calcite.avatica.util.Quoting
-
Quote identifiers in brackets.
- breakLines - Variable in class org.apache.calcite.avatica.util.Base64.InputStream
- breakLines - Variable in class org.apache.calcite.avatica.util.Base64.OutputStream
- buffer - Variable in class org.apache.calcite.avatica.util.Base64.InputStream
- buffer - Variable in class org.apache.calcite.avatica.util.Base64.OutputStream
- 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
- bufferLength - Variable in class org.apache.calcite.avatica.util.Base64.InputStream
- bufferLength - Variable in class org.apache.calcite.avatica.util.Base64.OutputStream
- 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
- Builder() - Constructor for class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
- Builder() - Constructor for class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
- Builder() - Constructor for class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
- Builder() - Constructor for class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
- Builder() - Constructor for class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
- Builder() - Constructor for class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
- Builder() - Constructor for class org.apache.calcite.avatica.proto.Common.DatabaseProperty.Builder
- Builder() - Constructor for class org.apache.calcite.avatica.proto.Common.Frame.Builder
- Builder() - Constructor for class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
- Builder() - Constructor for class org.apache.calcite.avatica.proto.Common.QueryState.Builder
- Builder() - Constructor for class org.apache.calcite.avatica.proto.Common.Row.Builder
- Builder() - Constructor for class org.apache.calcite.avatica.proto.Common.Signature.Builder
- Builder() - Constructor for class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
- Builder() - Constructor for class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
- Builder() - Constructor for class org.apache.calcite.avatica.proto.Common.WireMessage.Builder
- Builder() - Constructor for class org.apache.calcite.avatica.proto.Requests.CatalogsRequest.Builder
- Builder() - Constructor for class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest.Builder
- Builder() - Constructor for class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest.Builder
- Builder() - Constructor for class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
- Builder() - Constructor for class org.apache.calcite.avatica.proto.Requests.CommitRequest.Builder
- Builder() - Constructor for class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
- Builder() - Constructor for class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest.Builder
- Builder() - Constructor for class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest.Builder
- Builder() - Constructor for class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
- Builder() - Constructor for class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
- Builder() - Constructor for class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
- Builder() - Constructor for class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
- Builder() - Constructor for class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest.Builder
- Builder() - Constructor for class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
- Builder() - Constructor for class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
- Builder() - Constructor for class org.apache.calcite.avatica.proto.Requests.RollbackRequest.Builder
- Builder() - Constructor for class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
- Builder() - Constructor for class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
- Builder() - Constructor for class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
- Builder() - Constructor for class org.apache.calcite.avatica.proto.Requests.TableTypesRequest.Builder
- Builder() - Constructor for class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest.Builder
- Builder() - Constructor for class org.apache.calcite.avatica.proto.Requests.UpdateBatch.Builder
- Builder() - Constructor for class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse.Builder
- Builder() - Constructor for class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse.Builder
- Builder() - Constructor for class org.apache.calcite.avatica.proto.Responses.CommitResponse.Builder
- Builder() - Constructor for class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
- Builder() - Constructor for class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
- Builder() - Constructor for class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
- Builder() - Constructor for class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
- Builder() - Constructor for class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
- Builder() - Constructor for class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
- Builder() - Constructor for class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
- Builder() - Constructor for class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
- Builder() - Constructor for class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse.Builder
- Builder() - Constructor for class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
- Builder() - Constructor for class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
- Builder() - Constructor for class org.apache.calcite.avatica.proto.Responses.RollbackResponse.Builder
- Builder() - Constructor for class org.apache.calcite.avatica.proto.Responses.RpcMetadata.Builder
- Builder() - Constructor for class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
- Builder(GeneratedMessageV3.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
- Builder(GeneratedMessageV3.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
- Builder(GeneratedMessageV3.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
- Builder(GeneratedMessageV3.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
- Builder(GeneratedMessageV3.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
- Builder(GeneratedMessageV3.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
- Builder(GeneratedMessageV3.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Common.DatabaseProperty.Builder
- Builder(GeneratedMessageV3.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Common.Frame.Builder
- Builder(GeneratedMessageV3.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
- Builder(GeneratedMessageV3.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Common.QueryState.Builder
- Builder(GeneratedMessageV3.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Common.Row.Builder
- Builder(GeneratedMessageV3.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Common.Signature.Builder
- Builder(GeneratedMessageV3.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
- Builder(GeneratedMessageV3.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
- Builder(GeneratedMessageV3.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Common.WireMessage.Builder
- Builder(GeneratedMessageV3.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Requests.CatalogsRequest.Builder
- Builder(GeneratedMessageV3.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest.Builder
- Builder(GeneratedMessageV3.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest.Builder
- Builder(GeneratedMessageV3.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
- Builder(GeneratedMessageV3.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Requests.CommitRequest.Builder
- Builder(GeneratedMessageV3.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
- Builder(GeneratedMessageV3.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest.Builder
- Builder(GeneratedMessageV3.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest.Builder
- Builder(GeneratedMessageV3.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
- Builder(GeneratedMessageV3.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
- Builder(GeneratedMessageV3.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
- Builder(GeneratedMessageV3.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
- Builder(GeneratedMessageV3.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest.Builder
- Builder(GeneratedMessageV3.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
- Builder(GeneratedMessageV3.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
- Builder(GeneratedMessageV3.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Requests.RollbackRequest.Builder
- Builder(GeneratedMessageV3.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
- Builder(GeneratedMessageV3.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
- Builder(GeneratedMessageV3.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
- Builder(GeneratedMessageV3.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Requests.TableTypesRequest.Builder
- Builder(GeneratedMessageV3.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest.Builder
- Builder(GeneratedMessageV3.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Requests.UpdateBatch.Builder
- Builder(GeneratedMessageV3.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse.Builder
- Builder(GeneratedMessageV3.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse.Builder
- Builder(GeneratedMessageV3.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Responses.CommitResponse.Builder
- Builder(GeneratedMessageV3.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
- Builder(GeneratedMessageV3.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
- Builder(GeneratedMessageV3.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
- Builder(GeneratedMessageV3.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
- Builder(GeneratedMessageV3.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
- Builder(GeneratedMessageV3.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
- Builder(GeneratedMessageV3.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
- Builder(GeneratedMessageV3.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
- Builder(GeneratedMessageV3.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse.Builder
- Builder(GeneratedMessageV3.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
- Builder(GeneratedMessageV3.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
- Builder(GeneratedMessageV3.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Responses.RollbackResponse.Builder
- Builder(GeneratedMessageV3.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Responses.RpcMetadata.Builder
- Builder(GeneratedMessageV3.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.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
- BuiltInConnectionProperty - Enum in org.apache.calcite.avatica
-
Enumeration of Avatica's built-in connection properties.
- BuiltInConnectionProperty(String, ConnectionProperty.Type, Object, boolean) - Constructor for enum org.apache.calcite.avatica.BuiltInConnectionProperty
- BuiltInConnectionProperty(String, ConnectionProperty.Type, Object, Class, boolean) - Constructor for enum org.apache.calcite.avatica.BuiltInConnectionProperty
- BY_CODE - Static variable in enum org.apache.calcite.avatica.SqlState
- BY_ID - Static variable in enum org.apache.calcite.avatica.SqlType
- BYTE - org.apache.calcite.avatica.ColumnMetaData.Rep
- BYTE - org.apache.calcite.avatica.proto.Common.Rep
-
BYTE = 9; - BYTE_STRING - org.apache.calcite.avatica.ColumnMetaData.Rep
- BYTE_STRING - org.apache.calcite.avatica.proto.Common.Rep
-
BYTE_STRING = 20; - 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; - ByteAccessor(AbstractCursor.Getter) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.ByteAccessor
- byteAt(int) - Method in class org.apache.calcite.avatica.util.ByteString
-
Returns the byte at a given position in the byte string.
- bytes - Variable in class org.apache.calcite.avatica.util.ByteString
- BYTES_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.remote.TypedValue
- 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.
- ByteString(byte[], boolean) - Constructor for class org.apache.calcite.avatica.util.ByteString
- bytesValue_ - Variable in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
- bytesValue_ - Variable in class org.apache.calcite.avatica.proto.Common.TypedValue
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
- CACHED_VALUES - Static variable in enum org.apache.calcite.avatica.util.TimeUnit
- cal - Variable in class org.apache.calcite.avatica.util.DateTimeUtils.PrecisionTime
- calendar - Variable in class org.apache.calcite.avatica.AvaticaPreparedStatement
- calendar - Variable in class org.apache.calcite.avatica.AvaticaSite
-
Calendar is not thread-safe.
- calendar() - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
-
Creates an instance of
Calendarin the root locale and UTC time zone. - call() - Method in interface org.apache.calcite.avatica.AvaticaConnection.CallableWithoutException
- CALL - org.apache.calcite.avatica.Meta.StatementType
- CALL - org.apache.calcite.avatica.proto.Common.StatementType
-
CALL = 11; - CALL_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.StatementType
-
CALL = 11; - camelName - Variable in enum org.apache.calcite.avatica.BuiltInConnectionProperty
- camelName - Variable in enum org.apache.calcite.avatica.remote.AvaticaRemoteConnectionProperty
- 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
- cancelFlag - Variable in class org.apache.calcite.avatica.AvaticaStatement
-
Support for
AvaticaStatement.cancel()method. - cancelRowUpdates() - Method in class org.apache.calcite.avatica.AvaticaResultSet
- 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. - cannotConvert(String) - Method in class org.apache.calcite.avatica.util.AbstractCursor.AccessorImpl
- canSet(Class, SqlType) - Static method in enum org.apache.calcite.avatica.SqlType
-
Returns whether
PreparedStatement.setObject(int, java.lang.Object, int)andPreparedStatement.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
- CARDINALITY_VIOLATION_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
21000: cardinality violation
- CASE_SENSITIVE - org.apache.calcite.avatica.InternalProperty
-
Whether identifiers are matched case-sensitively.
- CASE_SENSITIVE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
- caseSensitive - Variable in class org.apache.calcite.avatica.ColumnMetaData
- caseSensitive - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
- caseSensitive() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- caseSensitive_ - Variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
- caseSensitive_ - Variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
- Casing - Enum in org.apache.calcite.avatica.util
-
Policy for converting case of identifiers before storing them.
- Casing() - Constructor for enum org.apache.calcite.avatica.util.Casing
- castProtobufMessage(Message, Class<T>) - Static method in class org.apache.calcite.avatica.remote.ProtobufService
-
Checks if the provided
Messageis an instance of the Class given byexpectedType. - catalog - Variable in class org.apache.calcite.avatica.ConnectionPropertiesImpl
- 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_ - Variable in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
- catalog_ - Variable in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
- catalog_ - Variable in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
- catalog_ - Variable in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
- catalog_ - Variable in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
- catalog_ - Variable in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
- catalog_ - Variable in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
- catalog_ - Variable in class org.apache.calcite.avatica.proto.Requests.TablesRequest
- CATALOG_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.ConnectionPropertiesImpl
- CATALOG_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.remote.Service.ColumnsRequest
- CATALOG_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.remote.Service.SchemasRequest
- CATALOG_DESCRIPTOR - Static 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_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.ColumnMetaData
- CATALOG_NAME_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
- catalogName - Variable in class org.apache.calcite.avatica.ColumnMetaData
- catalogName_ - Variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
- catalogName_ - Variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
- CatalogsRequest() - Constructor for class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
- CatalogsRequest() - Constructor for class org.apache.calcite.avatica.remote.Service.CatalogsRequest
- CatalogsRequest(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
- CatalogsRequest(GeneratedMessageV3.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
- CatalogsRequest(String) - Constructor for class org.apache.calcite.avatica.remote.Service.CatalogsRequest
- category - Variable in enum org.apache.calcite.avatica.SqlState
- Category() - Constructor for enum org.apache.calcite.avatica.SqlState.Category
- CENTURY - org.apache.calcite.avatica.util.TimeUnit
- CENTURY - org.apache.calcite.avatica.util.TimeUnitRange
- CHAR - org.apache.calcite.avatica.SqlType
- CHARACTER - org.apache.calcite.avatica.ColumnMetaData.Rep
- CHARACTER - org.apache.calcite.avatica.proto.Common.Rep
-
CHARACTER = 10; - CHARACTER_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
-
CHARACTER = 10; - charAt(int) - Method in class org.apache.calcite.avatica.util.Spaces.SpaceString
- 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
- checkNotPreparedOrCallable(String) - Method in class org.apache.calcite.avatica.AvaticaStatement
- 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_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.Meta.CursorFactory
- 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
- className_ - Variable in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
- className_ - Variable in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
- className_ - Variable in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
- className_ - Variable in class org.apache.calcite.avatica.proto.Common.CursorFactory
- 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
- 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.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
- clearWrappedMessage() - Method in class org.apache.calcite.avatica.proto.Common.WireMessage.Builder
-
bytes wrapped_message = 2; - clearWritable() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
-
bool writable = 17; - CLI_SPECIFIC_CONDITION_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
HY000: cli specific condition
- client - Variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
- client - Variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientSpnegoImpl
- client - Variable in class org.apache.calcite.avatica.remote.RemoteProtobufService
- client - Variable in class org.apache.calcite.avatica.remote.RemoteService
- clientInfo() - Method in class org.apache.calcite.avatica.Helper
- ClientKeytabJaasConf - Class in org.apache.calcite.avatica.remote
-
Javax Configuration class which always returns a configuration for our keytab-based login suitable for callers which are acting as initiators (e.g.
- ClientKeytabJaasConf(String, String) - Constructor for class org.apache.calcite.avatica.remote.ClientKeytabJaasConf
- CLOB - org.apache.calcite.avatica.SqlType
- clone() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
- clone() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
- clone() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
- clone() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
- clone() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
- clone() - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
- clone() - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty.Builder
- clone() - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
- clone() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
- clone() - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
- clone() - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
- clone() - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
- clone() - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
- clone() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
- clone() - Method in class org.apache.calcite.avatica.proto.Common.WireMessage.Builder
- clone() - Method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest.Builder
- clone() - Method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest.Builder
- clone() - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest.Builder
- clone() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
- clone() - Method in class org.apache.calcite.avatica.proto.Requests.CommitRequest.Builder
- clone() - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
- clone() - Method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest.Builder
- clone() - Method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest.Builder
- clone() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
- clone() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
- clone() - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
- clone() - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
- clone() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest.Builder
- clone() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
- clone() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
- clone() - Method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest.Builder
- clone() - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
- clone() - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
- clone() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
- clone() - Method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest.Builder
- clone() - Method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest.Builder
- clone() - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch.Builder
- clone() - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse.Builder
- clone() - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse.Builder
- clone() - Method in class org.apache.calcite.avatica.proto.Responses.CommitResponse.Builder
- clone() - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
- clone() - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
- clone() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
- clone() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
- clone() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
- clone() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
- clone() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
- clone() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
- clone() - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse.Builder
- clone() - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
- clone() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
- clone() - Method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse.Builder
- clone() - Method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata.Builder
- clone() - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
- clone() - Method in class org.apache.calcite.avatica.util.ByteString
- close() - Method in class org.apache.calcite.avatica.AvaticaConnection
- close() - Method in class org.apache.calcite.avatica.AvaticaResultSet
- close() - Method in class org.apache.calcite.avatica.AvaticaStatement
- close() - Method in class org.apache.calcite.avatica.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 interface org.apache.calcite.avatica.Meta
-
Closes a connection
- closeConnection(Meta.ConnectionHandle) - Method in class org.apache.calcite.avatica.MetaImpl
- closeConnection(Meta.ConnectionHandle) - Method in class org.apache.calcite.avatica.remote.RemoteMeta
- CloseConnectionRequest() - Constructor for class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
- CloseConnectionRequest() - Constructor for class org.apache.calcite.avatica.remote.Service.CloseConnectionRequest
- CloseConnectionRequest(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
- CloseConnectionRequest(GeneratedMessageV3.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
- CloseConnectionRequest(String) - Constructor for class org.apache.calcite.avatica.remote.Service.CloseConnectionRequest
- CloseConnectionResponse() - Constructor for class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
- CloseConnectionResponse() - Constructor for class org.apache.calcite.avatica.remote.Service.CloseConnectionResponse
- CloseConnectionResponse(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
- CloseConnectionResponse(GeneratedMessageV3.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
- CloseConnectionResponse(Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.CloseConnectionResponse
- closed - Variable in class org.apache.calcite.avatica.AvaticaConnection
- closed - Variable in class org.apache.calcite.avatica.AvaticaResultSet
- closed - Variable in class org.apache.calcite.avatica.AvaticaStatement
- closed() - Method in class org.apache.calcite.avatica.Helper
- CLOSED - org.apache.calcite.avatica.util.IteratorCursor.Position
- closeOnCompletion - Variable in class org.apache.calcite.avatica.AvaticaStatement
-
Support for
AvaticaStatement.closeOnCompletion()method. - closeOnCompletion() - Method in class org.apache.calcite.avatica.AvaticaStatement
- closeStatement(Meta.StatementHandle) - Method in interface org.apache.calcite.avatica.Meta
-
Closes a statement.
- closeStatement(Meta.StatementHandle) - Method in class org.apache.calcite.avatica.remote.RemoteMeta
- CloseStatementRequest() - Constructor for class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
- CloseStatementRequest() - Constructor for class org.apache.calcite.avatica.remote.Service.CloseStatementRequest
- CloseStatementRequest(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
- CloseStatementRequest(GeneratedMessageV3.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
- CloseStatementRequest(String, int) - Constructor for class org.apache.calcite.avatica.remote.Service.CloseStatementRequest
- CloseStatementResponse() - Constructor for class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
- CloseStatementResponse() - Constructor for class org.apache.calcite.avatica.remote.Service.CloseStatementResponse
- CloseStatementResponse(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
- CloseStatementResponse(GeneratedMessageV3.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
- CloseStatementResponse(Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.CloseStatementResponse
- code - Variable in enum org.apache.calcite.avatica.SqlState
- collect(Meta.CursorFactory, Iterable<Object>, List<List<Object>>) - Static method in class org.apache.calcite.avatica.MetaImpl
- collect(Meta.CursorFactory, Iterator<Object>, List<List<Object>>) - Static method in class org.apache.calcite.avatica.MetaImpl
- COLUMN_CLASS_NAME_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.ColumnMetaData
- COLUMN_CLASS_NAME_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
- COLUMN_LIST - org.apache.calcite.avatica.SqlType
- COLUMN_NAME_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.ColumnMetaData
- COLUMN_NAME_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
- COLUMN_NAME_PATTERN_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.remote.Service.ColumnsRequest
- COLUMN_NAME_PATTERN_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
- columnClassName - Variable in class org.apache.calcite.avatica.ColumnMetaData
- columnClassName() - Method in class org.apache.calcite.avatica.ColumnMetaData.AvaticaType
- columnClassName_ - Variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
- columnClassName_ - Variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
- columnDef - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
- columnDef - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
- columnMetaData - Variable in class org.apache.calcite.avatica.util.AbstractCursor.StructGetter
- columnMetaData(String, int, Class<?>, boolean) - Static method in class org.apache.calcite.avatica.MetaImpl
- columnMetaData(String, int, Class<?>, int) - Static method in class org.apache.calcite.avatica.MetaImpl
- columnMetaData(String, int, ColumnMetaData.AvaticaType, boolean) - Static method in class org.apache.calcite.avatica.MetaImpl
- columnMetaData(String, int, ColumnMetaData.AvaticaType, int) - Static method in class org.apache.calcite.avatica.MetaImpl
- ColumnMetaData - Class in org.apache.calcite.avatica
-
Metadata for a column.
- ColumnMetaData() - Constructor for class org.apache.calcite.avatica.proto.Common.ColumnMetaData
- 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(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Common.ColumnMetaData
- ColumnMetaData(GeneratedMessageV3.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Common.ColumnMetaData
- ColumnMetaData.ArrayType - Class in org.apache.calcite.avatica
-
Array type.
- ColumnMetaData.AvaticaType - Class in org.apache.calcite.avatica
-
Base class for a column type.
- ColumnMetaData.Rep - Enum in org.apache.calcite.avatica
-
Description of the type used to internally represent a value.
- ColumnMetaData.ScalarType - Class in org.apache.calcite.avatica
-
Scalar type.
- ColumnMetaData.StructType - Class in org.apache.calcite.avatica
-
Record type.
- columnMetaDataList - Variable in class org.apache.calcite.avatica.AvaticaResultSet
- columnName - Variable in class org.apache.calcite.avatica.ColumnMetaData
- columnName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaBestRowIdentifier
- columnName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
- columnName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumnPrivilege
- columnName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunctionColumn
- columnName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaIndexInfo
- columnName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaPrimaryKey
- columnName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
- columnName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaPseudoColumn
- columnName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaVersionColumn
- columnName_ - Variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
- columnName_ - Variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
- columnNamePattern - Variable in class org.apache.calcite.avatica.remote.Service.ColumnsRequest
- columnNamePattern_ - Variable in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
- columnNamePattern_ - Variable in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
- columns - Variable in class org.apache.calcite.avatica.ColumnMetaData.StructType
- columns - Variable in class org.apache.calcite.avatica.Meta.Signature
- columns_ - Variable in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
- columns_ - Variable in class org.apache.calcite.avatica.proto.Common.AvaticaType
- columns_ - Variable in class org.apache.calcite.avatica.proto.Common.Signature.Builder
- columns_ - Variable in class org.apache.calcite.avatica.proto.Common.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
- columnsBuilder_ - Variable in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
- columnsBuilder_ - Variable in class org.apache.calcite.avatica.proto.Common.Signature.Builder
- 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() - Constructor for class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
- ColumnsRequest() - Constructor for class org.apache.calcite.avatica.remote.Service.ColumnsRequest
- ColumnsRequest(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
- ColumnsRequest(GeneratedMessageV3.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
- 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
- ColumnValue() - Constructor for class org.apache.calcite.avatica.proto.Common.ColumnValue
- ColumnValue(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Common.ColumnValue
- ColumnValue(GeneratedMessageV3.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Common.ColumnValue
- commit() - Method in class org.apache.calcite.avatica.AvaticaConnection
- commit(Meta.ConnectionHandle) - Method in interface org.apache.calcite.avatica.Meta
-
Makes all changes since the last commit/rollback permanent.
- commit(Meta.ConnectionHandle) - Method in class org.apache.calcite.avatica.remote.RemoteMeta
- CommitRequest() - Constructor for class org.apache.calcite.avatica.proto.Requests.CommitRequest
- CommitRequest() - Constructor for class org.apache.calcite.avatica.remote.Service.CommitRequest
- CommitRequest(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Requests.CommitRequest
- CommitRequest(GeneratedMessageV3.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Requests.CommitRequest
- CommitRequest(String) - Constructor for class org.apache.calcite.avatica.remote.Service.CommitRequest
- CommitResponse() - Constructor for class org.apache.calcite.avatica.proto.Responses.CommitResponse
- CommitResponse() - Constructor for class org.apache.calcite.avatica.remote.Service.CommitResponse
- CommitResponse(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Responses.CommitResponse
- CommitResponse(GeneratedMessageV3.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Responses.CommitResponse
- commitTimer - Variable in class org.apache.calcite.avatica.remote.LocalService
- Common - Class in org.apache.calcite.avatica.proto
- Common() - Constructor for class org.apache.calcite.avatica.proto.Common
- 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 - Variable in class org.apache.calcite.avatica.ColumnMetaData.ArrayType
- component_ - Variable in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
- component_ - Variable in class org.apache.calcite.avatica.proto.Common.AvaticaType
- 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
- componentAccessor - Variable in class org.apache.calcite.avatica.util.AbstractCursor.ArrayAccessor
- componentBuilder_ - Variable in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
- componentSlotGetter - Variable in class org.apache.calcite.avatica.util.AbstractCursor.ArrayAccessor
- componentType - Variable in class org.apache.calcite.avatica.remote.TypedValue
-
Non-null for ARRAYs, the type of the values stored in the ARRAY.
- componentType - Variable in class org.apache.calcite.avatica.util.AbstractCursor.ArrayAccessor
- componentType_ - Variable in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
- componentType_ - Variable in class org.apache.calcite.avatica.proto.Common.TypedValue
- concat(Class<?>, String) - Static method in class org.apache.calcite.avatica.remote.MetricsHelper
- concat(Collection<E>...) - Static method in enum org.apache.calcite.avatica.SqlType
- concat(ByteString) - Method in class org.apache.calcite.avatica.util.ByteString
-
Returns a ByteString consisting of the concatenation of this and another string.
- concurrency - Variable in class org.apache.calcite.avatica.AvaticaResultSet
- condition - Variable in enum org.apache.calcite.avatica.SqlState
- conf - Variable in class org.apache.calcite.avatica.remote.KerberosConnection.RenewalTask
- config() - Method in class org.apache.calcite.avatica.AvaticaConnection
-
Returns a view onto this connection's configuration properties.
- configureConnectionPool(Registry<ConnectionSocketFactory>) - Method in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
- 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
- CONN_PROPS_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.remote.Service.ConnectionSyncRequest
- 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.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.AvaticaDatabaseMetaData
- connection - Variable in class org.apache.calcite.avatica.AvaticaStatement
- connection - Variable in class org.apache.calcite.avatica.MetaImpl
-
The
AvaticaConnectionbackingthis. - CONNECTION_EXCEPTION_CONNECTION_DOES_NOT_EXIST - org.apache.calcite.avatica.SqlState
-
08003: connection exception: connection does not exist
- CONNECTION_EXCEPTION_CONNECTION_FAILURE - org.apache.calcite.avatica.SqlState
-
08006: connection exception: connection failure
- CONNECTION_EXCEPTION_CONNECTION_NAME_IN_USE - org.apache.calcite.avatica.SqlState
-
08002: connection exception: connection name in use
- CONNECTION_EXCEPTION_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
08000: connection exception
- CONNECTION_EXCEPTION_SQLCLIENT_UNABLE_TO_ESTABLISH_SQLCONNECTION - org.apache.calcite.avatica.SqlState
-
08001: connection exception: SQL-client unable to establish SQL-connection
- CONNECTION_EXCEPTION_SQLSERVER_REJECTED_ESTABLISHMENT_OF_SQLCONNECTION - org.apache.calcite.avatica.SqlState
-
08004: connection exception: SQL-server rejected establishment of SQL-connection
- CONNECTION_EXCEPTION_TRANSACTION_RESOLUTION_UNKNOWN - org.apache.calcite.avatica.SqlState
-
08007: connection exception: transaction resolution unknown
- CONNECTION_ID_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.remote.Service.CatalogsRequest
- CONNECTION_ID_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.remote.Service.CloseConnectionRequest
- CONNECTION_ID_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.remote.Service.CloseStatementRequest
- CONNECTION_ID_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.remote.Service.CloseStatementResponse
- CONNECTION_ID_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.remote.Service.ColumnsRequest
- CONNECTION_ID_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.remote.Service.CommitRequest
- CONNECTION_ID_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.remote.Service.ConnectionSyncRequest
- CONNECTION_ID_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.remote.Service.CreateStatementRequest
- CONNECTION_ID_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.remote.Service.CreateStatementResponse
- CONNECTION_ID_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.remote.Service.DatabasePropertyRequest
- CONNECTION_ID_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.remote.Service.FetchRequest
- CONNECTION_ID_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.remote.Service.OpenConnectionRequest
- CONNECTION_ID_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteRequest
- CONNECTION_ID_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.remote.Service.PrepareRequest
- CONNECTION_ID_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.remote.Service.ResultSetResponse
- CONNECTION_ID_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.remote.Service.RollbackRequest
- CONNECTION_ID_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.remote.Service.SchemasRequest
- CONNECTION_ID_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.remote.Service.SyncResultsRequest
- CONNECTION_ID_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.remote.Service.TablesRequest
- CONNECTION_ID_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.remote.Service.TableTypesRequest
- CONNECTION_ID_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.remote.Service.TypeInfoRequest
- 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 exception org.apache.calcite.avatica.NoSuchConnectionException
- connectionId - Variable in class org.apache.calcite.avatica.remote.MockProtobufService
- 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
- connectionId_ - Variable in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
- connectionId_ - Variable in class org.apache.calcite.avatica.proto.Common.StatementHandle
- connectionId_ - Variable in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest.Builder
- connectionId_ - Variable in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
- connectionId_ - Variable in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest.Builder
- connectionId_ - Variable in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
- connectionId_ - Variable in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest.Builder
- connectionId_ - Variable in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
- connectionId_ - Variable in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
- connectionId_ - Variable in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
- connectionId_ - Variable in class org.apache.calcite.avatica.proto.Requests.CommitRequest.Builder
- connectionId_ - Variable in class org.apache.calcite.avatica.proto.Requests.CommitRequest
- connectionId_ - Variable in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
- connectionId_ - Variable in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
- connectionId_ - Variable in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest.Builder
- connectionId_ - Variable in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
- connectionId_ - Variable in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest.Builder
- connectionId_ - Variable in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
- connectionId_ - Variable in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
- connectionId_ - Variable in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
- connectionId_ - Variable in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
- connectionId_ - Variable in class org.apache.calcite.avatica.proto.Requests.FetchRequest
- connectionId_ - Variable in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
- connectionId_ - Variable in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
- connectionId_ - Variable in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest.Builder
- connectionId_ - Variable in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
- connectionId_ - Variable in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
- connectionId_ - Variable in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
- connectionId_ - Variable in class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
- connectionId_ - Variable in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
- connectionId_ - Variable in class org.apache.calcite.avatica.proto.Requests.RollbackRequest.Builder
- connectionId_ - Variable in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
- connectionId_ - Variable in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
- connectionId_ - Variable in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
- connectionId_ - Variable in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
- connectionId_ - Variable in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
- connectionId_ - Variable in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
- connectionId_ - Variable in class org.apache.calcite.avatica.proto.Requests.TablesRequest
- connectionId_ - Variable in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest.Builder
- connectionId_ - Variable in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
- connectionId_ - Variable in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest.Builder
- connectionId_ - Variable in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
- connectionId_ - Variable in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
- connectionId_ - Variable in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
- connectionId_ - Variable in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
- connectionId_ - Variable in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
- connectionId_ - Variable in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
- connectionId_ - Variable in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
- ConnectionProperties() - Constructor for class org.apache.calcite.avatica.proto.Common.ConnectionProperties
- ConnectionProperties(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Common.ConnectionProperties
- ConnectionProperties(GeneratedMessageV3.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Common.ConnectionProperties
- ConnectionPropertiesImpl - Class in org.apache.calcite.avatica
-
Concrete implementation of
Meta.ConnectionProperties. - ConnectionPropertiesImpl() - Constructor for class org.apache.calcite.avatica.ConnectionPropertiesImpl
- ConnectionPropertiesImpl(Boolean, Boolean, Integer, String, String) - Constructor for class org.apache.calcite.avatica.ConnectionPropertiesImpl
- ConnectionPropertiesImpl(Connection) - Constructor for class org.apache.calcite.avatica.ConnectionPropertiesImpl
- ConnectionProperty - Interface in org.apache.calcite.avatica
-
Definition of a property that may be specified on the JDBC connect string.
- ConnectionProperty.Type - Enum in org.apache.calcite.avatica
-
Data type of property.
- connectionSync(Meta.ConnectionHandle, Meta.ConnectionProperties) - Method in 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
- connectionSync(Meta.ConnectionHandle, Meta.ConnectionProperties) - Method in class org.apache.calcite.avatica.remote.RemoteMeta
- ConnectionSyncRequest() - Constructor for class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
- ConnectionSyncRequest() - Constructor for class org.apache.calcite.avatica.remote.Service.ConnectionSyncRequest
- ConnectionSyncRequest(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
- ConnectionSyncRequest(GeneratedMessageV3.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
- ConnectionSyncRequest(String, Meta.ConnectionProperties) - Constructor for class org.apache.calcite.avatica.remote.Service.ConnectionSyncRequest
- ConnectionSyncResponse() - Constructor for class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
- ConnectionSyncResponse() - Constructor for class org.apache.calcite.avatica.remote.Service.ConnectionSyncResponse
- ConnectionSyncResponse(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
- ConnectionSyncResponse(GeneratedMessageV3.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
- ConnectionSyncResponse(Meta.ConnectionProperties, Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.ConnectionSyncResponse
- connectionSyncTimer - Variable in class org.apache.calcite.avatica.remote.LocalService
- 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.
- ConnectStringParser(String) - Constructor for class org.apache.calcite.avatica.ConnectStringParser
-
Creates a new connect string parser.
- 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
- connProps_ - Variable in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
- connProps_ - Variable in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
- connProps_ - Variable in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
- connProps_ - Variable in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
- connPropsBuilder_ - Variable in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
- connPropsBuilder_ - Variable in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
- 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; - context - Variable in class org.apache.calcite.avatica.remote.KerberosConnection.RenewalTask
- convertToErrorResponse(Exception) - Method in class org.apache.calcite.avatica.remote.AbstractHandler
-
Attempts to convert an Exception to an ErrorResponse.
- convertValue() - Method in class org.apache.calcite.avatica.util.AbstractCursor.ArrayAccessor
- 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
- create(long, boolean, List<Object>) - Static method in class org.apache.calcite.avatica.Meta.Frame
- create(String, int, boolean, Meta.Signature, Meta.Frame) - Static method in class org.apache.calcite.avatica.Meta.MetaResultSet
- create(String, Object) - Static method in class org.apache.calcite.avatica.remote.TypedValue
- create(List<String>) - Method in interface org.apache.calcite.avatica.Meta.Factory
- create(List<ColumnMetaData>, String, List<AvaticaParameter>, Meta.CursorFactory, Meta.StatementType) - Static method in class org.apache.calcite.avatica.Meta.Signature
-
Used by Jackson to create a Signature by de-serializing JSON.
- create(AvaticaConnection) - Method in class org.apache.calcite.avatica.remote.MockJsonService.Factory
- create(AvaticaConnection) - Method in class org.apache.calcite.avatica.remote.MockProtobufService.MockProtobufServiceFactory
- create(AvaticaConnection) - Method in interface org.apache.calcite.avatica.remote.Service.Factory
- create(ColumnMetaData.AvaticaType, Iterable<Object>) - Method in class org.apache.calcite.avatica.util.ArrayFactoryImpl
- create(ColumnMetaData.AvaticaType, Iterable<Object>) - Method in interface org.apache.calcite.avatica.util.ArrayImpl.Factory
-
Creates a
ResultSetfrom the given list of values perArray.getResultSet(). - create(ColumnMetaData.AvaticaType, Iterable<Object>) - Method in interface org.apache.calcite.avatica.util.StructImpl.Factory
- create(Meta.Style, Class, List<String>) - Static method in class org.apache.calcite.avatica.Meta.CursorFactory
- CREATE - org.apache.calcite.avatica.Meta.StatementType
- CREATE - org.apache.calcite.avatica.proto.Common.StatementType
-
CREATE = 7; - CREATE_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.StatementType
-
CREATE = 7; - createAccessor(ColumnMetaData, int, Calendar, ArrayImpl.Factory) - Method in class org.apache.calcite.avatica.util.AbstractCursor
- createAccessor(ColumnMetaData, AbstractCursor.Getter, Calendar, ArrayImpl.Factory) - Method in class org.apache.calcite.avatica.util.AbstractCursor
- createAccessors(List<ColumnMetaData>, Calendar, ArrayImpl.Factory) - Method in class org.apache.calcite.avatica.util.AbstractCursor
- createAccessors(List<ColumnMetaData>, Calendar, ArrayImpl.Factory) - Method in interface org.apache.calcite.avatica.util.Cursor
-
Creates a list of accessors, one per column.
- createArray(ColumnMetaData.AvaticaType, Iterable<Object>) - Method in class org.apache.calcite.avatica.util.ArrayFactoryImpl
- createArray(ColumnMetaData.AvaticaType, Iterable<Object>) - Method in interface org.apache.calcite.avatica.util.ArrayImpl.Factory
-
Creates an
Arrayfrom the given list of values, converting any primitive values into the corresponding objects. - createArrayOf(String, Object[]) - Method in class org.apache.calcite.avatica.AvaticaConnection
- createBlob() - Method in class org.apache.calcite.avatica.AvaticaConnection
- createClob() - Method in class org.apache.calcite.avatica.AvaticaConnection
- createCursor(Meta.CursorFactory, Iterable<Object>) - Static method in class org.apache.calcite.avatica.MetaImpl
- createDriverVersion() - Method in class org.apache.calcite.avatica.remote.Driver
- createDriverVersion() - Method in class org.apache.calcite.avatica.UnregisteredDriver
-
Creates an object describing the name and version of this driver.
- createEmptyResultSet(Class<E>) - Method in class org.apache.calcite.avatica.MetaImpl
-
Creates an empty result set.
- createErrorResponse(Exception, int) - Method in class org.apache.calcite.avatica.remote.AbstractHandler
- createException(String) - Method in class org.apache.calcite.avatica.Helper
- createException(String, Exception) - Method in class org.apache.calcite.avatica.Helper
- createException(String, String, Exception) - Method in class org.apache.calcite.avatica.Helper
- createFactory() - Method in class org.apache.calcite.avatica.UnregisteredDriver
-
Creates a factory for JDBC objects (connection, statement).
- createGetter(int) - Method in class org.apache.calcite.avatica.util.AbstractCursor
- createGetter(int) - Method in class org.apache.calcite.avatica.util.ArrayIteratorCursor
- createGetter(int) - Method in class org.apache.calcite.avatica.util.ListIteratorCursor
- createGetter(int) - Method in class org.apache.calcite.avatica.util.MapIteratorCursor
- createGetter(int) - Method in class org.apache.calcite.avatica.util.RecordIteratorCursor
- createHandler() - Method in class org.apache.calcite.avatica.UnregisteredDriver
-
Creates a Handler.
- 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
- createKerberosUtility(ConnectionConfig) - Method in class org.apache.calcite.avatica.remote.Driver
- createLoginContext(Configuration) - Method in class org.apache.calcite.avatica.remote.KerberosConnection
- createMap() - Static method in enum org.apache.calcite.avatica.util.TimeUnitRange
- createMapping() - Method in class org.apache.calcite.avatica.remote.MockProtobufService
- 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
- createParams - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
- createRenewalThread(LoginContext, Subject, long) - Method in class org.apache.calcite.avatica.remote.KerberosConnection
-
Launches a thread to periodically check the current ticket's lifetime and perform a relogin as necessary.
- createResultSet(Map<String, Object>, List<ColumnMetaData>, Meta.CursorFactory, Meta.Frame) - Method in class org.apache.calcite.avatica.MetaImpl
- createResultSet(Meta.MetaResultSet, QueryState) - Method in class org.apache.calcite.avatica.AvaticaConnection
- createResultSetRowsForArrayData(Iterable<Object>) - Method in class org.apache.calcite.avatica.util.ArrayFactoryImpl
-
Creates the row-level view over the values that will make up an Array.
- createRowForArrayData(List<Object>) - Method in class org.apache.calcite.avatica.util.ArrayFactoryImpl
-
Creates an row-level view over the values that will make up an Array.
- createService(AvaticaConnection, ConnectionConfig) - Method in class org.apache.calcite.avatica.remote.Driver
-
Creates a
Servicewith the givenAvaticaConnectionand configuration. - createSQLXML() - Method in class org.apache.calcite.avatica.AvaticaConnection
- 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 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(Meta.ConnectionHandle) - Method in class org.apache.calcite.avatica.remote.RemoteMeta
- CreateStatementRequest() - Constructor for class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
- CreateStatementRequest() - Constructor for class org.apache.calcite.avatica.remote.Service.CreateStatementRequest
- CreateStatementRequest(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
- CreateStatementRequest(GeneratedMessageV3.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
- CreateStatementRequest(String) - Constructor for class org.apache.calcite.avatica.remote.Service.CreateStatementRequest
- CreateStatementResponse() - Constructor for class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
- CreateStatementResponse() - Constructor for class org.apache.calcite.avatica.remote.Service.CreateStatementResponse
- CreateStatementResponse(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
- CreateStatementResponse(GeneratedMessageV3.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
- 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
- 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
- credentialsProvider - Variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientSpnegoImpl
- currency - Variable in class org.apache.calcite.avatica.ColumnMetaData
- currency_ - Variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
- currency_ - Variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
- CURRENCY_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
- current - Variable in class org.apache.calcite.avatica.util.IteratorCursor
- 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.
- currentOffset - Variable in class org.apache.calcite.avatica.MetaImpl.FetchIterator
- cursor - Variable in class org.apache.calcite.avatica.AvaticaResultSet
- Cursor - Interface in org.apache.calcite.avatica.util
-
Interface to an iteration that is similar to, and can easily support, a JDBC
ResultSet, but is simpler to implement. - CURSOR - org.apache.calcite.avatica.SqlType
- CURSOR_FACTORY_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.Meta.Signature
- CURSOR_FACTORY_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.Signature
- CURSOR_SENSITIVITY_EXCEPTION_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
36000: cursor sensitivity exception
- CURSOR_SENSITIVITY_EXCEPTION_REQUEST_FAILED - org.apache.calcite.avatica.SqlState
-
36002: cursor sensitivity exception: request failed
- CURSOR_SENSITIVITY_EXCEPTION_REQUEST_REJECTED - org.apache.calcite.avatica.SqlState
-
36001: cursor sensitivity exception: request rejected
- Cursor.Accessor - Interface in org.apache.calcite.avatica.util
-
Accessor of a column value.
- cursorFactory - Variable in class org.apache.calcite.avatica.Meta.Signature
- CursorFactory() - Constructor for class org.apache.calcite.avatica.proto.Common.CursorFactory
- CursorFactory(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Common.CursorFactory
- CursorFactory(GeneratedMessageV3.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Common.CursorFactory
- CursorFactory(Meta.Style, Class, List<Field>, List<String>) - Constructor for class org.apache.calcite.avatica.Meta.CursorFactory
- cursorFactory_ - Variable in class org.apache.calcite.avatica.proto.Common.Signature.Builder
- cursorFactory_ - Variable in class org.apache.calcite.avatica.proto.Common.Signature
- cursorFactoryBuilder_ - Variable in class org.apache.calcite.avatica.proto.Common.Signature.Builder
- CUSTOM - org.apache.calcite.avatica.remote.AuthenticationType
D
- data - Variable in class org.apache.calcite.avatica.util.UnsynchronizedBuffer
- DATA_EXCEPTION_ARRAY_DATA_RIGHT_TRUNCATION - org.apache.calcite.avatica.SqlState
-
2202F: data exception: array data, right truncation
- DATA_EXCEPTION_ARRAY_ELEMENT_ERROR - org.apache.calcite.avatica.SqlState
-
2202E: data exception: array element error
- DATA_EXCEPTION_ATTEMPT_TO_REPLACE_A_ZERO_LENGTH_STRING - org.apache.calcite.avatica.SqlState
-
2201U: data exception: attempt to replace a zero-length string
- DATA_EXCEPTION_CHARACTER_NOT_IN_REPERTOIRE - org.apache.calcite.avatica.SqlState
-
22021: data exception: character not in repertoire
- DATA_EXCEPTION_DATETIME_FIELD_OVERFLOW - org.apache.calcite.avatica.SqlState
-
22008: data exception: datetime field overflow
- DATA_EXCEPTION_DIVISION_BY_ZERO - org.apache.calcite.avatica.SqlState
-
22012: data exception: division by zero
- DATA_EXCEPTION_ERROR_IN_ASSIGNMENT - org.apache.calcite.avatica.SqlState
-
22005: data exception: error in assignment
- DATA_EXCEPTION_ESCAPE_CHARACTER_CONFLICT - org.apache.calcite.avatica.SqlState
-
2200B: data exception: escape character conflict
- DATA_EXCEPTION_INDICATOR_OVERFLOW - org.apache.calcite.avatica.SqlState
-
22022: data exception: indicator overflow
- DATA_EXCEPTION_INTERVAL_FIELD_OVERFLOW - org.apache.calcite.avatica.SqlState
-
22015: data exception: interval field overflow
- DATA_EXCEPTION_INTERVAL_VALUE_OUT_OF_RANGE - org.apache.calcite.avatica.SqlState
-
2200P: data exception: interval value out of range
- DATA_EXCEPTION_INVALID_ARGUMENT_FOR_NATURAL_LOGARITHM - org.apache.calcite.avatica.SqlState
-
2201E: data exception: invalid argument for natural logarithm
- DATA_EXCEPTION_INVALID_ARGUMENT_FOR_NTH_VALUE_FUNCTION - org.apache.calcite.avatica.SqlState
-
22016: data exception: invalid argument for NTH_VALUE function
- DATA_EXCEPTION_INVALID_ARGUMENT_FOR_NTILE_FUNCTION - org.apache.calcite.avatica.SqlState
-
22014: data exception: invalid argument for NTILE function
- DATA_EXCEPTION_INVALID_ARGUMENT_FOR_POWER_FUNCTION - org.apache.calcite.avatica.SqlState
-
2201F: data exception: invalid argument for power function
- DATA_EXCEPTION_INVALID_ARGUMENT_FOR_ROW_PATTERN_NAVIGATION_OPERATION - org.apache.calcite.avatica.SqlState
-
2202J: data exception: invalid argument for row pattern navigation operation
- DATA_EXCEPTION_INVALID_ARGUMENT_FOR_WIDTH_BUCKET_FUNCTION - org.apache.calcite.avatica.SqlState
-
2201G: data exception: invalid argument for width bucket function
- DATA_EXCEPTION_INVALID_CHARACTER_VALUE_FOR_CAST - org.apache.calcite.avatica.SqlState
-
22018: data exception: invalid character value for cast
- DATA_EXCEPTION_INVALID_DATETIME_FORMAT - org.apache.calcite.avatica.SqlState
-
22007: data exception: invalid datetime format
- DATA_EXCEPTION_INVALID_ESCAPE_CHARACTER - org.apache.calcite.avatica.SqlState
-
22019: data exception: invalid escape character
- DATA_EXCEPTION_INVALID_ESCAPE_OCTET - org.apache.calcite.avatica.SqlState
-
2200D: data exception: invalid escape octet
- DATA_EXCEPTION_INVALID_ESCAPE_SEQUENCE - org.apache.calcite.avatica.SqlState
-
22025: data exception: invalid escape sequence
- DATA_EXCEPTION_INVALID_INDICATOR_PARAMETER_VALUE - org.apache.calcite.avatica.SqlState
-
22010: data exception: invalid indicator parameter value
- DATA_EXCEPTION_INVALID_INTERVAL_FORMAT - org.apache.calcite.avatica.SqlState
-
22006: data exception: invalid interval format
- DATA_EXCEPTION_INVALID_PARAMETER_VALUE - org.apache.calcite.avatica.SqlState
-
22023: data exception: invalid parameter value
- DATA_EXCEPTION_INVALID_PERIOD_VALUE - org.apache.calcite.avatica.SqlState
-
22020: data exception: invalid period value
- DATA_EXCEPTION_INVALID_PRECEDING_OR_FOLLOWING_SIZE_IN_WINDOW_FUNCTION - org.apache.calcite.avatica.SqlState
-
22013: data exception: invalid preceding or following size in window function
- DATA_EXCEPTION_INVALID_REGULAR_EXPRESSION - org.apache.calcite.avatica.SqlState
-
2201B: data exception: invalid regular expression
- DATA_EXCEPTION_INVALID_REPEAT_ARGUMENT_IN_A_SAMPLE_CLAUSE - org.apache.calcite.avatica.SqlState
-
2202G: data exception: invalid repeat argument in a sample clause
- DATA_EXCEPTION_INVALID_ROW_COUNT_IN_FETCH_FIRST_CLAUSE - org.apache.calcite.avatica.SqlState
-
2201W: data exception: invalid row count in fetch first clause
- DATA_EXCEPTION_INVALID_ROW_COUNT_IN_RESULT_OFFSET_CLAUSE - org.apache.calcite.avatica.SqlState
-
2201X: data exception: invalid row count in result offset clause
- DATA_EXCEPTION_INVALID_ROW_VERSION - org.apache.calcite.avatica.SqlState
-
2201H: data exception: invalid row version
- DATA_EXCEPTION_INVALID_SAMPLE_SIZE - org.apache.calcite.avatica.SqlState
-
2202H: data exception: invalid sample size
- DATA_EXCEPTION_INVALID_TIME_ZONE_DISPLACEMENT_VALUE - org.apache.calcite.avatica.SqlState
-
22009: data exception: invalid time zone displacement value
- DATA_EXCEPTION_INVALID_USE_OF_ESCAPE_CHARACTER - org.apache.calcite.avatica.SqlState
-
2200C: data exception: invalid use of escape character
- DATA_EXCEPTION_INVALID_XQUERY_OPTION_FLAG - org.apache.calcite.avatica.SqlState
-
2201T: data exception: invalid XQuery option flag
- DATA_EXCEPTION_INVALID_XQUERY_REGULAR_EXPRESSION - org.apache.calcite.avatica.SqlState
-
2201S: data exception: invalid XQuery regular expression
- DATA_EXCEPTION_INVALID_XQUERY_REPLACEMENT_STRING - org.apache.calcite.avatica.SqlState
-
2201V: data exception: invalid XQuery replacement string
- DATA_EXCEPTION_MOST_SPECIFIC_TYPE_MISMATCH - org.apache.calcite.avatica.SqlState
-
2200G: data exception: most specific type mismatch
- DATA_EXCEPTION_MULTISET_VALUE_OVERFLOW - org.apache.calcite.avatica.SqlState
-
2200Q: data exception: multiset value overflow
- DATA_EXCEPTION_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
22000: data exception
- DATA_EXCEPTION_NONCHARACTER_IN_UCS_STRING - org.apache.calcite.avatica.SqlState
-
22029: data exception: noncharacter in UCS string
- DATA_EXCEPTION_NULL_ROW_NOT_PERMITTED_IN_TABLE - org.apache.calcite.avatica.SqlState
-
2201C: data exception: null row not permitted in table
- DATA_EXCEPTION_NULL_VALUE_IN_ARRAY_TARGET - org.apache.calcite.avatica.SqlState
-
2200E: data exception: null value in array target
- DATA_EXCEPTION_NULL_VALUE_NO_INDICATOR_PARAMETER - org.apache.calcite.avatica.SqlState
-
22002: data exception: null value, no indicator parameter
- DATA_EXCEPTION_NULL_VALUE_NOT_ALLOWED - org.apache.calcite.avatica.SqlState
-
22004: data exception: null value not allowed
- DATA_EXCEPTION_NULL_VALUE_SUBSTITUTED_FOR_MUTATOR_SUBJECT_PARAMETER - org.apache.calcite.avatica.SqlState
-
2202D: data exception: null value substituted for mutator subject parameter
- DATA_EXCEPTION_NUMERIC_VALUE_OUT_OF_RANGE - org.apache.calcite.avatica.SqlState
-
22003: data exception: numeric value out of range
- DATA_EXCEPTION_SEQUENCE_GENERATOR_LIMIT_EXCEEDED - org.apache.calcite.avatica.SqlState
-
2200H: data exception: sequence generator limit exceeded
- DATA_EXCEPTION_SKIP_TO_FIRST_ROW_OF_MATCH - org.apache.calcite.avatica.SqlState
-
2202L: data exception: skip to first row of match
- DATA_EXCEPTION_SKIP_TO_NON_EXISTENT_ROW - org.apache.calcite.avatica.SqlState
-
2202K: data exception: skip to non-existent row
- DATA_EXCEPTION_STRING_DATA_LENGTH_MISMATCH - org.apache.calcite.avatica.SqlState
-
22026: data exception: string data, length mismatch
- DATA_EXCEPTION_STRING_DATA_RIGHT_TRUNCATION - org.apache.calcite.avatica.SqlState
-
22001: data exception: string data, right truncation
- DATA_EXCEPTION_SUBSTRING_ERROR - org.apache.calcite.avatica.SqlState
-
22011: data exception: substring error
- DATA_EXCEPTION_TRIM_ERROR - org.apache.calcite.avatica.SqlState
-
22027: data exception: trim error
- DATA_EXCEPTION_UNTERMINATED_C_STRING - org.apache.calcite.avatica.SqlState
-
22024: data exception: unterminated C string
- DATA_EXCEPTION_ZERO_LENGTH_CHARACTER_STRING - org.apache.calcite.avatica.SqlState
-
2200F: data exception: zero-length character string
- databaseMajorVersion - Variable in class org.apache.calcite.avatica.DriverVersion
- databaseMinorVersion - Variable in class org.apache.calcite.avatica.DriverVersion
- databaseProperties - Variable in class org.apache.calcite.avatica.remote.RemoteMeta
- DatabaseProperty() - Constructor for class org.apache.calcite.avatica.proto.Common.DatabaseProperty
- DatabaseProperty(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Common.DatabaseProperty
- DatabaseProperty(GeneratedMessageV3.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Common.DatabaseProperty
- DatabaseProperty(T) - Constructor for enum org.apache.calcite.avatica.Meta.DatabaseProperty
- DatabasePropertyElement() - Constructor for class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
- DatabasePropertyElement(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
- DatabasePropertyElement(GeneratedMessageV3.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
- DatabasePropertyRequest() - Constructor for class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
- DatabasePropertyRequest() - Constructor for class org.apache.calcite.avatica.remote.Service.DatabasePropertyRequest
- DatabasePropertyRequest(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
- DatabasePropertyRequest(GeneratedMessageV3.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
- DatabasePropertyRequest(String) - Constructor for class org.apache.calcite.avatica.remote.Service.DatabasePropertyRequest
- DatabasePropertyResponse() - Constructor for class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
- DatabasePropertyResponse() - Constructor for class org.apache.calcite.avatica.remote.Service.DatabasePropertyResponse
- DatabasePropertyResponse(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
- DatabasePropertyResponse(GeneratedMessageV3.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
- 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
- dataDefinitionIgnoredInTransactions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- DATALINK - org.apache.calcite.avatica.SqlType
- dataType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaAttribute
- dataType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaBestRowIdentifier
- dataType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
- dataType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunctionColumn
- dataType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
- dataType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaPseudoColumn
- dataType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
- dataType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaUdt
- dataType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaVersionColumn
- DATE - org.apache.calcite.avatica.SqlType
- DATE_FORMAT_STRING - Static variable in class org.apache.calcite.avatica.util.DateTimeUtils
-
The SimpleDateFormat string for ISO dates, "yyyy-MM-dd".
- DateAccessor(AbstractCursor.Getter) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.DateAccessor
- dateAsString(int, Calendar) - Static method in class org.apache.calcite.avatica.util.AbstractCursor
-
Accesses a date value as a string, e.g.
- DateFromNumberAccessor(AbstractCursor.Getter, Calendar) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.DateFromNumberAccessor
- 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() - Constructor for class org.apache.calcite.avatica.util.DateTimeUtils
- DateTimeUtils.NoopOffsetDateTimeHandler - Class in org.apache.calcite.avatica.util
-
Implementation of
OffsetDateTimeHandlerfor environments where no instances are possible. - DateTimeUtils.OffsetDateTimeHandler - Interface in org.apache.calcite.avatica.util
-
Deals with values of
java.time.OffsetDateTimewithout introducing a compile-time dependency (becauseOffsetDateTimeis only JDK 8 and higher). - DateTimeUtils.PrecisionTime - Class in org.apache.calcite.avatica.util
- DateTimeUtils.ReflectiveOffsetDateTimeHandler - Class in org.apache.calcite.avatica.util
-
Implementation of
OffsetDateTimeHandlerfor environments where no instances are possible. - DAY - org.apache.calcite.avatica.util.TimeUnit
- DAY - org.apache.calcite.avatica.util.TimeUnitRange
- DAY_TO_HOUR - org.apache.calcite.avatica.util.TimeUnitRange
- DAY_TO_MINUTE - org.apache.calcite.avatica.util.TimeUnitRange
- DAY_TO_SECOND - org.apache.calcite.avatica.util.TimeUnitRange
- DECADE - org.apache.calcite.avatica.util.TimeUnit
- DECADE - org.apache.calcite.avatica.util.TimeUnitRange
- DECIMAL - org.apache.calcite.avatica.SqlType
- decimalDigits - Variable in class org.apache.calcite.avatica.MetaImpl.MetaAttribute
- decimalDigits - Variable in class org.apache.calcite.avatica.MetaImpl.MetaBestRowIdentifier
- decimalDigits - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
- decimalDigits - Variable in class org.apache.calcite.avatica.MetaImpl.MetaPseudoColumn
- decimalDigits - Variable in class org.apache.calcite.avatica.MetaImpl.MetaVersionColumn
- decodabet - Variable in class org.apache.calcite.avatica.util.Base64.InputStream
- decodabet - Variable in class org.apache.calcite.avatica.util.Base64.OutputStream
- decode(byte[]) - Method in class org.apache.calcite.avatica.remote.ProtobufHandler
- 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) - Method in class org.apache.calcite.avatica.remote.JsonHandler
- decode(String) - Static method in class org.apache.calcite.avatica.util.Base64
-
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
- decode(String, int) - Static method in class org.apache.calcite.avatica.util.Base64
-
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
- decode(String, Class<T>) - Static method in class org.apache.calcite.avatica.remote.JsonService
- decode(T) - Method in class org.apache.calcite.avatica.remote.AbstractHandler
- DECODE - Static variable in class org.apache.calcite.avatica.util.Base64
-
Specify decoding in first bit.
- decode4to3(byte[], int, byte[], int, int) - Static method in class org.apache.calcite.avatica.util.Base64
-
Decodes four bytes from array source and writes the resulting bytes (up to three of them) to destination.
- decodeFileToFile(String, String) - Static method in class org.apache.calcite.avatica.util.Base64
-
Reads
infileand decodes it tooutfile. - decodeFromFile(String) - Static method in class org.apache.calcite.avatica.util.Base64
-
Convenience method for reading a base64-encoded file and decoding it.
- decodeHex(char) - Static method in class org.apache.calcite.avatica.util.ByteString
- 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.
- 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_INSTANCE - Static variable in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
- DEFAULT_INSTANCE - Static variable in class org.apache.calcite.avatica.proto.Common.AvaticaType
- DEFAULT_INSTANCE - Static variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
- DEFAULT_INSTANCE - Static variable in class org.apache.calcite.avatica.proto.Common.ColumnValue
- DEFAULT_INSTANCE - Static variable in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
- DEFAULT_INSTANCE - Static variable in class org.apache.calcite.avatica.proto.Common.CursorFactory
- DEFAULT_INSTANCE - Static variable in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
- DEFAULT_INSTANCE - Static variable in class org.apache.calcite.avatica.proto.Common.Frame
- DEFAULT_INSTANCE - Static variable in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
- DEFAULT_INSTANCE - Static variable in class org.apache.calcite.avatica.proto.Common.QueryState
- DEFAULT_INSTANCE - Static variable in class org.apache.calcite.avatica.proto.Common.Row
- DEFAULT_INSTANCE - Static variable in class org.apache.calcite.avatica.proto.Common.Signature
- DEFAULT_INSTANCE - Static variable in class org.apache.calcite.avatica.proto.Common.StatementHandle
- DEFAULT_INSTANCE - Static variable in class org.apache.calcite.avatica.proto.Common.TypedValue
- DEFAULT_INSTANCE - Static variable in class org.apache.calcite.avatica.proto.Common.WireMessage
- DEFAULT_INSTANCE - Static variable in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
- DEFAULT_INSTANCE - Static variable in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
- DEFAULT_INSTANCE - Static variable in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
- DEFAULT_INSTANCE - Static variable in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
- DEFAULT_INSTANCE - Static variable in class org.apache.calcite.avatica.proto.Requests.CommitRequest
- DEFAULT_INSTANCE - Static variable in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
- DEFAULT_INSTANCE - Static variable in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
- DEFAULT_INSTANCE - Static variable in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
- DEFAULT_INSTANCE - Static variable in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
- DEFAULT_INSTANCE - Static variable in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
- DEFAULT_INSTANCE - Static variable in class org.apache.calcite.avatica.proto.Requests.FetchRequest
- DEFAULT_INSTANCE - Static variable in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
- DEFAULT_INSTANCE - Static variable in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
- DEFAULT_INSTANCE - Static variable in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
- DEFAULT_INSTANCE - Static variable in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
- DEFAULT_INSTANCE - Static variable in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
- DEFAULT_INSTANCE - Static variable in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
- DEFAULT_INSTANCE - Static variable in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
- DEFAULT_INSTANCE - Static variable in class org.apache.calcite.avatica.proto.Requests.TablesRequest
- DEFAULT_INSTANCE - Static variable in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
- DEFAULT_INSTANCE - Static variable in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
- DEFAULT_INSTANCE - Static variable in class org.apache.calcite.avatica.proto.Requests.UpdateBatch
- DEFAULT_INSTANCE - Static variable in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
- DEFAULT_INSTANCE - Static variable in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
- DEFAULT_INSTANCE - Static variable in class org.apache.calcite.avatica.proto.Responses.CommitResponse
- DEFAULT_INSTANCE - Static variable in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
- DEFAULT_INSTANCE - Static variable in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
- DEFAULT_INSTANCE - Static variable in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
- DEFAULT_INSTANCE - Static variable in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
- DEFAULT_INSTANCE - Static variable in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
- DEFAULT_INSTANCE - Static variable in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
- DEFAULT_INSTANCE - Static variable in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
- DEFAULT_INSTANCE - Static variable in class org.apache.calcite.avatica.proto.Responses.FetchResponse
- DEFAULT_INSTANCE - Static variable in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
- DEFAULT_INSTANCE - Static variable in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
- DEFAULT_INSTANCE - Static variable in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
- DEFAULT_INSTANCE - Static variable in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
- DEFAULT_INSTANCE - Static variable in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
- DEFAULT_INSTANCE - Static variable in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
- DEFAULT_ZONE - Static variable in class org.apache.calcite.avatica.util.DateTimeUtils
-
The Java default time zone.
- defaultEntry - Static variable in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.InfoDefaultEntryHolder
- defaultValue - Variable in enum org.apache.calcite.avatica.BuiltInConnectionProperty
- defaultValue - Variable in enum org.apache.calcite.avatica.InternalProperty
- defaultValue - Variable in enum org.apache.calcite.avatica.Meta.DatabaseProperty
- defaultValue - Variable in class org.apache.calcite.avatica.MetaImpl.MetaClientInfoProperty
- defaultValue - Variable in enum org.apache.calcite.avatica.remote.AvaticaRemoteConnectionProperty
- 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.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
- definitelyWritable_ - Variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
- definitelyWritable_ - Variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
- DELETE - org.apache.calcite.avatica.Meta.StatementType
- DELETE - org.apache.calcite.avatica.proto.Common.StatementType
-
DELETE = 3; - DELETE_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.StatementType
-
DELETE = 3; - deleteRow() - Method in class org.apache.calcite.avatica.AvaticaResultSet
- 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
- DEPENDENT_PRIVILEGE_DESCRIPTORS_STILL_EXIST_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
2B000: dependent privilege descriptors still exist
- DEPRECATED_FIRST_FRAME_MAX_SIZE_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.remote.Service.ExecuteRequest
- DEPRECATED_FIRST_FRAME_MAX_SIZE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
- deprecatedFirstFrameMaxSize_ - Variable in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
- deprecatedFirstFrameMaxSize_ - Variable in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
- description - Variable in class org.apache.calcite.avatica.MetaImpl.MetaClientInfoProperty
- descriptor - Static variable in class org.apache.calcite.avatica.proto.Common
- descriptor - Static variable in class org.apache.calcite.avatica.proto.Requests
- descriptor - Static variable in class org.apache.calcite.avatica.proto.Responses
- deserialize(Message) - Method in class org.apache.calcite.avatica.remote.Service.CatalogsRequest
- deserialize(Message) - Method in class org.apache.calcite.avatica.remote.Service.CloseConnectionRequest
- deserialize(Message) - Method in class org.apache.calcite.avatica.remote.Service.CloseConnectionResponse
- deserialize(Message) - Method in class org.apache.calcite.avatica.remote.Service.CloseStatementRequest
- deserialize(Message) - Method in class org.apache.calcite.avatica.remote.Service.CloseStatementResponse
- deserialize(Message) - Method in class org.apache.calcite.avatica.remote.Service.ColumnsRequest
- deserialize(Message) - Method in class org.apache.calcite.avatica.remote.Service.CommitRequest
- deserialize(Message) - Method in class org.apache.calcite.avatica.remote.Service.CommitResponse
- deserialize(Message) - Method in class org.apache.calcite.avatica.remote.Service.ConnectionSyncRequest
- deserialize(Message) - Method in class org.apache.calcite.avatica.remote.Service.ConnectionSyncResponse
- deserialize(Message) - Method in class org.apache.calcite.avatica.remote.Service.CreateStatementRequest
- deserialize(Message) - Method in class org.apache.calcite.avatica.remote.Service.CreateStatementResponse
- deserialize(Message) - Method in class org.apache.calcite.avatica.remote.Service.DatabasePropertyRequest
- deserialize(Message) - Method in class org.apache.calcite.avatica.remote.Service.DatabasePropertyResponse
- deserialize(Message) - Method in class org.apache.calcite.avatica.remote.Service.ErrorResponse
- deserialize(Message) - Method in class org.apache.calcite.avatica.remote.Service.ExecuteBatchRequest
- deserialize(Message) - Method in class org.apache.calcite.avatica.remote.Service.ExecuteBatchResponse
- deserialize(Message) - Method in class org.apache.calcite.avatica.remote.Service.ExecuteRequest
- deserialize(Message) - Method in class org.apache.calcite.avatica.remote.Service.ExecuteResponse
- deserialize(Message) - Method in class org.apache.calcite.avatica.remote.Service.FetchRequest
- deserialize(Message) - Method in class org.apache.calcite.avatica.remote.Service.FetchResponse
- deserialize(Message) - Method in class org.apache.calcite.avatica.remote.Service.OpenConnectionRequest
- deserialize(Message) - Method in class org.apache.calcite.avatica.remote.Service.OpenConnectionResponse
- deserialize(Message) - Method in class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteBatchRequest
- deserialize(Message) - Method in class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteRequest
- deserialize(Message) - Method in class org.apache.calcite.avatica.remote.Service.PrepareRequest
- deserialize(Message) - Method in class org.apache.calcite.avatica.remote.Service.PrepareResponse
- deserialize(Message) - Method in class org.apache.calcite.avatica.remote.Service.Request
- deserialize(Message) - Method in class org.apache.calcite.avatica.remote.Service.Response
- deserialize(Message) - Method in class org.apache.calcite.avatica.remote.Service.ResultSetResponse
- deserialize(Message) - Method in class org.apache.calcite.avatica.remote.Service.RollbackRequest
- deserialize(Message) - Method in class org.apache.calcite.avatica.remote.Service.RollbackResponse
- deserialize(Message) - Method in class org.apache.calcite.avatica.remote.Service.RpcMetadataResponse
- deserialize(Message) - Method in class org.apache.calcite.avatica.remote.Service.SchemasRequest
- deserialize(Message) - Method in class org.apache.calcite.avatica.remote.Service.SyncResultsRequest
- deserialize(Message) - Method in class org.apache.calcite.avatica.remote.Service.SyncResultsResponse
- deserialize(Message) - Method in class org.apache.calcite.avatica.remote.Service.TablesRequest
- deserialize(Message) - Method in class org.apache.calcite.avatica.remote.Service.TableTypesRequest
- deserialize(Message) - Method in class org.apache.calcite.avatica.remote.Service.TypeInfoRequest
- deserializeScalarValue(Common.TypedValue) - Static method in class org.apache.calcite.avatica.Meta.Frame
- DIAGNOSTICS_EXCEPTION_MAXIMUM_NUMBER_OF_DIAGNOSTICS_AREAS_EXCEEDED - org.apache.calcite.avatica.SqlState
-
0Z001: diagnostics exception: maximum number of stacked diagnostics areas exceeded
- DIAGNOSTICS_EXCEPTION_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
0Z000: diagnostics exception
- DIGEST - org.apache.calcite.avatica.remote.AuthenticationType
- digitCount(int) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
- DIGITS - Static variable in class org.apache.calcite.avatica.util.ByteString
- discard(Object) - Static method in class org.apache.calcite.avatica.AvaticaUtils
-
Does nothing with its argument.
- dispatch(Service.Request) - Method in class org.apache.calcite.avatica.remote.MockProtobufService
-
Fetches the static response for the given request.
- DISPLAY_SIZE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
- displaySize - Variable in class org.apache.calcite.avatica.ColumnMetaData
- displaySize_ - Variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
- displaySize_ - Variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
- DISTINCT - org.apache.calcite.avatica.SqlType
- DO_BREAK_LINES - Static variable in class org.apache.calcite.avatica.util.Base64
-
Do break lines when encoding.
- DoAsAvaticaHttpClient - Class in org.apache.calcite.avatica.remote
-
HTTP client implementation which invokes the wrapped HTTP client in a doAs with the provided Subject.
- DoAsAvaticaHttpClient(AvaticaHttpClient, KerberosConnection) - Constructor for class org.apache.calcite.avatica.remote.DoAsAvaticaHttpClient
- doesMaxRowSizeIncludeBlobs() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- done - Variable in class org.apache.calcite.avatica.Meta.Frame
-
Whether this is definitely the last frame of rows.
- done_ - Variable in class org.apache.calcite.avatica.proto.Common.Frame.Builder
- done_ - Variable in class org.apache.calcite.avatica.proto.Common.Frame
- 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.
- DOUBLE - org.apache.calcite.avatica.ColumnMetaData.Rep
- DOUBLE - org.apache.calcite.avatica.proto.Common.Rep
-
DOUBLE = 15; - DOUBLE - org.apache.calcite.avatica.SqlType
- DOUBLE_QUOTE - org.apache.calcite.avatica.util.Quoting
-
Quote identifiers in double-quotes.
- DOUBLE_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
-
DOUBLE = 15; - DOUBLE_VALUE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.TypedValue
- DoubleAccessor(AbstractCursor.Getter) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.DoubleAccessor
- doubleValue_ - Variable in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
- doubleValue_ - Variable in class org.apache.calcite.avatica.proto.Common.TypedValue
- DOW - org.apache.calcite.avatica.util.TimeUnit
- DOW - org.apache.calcite.avatica.util.TimeUnitRange
- DOY - org.apache.calcite.avatica.util.TimeUnit
- DOY - org.apache.calcite.avatica.util.TimeUnitRange
- driver - Variable in class org.apache.calcite.avatica.AvaticaConnection
- Driver - Class in org.apache.calcite.avatica.remote
-
Avatica Remote JDBC driver.
- Driver() - Constructor for class org.apache.calcite.avatica.remote.Driver
- Driver.Serialization - Enum in org.apache.calcite.avatica.remote
-
Defines the method of message serialization used by the Driver
- DriverVersion - Class in org.apache.calcite.avatica
-
Driver version information.
- DriverVersion(String, String, String, String, boolean, int, int, int, int) - Constructor for class org.apache.calcite.avatica.DriverVersion
-
Creates a DriverVersion.
- DROP - org.apache.calcite.avatica.Meta.StatementType
- DROP - org.apache.calcite.avatica.proto.Common.StatementType
-
DROP = 8; - DROP_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.StatementType
-
DROP = 8; - 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() - Constructor for enum org.apache.calcite.avatica.AvaticaSite.Dummy
- DUMMY_VALUE - Static variable in class org.apache.calcite.avatica.AvaticaSite
-
Value that means the parameter has been set to null.
- DYNAMIC_SQL_ERROR_CURSOR_SPECIFICATION_CANNOT_BE_EXECUTED - org.apache.calcite.avatica.SqlState
-
07003: dynamic SQL error: cursor specification cannot be executed
- DYNAMIC_SQL_ERROR_DATA_TYPE_TRANSFORM_FUNCTION_VIOLATION - org.apache.calcite.avatica.SqlState
-
0700B: dynamic SQL error: data type transform function violation
- DYNAMIC_SQL_ERROR_INVALID_DATA_TARGET - org.apache.calcite.avatica.SqlState
-
0700D: dynamic SQL error: invalid DATA target
- DYNAMIC_SQL_ERROR_INVALID_DATETIME_INTERVAL_CODE - org.apache.calcite.avatica.SqlState
-
0700F: dynamic SQL error: invalid DATETIME_INTERVAL_CODE
- DYNAMIC_SQL_ERROR_INVALID_DESCRIPTOR_COUNT - org.apache.calcite.avatica.SqlState
-
07008: dynamic SQL error: invalid descriptor count
- DYNAMIC_SQL_ERROR_INVALID_DESCRIPTOR_INDEX - org.apache.calcite.avatica.SqlState
-
07009: dynamic SQL error: invalid descriptor index
- DYNAMIC_SQL_ERROR_INVALID_LEVEL_VALUE - org.apache.calcite.avatica.SqlState
-
0700E: dynamic SQL error: invalid LEVEL value
- DYNAMIC_SQL_ERROR_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
07000: dynamic SQL error
- DYNAMIC_SQL_ERROR_PREPARED_STATEMENT_NOT_A_CURSOR_SPECIFICATION - org.apache.calcite.avatica.SqlState
-
07005: dynamic SQL error: prepared statement not a cursor specification
- DYNAMIC_SQL_ERROR_RESTRICTED_DATA_TYPE_ATTRIBUTE_VIOLATION - org.apache.calcite.avatica.SqlState
-
07006: dynamic SQL error: restricted data type attribute violation
- DYNAMIC_SQL_ERROR_UNDEFINED_DATA_VALUE - org.apache.calcite.avatica.SqlState
-
0700C: dynamic SQL error: undefined DATA value
- DYNAMIC_SQL_ERROR_USING_CLAUSE_DOES_NOT_MATCH_DYNAMIC_PARAMETER_SPEC - org.apache.calcite.avatica.SqlState
-
07001: dynamic SQL error: using clause does not match dynamic parameter specifications
- DYNAMIC_SQL_ERROR_USING_CLAUSE_DOES_NOT_MATCH_TARGET_SPEC - org.apache.calcite.avatica.SqlState
-
07002: dynamic SQL error: using clause does not match target specifications
- DYNAMIC_SQL_ERROR_USING_CLAUSE_REQUIRED_FOR_DYNAMIC_PARAMETERS - org.apache.calcite.avatica.SqlState
-
07004: dynamic SQL error: using clause required for dynamic parameters
- DYNAMIC_SQL_ERROR_USING_CLAUSE_REQUIRED_FOR_RESULT_FIELDS - org.apache.calcite.avatica.SqlState
-
07007: dynamic SQL error: using clause required for result fields
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.
- EmptyCredentials() - Constructor for class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientSpnegoImpl.EmptyCredentials
- EmptyIterator() - Constructor for class org.apache.calcite.avatica.MetaImpl.EmptyIterator
- encode - Variable in class org.apache.calcite.avatica.util.Base64.InputStream
- encode - Variable in class org.apache.calcite.avatica.util.Base64.OutputStream
- encode(ByteBuffer, ByteBuffer) - Static method in class org.apache.calcite.avatica.util.Base64
-
Performs Base64 encoding on the
rawByteBuffer, writing it to theencodedByteBuffer. - encode(ByteBuffer, CharBuffer) - Static method in class org.apache.calcite.avatica.util.Base64
-
Performs Base64 encoding on the
rawByteBuffer, writing it to theencodedCharBuffer. - encode(Service.Response) - Method in class org.apache.calcite.avatica.remote.AbstractHandler
-
Serialize the given
Service.Responseper the concreteHandlerimplementation. - encode(Service.Response) - Method in class org.apache.calcite.avatica.remote.JsonHandler
-
Serializes the provided object as JSON.
- encode(Service.Response) - Method in class org.apache.calcite.avatica.remote.ProtobufHandler
- 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.
- encode3to4(byte[], byte[], int, int) - Static method in class org.apache.calcite.avatica.util.Base64
-
Encodes up to the first three bytes of array threeBytes and returns a four-byte array in Base64 notation.
- encode3to4(byte[], int, int, byte[], int, int) - Static method in class org.apache.calcite.avatica.util.Base64
-
Encodes up to three bytes of the array source and writes the resulting four Base64 bytes to destination.
- 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
infileand encodes it tooutfile. - 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.
- END - org.apache.calcite.avatica.InternalProperty.NullSorting
- endUnit - Variable in enum org.apache.calcite.avatica.util.TimeUnitRange
- ensureArgsIsMutable() - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
- ensureArrayValueIsMutable() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
- ensureArrayValueIsMutable() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
- ensureColumnsIsMutable() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
- ensureColumnsIsMutable() - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
- ensureExceptionsIsMutable() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
- ensureFieldNamesIsMutable() - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
- ensureFunctionsIsMutable() - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty.Builder
- ensureIntArrayValuesIsMutable() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
- ensureParametersIsMutable() - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
- ensureParameterValuesIsMutable() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
- ensureParameterValuesIsMutable() - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch.Builder
- ensurePropsIsMutable() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
- ensureResultsIsMutable() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
- ensureRowsIsMutable() - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
- ensureSqlCommandsIsMutable() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest.Builder
- ensureStringArrayValuesIsMutable() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
- ensureTypeListIsMutable() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
- ensureUpdateCountsIsMutable() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
- ensureUpdatesIsMutable() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
- ensureValueIsMutable() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
- ensureValueIsMutable() - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
- ENUM - org.apache.calcite.avatica.ConnectionProperty.Type
- enumClass - Variable in enum org.apache.calcite.avatica.InternalProperty
- enumConverter(Class<E>) - Static method in class org.apache.calcite.avatica.ConnectionConfigImpl
- EPOCH - org.apache.calcite.avatica.util.TimeUnit
- EPOCH - org.apache.calcite.avatica.util.TimeUnitRange
- 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.
- equalRows(Iterable<Object>, Iterable<Object>) - Static method in class org.apache.calcite.avatica.Meta.Frame
- 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
- equals(Object) - Method in class org.apache.calcite.avatica.util.TimeUnitRange.Pair
- EQUALS_SIGN - Static variable in class org.apache.calcite.avatica.util.Base64
-
The equals sign (=) as a byte.
- EQUALS_SIGN_ENC - Static variable in class org.apache.calcite.avatica.util.Base64
- ERROR - org.apache.calcite.avatica.AvaticaSeverity
-
The result of an action resulted in an error which the current operation cannot recover from.
- ERROR_CODE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
- ERROR_MESSAGE_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.remote.Service.ErrorResponse
- ERROR_MESSAGE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
- ERROR_SEVERITY - org.apache.calcite.avatica.proto.Common.Severity
-
ERROR_SEVERITY = 2; - ERROR_SEVERITY_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Severity
-
ERROR_SEVERITY = 2; - errorCode - Variable in exception org.apache.calcite.avatica.AvaticaClientRuntimeException
- errorCode - Variable in exception org.apache.calcite.avatica.remote.AvaticaRuntimeException
- errorCode - Variable in class org.apache.calcite.avatica.remote.Service.ErrorResponse
- errorCode_ - Variable in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
- errorCode_ - Variable in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
- errorMessage - Variable in exception org.apache.calcite.avatica.AvaticaSqlException
- errorMessage - Variable in exception org.apache.calcite.avatica.remote.AvaticaRuntimeException
- errorMessage - Variable in class org.apache.calcite.avatica.remote.Service.ErrorResponse
- errorMessage_ - Variable in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
- errorMessage_ - Variable in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
- ErrorResponse() - Constructor for class org.apache.calcite.avatica.proto.Responses.ErrorResponse
- ErrorResponse() - Constructor for class org.apache.calcite.avatica.remote.Service.ErrorResponse
- ErrorResponse(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Responses.ErrorResponse
- ErrorResponse(GeneratedMessageV3.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Responses.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
- ErrorResponse(List<String>, String, int, String, AvaticaSeverity, Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.ErrorResponse
- ExactNumericAccessor(AbstractCursor.Getter) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.ExactNumericAccessor
- exceptions - Variable in class org.apache.calcite.avatica.remote.Service.ErrorResponse
- exceptions_ - Variable in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
- exceptions_ - Variable in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
- EXCEPTIONS_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
- execute() - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- execute() - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
Executes this result set.
- execute() - Method in interface org.apache.calcite.avatica.Meta.PrepareCallback
- 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(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(Meta.StatementHandle, List<TypedValue>, int) - Method in interface org.apache.calcite.avatica.Meta
-
Executes a prepared statement.
- execute(Meta.StatementHandle, List<TypedValue>, int) - Method in class org.apache.calcite.avatica.remote.RemoteMeta
- execute(Meta.StatementHandle, List<TypedValue>, long) - Method in interface org.apache.calcite.avatica.Meta
-
Deprecated.
- execute(Meta.StatementHandle, List<TypedValue>, long) - Method in class org.apache.calcite.avatica.remote.RemoteMeta
- execute(HttpPost, HttpClientContext) - Method in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
- EXECUTE_LARGE_BATCH - Static variable in class org.apache.calcite.avatica.AvaticaUtils
- 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 interface org.apache.calcite.avatica.Meta
-
Executes a collection of bound parameter values on a prepared statement.
- executeBatch(Meta.StatementHandle, List<List<TypedValue>>) - Method in class org.apache.calcite.avatica.remote.RemoteMeta
- 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 interface org.apache.calcite.avatica.remote.ProtobufMeta
-
Executes a batch of commands on a prepared statement.
- ExecuteBatchRequest() - Constructor for class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
- ExecuteBatchRequest() - Constructor for class org.apache.calcite.avatica.remote.Service.ExecuteBatchRequest
- ExecuteBatchRequest(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
- ExecuteBatchRequest(GeneratedMessageV3.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
- ExecuteBatchRequest(String, int) - Constructor for class org.apache.calcite.avatica.remote.Service.ExecuteBatchRequest
- ExecuteBatchRequest(String, int, List<List<TypedValue>>) - Constructor for class org.apache.calcite.avatica.remote.Service.ExecuteBatchRequest
- ExecuteBatchResponse() - Constructor for class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
- ExecuteBatchResponse() - Constructor for class org.apache.calcite.avatica.remote.Service.ExecuteBatchResponse
- ExecuteBatchResponse(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
- ExecuteBatchResponse(GeneratedMessageV3.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
- 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 onStatement.executeBatch()if the method does not exist (before JDK 1.8) or throwsUnsupportedOperationException. - 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
- 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() - Constructor for class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
- ExecuteRequest() - Constructor for class org.apache.calcite.avatica.remote.Service.ExecuteRequest
- ExecuteRequest(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
- ExecuteRequest(GeneratedMessageV3.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
- ExecuteRequest(Meta.StatementHandle, List<TypedValue>, int) - Constructor for class org.apache.calcite.avatica.remote.Service.ExecuteRequest
- ExecuteResponse() - Constructor for class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
- ExecuteResponse() - Constructor for class org.apache.calcite.avatica.remote.Service.ExecuteResponse
- ExecuteResponse(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
- ExecuteResponse(GeneratedMessageV3.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
- 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
- executeTimer - Variable in class org.apache.calcite.avatica.remote.LocalService
- 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
- EXPLICIT_NULL - Static variable in class org.apache.calcite.avatica.remote.TypedValue
- EXTERNAL_ROUTINE_EXCEPTION_CONTAINING_SQL_NOT_PERMITTED - org.apache.calcite.avatica.SqlState
-
38001: external routine exception: containing SQL not permitted
- EXTERNAL_ROUTINE_EXCEPTION_MODIFYING_SQL_DATA_NOT_PERMITTED - org.apache.calcite.avatica.SqlState
-
38002: external routine exception: modifying SQL-data not permitted
- EXTERNAL_ROUTINE_EXCEPTION_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
38000: external routine exception
- EXTERNAL_ROUTINE_EXCEPTION_PROHIBITED_SQL_STATEMENT_ATTEMPTED - org.apache.calcite.avatica.SqlState
-
38003: external routine exception: prohibited SQL-statement attempted
- EXTERNAL_ROUTINE_EXCEPTION_READING_SQL_DATA_NOT_PERMITTED - org.apache.calcite.avatica.SqlState
-
38004: external routine exception: reading SQL-data not permitted
- EXTERNAL_ROUTINE_INVOCATION_EXCEPTION_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
39000: external routine invocation exception
- EXTERNAL_ROUTINE_INVOCATION_EXCEPTION_NULL_VALUE_NOT_ALLOWED - org.apache.calcite.avatica.SqlState
-
39004: external routine invocation exception: null value not allowed
F
- factory - Variable in class org.apache.calcite.avatica.AvaticaConnection
- factory - Variable in class org.apache.calcite.avatica.UnregisteredDriver
- factory - Variable in class org.apache.calcite.avatica.util.AbstractCursor.ArrayAccessor
- 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 - org.apache.calcite.avatica.BuiltInConnectionProperty
-
Factory.
- FACTORY - org.apache.calcite.avatica.remote.AvaticaRemoteConnectionProperty
-
Factory.
- FATAL - org.apache.calcite.avatica.AvaticaSeverity
-
The system has been left in an unrecoverable state as a result of an operation.
- FATAL_SEVERITY - org.apache.calcite.avatica.proto.Common.Severity
-
FATAL_SEVERITY = 1; - FATAL_SEVERITY_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Severity
-
FATAL_SEVERITY = 1; - FEATURE_NOT_SUPPORTED_MULTIPLE_ENVIRONMENT_TRANSACTIONS - org.apache.calcite.avatica.SqlState
-
0A001: feature not supported: multiple server transactions
- FEATURE_NOT_SUPPORTED_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
0A000: feature not supported
- fetch(AvaticaStatement, List<TypedValue>, long, int) - Method in class org.apache.calcite.avatica.MetaImpl
- fetch(Meta.StatementHandle, long, int) - Method in interface org.apache.calcite.avatica.Meta
-
Returns a frame of rows.
- fetch(Meta.StatementHandle, long, int) - Method in class org.apache.calcite.avatica.remote.RemoteMeta
- FETCH_MAX_ROW_COUNT_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.FetchRequest
- fetchDirection - Variable in class org.apache.calcite.avatica.AvaticaResultSet
- fetchDirection - Variable in class org.apache.calcite.avatica.AvaticaStatement
- FetchIterable(AvaticaStatement, QueryState, Meta.Frame) - Constructor for class org.apache.calcite.avatica.MetaImpl.FetchIterable
- FetchIterator(AvaticaStatement, QueryState, Meta.Frame) - Constructor for class org.apache.calcite.avatica.MetaImpl.FetchIterator
- fetchMaxRowCount - Variable in class org.apache.calcite.avatica.remote.Service.FetchRequest
-
Maximum number of rows to be returned in the frame.
- fetchMaxRowCount_ - Variable in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
- fetchMaxRowCount_ - Variable in class org.apache.calcite.avatica.proto.Requests.FetchRequest
- FetchRequest() - Constructor for class org.apache.calcite.avatica.proto.Requests.FetchRequest
- FetchRequest() - Constructor for class org.apache.calcite.avatica.remote.Service.FetchRequest
- FetchRequest(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Requests.FetchRequest
- FetchRequest(GeneratedMessageV3.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Requests.FetchRequest
- FetchRequest(String, int, long, int) - Constructor for class org.apache.calcite.avatica.remote.Service.FetchRequest
- FetchResponse() - Constructor for class org.apache.calcite.avatica.proto.Responses.FetchResponse
- FetchResponse() - Constructor for class org.apache.calcite.avatica.remote.Service.FetchResponse
- FetchResponse(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Responses.FetchResponse
- FetchResponse(GeneratedMessageV3.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Responses.FetchResponse
- FetchResponse(Meta.Frame, boolean, boolean, Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.FetchResponse
- fetchSize - Variable in class org.apache.calcite.avatica.AvaticaResultSet
- fetchSize - Variable in class org.apache.calcite.avatica.AvaticaStatement
- 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
- fieldAccessors - Variable in class org.apache.calcite.avatica.util.AbstractCursor.StructAccessor
- 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
- fieldNames - Variable in class org.apache.calcite.avatica.util.MapIteratorCursor
- fieldNames_ - Variable in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
- fieldNames_ - Variable in class org.apache.calcite.avatica.proto.Common.CursorFactory
- fields - Variable in class org.apache.calcite.avatica.Meta.CursorFactory
- fields - Variable in class org.apache.calcite.avatica.util.RecordIteratorCursor
- 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
- finagle(ColumnMetaData) - Method in class org.apache.calcite.avatica.remote.AbstractService
- finagle(Meta.Signature) - Method in class org.apache.calcite.avatica.remote.AbstractService
-
Modifies a signature, changing the representation of numeric columns within it.
- finagle(Meta.StatementHandle) - Method in class org.apache.calcite.avatica.remote.AbstractService
- finagle(Service.ExecuteResponse) - Method in class org.apache.calcite.avatica.remote.AbstractService
- finagle(Service.PrepareResponse) - Method in class org.apache.calcite.avatica.remote.AbstractService
- finagle(Service.ResultSetResponse) - Method in class org.apache.calcite.avatica.remote.AbstractService
- findColumn(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- findColumn0(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- first() - Method in class org.apache.calcite.avatica.AvaticaResultSet
- first(T, T) - Static method in class org.apache.calcite.avatica.ColumnMetaData
- FIRST_FRAME_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.remote.Service.ResultSetResponse
- FIRST_FRAME_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
- FIRST_FRAME_MAX_SIZE_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.remote.Service.ExecuteRequest
- FIRST_FRAME_MAX_SIZE_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteRequest
- 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.MetaImpl.FetchIterable
- firstFrame - Variable in class org.apache.calcite.avatica.remote.Service.ResultSetResponse
- firstFrame_ - Variable in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
- firstFrame_ - Variable in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
- firstFrameBuilder_ - Variable in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
- firstFrameMaxSize_ - Variable in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
- firstFrameMaxSize_ - Variable in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
- firstFrameMaxSize_ - Variable in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
- firstFrameMaxSize_ - Variable in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
- firstMondayOfFirstWeek(int) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
-
Returns the first day of the first week of a year.
- fixedPrecScale - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
- FixedStringAccessor(AbstractCursor.Getter, int) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.FixedStringAccessor
- 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
- flagMap - Variable in class org.apache.calcite.avatica.AvaticaConnection
- FLOAT - org.apache.calcite.avatica.ColumnMetaData.Rep
- FLOAT - org.apache.calcite.avatica.proto.Common.Rep
-
FLOAT = 14; - FLOAT - org.apache.calcite.avatica.SqlType
- FLOAT_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
-
FLOAT = 14; - FloatAccessor(AbstractCursor.Getter) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.FloatAccessor
- 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
- fraction - Variable in class org.apache.calcite.avatica.util.DateTimeUtils.PrecisionTime
- fraction(StringBuilder, int, long) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
- frame - Variable in class org.apache.calcite.avatica.MetaImpl.FetchIterator
- frame - Variable in class org.apache.calcite.avatica.remote.Service.FetchResponse
- Frame() - Constructor for class org.apache.calcite.avatica.proto.Common.Frame
- Frame(long, boolean, Iterable<Object>) - Constructor for class org.apache.calcite.avatica.Meta.Frame
- Frame(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Common.Frame
- Frame(GeneratedMessageV3.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Common.Frame
- frame_ - Variable in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
- frame_ - Variable in class org.apache.calcite.avatica.proto.Responses.FetchResponse
- FRAME_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.FetchResponse
- FRAME_MAX_SIZE_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.remote.Service.FetchRequest
- FRAME_MAX_SIZE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.FetchRequest
- frameBuilder_ - Variable in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
- frameMaxSize_ - Variable in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
- frameMaxSize_ - 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.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.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.CursorFactory.Style) - Static method in enum org.apache.calcite.avatica.Meta.Style
- 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.MetaDataOperation) - Static method in enum org.apache.calcite.avatica.remote.MetaDataOperation
- fromProto(Common.QueryState) - Static method in class org.apache.calcite.avatica.QueryState
- fromProto(Common.Rep) - Static method in enum org.apache.calcite.avatica.ColumnMetaData.Rep
- fromProto(Common.Severity) - Static method in enum org.apache.calcite.avatica.AvaticaSeverity
- 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.StateType) - Static method in enum org.apache.calcite.avatica.QueryState.StateType
- fromProto(Common.TypedValue) - Static method in class org.apache.calcite.avatica.remote.TypedValue
-
Constructs a
TypedValuefrom the protocol buffer representation. - fromProto(Responses.ResultSetResponse) - Static method in class org.apache.calcite.avatica.remote.Service.ResultSetResponse
- fromProto(Responses.RpcMetadata) - Static method in class org.apache.calcite.avatica.remote.Service.RpcMetadataResponse
- 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_ - Variable in class org.apache.calcite.avatica.proto.Common.DatabaseProperty.Builder
- functions_ - Variable in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
- 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
- generatedKeyAlwaysReturned() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- get() - Method in class org.apache.calcite.avatica.util.Spacer
-
Returns the current number of spaces.
- get(int) - Method in class org.apache.calcite.avatica.util.Spaces.SpaceList
- get(Cursor.Accessor, int, Calendar) - Static method in class org.apache.calcite.avatica.AvaticaSite
-
Similar logic to
AvaticaSite.setObject(java.lang.Object, int). - get_(Map<InternalProperty, Object>, T) - Method in enum org.apache.calcite.avatica.InternalProperty
- get_(ConnectionConfigImpl.Converter<T>, String) - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
- GET_ARRAY - org.apache.calcite.avatica.SqlType.Method
- GET_ASCII_STREAM - org.apache.calcite.avatica.SqlType.Method
- GET_ATTRIBUTES - org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_ATTRIBUTES = 0; - GET_ATTRIBUTES - org.apache.calcite.avatica.remote.MetaDataOperation
- GET_ATTRIBUTES_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_ATTRIBUTES = 0; - GET_BEST_ROW_IDENTIFIER - org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_BEST_ROW_IDENTIFIER = 1; - GET_BEST_ROW_IDENTIFIER - org.apache.calcite.avatica.remote.MetaDataOperation
- GET_BEST_ROW_IDENTIFIER_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_BEST_ROW_IDENTIFIER = 1; - GET_BIG_DECIMAL - org.apache.calcite.avatica.SqlType.Method
- GET_BINARY_STREAM - org.apache.calcite.avatica.SqlType.Method
- GET_BLOB - org.apache.calcite.avatica.SqlType.Method
- GET_BOOLEAN - org.apache.calcite.avatica.SqlType.Method
- GET_BYTE - org.apache.calcite.avatica.SqlType.Method
- GET_BYTES - org.apache.calcite.avatica.SqlType.Method
- GET_CATALOGS - org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_CATALOGS = 2; - GET_CATALOGS - org.apache.calcite.avatica.remote.MetaDataOperation
- GET_CATALOGS_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_CATALOGS = 2; - GET_CHARACTER_STREAM - org.apache.calcite.avatica.SqlType.Method
- GET_CLIENT_INFO_PROPERTIES - org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_CLIENT_INFO_PROPERTIES = 3; - GET_CLIENT_INFO_PROPERTIES - org.apache.calcite.avatica.remote.MetaDataOperation
- GET_CLIENT_INFO_PROPERTIES_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_CLIENT_INFO_PROPERTIES = 3; - GET_CLOB - org.apache.calcite.avatica.SqlType.Method
- GET_COLUMN_PRIVILEGES - org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_COLUMN_PRIVILEGES = 4; - GET_COLUMN_PRIVILEGES - org.apache.calcite.avatica.remote.MetaDataOperation
- GET_COLUMN_PRIVILEGES_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_COLUMN_PRIVILEGES = 4; - GET_COLUMNS - org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_COLUMNS = 5; - GET_COLUMNS - org.apache.calcite.avatica.remote.MetaDataOperation
- GET_COLUMNS_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_COLUMNS = 5; - GET_CROSS_REFERENCE - org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_CROSS_REFERENCE = 6; - GET_CROSS_REFERENCE - org.apache.calcite.avatica.remote.MetaDataOperation
- GET_CROSS_REFERENCE_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_CROSS_REFERENCE = 6; - GET_DATABASE_MAJOR_VERSION - org.apache.calcite.avatica.Meta.DatabaseProperty
-
Database property containing the value of
DatabaseMetaData.getDatabaseMajorVersion(). - GET_DATABASE_MINOR_VERSION - org.apache.calcite.avatica.Meta.DatabaseProperty
-
Database property containing the value of
DatabaseMetaData.getDatabaseMinorVersion(). - GET_DATABASE_PRODUCT_NAME - org.apache.calcite.avatica.Meta.DatabaseProperty
-
Database property containing the value of
DatabaseMetaData.getDatabaseProductName(). - GET_DATABASE_PRODUCT_VERSION - org.apache.calcite.avatica.Meta.DatabaseProperty
-
Database property containing the value of
DatabaseMetaData.getDatabaseProductVersion(). - GET_DATE - org.apache.calcite.avatica.SqlType.Method
- GET_DEFAULT_TRANSACTION_ISOLATION - org.apache.calcite.avatica.Meta.DatabaseProperty
-
Database property containing the value of
DatabaseMetaData.getDefaultTransactionIsolation(). - GET_DOUBLE - org.apache.calcite.avatica.SqlType.Method
- GET_DRIVER_MAJOR_VERSION - org.apache.calcite.avatica.Meta.DatabaseProperty
-
Database property containing the value of
DatabaseMetaData.getDriverMajorVersion(). - GET_DRIVER_MINOR_VERSION - org.apache.calcite.avatica.Meta.DatabaseProperty
-
Database property containing the value of
DatabaseMetaData.getDriverMinorVersion(). - GET_DRIVER_NAME - org.apache.calcite.avatica.Meta.DatabaseProperty
-
Database property containing the value of
DatabaseMetaData.getDriverName(). - GET_DRIVER_VERSION - org.apache.calcite.avatica.Meta.DatabaseProperty
-
Database property containing the value of
DatabaseMetaData.getDriverVersion(). - GET_EXPORTED_KEYS - org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_EXPORTED_KEYS = 7; - GET_EXPORTED_KEYS - org.apache.calcite.avatica.remote.MetaDataOperation
- GET_EXPORTED_KEYS_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_EXPORTED_KEYS = 7; - GET_FLOAT - org.apache.calcite.avatica.SqlType.Method
- GET_FUNCTION_COLUMNS - org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_FUNCTION_COLUMNS = 8; - GET_FUNCTION_COLUMNS - org.apache.calcite.avatica.remote.MetaDataOperation
- GET_FUNCTION_COLUMNS_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_FUNCTION_COLUMNS = 8; - GET_FUNCTIONS - org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_FUNCTIONS = 9; - GET_FUNCTIONS - org.apache.calcite.avatica.remote.MetaDataOperation
- GET_FUNCTIONS_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_FUNCTIONS = 9; - GET_IMPORTED_KEYS - org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_IMPORTED_KEYS = 10; - GET_IMPORTED_KEYS - org.apache.calcite.avatica.remote.MetaDataOperation
- GET_IMPORTED_KEYS_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_IMPORTED_KEYS = 10; - GET_INDEX_INFO - org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_INDEX_INFO = 11; - GET_INDEX_INFO - org.apache.calcite.avatica.remote.MetaDataOperation
- GET_INDEX_INFO_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_INDEX_INFO = 11; - GET_INT - org.apache.calcite.avatica.SqlType.Method
- GET_LARGE_MAX_ROWS - Static variable in class org.apache.calcite.avatica.AvaticaUtils
- GET_LARGE_UPDATE_COUNT - Static variable in class org.apache.calcite.avatica.AvaticaUtils
- GET_LIST - Static variable in enum org.apache.calcite.avatica.SqlType
- GET_LONG - org.apache.calcite.avatica.SqlType.Method
- GET_N_CHARACTER_STREAM - org.apache.calcite.avatica.SqlType.Method
- GET_N_CLOB - org.apache.calcite.avatica.SqlType.Method
- GET_N_STRING - org.apache.calcite.avatica.SqlType.Method
- GET_NUMERIC_FUNCTIONS - org.apache.calcite.avatica.Meta.DatabaseProperty
-
Database property containing the value of
DatabaseMetaData.getNumericFunctions(). - GET_OBJECT - org.apache.calcite.avatica.SqlType.Method
- GET_PRIMARY_KEYS - org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_PRIMARY_KEYS = 12; - GET_PRIMARY_KEYS - org.apache.calcite.avatica.remote.MetaDataOperation
- GET_PRIMARY_KEYS_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_PRIMARY_KEYS = 12; - GET_PROCEDURE_COLUMNS - org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_PROCEDURE_COLUMNS = 13; - GET_PROCEDURE_COLUMNS - org.apache.calcite.avatica.remote.MetaDataOperation
- GET_PROCEDURE_COLUMNS_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_PROCEDURE_COLUMNS = 13; - GET_PROCEDURES - org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_PROCEDURES = 14; - GET_PROCEDURES - org.apache.calcite.avatica.remote.MetaDataOperation
- GET_PROCEDURES_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_PROCEDURES = 14; - GET_PSEUDO_COLUMNS - org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_PSEUDO_COLUMNS = 15; - GET_PSEUDO_COLUMNS - org.apache.calcite.avatica.remote.MetaDataOperation
- GET_PSEUDO_COLUMNS_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_PSEUDO_COLUMNS = 15; - GET_REF - org.apache.calcite.avatica.SqlType.Method
- GET_ROW_ID - org.apache.calcite.avatica.SqlType.Method
- GET_S_Q_L_KEYWORDS - org.apache.calcite.avatica.Meta.DatabaseProperty
-
Database property containing the value of
DatabaseMetaData.getSQLKeywords(). - GET_SCHEMAS - org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_SCHEMAS = 16; - GET_SCHEMAS - org.apache.calcite.avatica.remote.MetaDataOperation
- GET_SCHEMAS_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_SCHEMAS = 16; - GET_SCHEMAS_WITH_ARGS - org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_SCHEMAS_WITH_ARGS = 17; - GET_SCHEMAS_WITH_ARGS - org.apache.calcite.avatica.remote.MetaDataOperation
- GET_SCHEMAS_WITH_ARGS_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_SCHEMAS_WITH_ARGS = 17; - GET_SHORT - org.apache.calcite.avatica.SqlType.Method
- GET_SQLXML - org.apache.calcite.avatica.SqlType.Method
- GET_STRING - org.apache.calcite.avatica.SqlType.Method
- GET_STRING_FUNCTIONS - org.apache.calcite.avatica.Meta.DatabaseProperty
-
Database property containing the value of
DatabaseMetaData.getStringFunctions(). - GET_SUPER_TABLES - org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_SUPER_TABLES = 18; - GET_SUPER_TABLES - org.apache.calcite.avatica.remote.MetaDataOperation
- GET_SUPER_TABLES_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_SUPER_TABLES = 18; - GET_SUPER_TYPES - org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_SUPER_TYPES = 19; - GET_SUPER_TYPES - org.apache.calcite.avatica.remote.MetaDataOperation
- GET_SUPER_TYPES_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_SUPER_TYPES = 19; - GET_SYSTEM_FUNCTIONS - org.apache.calcite.avatica.Meta.DatabaseProperty
-
Database property containing the value of
DatabaseMetaData.getSystemFunctions(). - GET_TABLE_PRIVILEGES - org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_TABLE_PRIVILEGES = 20; - GET_TABLE_PRIVILEGES - org.apache.calcite.avatica.remote.MetaDataOperation
- GET_TABLE_PRIVILEGES_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_TABLE_PRIVILEGES = 20; - GET_TABLE_TYPES - org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_TABLE_TYPES = 22; - GET_TABLE_TYPES - org.apache.calcite.avatica.remote.MetaDataOperation
- GET_TABLE_TYPES_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_TABLE_TYPES = 22; - GET_TABLES - org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_TABLES = 21; - GET_TABLES - org.apache.calcite.avatica.remote.MetaDataOperation
- GET_TABLES_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_TABLES = 21; - GET_TIME - org.apache.calcite.avatica.SqlType.Method
- GET_TIME_DATE_FUNCTIONS - org.apache.calcite.avatica.Meta.DatabaseProperty
-
Database property containing the value of
DatabaseMetaData.getTimeDateFunctions(). - GET_TIMESTAMP - org.apache.calcite.avatica.SqlType.Method
- GET_TYPE_INFO - org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_TYPE_INFO = 23; - GET_TYPE_INFO - org.apache.calcite.avatica.remote.MetaDataOperation
- GET_TYPE_INFO_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_TYPE_INFO = 23; - GET_UDTS - org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_UDTS = 24; - GET_UDTS - org.apache.calcite.avatica.remote.MetaDataOperation
- GET_UDTS_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_UDTS = 24; - GET_URL - org.apache.calcite.avatica.SqlType.Method
- GET_VERSION_COLUMNS - org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_VERSION_COLUMNS = 25; - GET_VERSION_COLUMNS - org.apache.calcite.avatica.remote.MetaDataOperation
- GET_VERSION_COLUMNS_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
GET_VERSION_COLUMNS = 25; - getAccessor(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
Returns the accessor for column with a given index.
- getAccessor(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
Returns the accessor for column with a given label.
- getAllMessageClasses() - Static method in class org.apache.calcite.avatica.remote.ProtobufTranslationImpl
- getAlphabet(int) - Static method in class org.apache.calcite.avatica.util.Base64
-
Returns one of the _SOMETHING_ALPHABET byte arrays depending on the options specified.
- getAppConfigurationEntry(String) - Method in class org.apache.calcite.avatica.remote.ClientKeytabJaasConf
- 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; - getArgsFieldBuilder() - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
- getArgsList() - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
-
repeated .MetaDataOperationArgument args = 4; - getArgsList() - Method in class org.apache.calcite.avatica.proto.Common.QueryState
-
repeated .MetaDataOperationArgument args = 4; - getArgsList() - Method in interface org.apache.calcite.avatica.proto.Common.QueryStateOrBuilder
-
repeated .MetaDataOperationArgument args = 4; - getArgsOrBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
-
repeated .MetaDataOperationArgument args = 4; - getArgsOrBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.QueryState
-
repeated .MetaDataOperationArgument args = 4; - getArgsOrBuilder(int) - Method in interface org.apache.calcite.avatica.proto.Common.QueryStateOrBuilder
-
repeated .MetaDataOperationArgument args = 4; - getArgsOrBuilderList() - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
-
repeated .MetaDataOperationArgument args = 4; - getArgsOrBuilderList() - Method in class org.apache.calcite.avatica.proto.Common.QueryState
-
repeated .MetaDataOperationArgument args = 4; - getArgsOrBuilderList() - Method in interface org.apache.calcite.avatica.proto.Common.QueryStateOrBuilder
-
repeated .MetaDataOperationArgument args = 4; - getArray() - Method in class org.apache.calcite.avatica.util.AbstractCursor.AccessorImpl
- getArray() - Method in class org.apache.calcite.avatica.util.AbstractCursor.ArrayAccessor
- getArray() - Method in class org.apache.calcite.avatica.util.ArrayImpl
- getArray() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
- getArray(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getArray(long, int) - Method in class org.apache.calcite.avatica.util.ArrayImpl
- getArray(long, int, Map<String, Class<?>>) - Method in class org.apache.calcite.avatica.util.ArrayImpl
- getArray(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getArray(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
- getArrayData(Object, AbstractCursor.ArrayAccessor) - Method in class org.apache.calcite.avatica.util.ArrayImpl
- getArrayValue(int) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
-
repeated .TypedValue array_value = 2; - getArrayValue(int) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue
-
repeated .TypedValue array_value = 2; - getArrayValue(int) - Method in interface org.apache.calcite.avatica.proto.Common.ColumnValueOrBuilder
-
repeated .TypedValue array_value = 2; - getArrayValue(int) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
-
The Array
- getArrayValue(int) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue
-
The Array
- getArrayValue(int) - Method in interface org.apache.calcite.avatica.proto.Common.TypedValueOrBuilder
-
The Array
- getArrayValueBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
-
repeated .TypedValue array_value = 2; - getArrayValueBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
-
The Array
- getArrayValueBuilderList() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
-
repeated .TypedValue array_value = 2; - getArrayValueBuilderList() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
-
The Array
- getArrayValueCount() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
-
repeated .TypedValue array_value = 2; - getArrayValueCount() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue
-
repeated .TypedValue array_value = 2; - getArrayValueCount() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnValueOrBuilder
-
repeated .TypedValue array_value = 2; - getArrayValueCount() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
-
The Array
- getArrayValueCount() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue
-
The Array
- getArrayValueCount() - Method in interface org.apache.calcite.avatica.proto.Common.TypedValueOrBuilder
-
The Array
- getArrayValueFieldBuilder() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
- getArrayValueFieldBuilder() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
- getArrayValueList() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
-
repeated .TypedValue array_value = 2; - getArrayValueList() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue
-
repeated .TypedValue array_value = 2; - getArrayValueList() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnValueOrBuilder
-
repeated .TypedValue array_value = 2; - getArrayValueList() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
-
The Array
- getArrayValueList() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue
-
The Array
- getArrayValueList() - Method in interface org.apache.calcite.avatica.proto.Common.TypedValueOrBuilder
-
The Array
- getArrayValueOrBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
-
repeated .TypedValue array_value = 2; - getArrayValueOrBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue
-
repeated .TypedValue array_value = 2; - getArrayValueOrBuilder(int) - Method in interface org.apache.calcite.avatica.proto.Common.ColumnValueOrBuilder
-
repeated .TypedValue array_value = 2; - getArrayValueOrBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
-
The Array
- getArrayValueOrBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue
-
The Array
- getArrayValueOrBuilder(int) - Method in interface org.apache.calcite.avatica.proto.Common.TypedValueOrBuilder
-
The Array
- getArrayValueOrBuilderList() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
-
repeated .TypedValue array_value = 2; - getArrayValueOrBuilderList() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue
-
repeated .TypedValue array_value = 2; - getArrayValueOrBuilderList() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnValueOrBuilder
-
repeated .TypedValue array_value = 2; - getArrayValueOrBuilderList() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
-
The Array
- getArrayValueOrBuilderList() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue
-
The Array
- getArrayValueOrBuilderList() - Method in interface org.apache.calcite.avatica.proto.Common.TypedValueOrBuilder
-
The Array
- getAsciiStream() - Method in class org.apache.calcite.avatica.util.AbstractCursor.AccessorImpl
- getAsciiStream() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
- getAsciiStream(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getAsciiStream(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getAttributes() - Method in class org.apache.calcite.avatica.util.StructImpl
- getAttributes(String, String, String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getAttributes(Map<String, Class<?>>) - Method in class org.apache.calcite.avatica.util.StructImpl
- getAttributes(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, Meta.Pat) - Method in interface org.apache.calcite.avatica.Meta
-
Per
DatabaseMetaData.getAttributes(String, String, String, String). - getAttributes(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.MetaImpl
- getAutoCommit() - Method in class org.apache.calcite.avatica.AvaticaConnection
- 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.
- getBase64Decoded() - Method in class org.apache.calcite.avatica.util.AbstractCursor.BinaryFromStringAccessor
- 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 interface org.apache.calcite.avatica.Meta
-
Per
DatabaseMetaData.getBestRowIdentifier(String, String, String, int, boolean). - getBestRowIdentifier(Meta.ConnectionHandle, String, String, String, int, boolean) - Method in class org.apache.calcite.avatica.MetaImpl
- getBigDecimal() - Method in class org.apache.calcite.avatica.util.AbstractCursor.AccessorImpl
- getBigDecimal() - Method in class org.apache.calcite.avatica.util.AbstractCursor.ApproximateNumericAccessor
- getBigDecimal() - Method in class org.apache.calcite.avatica.util.AbstractCursor.BigDecimalAccessor
- getBigDecimal() - Method in class org.apache.calcite.avatica.util.AbstractCursor.ExactNumericAccessor
- getBigDecimal() - Method in class org.apache.calcite.avatica.util.AbstractCursor.NumberAccessor
- getBigDecimal() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
- getBigDecimal(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getBigDecimal(int) - Method in class org.apache.calcite.avatica.util.AbstractCursor.AccessorImpl
- getBigDecimal(int) - Method in class org.apache.calcite.avatica.util.AbstractCursor.ApproximateNumericAccessor
- getBigDecimal(int) - Method in class org.apache.calcite.avatica.util.AbstractCursor.BigDecimalAccessor
- getBigDecimal(int) - Method in class org.apache.calcite.avatica.util.AbstractCursor.ExactNumericAccessor
- getBigDecimal(int) - Method in class org.apache.calcite.avatica.util.AbstractCursor.NumberAccessor
- getBigDecimal(int) - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
- getBigDecimal(int, int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getBigDecimal(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getBigDecimal(String, int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getBinaryStream() - Method in class org.apache.calcite.avatica.util.AbstractCursor.AccessorImpl
- getBinaryStream() - 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
- getBlob() - Method in class org.apache.calcite.avatica.util.AbstractCursor.AccessorImpl
- getBlob() - 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
- getBoolean() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
-
Returns the boolean value of this property.
- getBoolean() - Method in class org.apache.calcite.avatica.util.AbstractCursor.AccessorImpl
- getBoolean() - Method in class org.apache.calcite.avatica.util.AbstractCursor.BigNumberAccessor
- getBoolean() - Method in class org.apache.calcite.avatica.util.AbstractCursor.BooleanAccessor
- getBoolean() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
- getBoolean(boolean) - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
-
Returns the boolean value of this property.
- getBoolean(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getBoolean(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getBoolean(Map<InternalProperty, Object>) - Method in enum org.apache.calcite.avatica.InternalProperty
-
Returns the boolean value of this property.
- getBoolValue() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
-
bool bool_value = 2; - getBoolValue() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
-
bool bool_value = 2; - getBoolValue() - Method in interface org.apache.calcite.avatica.proto.Common.MetaDataOperationArgumentOrBuilder
-
bool bool_value = 2; - getBoolValue() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
-
boolean
- getBoolValue() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue
-
boolean
- getBoolValue() - Method in interface org.apache.calcite.avatica.proto.Common.TypedValueOrBuilder
-
boolean
- getBoundParameterValues() - Method in class org.apache.calcite.avatica.AvaticaStatement
-
Returns a list of bound parameter values.
- getByte() - Method in class org.apache.calcite.avatica.util.AbstractCursor.AccessorImpl
- getByte() - Method in class org.apache.calcite.avatica.util.AbstractCursor.BigNumberAccessor
- getByte() - Method in class org.apache.calcite.avatica.util.AbstractCursor.ByteAccessor
- getByte() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
- getByte(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getByte(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getBytes() - Method in class org.apache.calcite.avatica.util.AbstractCursor.AccessorImpl
- getBytes() - Method in class org.apache.calcite.avatica.util.AbstractCursor.BinaryAccessor
- getBytes() - Method in class org.apache.calcite.avatica.util.AbstractCursor.BinaryFromStringAccessor
- getBytes() - Method in class org.apache.calcite.avatica.util.AbstractCursor.StringAccessor
- getBytes() - Method in class org.apache.calcite.avatica.util.ByteString
-
Returns a copy of the byte array.
- getBytes() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
- getBytes(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getBytes(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- 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.proto.Common.ConnectionProperties.Builder
-
string catalog = 5; - getCatalog() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
-
string catalog = 5; - getCatalog() - Method in interface org.apache.calcite.avatica.proto.Common.ConnectionPropertiesOrBuilder
-
string catalog = 5; - getCatalog() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
-
string catalog = 1; - getCatalog() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
-
string catalog = 1; - getCatalog() - Method in interface org.apache.calcite.avatica.proto.Requests.ColumnsRequestOrBuilder
-
string catalog = 1; - getCatalog() - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
-
string catalog = 1; - getCatalog() - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
-
string catalog = 1; - getCatalog() - Method in interface org.apache.calcite.avatica.proto.Requests.SchemasRequestOrBuilder
-
string catalog = 1; - getCatalog() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
-
string catalog = 1; - getCatalog() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
-
string catalog = 1; - getCatalog() - Method in interface org.apache.calcite.avatica.proto.Requests.TablesRequestOrBuilder
-
string catalog = 1; - getCatalogBytes() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
-
string catalog = 5; - getCatalogBytes() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
-
string catalog = 5; - getCatalogBytes() - Method in interface org.apache.calcite.avatica.proto.Common.ConnectionPropertiesOrBuilder
-
string catalog = 5; - getCatalogBytes() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
-
string catalog = 1; - getCatalogBytes() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
-
string catalog = 1; - getCatalogBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.ColumnsRequestOrBuilder
-
string catalog = 1; - getCatalogBytes() - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
-
string catalog = 1; - getCatalogBytes() - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
-
string catalog = 1; - getCatalogBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.SchemasRequestOrBuilder
-
string catalog = 1; - getCatalogBytes() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
-
string catalog = 1; - getCatalogBytes() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
-
string catalog = 1; - getCatalogBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.TablesRequestOrBuilder
-
string catalog = 1; - getCatalogName() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
-
string catalog_name = 15; - getCatalogName() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
-
string catalog_name = 15; - getCatalogName() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnMetaDataOrBuilder
-
string catalog_name = 15; - getCatalogName(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
- 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 interface org.apache.calcite.avatica.Meta
-
Per
DatabaseMetaData.getCatalogs(). - getCatalogs(Meta.ConnectionHandle) - Method in class org.apache.calcite.avatica.MetaImpl
- getCatalogs(Meta.ConnectionHandle) - Method in class org.apache.calcite.avatica.remote.RemoteMeta
- getCatalogSeparator() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getCatalogTerm() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getCausalChain(Exception) - Method in class org.apache.calcite.avatica.remote.AbstractHandler
-
Constructs a message for the summary of an Exception.
- getCharacterStream() - Method in class org.apache.calcite.avatica.util.AbstractCursor.AccessorImpl
- getCharacterStream() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
- getCharacterStream(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getCharacterStream(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- 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; - getClassNameBytes(Class<?>) - Method in class org.apache.calcite.avatica.remote.ProtobufTranslationImpl
- 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() - Method in class org.apache.calcite.avatica.AvaticaConnection
- getClientInfo(String) - Method in class org.apache.calcite.avatica.AvaticaConnection
- getClientInfoProperties() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getClientInfoProperties(Meta.ConnectionHandle) - Method in interface org.apache.calcite.avatica.Meta
-
Per
DatabaseMetaData.getClientInfoProperties(). - getClientInfoProperties(Meta.ConnectionHandle) - Method in class org.apache.calcite.avatica.MetaImpl
- getClob() - Method in class org.apache.calcite.avatica.util.AbstractCursor.AccessorImpl
- getClob() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
- getClob(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getClob(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getColumnClassName() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
-
string column_class_name = 19; - getColumnClassName() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
-
string column_class_name = 19; - getColumnClassName() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnMetaDataOrBuilder
-
string column_class_name = 19; - getColumnClassName(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
- 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
- getColumnDisplaySize(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
- getColumnLabel(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
- getColumnMetaData(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
- getColumnName() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
-
string column_name = 10; - getColumnName() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
-
string column_name = 10; - getColumnName() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnMetaDataOrBuilder
-
string column_name = 10; - getColumnName(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
- 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 interface org.apache.calcite.avatica.Meta
-
Per
DatabaseMetaData.getColumnPrivileges(String, String, String, String). - getColumnPrivileges(Meta.ConnectionHandle, String, String, String, Meta.Pat) - Method in class org.apache.calcite.avatica.MetaImpl
- getColumns(int) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
-
Only present when name = STRUCT
- getColumns(int) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType
-
Only present when name = STRUCT
- getColumns(int) - Method in interface org.apache.calcite.avatica.proto.Common.AvaticaTypeOrBuilder
-
Only present when name = STRUCT
- getColumns(int) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
-
repeated .ColumnMetaData columns = 1; - getColumns(int) - Method in class org.apache.calcite.avatica.proto.Common.Signature
-
repeated .ColumnMetaData columns = 1; - getColumns(int) - Method in interface org.apache.calcite.avatica.proto.Common.SignatureOrBuilder
-
repeated .ColumnMetaData columns = 1; - getColumns(String, String, String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getColumns(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, Meta.Pat) - Method in interface org.apache.calcite.avatica.Meta
-
Per
DatabaseMetaData.getColumns(String, String, String, String). - getColumns(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.MetaImpl
- getColumns(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.remote.RemoteMeta
- 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; - getColumnsFieldBuilder() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
- getColumnsFieldBuilder() - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
- 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
- getColumnTypeName(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
- 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
- getComponentFieldBuilder() - 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
- getConnection() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getConnection() - Method in class org.apache.calcite.avatica.AvaticaStatement
- 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; - getConnPropsFieldBuilder() - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
-
.ConnectionProperties conn_props = 2; - getConnPropsFieldBuilder() - 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; - 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 interface org.apache.calcite.avatica.Meta
-
Per
DatabaseMetaData.getCrossReference(String, String, String, String, String, String). - getCrossReference(Meta.ConnectionHandle, String, String, String, String, String, String) - Method in class org.apache.calcite.avatica.MetaImpl
- 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; - getCursorFactoryFieldBuilder() - 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
- getDatabaseMajorVersion() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getDatabaseMinorVersion() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getDatabaseProductName() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getDatabaseProductVersion() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- 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
- getDatabaseProperties(Meta.ConnectionHandle) - Method in class org.apache.calcite.avatica.remote.RemoteMeta
- getDate(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getDate(int, Calendar) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getDate(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getDate(String, Calendar) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getDate(Calendar) - Method in class org.apache.calcite.avatica.util.AbstractCursor.AccessorImpl
- getDate(Calendar) - Method in class org.apache.calcite.avatica.util.AbstractCursor.DateAccessor
- getDate(Calendar) - Method in class org.apache.calcite.avatica.util.AbstractCursor.DateFromNumberAccessor
- getDate(Calendar) - Method in class org.apache.calcite.avatica.util.AbstractCursor.TimestampAccessor
- getDate(Calendar) - Method in class org.apache.calcite.avatica.util.AbstractCursor.TimestampFromNumberAccessor
- getDate(Calendar) - Method in class org.apache.calcite.avatica.util.AbstractCursor.TimestampFromUtilDateAccessor
- getDate(Calendar) - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
- getDecodabet(int) - Static method in class org.apache.calcite.avatica.util.Base64
-
Returns one of the _SOMETHING_DECODABET byte arrays depending on the options specified.
- 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
- getDefaultNull(ConnectionConfigImpl.Converter<T>) - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
- getDefaultTransactionIsolation() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- 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() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
-
Returns the double value of this property.
- getDouble() - Method in class org.apache.calcite.avatica.util.AbstractCursor.AccessorImpl
- getDouble() - Method in class org.apache.calcite.avatica.util.AbstractCursor.ApproximateNumericAccessor
- getDouble() - Method in class org.apache.calcite.avatica.util.AbstractCursor.BigNumberAccessor
- getDouble() - Method in class org.apache.calcite.avatica.util.AbstractCursor.DoubleAccessor
- getDouble() - Method in class org.apache.calcite.avatica.util.AbstractCursor.ExactNumericAccessor
- getDouble() - Method in class org.apache.calcite.avatica.util.AbstractCursor.FloatAccessor
- getDouble() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
- getDouble(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getDouble(Number) - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
-
Returns the double value of this property.
- getDouble(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- 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
- getDriverMinorVersion() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getDriverName() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getDriverVersion() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- 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 interface org.apache.calcite.avatica.Meta
-
Per
DatabaseMetaData.getExportedKeys(String, String, String). - getExportedKeys(Meta.ConnectionHandle, String, String, String) - Method in class org.apache.calcite.avatica.MetaImpl
- getExtraNameCharacters() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- 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
- 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
- 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; - getFirstFrameFieldBuilder() - 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() - Method in class org.apache.calcite.avatica.util.AbstractCursor.AccessorImpl
- getFloat() - Method in class org.apache.calcite.avatica.util.AbstractCursor.BigNumberAccessor
- getFloat() - Method in class org.apache.calcite.avatica.util.AbstractCursor.ExactNumericAccessor
- getFloat() - Method in class org.apache.calcite.avatica.util.AbstractCursor.FloatAccessor
- getFloat() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
- getFloat(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getFloat(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- 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; - getFrameFieldBuilder() - 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 interface org.apache.calcite.avatica.Meta
-
Per
DatabaseMetaData.getFunctionColumns(String, String, String, String). - getFunctionColumns(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.MetaImpl
- 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; - getFunctions(String, String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getFunctions(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat) - Method in interface org.apache.calcite.avatica.Meta
-
Per
DatabaseMetaData.getFunctions(String, String, String). - getFunctions(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.MetaImpl
- 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
- getHandle() - Method in exception org.apache.calcite.avatica.MissingResultsException
- 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?
- 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
- getHoldability() - Method in class org.apache.calcite.avatica.AvaticaConnection
- getHoldability() - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getHostnameVerifier(HostnameVerificationConfigurable.HostnameVerification) - Method in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
-
Creates the
HostnameVerifiergiven the providedverification. - getHttpClient(AvaticaConnection, ConnectionConfig) - Method in class org.apache.calcite.avatica.remote.Driver
-
Creates the HTTP client that communicates with the Avatica server.
- 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
- 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 interface org.apache.calcite.avatica.Meta
-
Per
DatabaseMetaData.getImportedKeys(String, String, String). - getImportedKeys(Meta.ConnectionHandle, String, String, String) - Method in class org.apache.calcite.avatica.MetaImpl
- getIndexInfo(String, String, String, boolean, boolean) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getIndexInfo(Meta.ConnectionHandle, String, String, String, boolean, boolean) - Method in interface org.apache.calcite.avatica.Meta
-
Per
DatabaseMetaData.getIndexInfo(String, String, String, boolean, boolean). - getIndexInfo(Meta.ConnectionHandle, String, String, String, boolean, boolean) - Method in class org.apache.calcite.avatica.MetaImpl
- 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.remote.AvaticaHttpClientFactoryImpl
-
Returns a singleton instance of
AvaticaHttpClientFactoryImpl. - getInt() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
-
Returns the int value of this property.
- getInt() - Method in class org.apache.calcite.avatica.util.AbstractCursor.AccessorImpl
- getInt() - Method in class org.apache.calcite.avatica.util.AbstractCursor.BigNumberAccessor
- getInt() - Method in class org.apache.calcite.avatica.util.AbstractCursor.IntAccessor
- getInt() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
- getInt(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getInt(Number) - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
-
Returns the int value of this property.
- getInt(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- 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; - getIso8601WeekNumber(int, int, int, int) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
-
Returns the ISO-8601 week number based on year, month, day.
- getJdbcMajorVersion() - Method in interface org.apache.calcite.avatica.AvaticaFactory
- getJdbcMajorVersion() - Method in class org.apache.calcite.avatica.AvaticaJdbc41Factory
- getJDBCMajorVersion() - 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.AvaticaJdbc41Factory
- getJDBCMinorVersion() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getKerberosConnection() - Method in class org.apache.calcite.avatica.AvaticaConnection
- 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; - getKeyFieldBuilder() - 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 onStatement.getMaxRows()if the method does not exist (before JDK 1.8) or throwsUnsupportedOperationException. - 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 onStatement.getUpdateCount()if the method does not exist (before JDK 1.8) or throwsUnsupportedOperationException. - getLocalCalendar() - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
Returns the calendar used by this result set.
- getLong() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
-
Returns the long value of this property.
- getLong() - Method in class org.apache.calcite.avatica.util.AbstractCursor.AccessorImpl
- getLong() - Method in class org.apache.calcite.avatica.util.AbstractCursor.ApproximateNumericAccessor
- getLong() - Method in class org.apache.calcite.avatica.util.AbstractCursor.BigNumberAccessor
- getLong() - Method in class org.apache.calcite.avatica.util.AbstractCursor.BooleanAccessor
- getLong() - Method in class org.apache.calcite.avatica.util.AbstractCursor.ByteAccessor
- getLong() - Method in class org.apache.calcite.avatica.util.AbstractCursor.DateAccessor
- getLong() - Method in class org.apache.calcite.avatica.util.AbstractCursor.ExactNumericAccessor
- getLong() - Method in class org.apache.calcite.avatica.util.AbstractCursor.IntAccessor
- getLong() - Method in class org.apache.calcite.avatica.util.AbstractCursor.LongAccessor
- getLong() - Method in class org.apache.calcite.avatica.util.AbstractCursor.ShortAccessor
- getLong() - Method in class org.apache.calcite.avatica.util.AbstractCursor.TimeAccessor
- getLong() - Method in class org.apache.calcite.avatica.util.AbstractCursor.TimestampAccessor
- getLong() - Method in class org.apache.calcite.avatica.util.AbstractCursor.TimestampFromUtilDateAccessor
- getLong() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
- getLong(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getLong(Number) - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
-
Returns the long value of this property.
- getLong(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getMajorVersion() - Method in class org.apache.calcite.avatica.UnregisteredDriver
- getMaxBinaryLiteralLength() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getMaxCatalogNameLength() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getMaxCharLiteralLength() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getMaxColumnNameLength() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getMaxColumnsInGroupBy() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getMaxColumnsInIndex() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getMaxColumnsInOrderBy() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getMaxColumnsInSelect() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getMaxColumnsInTable() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getMaxConnections() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getMaxCursorNameLength() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getMaxFieldSize() - Method in class org.apache.calcite.avatica.AvaticaStatement
- getMaxIndexLength() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getMaxProcedureNameLength() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- 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
- getMaxRowSize() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- 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
- getMaxStatementLength() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getMaxStatements() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getMaxTableNameLength() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getMaxTablesInSelect() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getMaxUserNameLength() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- 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.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; - 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
- 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; - getMetadataFieldBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse.Builder
-
.RpcMetadata metadata = 1; - getMetadataFieldBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse.Builder
-
.RpcMetadata metadata = 1; - getMetadataFieldBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
-
.RpcMetadata metadata = 2; - getMetadataFieldBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
-
.RpcMetadata metadata = 3; - getMetadataFieldBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
-
.RpcMetadata metadata = 3; - getMetadataFieldBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
-
.RpcMetadata metadata = 2; - getMetadataFieldBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
-
.RpcMetadata metadata = 6; - getMetadataFieldBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
-
.RpcMetadata metadata = 5; - getMetadataFieldBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
-
.RpcMetadata metadata = 3; - getMetadataFieldBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
-
.RpcMetadata metadata = 4; - getMetadataFieldBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse.Builder
-
.RpcMetadata metadata = 1; - getMetadataFieldBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
-
.RpcMetadata metadata = 2; - getMetadataFieldBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
-
with no signature nor other data.
- getMetadataFieldBuilder() - 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; - 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() - 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
- getMoreResults(int) - Method in class org.apache.calcite.avatica.AvaticaStatement
- 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() - Method in class org.apache.calcite.avatica.util.AbstractCursor.AccessorImpl
- getNCharacterStream() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
- getNCharacterStream(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getNCharacterStream(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getNClob() - Method in class org.apache.calcite.avatica.util.AbstractCursor.AccessorImpl
- getNClob() - 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
- getNetworkTimeout() - Method in class org.apache.calcite.avatica.AvaticaConnection
- getNString() - Method in class org.apache.calcite.avatica.util.AbstractCursor.AccessorImpl
- getNString() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
- getNString(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getNString(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- 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
- getNumber() - Method in class org.apache.calcite.avatica.util.AbstractCursor.BigDecimalAccessor
- getNumber() - Method in class org.apache.calcite.avatica.util.AbstractCursor.BigNumberAccessor
- getNumber() - Method in class org.apache.calcite.avatica.util.AbstractCursor.NumberAccessor
- 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
- getNumStatementRetries(Properties) - Method in class org.apache.calcite.avatica.AvaticaConnection
-
Computes the number of retries
AvaticaStatement.executeInternal(Meta.Signature, boolean)should retry before failing. - getObject() - Method in class org.apache.calcite.avatica.util.AbstractCursor.AccessorImpl
- getObject() - Method in class org.apache.calcite.avatica.util.AbstractCursor.ArrayAccessor
- getObject() - Method in class org.apache.calcite.avatica.util.AbstractCursor.BinaryFromStringAccessor
- getObject() - Method in class org.apache.calcite.avatica.util.AbstractCursor.DateFromNumberAccessor
- 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.StructAccessor
- getObject() - Method in class org.apache.calcite.avatica.util.AbstractCursor.StructGetter
- getObject() - Method in class org.apache.calcite.avatica.util.AbstractCursor.TimeFromNumberAccessor
- getObject() - Method in class org.apache.calcite.avatica.util.AbstractCursor.TimestampFromNumberAccessor
- getObject() - 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
- getObject(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getObject(int, Class<T>) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getObject(int, Map<String, Class<?>>) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getObject(Class<T>) - Method in class org.apache.calcite.avatica.util.AbstractCursor.AccessorImpl
- getObject(Class<T>) - Method in class org.apache.calcite.avatica.util.AbstractCursor.StructAccessor
- getObject(Class<T>) - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
- getObject(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getObject(String, Class<T>) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getObject(String, Map<String, Class<?>>) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getObject(Map<String, Class<?>>) - Method in class org.apache.calcite.avatica.util.AbstractCursor.AccessorImpl
- getObject(Map<String, Class<?>>) - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
- 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
- getParameterCount() - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- getParameterMetaData() - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- getParameterMode(int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- 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; - getParametersFieldBuilder() - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
- 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() - 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; - getParameterType(int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- getParameterTypeName(int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- getParameterValueBatch() - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- 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; - 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(). - 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; - getParameterValuesFieldBuilder() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
- getParameterValuesFieldBuilder() - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch.Builder
- 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.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
- getPassword() - Method in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientSpnegoImpl.EmptyCredentials
- 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.
- getPlugin(Class<T>, T) - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
-
Returns an instance of a plugin.
- 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
- getPrecision(int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- getPrecision(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
- getPrimaryKeys(String, String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getPrimaryKeys(Meta.ConnectionHandle, String, String, String) - Method in interface org.apache.calcite.avatica.Meta
-
Per
DatabaseMetaData.getPrimaryKeys(String, String, String). - getPrimaryKeys(Meta.ConnectionHandle, String, String, String) - Method in class org.apache.calcite.avatica.MetaImpl
- 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 interface org.apache.calcite.avatica.Meta
-
Per
DatabaseMetaData.getProcedureColumns(String, String, String, String). - getProcedureColumns(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.MetaImpl
- getProcedures(String, String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getProcedures(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat) - Method in interface org.apache.calcite.avatica.Meta
-
Per
DatabaseMetaData.getProcedures(String, String, String). - getProcedures(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.MetaImpl
- getProcedureTerm() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- 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.
- 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.
- getProperties() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- 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; - getPropsFieldBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
- 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 interface org.apache.calcite.avatica.Meta
-
Per
DatabaseMetaData.getPseudoColumns(String, String, String, String). - getPseudoColumns(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.MetaImpl
- getQueryTimeout() - Method in class org.apache.calcite.avatica.AvaticaStatement
- getQueryTimeoutMillis() - Method in class org.apache.calcite.avatica.AvaticaStatement
- 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() - Method in class org.apache.calcite.avatica.util.AbstractCursor.AccessorImpl
- getRef() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
- getRef(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getRef(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- 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
- 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.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
- getResultSet(Map<String, Class<?>>) - Method in class org.apache.calcite.avatica.util.ArrayImpl
- getResultSetConcurrency() - Method in class org.apache.calcite.avatica.AvaticaStatement
- getResultSetHoldability() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getResultSetHoldability() - Method in class org.apache.calcite.avatica.AvaticaStatement
- getResultSetType() - Method in class org.apache.calcite.avatica.AvaticaStatement
- getResultsFieldBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
- 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
- getRowId(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getRowId(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getRowIdLifetime() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- 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; - getRowsFieldBuilder() - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
- 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; - getScalarValueFieldBuilder() - 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() - 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; - getScale(int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- getScale(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
- 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.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() - 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; - getSchemaName(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
- 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() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getSchemas(String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- 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(Meta.ConnectionHandle, String, Meta.Pat) - Method in class org.apache.calcite.avatica.remote.RemoteMeta
- getSchemaTerm() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- 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
- getSerialFromProto(Common.TypedValue) - Static method in class org.apache.calcite.avatica.remote.TypedValue
-
Converts the serialized value into the appropriate primitive/object.
- getSerialization(ConnectionConfig) - Method in class org.apache.calcite.avatica.remote.Driver
- getSerializationType() - Method in class org.apache.calcite.avatica.remote.AbstractService
- getSerializationType() - Method in class org.apache.calcite.avatica.remote.JsonService
- getSerializationType() - Method in class org.apache.calcite.avatica.remote.ProtobufService
- 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
- 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
- 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() - Method in class org.apache.calcite.avatica.util.AbstractCursor.AccessorImpl
- getShort() - Method in class org.apache.calcite.avatica.util.AbstractCursor.BigNumberAccessor
- getShort() - Method in class org.apache.calcite.avatica.util.AbstractCursor.ShortAccessor
- getShort() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
- getShort(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getShort(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- 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; - getSignatureFieldBuilder() - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
-
.Signature signature = 3; - getSignatureFieldBuilder() - 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
- 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
- getSQLTypeName() - Method in class org.apache.calcite.avatica.util.StructImpl
- getSQLXML() - Method in class org.apache.calcite.avatica.util.AbstractCursor.AccessorImpl
- getSQLXML() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
- getSQLXML(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getSQLXML(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getSSLContext() - Method in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
- 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; - getStateFieldBuilder() - 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.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; - getStatementFieldBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
-
.StatementHandle statement = 1; - 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; - getStatementHandleFieldBuilder() - 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; - 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() - 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() - Method in class org.apache.calcite.avatica.util.AbstractCursor.AccessorImpl
- getString() - Method in class org.apache.calcite.avatica.util.AbstractCursor.ArrayAccessor
- getString() - Method in class org.apache.calcite.avatica.util.AbstractCursor.BinaryAccessor
- getString() - Method in class org.apache.calcite.avatica.util.AbstractCursor.BinaryFromStringAccessor
- getString() - Method in class org.apache.calcite.avatica.util.AbstractCursor.DateAccessor
- getString() - Method in class org.apache.calcite.avatica.util.AbstractCursor.DateFromNumberAccessor
- getString() - Method in class org.apache.calcite.avatica.util.AbstractCursor.FixedStringAccessor
- getString() - Method in class org.apache.calcite.avatica.util.AbstractCursor.IntervalDayTimeAccessor
- getString() - Method in class org.apache.calcite.avatica.util.AbstractCursor.IntervalYearMonthAccessor
- getString() - Method in class org.apache.calcite.avatica.util.AbstractCursor.StringAccessor
- getString() - Method in class org.apache.calcite.avatica.util.AbstractCursor.StringFromCharAccessor
- getString() - Method in class org.apache.calcite.avatica.util.AbstractCursor.TimeAccessor
- getString() - Method in class org.apache.calcite.avatica.util.AbstractCursor.TimeFromNumberAccessor
- getString() - Method in class org.apache.calcite.avatica.util.AbstractCursor.TimestampAccessor
- getString() - Method in class org.apache.calcite.avatica.util.AbstractCursor.TimestampFromNumberAccessor
- getString() - Method in class org.apache.calcite.avatica.util.AbstractCursor.TimestampFromUtilDateAccessor
- getString() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
- getString(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getString(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- 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.
- 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
- 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 class org.apache.calcite.avatica.util.AbstractCursor.AccessorImpl
- getStruct() - Method in class org.apache.calcite.avatica.util.AbstractCursor.StructAccessor
- 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 interface org.apache.calcite.avatica.Meta
-
Per
DatabaseMetaData.getSuperTables(String, String, String). - getSuperTables(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.AvaticaDatabaseMetaData
- getSuperTypes(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat) - Method in interface org.apache.calcite.avatica.Meta
-
Per
DatabaseMetaData.getSuperTypes(String, String, String). - getSuperTypes(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.MetaImpl
- getSystemFunctions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- 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(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
- 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 interface org.apache.calcite.avatica.Meta
-
Per
DatabaseMetaData.getTablePrivileges(String, String, String). - getTablePrivileges(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.MetaImpl
- 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 interface org.apache.calcite.avatica.Meta
-
Per
DatabaseMetaData.getTables(String, String, String, String[]). - getTables(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, List<String>) - Method in class org.apache.calcite.avatica.MetaImpl
- getTables(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, List<String>) - Method in class org.apache.calcite.avatica.remote.RemoteMeta
- getTableTypes() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getTableTypes(Meta.ConnectionHandle) - Method in interface org.apache.calcite.avatica.Meta
-
Per
DatabaseMetaData.getTableTypes(). - getTableTypes(Meta.ConnectionHandle) - Method in class org.apache.calcite.avatica.MetaImpl
- getTableTypes(Meta.ConnectionHandle) - Method in class org.apache.calcite.avatica.remote.RemoteMeta
- getter - Variable in class org.apache.calcite.avatica.util.AbstractCursor.AccessorImpl
- getter - Variable in class org.apache.calcite.avatica.util.AbstractCursor.StructGetter
- getTime(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getTime(int, Calendar) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getTime(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getTime(String, Calendar) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getTime(Calendar) - Method in class org.apache.calcite.avatica.util.AbstractCursor.AccessorImpl
- getTime(Calendar) - Method in class org.apache.calcite.avatica.util.AbstractCursor.TimeAccessor
- getTime(Calendar) - Method in class org.apache.calcite.avatica.util.AbstractCursor.TimeFromNumberAccessor
- getTime(Calendar) - Method in class org.apache.calcite.avatica.util.AbstractCursor.TimestampAccessor
- getTime(Calendar) - Method in class org.apache.calcite.avatica.util.AbstractCursor.TimestampFromNumberAccessor
- getTime(Calendar) - Method in class org.apache.calcite.avatica.util.AbstractCursor.TimestampFromUtilDateAccessor
- getTime(Calendar) - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
- getTimeDateFunctions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getTimestamp(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getTimestamp(int, Calendar) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getTimestamp(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getTimestamp(String, Calendar) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getTimestamp(Calendar) - Method in class org.apache.calcite.avatica.util.AbstractCursor.AccessorImpl
- getTimestamp(Calendar) - Method in class org.apache.calcite.avatica.util.AbstractCursor.DateFromNumberAccessor
- getTimestamp(Calendar) - Method in class org.apache.calcite.avatica.util.AbstractCursor.TimeFromNumberAccessor
- getTimestamp(Calendar) - Method in class org.apache.calcite.avatica.util.AbstractCursor.TimestampAccessor
- getTimestamp(Calendar) - Method in class org.apache.calcite.avatica.util.AbstractCursor.TimestampFromNumberAccessor
- getTimestamp(Calendar) - Method in class org.apache.calcite.avatica.util.AbstractCursor.TimestampFromUtilDateAccessor
- 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.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.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; - getTypeFieldBuilder() - 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 interface org.apache.calcite.avatica.Meta
-
Per
DatabaseMetaData.getTypeInfo(). - getTypeInfo(Meta.ConnectionHandle) - Method in class org.apache.calcite.avatica.MetaImpl
- getTypeInfo(Meta.ConnectionHandle) - Method in class org.apache.calcite.avatica.remote.RemoteMeta
- 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
- 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 interface org.apache.calcite.avatica.Meta
-
Per
DatabaseMetaData.getUDTs(String, String, String, int[]). - getUDTs(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, int[]) - Method in class org.apache.calcite.avatica.MetaImpl
- getUnicodeStream() - Method in class org.apache.calcite.avatica.util.AbstractCursor.AccessorImpl
- getUnicodeStream() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
- getUnicodeStream(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getUnicodeStream(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- 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.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>>
- getUpdatesFieldBuilder() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
- 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() - Method in class org.apache.calcite.avatica.util.AbstractCursor.AccessorImpl
- getURL() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
- getURL(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getURL(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getUserName() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getUserPrincipal() - Method in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientSpnegoImpl.EmptyCredentials
- getValue() - Method in enum org.apache.calcite.avatica.AvaticaSeverity
- 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) - 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(int) - Static method in enum org.apache.calcite.avatica.util.TimeUnit
-
Returns the TimeUnit associated with an ordinal.
- getValueBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
-
.TypedValue value = 2; - 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; - 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
- getValueFieldBuilder() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
- getValueFieldBuilder() - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
- getValueFieldBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
-
.TypedValue value = 2; - 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() - 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; - 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; - 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 interface org.apache.calcite.avatica.Meta
-
Per
DatabaseMetaData.getVersionColumns(String, String, String). - getVersionColumns(Meta.ConnectionHandle, String, String, String) - Method in class org.apache.calcite.avatica.MetaImpl
- 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
- 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 - Variable in exception org.apache.calcite.avatica.MissingResultsException
- handle(IOException) - Method in class org.apache.calcite.avatica.remote.JsonService
- handle(String, Throwable) - Static method in class org.apache.calcite.avatica.UnregisteredDriver
- handler - Variable in class org.apache.calcite.avatica.UnregisteredDriver
- 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_SERIALIZATION_METRICS_NAME - Static variable in interface org.apache.calcite.avatica.remote.Handler
- 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.
- HandlerImpl - Class in org.apache.calcite.avatica
-
Implementation of
Handlerthat 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_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.Meta.Frame
- 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
- hasArgs_ - Variable in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
- hasArgs_ - Variable in class org.apache.calcite.avatica.proto.Common.QueryState
- hasArrayValue_ - Variable in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
- hasArrayValue_ - Variable in class org.apache.calcite.avatica.proto.Common.ColumnValue
- hasAutoCommit_ - Variable in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
- hasAutoCommit_ - Variable in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
- 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; - hasExceptions_ - Variable in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
- hasExceptions_ - Variable in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
- 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
- hashCode() - Method in class org.apache.calcite.avatica.util.TimeUnitRange.Pair
- 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; - hasNext() - Method in class org.apache.calcite.avatica.MetaImpl.EmptyIterator
- hasNext() - Method in class org.apache.calcite.avatica.MetaImpl.FetchIterator
- hasOp_ - Variable in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
- hasOp_ - Variable in class org.apache.calcite.avatica.proto.Common.QueryState
- hasParameterValues_ - Variable in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
- hasParameterValues_ - Variable in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
- hasProtoUpdateBatches() - Method in class org.apache.calcite.avatica.remote.Service.ExecuteBatchRequest
-
Does this instance contain protobuf update batches.
- hasReadOnly_ - Variable in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
- hasReadOnly_ - Variable in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
- 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; - hasSql_ - Variable in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
- hasSql_ - Variable in class org.apache.calcite.avatica.proto.Common.QueryState
- 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; - hasTypeList_ - Variable in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
- hasTypeList_ - Variable in class org.apache.calcite.avatica.proto.Requests.TablesRequest
- 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 - Class in org.apache.calcite.avatica
-
Utility methods, mainly concerning error-handling.
- Helper() - Constructor for class org.apache.calcite.avatica.Helper
- HELPER - Static variable in class org.apache.calcite.avatica.AvaticaConnection
- HIGH - org.apache.calcite.avatica.InternalProperty.NullSorting
- holdability - Variable in class org.apache.calcite.avatica.AvaticaConnection
- holdability - Variable in class org.apache.calcite.avatica.AvaticaResultSet
- host - Variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
- host - Variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientSpnegoImpl
- HOSTNAME_VERIFICATION - org.apache.calcite.avatica.BuiltInConnectionProperty
- hostnameVerification - 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() - Constructor for enum org.apache.calcite.avatica.remote.HostnameVerificationConfigurable.HostnameVerification
- HostnameVerificationConfigurable - Interface in org.apache.calcite.avatica.remote
-
An interface to decorate an
AvaticaHttpClientthat can support configuration on SSL hostname verification. - HostnameVerificationConfigurable.HostnameVerification - Enum in org.apache.calcite.avatica.remote
-
Describes the support hostname verification methods of
AvaticaHttpClient. - HOUR - org.apache.calcite.avatica.util.TimeUnit
- HOUR - org.apache.calcite.avatica.util.TimeUnitRange
- HOUR_TO_MINUTE - org.apache.calcite.avatica.util.TimeUnitRange
- HOUR_TO_SECOND - org.apache.calcite.avatica.util.TimeUnitRange
- HTTP_CLIENT_FACTORY - org.apache.calcite.avatica.BuiltInConnectionProperty
-
Factory for constructing http clients.
- HTTP_CLIENT_IMPL - org.apache.calcite.avatica.BuiltInConnectionProperty
-
HttpClient implementation class name.
- 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
I
- i - Variable in class org.apache.calcite.avatica.ConnectStringParser
- IBM_KRB5_LOGIN_MODULE - Static variable in class org.apache.calcite.avatica.remote.KerberosConnection
- 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_ - Variable in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
- id_ - Variable in class org.apache.calcite.avatica.proto.Common.AvaticaType
- id_ - Variable in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
- id_ - Variable in class org.apache.calcite.avatica.proto.Common.StatementHandle
- 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
- impl - Variable in class org.apache.calcite.avatica.remote.ProtobufTranslationImpl.RequestTranslator
- impl - Variable in class org.apache.calcite.avatica.remote.ProtobufTranslationImpl.ResponseTranslator
- IMPLICITLY_NULL_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.TypedValue
- implicitlyNull_ - Variable in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
- implicitlyNull_ - Variable in class org.apache.calcite.avatica.proto.Common.TypedValue
- index - Variable in class org.apache.calcite.avatica.AvaticaSite
- 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
seekfirst 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
seekfirst 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_ - Variable in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
- info_ - Variable in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
- INFO_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
- InfoDefaultEntryHolder() - Constructor for class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.InfoDefaultEntryHolder
- initialCapacity - Variable in class org.apache.calcite.avatica.util.UnsynchronizedBuffer
- initializeClient() - Method in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
- InputStream(InputStream) - Constructor for class org.apache.calcite.avatica.util.Base64.InputStream
-
Constructs a
Base64.InputStreamin DECODE mode. - InputStream(InputStream, int) - Constructor for class org.apache.calcite.avatica.util.Base64.InputStream
-
Constructs a
Base64.InputStreamin either ENCODE or DECODE mode. - INSERT - org.apache.calcite.avatica.Meta.StatementType
- INSERT - org.apache.calcite.avatica.proto.Common.StatementType
-
INSERT = 1; - INSERT_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.StatementType
-
INSERT = 1; - insertRow() - Method in class org.apache.calcite.avatica.AvaticaResultSet
- insertsAreDetected(int) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- INSTANCE - org.apache.calcite.avatica.AvaticaSite.Dummy
- INSTANCE - Static variable in class org.apache.calcite.avatica.Helper
- INSTANCE - Static variable in class org.apache.calcite.avatica.MetaImpl.EmptyIterator
- INSTANCE - Static variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientSpnegoImpl.EmptyCredentials
- INSTANCE - Static variable in class org.apache.calcite.avatica.remote.AvaticaHttpClientFactoryImpl
- INSTANCE - Static variable in class org.apache.calcite.avatica.remote.Service.CommitResponse
- INSTANCE - Static variable in class org.apache.calcite.avatica.remote.Service.RollbackResponse
- instantiateClient(String, URL) - Method 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 - org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.ArgumentType
-
INT = 2; - 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
- int2(StringBuilder, int) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
- int4(StringBuilder, int) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
- IntAccessor(AbstractCursor.Getter) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.IntAccessor
- intArrayValues_ - Variable in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
- intArrayValues_ - Variable in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
- intArrayValuesMemoizedSerializedSize - Variable in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
- INTEGER - org.apache.calcite.avatica.ColumnMetaData.Rep
- INTEGER - org.apache.calcite.avatica.proto.Common.Rep
-
INTEGER = 12; - INTEGER - org.apache.calcite.avatica.SqlType
- INTEGER_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
-
INTEGER = 12; - INTEGRITY_CONSTRAINT_VIOLATION_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
23000: integrity constraint violation
- INTEGRITY_CONSTRAINT_VIOLATION_RESTRICT_VIOLATION - org.apache.calcite.avatica.SqlState
-
23001: integrity constraint violation: restrict violation
- internal - Variable in enum org.apache.calcite.avatica.SqlType
-
Class used internally in Calcite to represent instances of this type.
- internal_static_AvaticaParameter_descriptor - Static variable in class org.apache.calcite.avatica.proto.Common
- internal_static_AvaticaParameter_fieldAccessorTable - Static variable in class org.apache.calcite.avatica.proto.Common
- internal_static_AvaticaType_descriptor - Static variable in class org.apache.calcite.avatica.proto.Common
- internal_static_AvaticaType_fieldAccessorTable - Static variable in class org.apache.calcite.avatica.proto.Common
- internal_static_CatalogsRequest_descriptor - Static variable in class org.apache.calcite.avatica.proto.Requests
- internal_static_CatalogsRequest_fieldAccessorTable - Static variable in class org.apache.calcite.avatica.proto.Requests
- internal_static_CloseConnectionRequest_descriptor - Static variable in class org.apache.calcite.avatica.proto.Requests
- internal_static_CloseConnectionRequest_fieldAccessorTable - Static variable in class org.apache.calcite.avatica.proto.Requests
- internal_static_CloseConnectionResponse_descriptor - Static variable in class org.apache.calcite.avatica.proto.Responses
- internal_static_CloseConnectionResponse_fieldAccessorTable - Static variable in class org.apache.calcite.avatica.proto.Responses
- internal_static_CloseStatementRequest_descriptor - Static variable in class org.apache.calcite.avatica.proto.Requests
- internal_static_CloseStatementRequest_fieldAccessorTable - Static variable in class org.apache.calcite.avatica.proto.Requests
- internal_static_CloseStatementResponse_descriptor - Static variable in class org.apache.calcite.avatica.proto.Responses
- internal_static_CloseStatementResponse_fieldAccessorTable - Static variable in class org.apache.calcite.avatica.proto.Responses
- internal_static_ColumnMetaData_descriptor - Static variable in class org.apache.calcite.avatica.proto.Common
- internal_static_ColumnMetaData_fieldAccessorTable - Static variable in class org.apache.calcite.avatica.proto.Common
- internal_static_ColumnsRequest_descriptor - Static variable in class org.apache.calcite.avatica.proto.Requests
- internal_static_ColumnsRequest_fieldAccessorTable - Static variable in class org.apache.calcite.avatica.proto.Requests
- internal_static_ColumnValue_descriptor - Static variable in class org.apache.calcite.avatica.proto.Common
- internal_static_ColumnValue_fieldAccessorTable - Static variable in class org.apache.calcite.avatica.proto.Common
- internal_static_CommitRequest_descriptor - Static variable in class org.apache.calcite.avatica.proto.Requests
- internal_static_CommitRequest_fieldAccessorTable - Static variable in class org.apache.calcite.avatica.proto.Requests
- internal_static_CommitResponse_descriptor - Static variable in class org.apache.calcite.avatica.proto.Responses
- internal_static_CommitResponse_fieldAccessorTable - Static variable in class org.apache.calcite.avatica.proto.Responses
- internal_static_ConnectionProperties_descriptor - Static variable in class org.apache.calcite.avatica.proto.Common
- internal_static_ConnectionProperties_fieldAccessorTable - Static variable in class org.apache.calcite.avatica.proto.Common
- internal_static_ConnectionSyncRequest_descriptor - Static variable in class org.apache.calcite.avatica.proto.Requests
- internal_static_ConnectionSyncRequest_fieldAccessorTable - Static variable in class org.apache.calcite.avatica.proto.Requests
- internal_static_ConnectionSyncResponse_descriptor - Static variable in class org.apache.calcite.avatica.proto.Responses
- internal_static_ConnectionSyncResponse_fieldAccessorTable - Static variable in class org.apache.calcite.avatica.proto.Responses
- internal_static_CreateStatementRequest_descriptor - Static variable in class org.apache.calcite.avatica.proto.Requests
- internal_static_CreateStatementRequest_fieldAccessorTable - Static variable in class org.apache.calcite.avatica.proto.Requests
- internal_static_CreateStatementResponse_descriptor - Static variable in class org.apache.calcite.avatica.proto.Responses
- internal_static_CreateStatementResponse_fieldAccessorTable - Static variable in class org.apache.calcite.avatica.proto.Responses
- internal_static_CursorFactory_descriptor - Static variable in class org.apache.calcite.avatica.proto.Common
- internal_static_CursorFactory_fieldAccessorTable - Static variable in class org.apache.calcite.avatica.proto.Common
- internal_static_DatabaseProperty_descriptor - Static variable in class org.apache.calcite.avatica.proto.Common
- internal_static_DatabaseProperty_fieldAccessorTable - Static variable in class org.apache.calcite.avatica.proto.Common
- internal_static_DatabasePropertyElement_descriptor - Static variable in class org.apache.calcite.avatica.proto.Responses
- internal_static_DatabasePropertyElement_fieldAccessorTable - Static variable in class org.apache.calcite.avatica.proto.Responses
- internal_static_DatabasePropertyRequest_descriptor - Static variable in class org.apache.calcite.avatica.proto.Requests
- internal_static_DatabasePropertyRequest_fieldAccessorTable - Static variable in class org.apache.calcite.avatica.proto.Requests
- internal_static_DatabasePropertyResponse_descriptor - Static variable in class org.apache.calcite.avatica.proto.Responses
- internal_static_DatabasePropertyResponse_fieldAccessorTable - Static variable in class org.apache.calcite.avatica.proto.Responses
- internal_static_ErrorResponse_descriptor - Static variable in class org.apache.calcite.avatica.proto.Responses
- internal_static_ErrorResponse_fieldAccessorTable - Static variable in class org.apache.calcite.avatica.proto.Responses
- internal_static_ExecuteBatchRequest_descriptor - Static variable in class org.apache.calcite.avatica.proto.Requests
- internal_static_ExecuteBatchRequest_fieldAccessorTable - Static variable in class org.apache.calcite.avatica.proto.Requests
- internal_static_ExecuteBatchResponse_descriptor - Static variable in class org.apache.calcite.avatica.proto.Responses
- internal_static_ExecuteBatchResponse_fieldAccessorTable - Static variable in class org.apache.calcite.avatica.proto.Responses
- internal_static_ExecuteRequest_descriptor - Static variable in class org.apache.calcite.avatica.proto.Requests
- internal_static_ExecuteRequest_fieldAccessorTable - Static variable in class org.apache.calcite.avatica.proto.Requests
- internal_static_ExecuteResponse_descriptor - Static variable in class org.apache.calcite.avatica.proto.Responses
- internal_static_ExecuteResponse_fieldAccessorTable - Static variable in class org.apache.calcite.avatica.proto.Responses
- internal_static_FetchRequest_descriptor - Static variable in class org.apache.calcite.avatica.proto.Requests
- internal_static_FetchRequest_fieldAccessorTable - Static variable in class org.apache.calcite.avatica.proto.Requests
- internal_static_FetchResponse_descriptor - Static variable in class org.apache.calcite.avatica.proto.Responses
- internal_static_FetchResponse_fieldAccessorTable - Static variable in class org.apache.calcite.avatica.proto.Responses
- internal_static_Frame_descriptor - Static variable in class org.apache.calcite.avatica.proto.Common
- internal_static_Frame_fieldAccessorTable - Static variable in class org.apache.calcite.avatica.proto.Common
- internal_static_MetaDataOperationArgument_descriptor - Static variable in class org.apache.calcite.avatica.proto.Common
- internal_static_MetaDataOperationArgument_fieldAccessorTable - Static variable in class org.apache.calcite.avatica.proto.Common
- internal_static_OpenConnectionRequest_descriptor - Static variable in class org.apache.calcite.avatica.proto.Requests
- internal_static_OpenConnectionRequest_fieldAccessorTable - Static variable in class org.apache.calcite.avatica.proto.Requests
- internal_static_OpenConnectionRequest_InfoEntry_descriptor - Static variable in class org.apache.calcite.avatica.proto.Requests
- internal_static_OpenConnectionRequest_InfoEntry_fieldAccessorTable - Static variable in class org.apache.calcite.avatica.proto.Requests
- internal_static_OpenConnectionResponse_descriptor - Static variable in class org.apache.calcite.avatica.proto.Responses
- internal_static_OpenConnectionResponse_fieldAccessorTable - Static variable in class org.apache.calcite.avatica.proto.Responses
- internal_static_PrepareAndExecuteBatchRequest_descriptor - Static variable in class org.apache.calcite.avatica.proto.Requests
- internal_static_PrepareAndExecuteBatchRequest_fieldAccessorTable - Static variable in class org.apache.calcite.avatica.proto.Requests
- internal_static_PrepareAndExecuteRequest_descriptor - Static variable in class org.apache.calcite.avatica.proto.Requests
- internal_static_PrepareAndExecuteRequest_fieldAccessorTable - Static variable in class org.apache.calcite.avatica.proto.Requests
- internal_static_PrepareRequest_descriptor - Static variable in class org.apache.calcite.avatica.proto.Requests
- internal_static_PrepareRequest_fieldAccessorTable - Static variable in class org.apache.calcite.avatica.proto.Requests
- internal_static_PrepareResponse_descriptor - Static variable in class org.apache.calcite.avatica.proto.Responses
- internal_static_PrepareResponse_fieldAccessorTable - Static variable in class org.apache.calcite.avatica.proto.Responses
- internal_static_QueryState_descriptor - Static variable in class org.apache.calcite.avatica.proto.Common
- internal_static_QueryState_fieldAccessorTable - Static variable in class org.apache.calcite.avatica.proto.Common
- internal_static_ResultSetResponse_descriptor - Static variable in class org.apache.calcite.avatica.proto.Responses
- internal_static_ResultSetResponse_fieldAccessorTable - Static variable in class org.apache.calcite.avatica.proto.Responses
- internal_static_RollbackRequest_descriptor - Static variable in class org.apache.calcite.avatica.proto.Requests
- internal_static_RollbackRequest_fieldAccessorTable - Static variable in class org.apache.calcite.avatica.proto.Requests
- internal_static_RollbackResponse_descriptor - Static variable in class org.apache.calcite.avatica.proto.Responses
- internal_static_RollbackResponse_fieldAccessorTable - Static variable in class org.apache.calcite.avatica.proto.Responses
- internal_static_Row_descriptor - Static variable in class org.apache.calcite.avatica.proto.Common
- internal_static_Row_fieldAccessorTable - Static variable in class org.apache.calcite.avatica.proto.Common
- internal_static_RpcMetadata_descriptor - Static variable in class org.apache.calcite.avatica.proto.Responses
- internal_static_RpcMetadata_fieldAccessorTable - Static variable in class org.apache.calcite.avatica.proto.Responses
- internal_static_SchemasRequest_descriptor - Static variable in class org.apache.calcite.avatica.proto.Requests
- internal_static_SchemasRequest_fieldAccessorTable - Static variable in class org.apache.calcite.avatica.proto.Requests
- internal_static_Signature_descriptor - Static variable in class org.apache.calcite.avatica.proto.Common
- internal_static_Signature_fieldAccessorTable - Static variable in class org.apache.calcite.avatica.proto.Common
- internal_static_StatementHandle_descriptor - Static variable in class org.apache.calcite.avatica.proto.Common
- internal_static_StatementHandle_fieldAccessorTable - Static variable in class org.apache.calcite.avatica.proto.Common
- internal_static_SyncResultsRequest_descriptor - Static variable in class org.apache.calcite.avatica.proto.Requests
- internal_static_SyncResultsRequest_fieldAccessorTable - Static variable in class org.apache.calcite.avatica.proto.Requests
- internal_static_SyncResultsResponse_descriptor - Static variable in class org.apache.calcite.avatica.proto.Responses
- internal_static_SyncResultsResponse_fieldAccessorTable - Static variable in class org.apache.calcite.avatica.proto.Responses
- internal_static_TablesRequest_descriptor - Static variable in class org.apache.calcite.avatica.proto.Requests
- internal_static_TablesRequest_fieldAccessorTable - Static variable in class org.apache.calcite.avatica.proto.Requests
- internal_static_TableTypesRequest_descriptor - Static variable in class org.apache.calcite.avatica.proto.Requests
- internal_static_TableTypesRequest_fieldAccessorTable - Static variable in class org.apache.calcite.avatica.proto.Requests
- internal_static_TypedValue_descriptor - Static variable in class org.apache.calcite.avatica.proto.Common
- internal_static_TypedValue_fieldAccessorTable - Static variable in class org.apache.calcite.avatica.proto.Common
- internal_static_TypeInfoRequest_descriptor - Static variable in class org.apache.calcite.avatica.proto.Requests
- internal_static_TypeInfoRequest_fieldAccessorTable - Static variable in class org.apache.calcite.avatica.proto.Requests
- internal_static_UpdateBatch_descriptor - Static variable in class org.apache.calcite.avatica.proto.Requests
- internal_static_UpdateBatch_fieldAccessorTable - Static variable in class org.apache.calcite.avatica.proto.Requests
- internal_static_WireMessage_descriptor - Static variable in class org.apache.calcite.avatica.proto.Common
- internal_static_WireMessage_fieldAccessorTable - Static variable in class org.apache.calcite.avatica.proto.Common
- 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
- internalGetInfo() - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
- internalGetInfo() - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
- 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
- internalGetMutableInfo() - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
- 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. - InternalProperty(Class<E>, E) - Constructor for enum org.apache.calcite.avatica.InternalProperty
-
Creates an InternalProperty based on an enum.
- InternalProperty(ConnectionProperty.Type, Class, Object) - Constructor for enum org.apache.calcite.avatica.InternalProperty
- InternalProperty(ConnectionProperty.Type, Object) - Constructor for enum org.apache.calcite.avatica.InternalProperty
-
Creates an InternalProperty based on a non-enum type.
- InternalProperty.NullSorting - Enum in org.apache.calcite.avatica
-
Where nulls appear in a sorted relation.
- internalValueMap - Static variable in enum org.apache.calcite.avatica.proto.Common.CursorFactory.Style
- internalValueMap - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
- internalValueMap - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.ArgumentType
- internalValueMap - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
- internalValueMap - Static variable in enum org.apache.calcite.avatica.proto.Common.Severity
- internalValueMap - Static variable in enum org.apache.calcite.avatica.proto.Common.StatementType
- internalValueMap - Static variable in enum org.apache.calcite.avatica.proto.Common.StateType
- INTERVAL_DAY_TIME - org.apache.calcite.avatica.SqlType
- INTERVAL_YEAR_MONTH - org.apache.calcite.avatica.SqlType
- IntervalDayTimeAccessor(AbstractCursor.Getter, TimeUnitRange, int) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.IntervalDayTimeAccessor
- intervalDayTimeToString(long, TimeUnitRange, int) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
- IntervalYearMonthAccessor(AbstractCursor.Getter, TimeUnitRange) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.IntervalYearMonthAccessor
- intervalYearMonthToString(int, TimeUnitRange) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
- intForColumnNullable(boolean) - Static method in class org.apache.calcite.avatica.MetaImpl
- intToTime(int, Calendar) - Static method in class org.apache.calcite.avatica.util.AbstractCursor
- intValue_ - Variable in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
- intValue_ - Variable in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
- INVALID_AUTHORIZATION_SPECIFICATION_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
28000: invalid authorization specification
- INVALID_CATALOG_NAME_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
3D000: invalid catalog name
- INVALID_CHARACTER_SET_NAME_CANNOT_DROP_SQLSESSION_DEFAULT_CHARACTER_SET - org.apache.calcite.avatica.SqlState
-
2C001: invalid character set name: cannot drop SQL-session default character set
- INVALID_CHARACTER_SET_NAME_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
2C000: invalid character set name
- INVALID_COLLATION_NAME_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
2H000: invalid collation name
- INVALID_CONDITION_NUMBER_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
35000: invalid condition number
- INVALID_CONNECTION_NAME_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
2E000: invalid connection name
- INVALID_CURSOR_NAME_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
34000: invalid cursor name
- INVALID_CURSOR_STATE_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
24000: invalid cursor state
- INVALID_GRANTOR_STATE_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
0L000: invalid grantor
- INVALID_ROLE_SPECIFICATION - org.apache.calcite.avatica.SqlState
-
0P000: invalid role specification
- INVALID_SCHEMA_NAME_LIST_SPECIFICATION_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
0E000: invalid schema name list specification
- INVALID_SCHEMA_NAME_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
3F000: invalid schema name
- INVALID_SQL_DESCRIPTOR_NAME_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
33000: invalid SQL descriptor name
- INVALID_SQL_INVOKED_PROCEDURE_REFERENCE_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
0M000: invalid SQL-invoked procedure reference
- INVALID_SQL_STATEMENT - Static variable in enum org.apache.calcite.avatica.SqlState
-
Alias for backwards compatibility with previous versions of SQL spec.
- INVALID_SQL_STATEMENT_IDENTIFIER_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
30000: invalid SQL statement identifier
- INVALID_SQL_STATEMENT_NAME_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
26000: invalid SQL statement name
- INVALID_TARGET_TYPE_SPECIFICATION_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
0D000: invalid target type specification
- INVALID_TRANSACTION_STATE_ACTIVE_SQL_TRANSACTION - org.apache.calcite.avatica.SqlState
-
25001: invalid transaction state: active SQL-transaction
- INVALID_TRANSACTION_STATE_BRANCH_TRANSACTION_ALREADY_ACTIVE - org.apache.calcite.avatica.SqlState
-
25002: invalid transaction state: branch transaction already active
- INVALID_TRANSACTION_STATE_HELD_CURSOR_REQUIRES_SAME_ISOLATION_LEVEL - org.apache.calcite.avatica.SqlState
-
25008: invalid transaction state: held cursor requires same isolation level
- INVALID_TRANSACTION_STATE_INAPPROPRIATE_ACCESS_MODE_FOR_BRANCH_TRANSACTION - org.apache.calcite.avatica.SqlState
-
25003: invalid transaction state: inappropriate access mode for branch transaction
- INVALID_TRANSACTION_STATE_INAPPROPRIATE_ISOLATION_LEVEL_FOR_BRANCH_TRANSACTION - org.apache.calcite.avatica.SqlState
-
25004: invalid transaction state: inappropriate isolation level for branch transaction
- INVALID_TRANSACTION_STATE_NO_ACTIVE_SQL_TRANSACTION_FOR_BRANCH_TRANSACTION - org.apache.calcite.avatica.SqlState
-
25005: invalid transaction state: no active SQL-transaction for branch transaction
- INVALID_TRANSACTION_STATE_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
25000: invalid transaction state
- INVALID_TRANSACTION_STATE_READ_ONLY_SQL_TRANSACTION - org.apache.calcite.avatica.SqlState
-
25006: invalid transaction state: read-only SQL-transaction
- INVALID_TRANSACTION_STATE_SCHEMA_AND_DATA_STATEMENT_MIXING_NOT_SUPPORTED - org.apache.calcite.avatica.SqlState
-
25007: invalid transaction state: schema and data statement mixing not supported
- INVALID_TRANSACTION_TERMINATION_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
2D000: invalid transaction termination
- INVALID_TRANSFORM_GROUP_NAME_SPECIFICATION_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
0S000: invalid transform group name specification
- 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
- IS_DML - org.apache.calcite.avatica.Meta.StatementType
- IS_IBM_JAVA - Static variable in class org.apache.calcite.avatica.remote.KerberosConnection
- isAfterLast() - Method in class org.apache.calcite.avatica.AvaticaResultSet
- isAutoCommit() - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
- isAutoCommit() - Method in interface org.apache.calcite.avatica.Meta.ConnectionProperties
- isAutoincrement - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
- isAutoIncrement(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
- isBeforeFirst() - Method in class org.apache.calcite.avatica.AvaticaResultSet
- isCaseSensitive(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
- isCatalogAtStart() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- 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
- isCloseOnCompletion() - Method in class org.apache.calcite.avatica.AvaticaStatement
- isCurrency(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
- isDefinitelyWritable(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
- isDirty - Variable in class org.apache.calcite.avatica.ConnectionPropertiesImpl
- isDirty() - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
- isDirty_ - Variable in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
- isDirty_ - Variable in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
- isEmpty() - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
- isEmpty() - Method in interface org.apache.calcite.avatica.Meta.ConnectionProperties
- isFirst() - Method in class org.apache.calcite.avatica.AvaticaResultSet
- 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
- 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).
- isNewStyleColumn(Common.ColumnValue) - Static method in class org.apache.calcite.avatica.Meta.Frame
-
Determines whether this message contains the new attributes in the message.
- 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.AvaticaPreparedStatement
- isNullable(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
- ISODOW - org.apache.calcite.avatica.util.TimeUnit
- ISODOW - org.apache.calcite.avatica.util.TimeUnitRange
- isOffsetDateTime(Object) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
-
Returns whether a value is an
OffsetDateTime. - isOffsetDateTime(Object) - Method in class org.apache.calcite.avatica.util.DateTimeUtils.NoopOffsetDateTimeHandler
- isOffsetDateTime(Object) - Method in interface org.apache.calcite.avatica.util.DateTimeUtils.OffsetDateTimeHandler
- isOffsetDateTime(Object) - Method in class org.apache.calcite.avatica.util.DateTimeUtils.ReflectiveOffsetDateTimeHandler
- ISOYEAR - org.apache.calcite.avatica.util.TimeUnit
- ISOYEAR - org.apache.calcite.avatica.util.TimeUnitRange
- isPoolable() - Method in class org.apache.calcite.avatica.AvaticaStatement
- isReadOnly() - Method in class org.apache.calcite.avatica.AvaticaConnection
- isReadOnly() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- isReadOnly() - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
- isReadOnly() - Method in interface org.apache.calcite.avatica.Meta.ConnectionProperties
- isReadOnly(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
- isSearchable(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
- isSerial(ColumnMetaData.Rep, Object) - Method in class org.apache.calcite.avatica.remote.TypedValue
- 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
- isTGSPrincipal(KerberosPrincipal) - Static method in class org.apache.calcite.avatica.remote.KerberosConnection
-
Computes if the given
principalis the ticket-granting system's principal ("krbtgt"). - isUpdateCapable(AvaticaStatement) - Method in class org.apache.calcite.avatica.AvaticaConnection
-
Returns whether a a statement is capable of updates and if so, and the statement's
updateCountis still -1, proceeds to get updateCount value from statement's resultSet. - isUserPasswordAuth(AuthenticationType) - Method in class org.apache.calcite.avatica.remote.AvaticaHttpClientFactoryImpl
- isValid(int) - Method in class org.apache.calcite.avatica.AvaticaConnection
- 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
- isWritable(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
- iterator - Variable in class org.apache.calcite.avatica.util.IteratorCursor
- iterator() - Method in class org.apache.calcite.avatica.MetaImpl.FetchIterable
- IteratorCursor<E> - Class in org.apache.calcite.avatica.util
-
Implementation of
Cursoron top of anIteratorthat returns a record for each row. - IteratorCursor(Iterator<E>) - Constructor for class org.apache.calcite.avatica.util.IteratorCursor
-
Creates an
IteratorCursor. - IteratorCursor.Position - Enum in org.apache.calcite.avatica.util
-
Are we positioned on a valid row?
J
- JAAS_CONF_NAME - Static variable in class org.apache.calcite.avatica.remote.KerberosConnection
- jaasConf - Variable in class org.apache.calcite.avatica.remote.KerberosConnection
- JAVA_OBJECT - org.apache.calcite.avatica.SqlType
- JAVA_SQL_DATE - org.apache.calcite.avatica.ColumnMetaData.Rep
- JAVA_SQL_DATE - org.apache.calcite.avatica.proto.Common.Rep
-
JAVA_SQL_DATE = 18; - JAVA_SQL_DATE_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
-
JAVA_SQL_DATE = 18; - JAVA_SQL_TIME - org.apache.calcite.avatica.ColumnMetaData.Rep
- JAVA_SQL_TIME - org.apache.calcite.avatica.proto.Common.Rep
-
JAVA_SQL_TIME = 16; - JAVA_SQL_TIME_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
-
JAVA_SQL_TIME = 16; - JAVA_SQL_TIMESTAMP - org.apache.calcite.avatica.ColumnMetaData.Rep
- JAVA_SQL_TIMESTAMP - org.apache.calcite.avatica.proto.Common.Rep
-
JAVA_SQL_TIMESTAMP = 17; - JAVA_SQL_TIMESTAMP_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
-
JAVA_SQL_TIMESTAMP = 17; - JAVA_UTIL_DATE - org.apache.calcite.avatica.ColumnMetaData.Rep
- JAVA_UTIL_DATE - org.apache.calcite.avatica.proto.Common.Rep
-
JAVA_UTIL_DATE = 19; - JAVA_UTIL_DATE_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
-
JAVA_UTIL_DATE = 19; - JAVA_VENDOR_NAME - Static variable in class org.apache.calcite.avatica.remote.KerberosConnection
- JDBC_30 - org.apache.calcite.avatica.UnregisteredDriver.JdbcVersion
-
JDBC version 3.0.
- JDBC_40 - org.apache.calcite.avatica.UnregisteredDriver.JdbcVersion
-
JDBC version 4.0.
- JDBC_41 - org.apache.calcite.avatica.UnregisteredDriver.JdbcVersion
-
JDBC version 4.1.
- JDBC_UNKNOWN - org.apache.calcite.avatica.UnregisteredDriver.JdbcVersion
-
Unknown JDBC version.
- jdbcCompliant - Variable in class org.apache.calcite.avatica.DriverVersion
- 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.
- jdbcToSerial(ColumnMetaData.Rep, Object, Calendar) - Static method in class org.apache.calcite.avatica.remote.TypedValue
- jdbcToSerial(ColumnMetaData.Rep, Object, Calendar, SqlType) - Static method in class org.apache.calcite.avatica.remote.TypedValue
-
Converts a value from JDBC format to a type that can be serialized as JSON.
- JdbcVersion() - Constructor for enum org.apache.calcite.avatica.UnregisteredDriver.JdbcVersion
- JSON - org.apache.calcite.avatica.remote.AbstractService.SerializationType
- JSON - org.apache.calcite.avatica.remote.Driver.Serialization
- JsonHandler - Class in org.apache.calcite.avatica.remote
- JsonHandler(Service, MetricsSystem) - Constructor for class org.apache.calcite.avatica.remote.JsonHandler
- JsonService - Class in org.apache.calcite.avatica.remote
-
Implementation of
Servicethat encodes requests and responses as JSON. - JsonService() - Constructor for class org.apache.calcite.avatica.remote.JsonService
- julianDateFloor(TimeUnitRange, int, boolean) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
- julianExtract(TimeUnitRange, int) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
- julianToString(StringBuilder, int) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
K
- keepRunning - Variable in class org.apache.calcite.avatica.remote.KerberosConnection.RenewalTask
- kerberosConnection - Variable in class org.apache.calcite.avatica.AvaticaConnection
- 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.
- KerberosConnection.RenewalTask - Class in org.apache.calcite.avatica.remote
-
Runnable for performing Kerberos renewals.
- 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
- kerberosUtil - Variable in class org.apache.calcite.avatica.remote.DoAsAvaticaHttpClient
- key - Variable in class org.apache.calcite.avatica.util.PositionedCursor.MapGetter
- key_ - Variable in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
- key_ - Variable in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
- KEY_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
- KEY_PASSWORD - org.apache.calcite.avatica.BuiltInConnectionProperty
-
Password for the key inside keystore
- keyBuilder_ - Variable in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
- keyPassword - Variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
- keyPassword() - Method in interface org.apache.calcite.avatica.ConnectionConfig
- keyPassword() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
- 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 - Variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
- keystore() - Method in interface org.apache.calcite.avatica.ConnectionConfig
- keystore() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
- KEYSTORE - org.apache.calcite.avatica.BuiltInConnectionProperty
-
Keystore for MTLS authentication
- KEYSTORE_PASSWORD - org.apache.calcite.avatica.BuiltInConnectionProperty
-
Password for the keystore
- KeyStoreConfigurable - Interface in org.apache.calcite.avatica.remote
-
Allows a keystore (and keystorepassword, keypassword) to be provided to enable MTLS authentication
- keystorePassword - Variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
- keystorePassword() - Method in interface org.apache.calcite.avatica.ConnectionConfig
- keystorePassword() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
- keytab - Variable in class org.apache.calcite.avatica.remote.ClientKeytabJaasConf
- KEYTAB - org.apache.calcite.avatica.BuiltInConnectionProperty
-
Keytab to use to perform Kerberos login.
- klass - Variable in enum org.apache.calcite.avatica.SqlState
L
- label - Variable in class org.apache.calcite.avatica.ColumnMetaData
- label_ - Variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
- label_ - Variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
- LABEL_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.ColumnMetaData
- LABEL_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
- LARGE_BUFFER_SIZE - Static variable in class org.apache.calcite.avatica.util.UnsynchronizedBuffer
- last() - Method in class org.apache.calcite.avatica.AvaticaResultSet
- lastDay(int, int) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
- left - Variable in class org.apache.calcite.avatica.util.TimeUnitRange.Pair
- length - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunctionColumn
- length - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
- length - Variable in class org.apache.calcite.avatica.util.Spaces.SpaceString
- length() - Method in class org.apache.calcite.avatica.util.ByteString
-
Returns the number of bytes in this byte string.
- length() - Method in class org.apache.calcite.avatica.util.Spaces.SpaceString
- limit - Variable in enum org.apache.calcite.avatica.util.TimeUnit
- lineLength - Variable in class org.apache.calcite.avatica.util.Base64.InputStream
- lineLength - Variable in class org.apache.calcite.avatica.util.Base64.OutputStream
- list - Variable in class org.apache.calcite.avatica.util.ArrayImpl
- list - Variable in class org.apache.calcite.avatica.util.StructImpl
- list(Iterable<E>) - Static method in class org.apache.calcite.avatica.remote.LocalService
- LIST - org.apache.calcite.avatica.Meta.Style
- LIST - org.apache.calcite.avatica.proto.Common.CursorFactory.Style
-
LIST = 4; - 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
- 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.
- loadKeyStore(SSLContextBuilder) - Method in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
- loadTrustStore(SSLContextBuilder) - Method in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
- LOCAL_PROPS - Static variable in enum org.apache.calcite.avatica.BuiltInConnectionProperty
- localCalendar - Variable in class org.apache.calcite.avatica.AvaticaResultSet
- localCalendar - Variable in class org.apache.calcite.avatica.util.AbstractCursor.DateFromNumberAccessor
- localCalendar - Variable in class org.apache.calcite.avatica.util.AbstractCursor.TimeFromNumberAccessor
- localCalendar - Variable in class org.apache.calcite.avatica.util.AbstractCursor.TimestampFromNumberAccessor
- localCalendar - Variable in class org.apache.calcite.avatica.util.AbstractCursor.TimestampFromUtilDateAccessor
- localCalendar() - Static method in class org.apache.calcite.avatica.util.Unsafe
-
Returns a
Calendarwith the local time zone and root locale. - LocalJsonService - Class in org.apache.calcite.avatica.remote
-
Implementation of
Servicethat goes to an in-process instance ofService. - 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
- LocalService(Meta) - Constructor for class org.apache.calcite.avatica.remote.LocalService
- LocalService(Meta, MetricsSystem) - Constructor for class org.apache.calcite.avatica.remote.LocalService
- localToSerial(ColumnMetaData.Rep, Object) - Static method in class org.apache.calcite.avatica.remote.TypedValue
-
Converts a value from internal format to a type that can be serialized as JSON.
- localTypeName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
- LOCATOR_EXCEPTION_INVALID_SPECIFICATION - org.apache.calcite.avatica.SqlState
-
0F001: locator exception: invalid specification
- LOCATOR_EXCEPTION_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
0F000: locator exception
- locatorsUpdateCopy() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- LOG - Static variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
- LOG - Static variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientSpnegoImpl
- LOG - Static variable in class org.apache.calcite.avatica.remote.AvaticaHttpClientFactoryImpl
- LOG - Static variable in class org.apache.calcite.avatica.remote.ClientKeytabJaasConf
- LOG - Static variable in class org.apache.calcite.avatica.remote.Driver
- LOG - Static variable in class org.apache.calcite.avatica.remote.KerberosConnection
- LOG - Static variable in class org.apache.calcite.avatica.remote.ProtobufTranslationImpl
- LOG - Static variable in class org.apache.calcite.avatica.remote.RemoteProtobufService
- 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(LoginContext, Configuration, Subject) - Method in class org.apache.calcite.avatica.remote.KerberosConnection
-
Performs a kerberos login, possibly logging out first.
- LONG - org.apache.calcite.avatica.ColumnMetaData.Rep
- LONG - org.apache.calcite.avatica.proto.Common.Rep
-
LONG = 13; - LONG_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
-
LONG = 13; - LongAccessor(AbstractCursor.Getter) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.LongAccessor
- LONGNVARCHAR - org.apache.calcite.avatica.SqlType
- longToDate(long, Calendar) - Static method in class org.apache.calcite.avatica.util.AbstractCursor
- longToTimestamp(long, Calendar) - Static method in class org.apache.calcite.avatica.util.AbstractCursor
- LONGVARBINARY - org.apache.calcite.avatica.SqlType
- LONGVARCHAR - org.apache.calcite.avatica.SqlType
- lookupStatement(Meta.StatementHandle) - Method in class org.apache.calcite.avatica.AvaticaConnection
-
Creates a statement wrapper around an existing handle.
- LOW - org.apache.calcite.avatica.InternalProperty.NullSorting
M
- m - Static variable in class org.apache.calcite.avatica.MetaImpl.TypeInfo
- main(String[]) - Static method in enum org.apache.calcite.avatica.SqlState
-
Validates the data, and generates the HTML table.
- major - Variable in class org.apache.calcite.avatica.AvaticaJdbc41Factory
- majorVersion - Variable in class org.apache.calcite.avatica.DriverVersion
- map - Variable in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
- map - Variable in class org.apache.calcite.avatica.remote.MockJsonService
- map - Variable in class org.apache.calcite.avatica.remote.Service.DatabasePropertyResponse
- map(List<String>) - Static method in class org.apache.calcite.avatica.Meta.CursorFactory
- MAP - org.apache.calcite.avatica.Meta.Style
- MAP - org.apache.calcite.avatica.proto.Common.CursorFactory.Style
-
MAP = 5; - MAP - org.apache.calcite.avatica.SqlType
- MAP - Static variable in enum org.apache.calcite.avatica.util.TimeUnitRange
- 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
- 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
- mapping - Variable in class org.apache.calcite.avatica.remote.MockProtobufService
- MAX - Static variable in class org.apache.calcite.avatica.util.Spaces
-
The longest possible string of spaces.
- MAX_LINE_LENGTH - Static variable in class org.apache.calcite.avatica.util.Base64
-
Maximum line length (76) of Base64 output.
- MAX_POOLED_CONNECTION_PER_ROUTE_DEFAULT - Static variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
- MAX_POOLED_CONNECTION_PER_ROUTE_KEY - Static variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
- MAX_POOLED_CONNECTIONS_DEFAULT - Static variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
- MAX_POOLED_CONNECTIONS_KEY - Static variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
- 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_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteRequest
- MAX_ROWS_TOTAL_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.remote.Service.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
- maxRowCount_ - Variable in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
- maxRowCount_ - Variable in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
- maxRowCount_ - Variable in class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
- maxRowCount_ - Variable in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
- maxRowsInFirstFrame - Variable in class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteRequest
- maxRowsTotal_ - Variable in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
- maxRowsTotal_ - Variable in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
- maxRowsTotal_ - Variable in class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
- maxRowsTotal_ - Variable in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
- maybeForceBuilderInitialization() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
- maybeForceBuilderInitialization() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
- maybeForceBuilderInitialization() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
- maybeForceBuilderInitialization() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
- maybeForceBuilderInitialization() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
- maybeForceBuilderInitialization() - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
- maybeForceBuilderInitialization() - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty.Builder
- maybeForceBuilderInitialization() - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
- maybeForceBuilderInitialization() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
- maybeForceBuilderInitialization() - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
- maybeForceBuilderInitialization() - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
- maybeForceBuilderInitialization() - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
- maybeForceBuilderInitialization() - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
- maybeForceBuilderInitialization() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
- maybeForceBuilderInitialization() - Method in class org.apache.calcite.avatica.proto.Common.WireMessage.Builder
- maybeForceBuilderInitialization() - Method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest.Builder
- maybeForceBuilderInitialization() - Method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest.Builder
- maybeForceBuilderInitialization() - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest.Builder
- maybeForceBuilderInitialization() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
- maybeForceBuilderInitialization() - Method in class org.apache.calcite.avatica.proto.Requests.CommitRequest.Builder
- maybeForceBuilderInitialization() - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
- maybeForceBuilderInitialization() - Method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest.Builder
- maybeForceBuilderInitialization() - Method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest.Builder
- maybeForceBuilderInitialization() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
- maybeForceBuilderInitialization() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
- maybeForceBuilderInitialization() - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
- maybeForceBuilderInitialization() - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
- maybeForceBuilderInitialization() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest.Builder
- maybeForceBuilderInitialization() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
- maybeForceBuilderInitialization() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
- maybeForceBuilderInitialization() - Method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest.Builder
- maybeForceBuilderInitialization() - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
- maybeForceBuilderInitialization() - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
- maybeForceBuilderInitialization() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
- maybeForceBuilderInitialization() - Method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest.Builder
- maybeForceBuilderInitialization() - Method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest.Builder
- maybeForceBuilderInitialization() - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch.Builder
- maybeForceBuilderInitialization() - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse.Builder
- maybeForceBuilderInitialization() - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse.Builder
- maybeForceBuilderInitialization() - Method in class org.apache.calcite.avatica.proto.Responses.CommitResponse.Builder
- maybeForceBuilderInitialization() - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
- maybeForceBuilderInitialization() - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
- maybeForceBuilderInitialization() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
- maybeForceBuilderInitialization() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
- maybeForceBuilderInitialization() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
- maybeForceBuilderInitialization() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
- maybeForceBuilderInitialization() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
- maybeForceBuilderInitialization() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
- maybeForceBuilderInitialization() - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse.Builder
- maybeForceBuilderInitialization() - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
- maybeForceBuilderInitialization() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
- maybeForceBuilderInitialization() - Method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse.Builder
- maybeForceBuilderInitialization() - Method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata.Builder
- maybeForceBuilderInitialization() - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
- memoizedIsInitialized - Variable in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
- memoizedIsInitialized - Variable in class org.apache.calcite.avatica.proto.Common.AvaticaType
- memoizedIsInitialized - Variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
- memoizedIsInitialized - Variable in class org.apache.calcite.avatica.proto.Common.ColumnValue
- memoizedIsInitialized - Variable in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
- memoizedIsInitialized - Variable in class org.apache.calcite.avatica.proto.Common.CursorFactory
- memoizedIsInitialized - Variable in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
- memoizedIsInitialized - Variable in class org.apache.calcite.avatica.proto.Common.Frame
- memoizedIsInitialized - Variable in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
- memoizedIsInitialized - Variable in class org.apache.calcite.avatica.proto.Common.QueryState
- memoizedIsInitialized - Variable in class org.apache.calcite.avatica.proto.Common.Row
- memoizedIsInitialized - Variable in class org.apache.calcite.avatica.proto.Common.Signature
- memoizedIsInitialized - Variable in class org.apache.calcite.avatica.proto.Common.StatementHandle
- memoizedIsInitialized - Variable in class org.apache.calcite.avatica.proto.Common.TypedValue
- memoizedIsInitialized - Variable in class org.apache.calcite.avatica.proto.Common.WireMessage
- memoizedIsInitialized - Variable in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
- memoizedIsInitialized - Variable in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
- memoizedIsInitialized - Variable in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
- memoizedIsInitialized - Variable in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
- memoizedIsInitialized - Variable in class org.apache.calcite.avatica.proto.Requests.CommitRequest
- memoizedIsInitialized - Variable in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
- memoizedIsInitialized - Variable in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
- memoizedIsInitialized - Variable in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
- memoizedIsInitialized - Variable in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
- memoizedIsInitialized - Variable in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
- memoizedIsInitialized - Variable in class org.apache.calcite.avatica.proto.Requests.FetchRequest
- memoizedIsInitialized - Variable in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
- memoizedIsInitialized - Variable in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
- memoizedIsInitialized - Variable in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
- memoizedIsInitialized - Variable in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
- memoizedIsInitialized - Variable in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
- memoizedIsInitialized - Variable in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
- memoizedIsInitialized - Variable in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
- memoizedIsInitialized - Variable in class org.apache.calcite.avatica.proto.Requests.TablesRequest
- memoizedIsInitialized - Variable in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
- memoizedIsInitialized - Variable in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
- memoizedIsInitialized - Variable in class org.apache.calcite.avatica.proto.Requests.UpdateBatch
- memoizedIsInitialized - Variable in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
- memoizedIsInitialized - Variable in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
- memoizedIsInitialized - Variable in class org.apache.calcite.avatica.proto.Responses.CommitResponse
- memoizedIsInitialized - Variable in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
- memoizedIsInitialized - Variable in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
- memoizedIsInitialized - Variable in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
- memoizedIsInitialized - Variable in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
- memoizedIsInitialized - Variable in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
- memoizedIsInitialized - Variable in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
- memoizedIsInitialized - Variable in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
- memoizedIsInitialized - Variable in class org.apache.calcite.avatica.proto.Responses.FetchResponse
- memoizedIsInitialized - Variable in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
- memoizedIsInitialized - Variable in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
- memoizedIsInitialized - Variable in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
- memoizedIsInitialized - Variable in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
- memoizedIsInitialized - Variable in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
- memoizedIsInitialized - Variable in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
- merge(Meta.ConnectionProperties) - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
-
Overwrites fields in
thiswith any non-null fields inthat. - merge(Meta.ConnectionProperties) - Method in interface org.apache.calcite.avatica.Meta.ConnectionProperties
-
Overwrite fields in
thiswith any non-null fields inthat - MERGE - org.apache.calcite.avatica.Meta.StatementType
- MERGE - org.apache.calcite.avatica.proto.Common.StatementType
-
MERGE = 5; - 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(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Common.WireMessage.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.CommitRequest.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Responses.CommitResponse.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
- mergeFrom(Message) - 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(Message) - 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(Message) - 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(Message) - 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(Message) - 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(Message) - 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(Message) - 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(Message) - 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(Message) - 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(Message) - 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(Message) - 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(Message) - 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(Message) - 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(Message) - 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(Message) - 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(Message) - 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(Message) - 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(Message) - 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(Message) - 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(Message) - 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(Message) - 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(Message) - 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(Message) - 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(Message) - 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(Message) - 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(Message) - 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(Message) - 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(Common.AvaticaParameter) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
- mergeFrom(Common.AvaticaType) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
- mergeFrom(Common.ColumnMetaData) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
- mergeFrom(Common.ColumnValue) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
- mergeFrom(Common.ConnectionProperties) - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
- mergeFrom(Common.CursorFactory) - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
- mergeFrom(Common.DatabaseProperty) - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty.Builder
- mergeFrom(Common.Frame) - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
- mergeFrom(Common.MetaDataOperationArgument) - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
- mergeFrom(Common.QueryState) - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
- mergeFrom(Common.Row) - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
- mergeFrom(Common.Signature) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
- mergeFrom(Common.StatementHandle) - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
- mergeFrom(Common.TypedValue) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
- mergeFrom(Common.WireMessage) - Method in class org.apache.calcite.avatica.proto.Common.WireMessage.Builder
- mergeFrom(Requests.CatalogsRequest) - Method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest.Builder
- mergeFrom(Requests.CloseConnectionRequest) - Method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest.Builder
- mergeFrom(Requests.CloseStatementRequest) - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest.Builder
- mergeFrom(Requests.ColumnsRequest) - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
- mergeFrom(Requests.CommitRequest) - Method in class org.apache.calcite.avatica.proto.Requests.CommitRequest.Builder
- mergeFrom(Requests.ConnectionSyncRequest) - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
- mergeFrom(Requests.CreateStatementRequest) - Method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest.Builder
- mergeFrom(Requests.DatabasePropertyRequest) - Method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest.Builder
- mergeFrom(Requests.ExecuteBatchRequest) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
- mergeFrom(Requests.ExecuteRequest) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
- mergeFrom(Requests.FetchRequest) - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
- mergeFrom(Requests.OpenConnectionRequest) - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
- mergeFrom(Requests.PrepareAndExecuteBatchRequest) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest.Builder
- mergeFrom(Requests.PrepareAndExecuteRequest) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
- mergeFrom(Requests.PrepareRequest) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
- mergeFrom(Requests.RollbackRequest) - Method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest.Builder
- mergeFrom(Requests.SchemasRequest) - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
- mergeFrom(Requests.SyncResultsRequest) - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
- mergeFrom(Requests.TablesRequest) - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
- mergeFrom(Requests.TableTypesRequest) - Method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest.Builder
- mergeFrom(Requests.TypeInfoRequest) - Method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest.Builder
- mergeFrom(Requests.UpdateBatch) - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch.Builder
- mergeFrom(Responses.CloseConnectionResponse) - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse.Builder
- mergeFrom(Responses.CloseStatementResponse) - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse.Builder
- mergeFrom(Responses.CommitResponse) - Method in class org.apache.calcite.avatica.proto.Responses.CommitResponse.Builder
- mergeFrom(Responses.ConnectionSyncResponse) - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
- mergeFrom(Responses.CreateStatementResponse) - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
- mergeFrom(Responses.DatabasePropertyElement) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
- mergeFrom(Responses.DatabasePropertyResponse) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
- mergeFrom(Responses.ErrorResponse) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
- mergeFrom(Responses.ExecuteBatchResponse) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
- mergeFrom(Responses.ExecuteResponse) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
- mergeFrom(Responses.FetchResponse) - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
- mergeFrom(Responses.OpenConnectionResponse) - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse.Builder
- mergeFrom(Responses.PrepareResponse) - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
- mergeFrom(Responses.ResultSetResponse) - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
- mergeFrom(Responses.RollbackResponse) - Method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse.Builder
- mergeFrom(Responses.RpcMetadata) - Method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata.Builder
- mergeFrom(Responses.SyncResultsResponse) - 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; - MESSAGE_CLASSES - Static variable in class org.apache.calcite.avatica.remote.ProtobufTranslationImpl
- meta - Variable in class org.apache.calcite.avatica.AvaticaConnection
- meta - Variable in class org.apache.calcite.avatica.remote.LocalService
- 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
Connectionproperties. - Meta.CursorFactory - Class in org.apache.calcite.avatica
-
Information necessary to convert an
Iterableinto aCursor. - 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 exception org.apache.calcite.avatica.AvaticaClientRuntimeException
- metadata - Variable in class org.apache.calcite.avatica.remote.AbstractHandler
- metaData - Variable in class org.apache.calcite.avatica.AvaticaConnection
- METADATA - org.apache.calcite.avatica.proto.Common.StateType
-
METADATA = 1; - METADATA - org.apache.calcite.avatica.QueryState.StateType
- metadata_ - Variable in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse.Builder
- metadata_ - Variable in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
- metadata_ - Variable in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse.Builder
- metadata_ - Variable in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
- metadata_ - Variable in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
- metadata_ - Variable in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
- metadata_ - Variable in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
- metadata_ - Variable in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
- metadata_ - Variable in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
- metadata_ - Variable in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
- metadata_ - Variable in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
- metadata_ - Variable in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
- metadata_ - Variable in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
- metadata_ - Variable in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
- metadata_ - Variable in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
- metadata_ - Variable in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
- metadata_ - Variable in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
- metadata_ - Variable in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
- metadata_ - Variable in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
- metadata_ - Variable in class org.apache.calcite.avatica.proto.Responses.FetchResponse
- metadata_ - Variable in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse.Builder
- metadata_ - Variable in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
- metadata_ - Variable in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
- metadata_ - Variable in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
- metadata_ - Variable in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
- metadata_ - Variable in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
- metadata_ - Variable in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
- metadata_ - Variable in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
- METADATA_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.remote.Service.CloseConnectionResponse
- METADATA_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.remote.Service.ConnectionSyncResponse
- METADATA_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.remote.Service.CreateStatementResponse
- METADATA_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.remote.Service.DatabasePropertyResponse
- METADATA_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.remote.Service.ErrorResponse
- METADATA_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.remote.Service.ExecuteResponse
- METADATA_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.remote.Service.FetchResponse
- METADATA_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.remote.Service.OpenConnectionResponse
- METADATA_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.remote.Service.PrepareResponse
- METADATA_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.remote.Service.ResultSetResponse
- METADATA_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.remote.Service.SyncResultsResponse
- 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; - metadataBuilder_ - Variable in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse.Builder
- metadataBuilder_ - Variable in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse.Builder
- metadataBuilder_ - Variable in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
- metadataBuilder_ - Variable in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
- metadataBuilder_ - Variable in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
- metadataBuilder_ - Variable in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
- metadataBuilder_ - Variable in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
- metadataBuilder_ - Variable in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
- metadataBuilder_ - Variable in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
- metadataBuilder_ - Variable in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
- metadataBuilder_ - Variable in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse.Builder
- metadataBuilder_ - Variable in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
- metadataBuilder_ - Variable in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
- metadataBuilder_ - Variable in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
- metaDataOperation - Variable in class org.apache.calcite.avatica.QueryState
- MetaDataOperation - Enum in org.apache.calcite.avatica.remote
-
Identifies an operation from
DatabaseMetaDatawhich returns aResultSet. - MetaDataOperation() - Constructor for enum org.apache.calcite.avatica.remote.MetaDataOperation
- MetaDataOperation(int) - Constructor for enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
- MetaDataOperationArgument() - Constructor for class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
- MetaDataOperationArgument(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
- MetaDataOperationArgument(GeneratedMessageV3.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
- 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.EmptyIterator - Class in org.apache.calcite.avatica
-
Iterator that never returns any elements.
- MetaImpl.FetchIterable - Class in org.apache.calcite.avatica
-
Iterable that yields an iterator over rows coming from a sequence of
Meta.Frames. - MetaImpl.FetchIterator - Class in org.apache.calcite.avatica
-
Iterator over rows coming from a sequence of
Meta.Frames. - 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.
- MetaImpl.TypeInfo - Class in org.apache.calcite.avatica
-
Information about a type.
- 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
- MetaPrimaryKey(String, String, String, String, short, String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaPrimaryKey
- 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
- MetaVersionColumn(Short, String, int, String, Integer, Integer, Short, short) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaVersionColumn
- method - Variable in enum org.apache.calcite.avatica.Meta.DatabaseProperty
- method(Class, Class, String, Class...) - Static method in class org.apache.calcite.avatica.AvaticaUtils
- Method(String) - Constructor for enum org.apache.calcite.avatica.SqlType.Method
- methodName - Variable in enum org.apache.calcite.avatica.SqlType.Method
- metrics - Variable in class org.apache.calcite.avatica.remote.JsonHandler
- metrics - Variable in class org.apache.calcite.avatica.remote.LocalService
- metrics - Variable in class org.apache.calcite.avatica.remote.ProtobufHandler
- MetricsHelper - Class in org.apache.calcite.avatica.remote
-
A utility class to encapsulate common logic in use of metrics implementation.
- MetricsHelper() - Constructor for class org.apache.calcite.avatica.remote.MetricsHelper
- MICROSECOND - org.apache.calcite.avatica.util.TimeUnit
- MICROSECOND - org.apache.calcite.avatica.util.TimeUnitRange
- MILLENNIUM - org.apache.calcite.avatica.util.TimeUnit
- MILLENNIUM - org.apache.calcite.avatica.util.TimeUnitRange
- 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.
- MILLISECOND - org.apache.calcite.avatica.util.TimeUnit
- MILLISECOND - org.apache.calcite.avatica.util.TimeUnitRange
- minimumScale - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
- minor - Variable in class org.apache.calcite.avatica.AvaticaJdbc41Factory
- minorVersion - Variable in class org.apache.calcite.avatica.DriverVersion
- MINUTE - org.apache.calcite.avatica.util.TimeUnit
- MINUTE - org.apache.calcite.avatica.util.TimeUnitRange
- MINUTE_TO_SECOND - org.apache.calcite.avatica.util.TimeUnitRange
- 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
- missingResults_ - Variable in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
- missingResults_ - Variable in class org.apache.calcite.avatica.proto.Responses.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
- missingStatement_ - Variable in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
- missingStatement_ - Variable in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
- missingStatement_ - Variable in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
- missingStatement_ - Variable in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
- missingStatement_ - Variable in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
- missingStatement_ - Variable in class org.apache.calcite.avatica.proto.Responses.FetchResponse
- missingStatement_ - Variable in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
- missingStatement_ - Variable in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
- MockJsonService - Class in org.apache.calcite.avatica.remote
-
Mock implementation of
Servicethat 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
- MONTH - org.apache.calcite.avatica.util.TimeUnit
- MONTH - org.apache.calcite.avatica.util.TimeUnitRange
- 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
- moreResults_ - Variable in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
- moreResults_ - Variable in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
- moveNext() - Method in class org.apache.calcite.avatica.MetaImpl.FetchIterator
- moveToCurrentRow() - Method in class org.apache.calcite.avatica.AvaticaResultSet
- moveToInsertRow() - Method in class org.apache.calcite.avatica.AvaticaResultSet
- multiplier - Variable in enum org.apache.calcite.avatica.util.TimeUnit
- MULTIPLIER_MAP - Static variable in class org.apache.calcite.avatica.ConnectionConfigImpl
- MULTISET - org.apache.calcite.avatica.ColumnMetaData.Rep
- MULTISET - org.apache.calcite.avatica.proto.Common.Rep
-
MULTISET = 29; - MULTISET - org.apache.calcite.avatica.SqlType
- MULTISET_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
-
MULTISET = 29;
N
- n - Variable in class org.apache.calcite.avatica.ConnectStringParser
- n - Variable in class org.apache.calcite.avatica.util.Spacer
- N - org.apache.calcite.avatica.SqlState.Category
-
No data (class 02).
- name - Variable in class org.apache.calcite.avatica.AvaticaParameter
- name - Variable in class org.apache.calcite.avatica.ColumnMetaData.AvaticaType
- name - Variable in class org.apache.calcite.avatica.DriverVersion
- name - Variable in class org.apache.calcite.avatica.MetaImpl.MetaClientInfoProperty
- name() - Method in interface org.apache.calcite.avatica.ConnectionProperty
-
The name of this property.
- name(String) - Static method in class org.apache.calcite.avatica.remote.LocalService
- name_ - Variable in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
- name_ - Variable in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
- name_ - Variable in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
- name_ - Variable in class org.apache.calcite.avatica.proto.Common.AvaticaType
- name_ - Variable in class org.apache.calcite.avatica.proto.Common.DatabaseProperty.Builder
- name_ - Variable in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
- name_ - Variable in class org.apache.calcite.avatica.proto.Common.WireMessage.Builder
- name_ - Variable in class org.apache.calcite.avatica.proto.Common.WireMessage
- 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
- NAME_TO_PROPS - Static variable in enum org.apache.calcite.avatica.BuiltInConnectionProperty
- NAME_TO_PROPS - Static variable in enum org.apache.calcite.avatica.remote.AvaticaRemoteConnectionProperty
- nameBuf - Variable in class org.apache.calcite.avatica.ConnectStringParser
- NANOSECOND - org.apache.calcite.avatica.util.TimeUnit
- NANOSECOND - org.apache.calcite.avatica.util.TimeUnitRange
- nativeSQL(String) - Method in class org.apache.calcite.avatica.AvaticaConnection
- NCHAR - org.apache.calcite.avatica.SqlType
- NCLOB - org.apache.calcite.avatica.SqlType
- networkTimeout - Variable in class org.apache.calcite.avatica.AvaticaConnection
- NEW_LINE - Static variable in class org.apache.calcite.avatica.util.Base64
-
The new line character (\n) as a byte.
- newBuilder() - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
- newBuilder() - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaType
- newBuilder() - Static method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
- newBuilder() - Static method in class org.apache.calcite.avatica.proto.Common.ColumnValue
- newBuilder() - Static method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
- newBuilder() - Static method in class org.apache.calcite.avatica.proto.Common.CursorFactory
- newBuilder() - Static method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
- newBuilder() - Static method in class org.apache.calcite.avatica.proto.Common.Frame
- newBuilder() - Static method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
- newBuilder() - Static method in class org.apache.calcite.avatica.proto.Common.QueryState
- newBuilder() - Static method in class org.apache.calcite.avatica.proto.Common.Row
- newBuilder() - Static method in class org.apache.calcite.avatica.proto.Common.Signature
- newBuilder() - Static method in class org.apache.calcite.avatica.proto.Common.StatementHandle
- newBuilder() - Static method in class org.apache.calcite.avatica.proto.Common.TypedValue
- newBuilder() - Static method in class org.apache.calcite.avatica.proto.Common.WireMessage
- newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
- newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
- newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
- newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
- newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
- newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
- newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
- newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
- newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
- newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
- newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
- newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
- newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
- newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
- newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
- newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
- newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
- newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
- newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
- newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
- newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
- newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch
- newBuilder() - Static method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
- newBuilder() - Static method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
- newBuilder() - Static method in class org.apache.calcite.avatica.proto.Responses.CommitResponse
- newBuilder() - Static method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
- newBuilder() - Static method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
- newBuilder() - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
- newBuilder() - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
- newBuilder() - Static method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
- newBuilder() - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
- newBuilder() - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
- newBuilder() - Static method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
- newBuilder() - Static method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
- newBuilder() - Static method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
- newBuilder() - Static method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
- newBuilder() - Static method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
- newBuilder() - Static method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
- newBuilder() - Static method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
- newBuilder(Common.AvaticaParameter) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
- newBuilder(Common.AvaticaType) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaType
- newBuilder(Common.ColumnMetaData) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
- newBuilder(Common.ColumnValue) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnValue
- newBuilder(Common.ConnectionProperties) - Static method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
- newBuilder(Common.CursorFactory) - Static method in class org.apache.calcite.avatica.proto.Common.CursorFactory
- newBuilder(Common.DatabaseProperty) - Static method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
- newBuilder(Common.Frame) - Static method in class org.apache.calcite.avatica.proto.Common.Frame
- newBuilder(Common.MetaDataOperationArgument) - Static method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
- newBuilder(Common.QueryState) - Static method in class org.apache.calcite.avatica.proto.Common.QueryState
- newBuilder(Common.Row) - Static method in class org.apache.calcite.avatica.proto.Common.Row
- newBuilder(Common.Signature) - Static method in class org.apache.calcite.avatica.proto.Common.Signature
- newBuilder(Common.StatementHandle) - Static method in class org.apache.calcite.avatica.proto.Common.StatementHandle
- newBuilder(Common.TypedValue) - Static method in class org.apache.calcite.avatica.proto.Common.TypedValue
- newBuilder(Common.WireMessage) - Static method in class org.apache.calcite.avatica.proto.Common.WireMessage
- newBuilder(Requests.CatalogsRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
- newBuilder(Requests.CloseConnectionRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
- newBuilder(Requests.CloseStatementRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
- newBuilder(Requests.ColumnsRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
- newBuilder(Requests.CommitRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
- newBuilder(Requests.ConnectionSyncRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
- newBuilder(Requests.CreateStatementRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
- newBuilder(Requests.DatabasePropertyRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
- newBuilder(Requests.ExecuteBatchRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
- newBuilder(Requests.ExecuteRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
- newBuilder(Requests.FetchRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
- newBuilder(Requests.OpenConnectionRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
- newBuilder(Requests.PrepareAndExecuteBatchRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
- newBuilder(Requests.PrepareAndExecuteRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
- newBuilder(Requests.PrepareRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
- newBuilder(Requests.RollbackRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
- newBuilder(Requests.SchemasRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
- newBuilder(Requests.SyncResultsRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
- newBuilder(Requests.TablesRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
- newBuilder(Requests.TableTypesRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
- newBuilder(Requests.TypeInfoRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
- newBuilder(Requests.UpdateBatch) - Static method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch
- newBuilder(Responses.CloseConnectionResponse) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
- newBuilder(Responses.CloseStatementResponse) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
- newBuilder(Responses.CommitResponse) - Static method in class org.apache.calcite.avatica.proto.Responses.CommitResponse
- newBuilder(Responses.ConnectionSyncResponse) - Static method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
- newBuilder(Responses.CreateStatementResponse) - Static method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
- newBuilder(Responses.DatabasePropertyElement) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
- newBuilder(Responses.DatabasePropertyResponse) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
- newBuilder(Responses.ErrorResponse) - Static method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
- newBuilder(Responses.ExecuteBatchResponse) - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
- newBuilder(Responses.ExecuteResponse) - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
- newBuilder(Responses.FetchResponse) - Static method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
- newBuilder(Responses.OpenConnectionResponse) - Static method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
- newBuilder(Responses.PrepareResponse) - Static method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
- newBuilder(Responses.ResultSetResponse) - Static method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
- newBuilder(Responses.RollbackResponse) - Static method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
- newBuilder(Responses.RpcMetadata) - Static method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
- newBuilder(Responses.SyncResultsResponse) - Static method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
- newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
- newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType
- newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
- newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue
- newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
- newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory
- newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
- newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Common.Frame
- newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
- newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Common.QueryState
- newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Common.Row
- newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Common.Signature
- newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle
- newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue
- newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Common.WireMessage
- newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
- newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
- newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
- newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
- newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
- newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
- newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
- newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
- newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
- newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
- newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
- newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
- newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
- newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
- newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
- newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
- newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
- newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
- newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
- newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
- newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
- newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch
- newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
- newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
- newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Responses.CommitResponse
- newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
- newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
- newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
- newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
- newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
- newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
- newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
- newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
- newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
- newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
- newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
- newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
- newBuilderForType() - 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.Common.AvaticaParameter
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Common.Frame
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Common.QueryState
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Common.Row
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Common.Signature
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Common.WireMessage
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Responses.CommitResponse
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
- 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
- newConnection(UnregisteredDriver, AvaticaFactory, String, Properties) - Method in class org.apache.calcite.avatica.AvaticaJdbc41Factory
- newDatabaseMetaData(AvaticaConnection) - Method in interface org.apache.calcite.avatica.AvaticaFactory
-
Creates meta data for the database.
- newDatabaseMetaData(AvaticaConnection) - Method in class org.apache.calcite.avatica.AvaticaJdbc41Factory
- 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
- newPreparedStatement(AvaticaConnection, Meta.StatementHandle, Meta.Signature, int, int, int) - Method in class org.apache.calcite.avatica.AvaticaJdbc41Factory
- newResultSet(AvaticaStatement, QueryState, Meta.Signature, TimeZone, Meta.Frame) - Method in interface org.apache.calcite.avatica.AvaticaFactory
-
Creates a result set.
- newResultSet(AvaticaStatement, QueryState, Meta.Signature, TimeZone, Meta.Frame) - Method in class org.apache.calcite.avatica.AvaticaJdbc41Factory
- newResultSetMetaData(AvaticaStatement, Meta.Signature) - Method in interface org.apache.calcite.avatica.AvaticaFactory
-
Creates meta data for a result set.
- newResultSetMetaData(AvaticaStatement, Meta.Signature) - Method in class org.apache.calcite.avatica.AvaticaJdbc41Factory
- newStatement(AvaticaConnection, Meta.StatementHandle, int, int, int) - Method in interface org.apache.calcite.avatica.AvaticaFactory
- newStatement(AvaticaConnection, Meta.StatementHandle, int, int, int) - Method in class org.apache.calcite.avatica.AvaticaJdbc41Factory
- next() - Method in class org.apache.calcite.avatica.AvaticaResultSet
- next() - Method in class org.apache.calcite.avatica.MetaImpl.EmptyIterator
- next() - Method in class org.apache.calcite.avatica.MetaImpl.FetchIterator
- 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_DATA_NO_ADDITIONAL_RESULT_SETS_RETURNED - org.apache.calcite.avatica.SqlState
-
02001: no data: no additional result sets returned
- NO_DATA_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
02000: no data
- NO_OPTIONS - Static variable in class org.apache.calcite.avatica.util.Base64
-
No options specified.
- NONE - org.apache.calcite.avatica.remote.AuthenticationType
- NONE - org.apache.calcite.avatica.remote.HostnameVerificationConfigurable.HostnameVerification
-
No verification is performed.
- nonPrimitiveRepOf(SqlType) - Static method in enum org.apache.calcite.avatica.ColumnMetaData.Rep
-
Computes the given JDBC type for a primitive to the corresponding
ColumnMetaData.Repfor the equivalent Object type. - nonUnique - Variable in class org.apache.calcite.avatica.MetaImpl.MetaIndexInfo
- NoopOffsetDateTimeHandler() - Constructor for class org.apache.calcite.avatica.util.DateTimeUtils.NoopOffsetDateTimeHandler
- 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
-
Calls
Object.notifyAll(). - notImplemented() - Static method in class org.apache.calcite.avatica.AvaticaSite
- NULL - org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.ArgumentType
-
NULL = 5; - NULL - org.apache.calcite.avatica.proto.Common.Rep
-
NULL = 24; - NULL - org.apache.calcite.avatica.SqlType
- null_ - Variable in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
- null_ - Variable in class org.apache.calcite.avatica.proto.Common.TypedValue
- NULL_EXCEPTION_MESSAGE - Static variable in class org.apache.calcite.avatica.remote.AbstractHandler
- NULL_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.TypedValue
- NULL_SORTING - org.apache.calcite.avatica.InternalProperty
-
How identifiers are stored if they are not quoted.
- 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_ - Variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
- nullable_ - Variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
- NULLABLE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
- nullPlusNonNullIsNull() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- nullsAreSortedAtEnd() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- nullsAreSortedAtStart() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- nullsAreSortedHigh() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- nullsAreSortedLow() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- nullSorting() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- NullSorting() - Constructor for enum org.apache.calcite.avatica.InternalProperty.NullSorting
- 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 - org.apache.calcite.avatica.ColumnMetaData.Rep
-
Values are represented as some sub-class of
Number. - NUMBER - org.apache.calcite.avatica.ConnectionProperty.Type
- NUMBER - org.apache.calcite.avatica.proto.Common.Rep
-
NUMBER = 22; - NUMBER_CONVERTER - Static variable in class org.apache.calcite.avatica.ConnectionConfigImpl
- NUMBER_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.remote.TypedValue
- 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
- NumberAccessor(AbstractCursor.Getter, int) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.NumberAccessor
- numberValue_ - Variable in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
- numberValue_ - Variable in class org.apache.calcite.avatica.proto.Common.TypedValue
- NUMERIC - org.apache.calcite.avatica.SqlType
- 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
- numSigBytes - Variable in class org.apache.calcite.avatica.util.Base64.InputStream
- NVARCHAR - org.apache.calcite.avatica.SqlType
O
- OBJECT - org.apache.calcite.avatica.ColumnMetaData.Rep
- OBJECT - org.apache.calcite.avatica.Meta.Style
- OBJECT - org.apache.calcite.avatica.proto.Common.CursorFactory.Style
-
OBJECT = 0; - OBJECT - org.apache.calcite.avatica.proto.Common.Rep
-
OBJECT = 23; - 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; - ObjectAccessor(AbstractCursor.Getter) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.ObjectAccessor
- ObjectGetter(int) - Constructor for class org.apache.calcite.avatica.util.PositionedCursor.ObjectGetter
- of(int) - Static method in class org.apache.calcite.avatica.util.Spaces
-
Returns a string of
nspaces. - 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(TimeUnit, TimeUnit) - Static method in enum org.apache.calcite.avatica.util.TimeUnitRange
-
Returns a
TimeUnitRangewith 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 - Variable in class org.apache.calcite.avatica.util.UnsynchronizedBuffer
- offset_ - Variable in class org.apache.calcite.avatica.proto.Common.Frame.Builder
- offset_ - Variable in class org.apache.calcite.avatica.proto.Common.Frame
- offset_ - Variable in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
- offset_ - Variable in class org.apache.calcite.avatica.proto.Requests.FetchRequest
- offset_ - Variable in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
- offset_ - Variable in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
- OFFSET_DATE_TIME_HANDLER - Static variable in class org.apache.calcite.avatica.util.DateTimeUtils
- OFFSET_DESCRIPTOR - Static 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
- offsetDateTimeClass - Variable in class org.apache.calcite.avatica.util.DateTimeUtils.ReflectiveOffsetDateTimeHandler
- offsetDateTimeValue(Object) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
-
Returns the value of a
OffsetDateTimeas a string. - 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.
- ofJdbc(ColumnMetaData.Rep, Object, Calendar) - Static method in class org.apache.calcite.avatica.remote.TypedValue
-
Creates a TypedValue from a value in JDBC representation.
- 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.
- OK - org.apache.calcite.avatica.util.IteratorCursor.Position
- 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
- onResultSetClose(ResultSet) - Method in class org.apache.calcite.avatica.AvaticaStatement
-
Called by each child result set when it is closed.
- 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_ - Variable in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
- op_ - Variable in class org.apache.calcite.avatica.proto.Common.QueryState
- 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() - Method in class org.apache.calcite.avatica.remote.AvaticaHttpClientImpl
- 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
- openConnection(Meta.ConnectionHandle, Map<String, String>) - Method in class org.apache.calcite.avatica.remote.RemoteMeta
- OpenConnectionRequest() - Constructor for class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
- OpenConnectionRequest() - Constructor for class org.apache.calcite.avatica.remote.Service.OpenConnectionRequest
- OpenConnectionRequest(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
- OpenConnectionRequest(GeneratedMessageV3.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
- OpenConnectionRequest(String, Map<String, String>) - Constructor for class org.apache.calcite.avatica.remote.Service.OpenConnectionRequest
- OpenConnectionResponse() - Constructor for class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
- OpenConnectionResponse() - Constructor for class org.apache.calcite.avatica.remote.Service.OpenConnectionResponse
- OpenConnectionResponse(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
- OpenConnectionResponse(GeneratedMessageV3.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Responses.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
- options - Variable in class org.apache.calcite.avatica.util.Base64.InputStream
- options - Variable in class org.apache.calcite.avatica.util.Base64.OutputStream
- 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_ - Variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
- ordinal_ - Variable in class org.apache.calcite.avatica.proto.Common.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.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.util - package org.apache.calcite.avatica.util
-
Avatica utilities.
- OTHER - org.apache.calcite.avatica.SqlType
- OTHER_DDL - org.apache.calcite.avatica.Meta.StatementType
- OTHER_DDL - org.apache.calcite.avatica.proto.Common.StatementType
-
OTHER_DDL = 10; - OTHER_DDL_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.StatementType
-
OTHER_DDL = 10; - OTHER_DML - org.apache.calcite.avatica.Meta.StatementType
- OTHER_DML - org.apache.calcite.avatica.proto.Common.StatementType
-
OTHER_DML = 6; - 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
- othersInsertsAreVisible(int) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- othersUpdatesAreVisible(int) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- OutputStream(OutputStream) - Constructor for class org.apache.calcite.avatica.util.Base64.OutputStream
-
Constructs a
Base64.OutputStreamin ENCODE mode. - OutputStream(OutputStream, int) - Constructor for class org.apache.calcite.avatica.util.Base64.OutputStream
-
Constructs a
Base64.OutputStreamin 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
- ownInsertsAreVisible(int) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- ownStatement - Variable in class org.apache.calcite.avatica.Meta.MetaResultSet
- ownStatement - Variable in class org.apache.calcite.avatica.remote.Service.ResultSetResponse
- ownStatement_ - Variable in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
- ownStatement_ - Variable in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
- ownUpdatesAreVisible(int) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
P
- 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
- p(int, Object) - Static method in class org.apache.calcite.avatica.remote.Service.Base
- 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
- Pair(E, E) - Constructor for class org.apache.calcite.avatica.util.TimeUnitRange.Pair
- parameter - Variable in class org.apache.calcite.avatica.AvaticaSite
- 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
- parameters - Variable in class org.apache.calcite.avatica.Meta.Signature
- parameters_ - Variable in class org.apache.calcite.avatica.proto.Common.Signature.Builder
- parameters_ - Variable in class org.apache.calcite.avatica.proto.Common.Signature
- PARAMETERS_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.Signature
- parametersBuilder_ - Variable in class org.apache.calcite.avatica.proto.Common.Signature.Builder
- parameterType - Variable in class org.apache.calcite.avatica.AvaticaParameter
- parameterType_ - Variable in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
- parameterType_ - Variable in class org.apache.calcite.avatica.proto.Common.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
- parameterValues_ - Variable in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
- parameterValues_ - Variable in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
- parameterValues_ - Variable in class org.apache.calcite.avatica.proto.Requests.UpdateBatch.Builder
- parameterValues_ - Variable in class org.apache.calcite.avatica.proto.Requests.UpdateBatch
- parameterValuesBuilder_ - Variable in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
- parameterValuesBuilder_ - Variable in class org.apache.calcite.avatica.proto.Requests.UpdateBatch.Builder
- parse(String) - Static method in class org.apache.calcite.avatica.ConnectStringParser
-
Parses the connect string into a new 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.
- parse(String, Properties) - Static method in class org.apache.calcite.avatica.ConnectStringParser
-
Parses the connect string into an existing Properties object.
- parse(Properties, Map<String, ? extends ConnectionProperty>) - Static method in class org.apache.calcite.avatica.ConnectionConfigImpl
-
Converts a
Propertiesobject containing (name, value) pairs into a map whose keys areInternalPropertyobjects. - parseArray(Common.TypedValue) - Static method in class org.apache.calcite.avatica.Meta.Frame
-
Recursively parses a TypedValue while it is an array.
- parseBase64(String) - Static method in class org.apache.calcite.avatica.util.ByteString
-
Parses a Base64 to a byte array.
- parseColumn(Common.ColumnValue) - Static method in class org.apache.calcite.avatica.Meta.Frame
-
Parses the value for a ColumnValue using the separated array and scalar attributes.
- parseColumn(Common.Row.Builder, Object) - Static method in class org.apache.calcite.avatica.Meta.Frame
- 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
SimpleDateFormatand a given pattern. - parseDateFormat(String, DateFormat, TimeZone, ParsePosition) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
-
Parses a string using
SimpleDateFormatand a given pattern. - parseDelimitedFrom(InputStream) - 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) - 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) - 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) - 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) - 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) - 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) - 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) - 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) - 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) - 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) - 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) - 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) - 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) - 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) - 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) - 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) - 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) - 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) - 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) - 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) - 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) - 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) - 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) - 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) - 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) - 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) - 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.Common.AvaticaParameter
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaType
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnValue
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.CursorFactory
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.Frame
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.QueryState
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.Row
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.Signature
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.StatementHandle
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.TypedValue
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.WireMessage
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CommitResponse
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
- parseFraction(String, int) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
-
Parses a fraction, multiplying the first character by
multiplier, the second character bymultiplier / 10, the third character bymultiplier / 100, and so forth. - parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
- parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaType
- parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
- parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnValue
- parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
- parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Common.CursorFactory
- parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
- parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Common.Frame
- parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
- parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Common.QueryState
- parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Common.Row
- parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Common.Signature
- parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Common.StatementHandle
- parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Common.TypedValue
- parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Common.WireMessage
- parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
- parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
- parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
- parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
- parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
- parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
- parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
- parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
- parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
- parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
- parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
- parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
- parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
- parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
- parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
- parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
- parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
- parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
- parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
- parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
- parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
- parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch
- parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
- parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
- parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Responses.CommitResponse
- parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
- parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
- parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
- parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
- parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
- parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
- parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
- parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
- parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
- parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
- parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
- parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
- parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
- 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.Common.AvaticaParameter
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaType
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnValue
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.CursorFactory
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.Frame
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.QueryState
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.Row
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.Signature
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.StatementHandle
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.TypedValue
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.WireMessage
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CommitResponse
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
- parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
- parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaType
- parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
- parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnValue
- parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
- parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Common.CursorFactory
- parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
- parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Common.Frame
- parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
- parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Common.QueryState
- parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Common.Row
- parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Common.Signature
- parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Common.StatementHandle
- parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Common.TypedValue
- parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Common.WireMessage
- parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
- parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
- parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
- parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
- parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
- parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
- parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
- parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
- parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
- parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
- parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
- parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
- parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
- parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
- parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
- parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
- parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
- parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
- parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
- parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
- parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
- parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch
- parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
- parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
- parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Responses.CommitResponse
- parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
- parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
- parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
- parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
- parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
- parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
- parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
- parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
- parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
- parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
- parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
- parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
- parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
- 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.Common.AvaticaParameter
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaType
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnValue
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.CursorFactory
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.Frame
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.QueryState
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.Row
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.Signature
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.StatementHandle
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.TypedValue
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.WireMessage
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CommitResponse
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
- parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
- parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaType
- parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
- parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnValue
- parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
- parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Common.CursorFactory
- parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
- parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Common.Frame
- parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
- parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Common.QueryState
- parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Common.Row
- parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Common.Signature
- parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Common.StatementHandle
- parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Common.TypedValue
- parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Common.WireMessage
- parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
- parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
- parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
- parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
- parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
- parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
- parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
- parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
- parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
- parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
- parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
- parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
- parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
- parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
- parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
- parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
- parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
- parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
- parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
- parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
- parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
- parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch
- parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
- parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
- parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.CommitResponse
- parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
- parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
- parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
- parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
- parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
- parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
- parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
- parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
- parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
- parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
- parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
- parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
- parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
- 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.Common.AvaticaParameter
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaType
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnValue
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.CursorFactory
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.Frame
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.QueryState
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.Row
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.Signature
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.StatementHandle
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.TypedValue
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.WireMessage
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CommitResponse
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
- parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
- parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaType
- parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
- parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnValue
- parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
- parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.CursorFactory
- parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
- parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.Frame
- parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
- parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.QueryState
- parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.Row
- parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.Signature
- parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.StatementHandle
- parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.TypedValue
- parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.WireMessage
- parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
- parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
- parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
- parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
- parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
- parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
- parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
- parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
- parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
- parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
- parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
- parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
- parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
- parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
- parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
- parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
- parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
- parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
- parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
- parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
- parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
- parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch
- parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
- parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
- parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.CommitResponse
- parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
- parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
- parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
- parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
- parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
- parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
- parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
- parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
- parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
- parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
- parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
- parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
- parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
- 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.Common.AvaticaParameter
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaType
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnValue
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.CursorFactory
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.Frame
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.QueryState
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.Row
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.Signature
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.StatementHandle
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.TypedValue
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.WireMessage
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CommitResponse
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
- parseFrom(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) - 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) - 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) - 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) - 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) - 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) - 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) - 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) - 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) - 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) - 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) - 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) - 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) - 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) - 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) - 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) - 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) - 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) - 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) - 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) - 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) - 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) - 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) - 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) - 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) - 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) - 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) - Static method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaType
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnValue
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.CursorFactory
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.Frame
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.QueryState
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.Row
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.Signature
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.StatementHandle
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.TypedValue
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.WireMessage
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.UpdateBatch
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CommitResponse
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
- parseInternal(Properties) - Method in class org.apache.calcite.avatica.ConnectStringParser
-
Parses the connect string into a Properties object.
- parseName() - Method in class org.apache.calcite.avatica.ConnectStringParser
-
Reads "name=".
- parseOldStyleColumn(Common.ColumnValue) - Static method in class org.apache.calcite.avatica.Meta.Frame
-
For Calcite 1.5, we made the mistake of using array length to determine when the value for a column is a scalar or an array.
- parsePair(Properties) - Method in class org.apache.calcite.avatica.ConnectStringParser
-
Reads "name=value;" or "name=value<EOF>".
- 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
SimpleDateFormatand a given pattern, and if present, parses a fractional seconds component. - parseQuoted(char) - Method in class org.apache.calcite.avatica.ConnectStringParser
-
Reads a string quoted by a given character.
- parser - Variable in class org.apache.calcite.avatica.remote.ProtobufTranslationImpl.RequestTranslator
- parser - Variable in class org.apache.calcite.avatica.remote.ProtobufTranslationImpl.ResponseTranslator
- 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
- PARSER - Static variable in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
- PARSER - Static variable in class org.apache.calcite.avatica.proto.Common.AvaticaType
- PARSER - Static variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
- PARSER - Static variable in class org.apache.calcite.avatica.proto.Common.ColumnValue
- PARSER - Static variable in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
- PARSER - Static variable in class org.apache.calcite.avatica.proto.Common.CursorFactory
- PARSER - Static variable in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
- PARSER - Static variable in class org.apache.calcite.avatica.proto.Common.Frame
- PARSER - Static variable in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
- PARSER - Static variable in class org.apache.calcite.avatica.proto.Common.QueryState
- PARSER - Static variable in class org.apache.calcite.avatica.proto.Common.Row
- PARSER - Static variable in class org.apache.calcite.avatica.proto.Common.Signature
- PARSER - Static variable in class org.apache.calcite.avatica.proto.Common.StatementHandle
- PARSER - Static variable in class org.apache.calcite.avatica.proto.Common.TypedValue
- PARSER - Static variable in class org.apache.calcite.avatica.proto.Common.WireMessage
- PARSER - Static variable in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
- PARSER - Static variable in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
- PARSER - Static variable in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
- PARSER - Static variable in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
- PARSER - Static variable in class org.apache.calcite.avatica.proto.Requests.CommitRequest
- PARSER - Static variable in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
- PARSER - Static variable in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
- PARSER - Static variable in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
- PARSER - Static variable in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
- PARSER - Static variable in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
- PARSER - Static variable in class org.apache.calcite.avatica.proto.Requests.FetchRequest
- PARSER - Static variable in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
- PARSER - Static variable in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
- PARSER - Static variable in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
- PARSER - Static variable in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
- PARSER - Static variable in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
- PARSER - Static variable in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
- PARSER - Static variable in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
- PARSER - Static variable in class org.apache.calcite.avatica.proto.Requests.TablesRequest
- PARSER - Static variable in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
- PARSER - Static variable in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
- PARSER - Static variable in class org.apache.calcite.avatica.proto.Requests.UpdateBatch
- PARSER - Static variable in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
- PARSER - Static variable in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
- PARSER - Static variable in class org.apache.calcite.avatica.proto.Responses.CommitResponse
- PARSER - Static variable in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
- PARSER - Static variable in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
- PARSER - Static variable in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
- PARSER - Static variable in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
- PARSER - Static variable in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
- PARSER - Static variable in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
- PARSER - Static variable in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
- PARSER - Static variable in class org.apache.calcite.avatica.proto.Responses.FetchResponse
- PARSER - Static variable in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
- PARSER - Static variable in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
- PARSER - Static variable in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
- PARSER - Static variable in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
- PARSER - Static variable in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
- PARSER - Static variable 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
- parseValue() - Method in class org.apache.calcite.avatica.ConnectStringParser
-
Reads "value;" or "value<EOF>"
- pat(String) - Static method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- Pat(String) - Constructor for class org.apache.calcite.avatica.Meta.Pat
- PB_INSTANCE - Static variable in class org.apache.calcite.avatica.remote.Service.CommitResponse
- PB_INSTANCE - Static variable in class org.apache.calcite.avatica.remote.Service.RollbackResponse
- PER_THREAD_BUFFER - Static variable in class org.apache.calcite.avatica.AvaticaUtils
- 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
- performKerberosLogin() - Method in class org.apache.calcite.avatica.remote.KerberosConnection
-
Performs a Kerberos login given the
principalandkeytab. - PERIOD - Static variable in class org.apache.calcite.avatica.remote.MetricsHelper
- 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.
- PLUGIN - org.apache.calcite.avatica.ConnectionProperty.Type
- pluginConverter(Class<T>, T) - Static method in class org.apache.calcite.avatica.ConnectionConfigImpl
- pool - Variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
- pool - Variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientSpnegoImpl
- populate(int) - Method in class org.apache.calcite.avatica.util.Spaces.SpaceList
-
Populates this list with all prefix strings of a given string.
- position - Variable in class org.apache.calcite.avatica.util.Base64.InputStream
- position - Variable in class org.apache.calcite.avatica.util.Base64.OutputStream
- position - Variable in class org.apache.calcite.avatica.util.IteratorCursor
- Position() - Constructor for enum org.apache.calcite.avatica.util.IteratorCursor.Position
- PositionedCursor<T> - Class in org.apache.calcite.avatica.util
-
Abstract implementation of
Cursorthat 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.Getterthat reads from records that are arrays. - PositionedCursor.FieldGetter - Class in org.apache.calcite.avatica.util
-
Implementation of
AbstractCursor.Getterthat reads fields via reflection. - PositionedCursor.ListGetter - Class in org.apache.calcite.avatica.util
-
Implementation of
AbstractCursor.Getterthat reads items from a list. - PositionedCursor.MapGetter<K> - Class in org.apache.calcite.avatica.util
-
Implementation of
AbstractCursor.Getterthat reads entries from aMap. - PositionedCursor.ObjectGetter - Class in org.apache.calcite.avatica.util
-
Implementation of
AbstractCursor.Getterfor 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 - Variable in class org.apache.calcite.avatica.util.DateTimeUtils.PrecisionTime
- precision_ - Variable in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
- precision_ - Variable in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
- precision_ - Variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
- precision_ - Variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
- 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
- PREFERRED_ENCODING - Static variable in class org.apache.calcite.avatica.util.Base64
-
Preferred encoding.
- prepare(Meta.ConnectionHandle, String, long) - Method in interface org.apache.calcite.avatica.Meta
-
Prepares a statement.
- prepare(Meta.ConnectionHandle, String, long) - Method in class org.apache.calcite.avatica.remote.RemoteMeta
- prepareAndExecute(Meta.StatementHandle, String, long, int, Meta.PrepareCallback) - Method in interface org.apache.calcite.avatica.Meta
-
Prepares and executes a statement.
- prepareAndExecute(Meta.StatementHandle, String, long, int, Meta.PrepareCallback) - Method in class org.apache.calcite.avatica.remote.RemoteMeta
- prepareAndExecute(Meta.StatementHandle, String, long, Meta.PrepareCallback) - Method in interface org.apache.calcite.avatica.Meta
- prepareAndExecute(Meta.StatementHandle, String, long, Meta.PrepareCallback) - Method in class org.apache.calcite.avatica.remote.RemoteMeta
- 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.
- prepareAndExecuteBatch(Meta.StatementHandle, List<String>) - Method in class org.apache.calcite.avatica.remote.RemoteMeta
- PrepareAndExecuteBatchRequest() - Constructor for class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
- PrepareAndExecuteBatchRequest() - Constructor for class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteBatchRequest
- PrepareAndExecuteBatchRequest(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
- PrepareAndExecuteBatchRequest(GeneratedMessageV3.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
- 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() - Constructor for class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
- PrepareAndExecuteRequest() - Constructor for class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteRequest
- PrepareAndExecuteRequest(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
- PrepareAndExecuteRequest(GeneratedMessageV3.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
- 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
- prepareAndExecuteTimer - Variable in class org.apache.calcite.avatica.remote.LocalService
- 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
- PrepareRequest() - Constructor for class org.apache.calcite.avatica.proto.Requests.PrepareRequest
- PrepareRequest() - Constructor for class org.apache.calcite.avatica.remote.Service.PrepareRequest
- PrepareRequest(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Requests.PrepareRequest
- PrepareRequest(GeneratedMessageV3.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Requests.PrepareRequest
- PrepareRequest(String, String, long) - Constructor for class org.apache.calcite.avatica.remote.Service.PrepareRequest
- PrepareResponse() - Constructor for class org.apache.calcite.avatica.proto.Responses.PrepareResponse
- PrepareResponse() - Constructor for class org.apache.calcite.avatica.remote.Service.PrepareResponse
- PrepareResponse(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Responses.PrepareResponse
- PrepareResponse(GeneratedMessageV3.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Responses.PrepareResponse
- 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) - Method in class org.apache.calcite.avatica.AvaticaConnection
- prepareStatement(String, int[]) - 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, String[]) - Method in class org.apache.calcite.avatica.AvaticaConnection
- prepareTimer - Variable in class org.apache.calcite.avatica.remote.LocalService
- previous() - Method in class org.apache.calcite.avatica.AvaticaResultSet
- PRIME - Static variable in class org.apache.calcite.avatica.remote.Service.Base
- PRIMITIVE_BOOLEAN - org.apache.calcite.avatica.ColumnMetaData.Rep
- PRIMITIVE_BOOLEAN - org.apache.calcite.avatica.proto.Common.Rep
-
PRIMITIVE_BOOLEAN = 0; - PRIMITIVE_BOOLEAN_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
-
PRIMITIVE_BOOLEAN = 0; - PRIMITIVE_BYTE - org.apache.calcite.avatica.ColumnMetaData.Rep
- PRIMITIVE_BYTE - org.apache.calcite.avatica.proto.Common.Rep
-
PRIMITIVE_BYTE = 1; - PRIMITIVE_BYTE_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
-
PRIMITIVE_BYTE = 1; - PRIMITIVE_CHAR - org.apache.calcite.avatica.ColumnMetaData.Rep
- PRIMITIVE_CHAR - org.apache.calcite.avatica.proto.Common.Rep
-
PRIMITIVE_CHAR = 2; - PRIMITIVE_CHAR_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
-
PRIMITIVE_CHAR = 2; - PRIMITIVE_DOUBLE - org.apache.calcite.avatica.ColumnMetaData.Rep
- PRIMITIVE_DOUBLE - org.apache.calcite.avatica.proto.Common.Rep
-
PRIMITIVE_DOUBLE = 7; - PRIMITIVE_DOUBLE_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
-
PRIMITIVE_DOUBLE = 7; - PRIMITIVE_FLOAT - org.apache.calcite.avatica.ColumnMetaData.Rep
- PRIMITIVE_FLOAT - org.apache.calcite.avatica.proto.Common.Rep
-
PRIMITIVE_FLOAT = 6; - PRIMITIVE_FLOAT_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
-
PRIMITIVE_FLOAT = 6; - PRIMITIVE_INT - org.apache.calcite.avatica.ColumnMetaData.Rep
- PRIMITIVE_INT - org.apache.calcite.avatica.proto.Common.Rep
-
PRIMITIVE_INT = 4; - PRIMITIVE_INT_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
-
PRIMITIVE_INT = 4; - PRIMITIVE_LONG - org.apache.calcite.avatica.ColumnMetaData.Rep
- PRIMITIVE_LONG - org.apache.calcite.avatica.proto.Common.Rep
-
PRIMITIVE_LONG = 5; - PRIMITIVE_LONG_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
-
PRIMITIVE_LONG = 5; - PRIMITIVE_SHORT - org.apache.calcite.avatica.ColumnMetaData.Rep
- PRIMITIVE_SHORT - org.apache.calcite.avatica.proto.Common.Rep
-
PRIMITIVE_SHORT = 3; - 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. - principal - Variable in class org.apache.calcite.avatica.remote.ClientKeytabJaasConf
- principal - Variable in class org.apache.calcite.avatica.remote.KerberosConnection
- PRINCIPAL - org.apache.calcite.avatica.BuiltInConnectionProperty
-
Principal to use to perform Kerberos login.
- println(String) - Method in class org.apache.calcite.avatica.AvaticaSqlException.PrintStreamOrWriter
-
Prints the given string to the the provided stream or writer.
- printServerStackTrace(AvaticaSqlException.PrintStreamOrWriter) - Method in exception org.apache.calcite.avatica.AvaticaSqlException
- printStackTrace(PrintStream) - Method in exception org.apache.calcite.avatica.AvaticaSqlException
- printStackTrace(PrintWriter) - Method in exception org.apache.calcite.avatica.AvaticaSqlException
- PrintStreamOrWriter(PrintStream) - Constructor for class org.apache.calcite.avatica.AvaticaSqlException.PrintStreamOrWriter
- PrintStreamOrWriter(PrintWriter) - Constructor for class org.apache.calcite.avatica.AvaticaSqlException.PrintStreamOrWriter
- 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
- PROHIBITED_STATEMENT_DURING_TRIGGER_EXECUTION_MODIFY_TABLE_MODIFIED_BY_DATA_CHANGE_DELTA_TABLE - org.apache.calcite.avatica.SqlState
-
0W001: prohibited statement encountered during trigger execution: modify table modified by data change delta table
- PROHIBITED_STATEMENT_DURING_TRIGGER_EXECUTION_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
0W000: prohibited statement encountered during trigger execution
- 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
- property - Variable in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
- props_ - Variable in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
- props_ - Variable in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
- PROPS_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
- propsBuilder_ - Variable in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
- propsMap - Variable in class org.apache.calcite.avatica.remote.RemoteMeta
- PROTO_IMPLICIT_NULL - Static variable in class org.apache.calcite.avatica.remote.TypedValue
- PROTOBUF - org.apache.calcite.avatica.remote.AbstractService.SerializationType
- PROTOBUF - org.apache.calcite.avatica.remote.Driver.Serialization
- ProtobufHandler - Class in org.apache.calcite.avatica.remote
-
Dispatches serialized protocol buffer messages to the provided
Serviceby 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
Metawhich 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
ProtobufTranslationImplthat translates protobuf requests to POJO requests. - ProtobufTranslationImpl() - Constructor for class org.apache.calcite.avatica.remote.ProtobufTranslationImpl
- ProtobufTranslationImpl.RequestTranslator - Class in org.apache.calcite.avatica.remote
-
Encapsulate the logic of transforming a protobuf Request message into the Avatica POJO request.
- ProtobufTranslationImpl.ResponseTranslator - Class in org.apache.calcite.avatica.remote
-
Encapsulate the logic of transforming a protobuf Response message into the Avatica POJO Response.
- protoParameterValues - Variable in class org.apache.calcite.avatica.remote.Service.ExecuteBatchRequest
- 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
- put(Class<?>, int, String) - Static method in class org.apache.calcite.avatica.MetaImpl.TypeInfo
- 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
- QUARTER - org.apache.calcite.avatica.util.TimeUnit
- QUARTER - org.apache.calcite.avatica.util.TimeUnitRange
- query - Variable in class org.apache.calcite.avatica.AvaticaResultSetMetaData
- QueryState - Class in org.apache.calcite.avatica
-
A struct used to encapsulate the necessary information to reconstitute a ResultSet in the Avatica server.
- QueryState() - Constructor for class org.apache.calcite.avatica.proto.Common.QueryState
- QueryState() - Constructor for class org.apache.calcite.avatica.QueryState
-
Not intended for external use.
- QueryState(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Common.QueryState
- QueryState(GeneratedMessageV3.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Common.QueryState
- QueryState(String) - Constructor for class org.apache.calcite.avatica.QueryState
-
Constructor encapsulating a SQL query used to create a result set.
- QueryState(QueryState.StateType, String, MetaDataOperation, Object...) - Constructor for class org.apache.calcite.avatica.QueryState
-
Not intended for external use.
- QueryState(MetaDataOperation, Object...) - Constructor for class org.apache.calcite.avatica.QueryState
-
Constructor encapsulating a metadata operation's result set.
- QueryState.StateType - Enum in org.apache.calcite.avatica
-
An enumeration that represents how a ResultSet was created.
- queryTimeoutMillis - Variable in class org.apache.calcite.avatica.AvaticaStatement
- QUOTED_CASING - org.apache.calcite.avatica.InternalProperty
-
How identifiers are stored if they are quoted.
- quotedCasing() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- quoting() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- Quoting - Enum in org.apache.calcite.avatica.util
-
Syntax for quoting identifiers in SQL statements.
- Quoting(String) - Constructor for enum org.apache.calcite.avatica.util.Quoting
- QUOTING - org.apache.calcite.avatica.InternalProperty
-
How identifiers are quoted.
R
- radix - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunctionColumn
- radix - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
- range - Variable in class org.apache.calcite.avatica.util.AbstractCursor.IntervalDayTimeAccessor
- range - Variable in class org.apache.calcite.avatica.util.AbstractCursor.IntervalYearMonthAccessor
- 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
- readOnly - Variable in class org.apache.calcite.avatica.ConnectionPropertiesImpl
- readOnly_ - Variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
- readOnly_ - Variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
- readOnly_ - Variable in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
- readOnly_ - Variable in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
- REAL - org.apache.calcite.avatica.SqlType
- 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 - org.apache.calcite.avatica.Meta.Style
- RECORD - org.apache.calcite.avatica.proto.Common.CursorFactory.Style
-
RECORD = 1; - RECORD_PROJECTION - org.apache.calcite.avatica.Meta.Style
- RECORD_PROJECTION - org.apache.calcite.avatica.proto.Common.CursorFactory.Style
-
RECORD_PROJECTION = 2; - 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
Cursoron top of anIteratorthat 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.
- REF - org.apache.calcite.avatica.SqlType
- refGeneration - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTable
- ReflectiveOffsetDateTimeHandler() - Constructor for class org.apache.calcite.avatica.util.DateTimeUtils.ReflectiveOffsetDateTimeHandler
- refreshRow() - Method in class org.apache.calcite.avatica.AvaticaResultSet
- register() - Method in class org.apache.calcite.avatica.UnregisteredDriver
-
Registers this driver with the driver manager.
- registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.calcite.avatica.proto.Common
- registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.calcite.avatica.proto.Requests
- registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.calcite.avatica.proto.Responses
- registerAllExtensions(ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common
- registerAllExtensions(ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests
- registerAllExtensions(ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses
- relative(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- releaseSavepoint(Savepoint) - Method in class org.apache.calcite.avatica.AvaticaConnection
- 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
- REMOTE_DATABASE_ACCESS_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
HZ: Remote Database Access
- RemoteMeta - Class in org.apache.calcite.avatica.remote
-
Implementation of
Metafor the remote driver. - RemoteMeta(AvaticaConnection, Service) - Constructor for class org.apache.calcite.avatica.remote.RemoteMeta
- 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
- remoteServer - Variable in exception org.apache.calcite.avatica.AvaticaSqlException
- RemoteService - Class in org.apache.calcite.avatica.remote
-
Implementation of
Servicethat 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
- remove() - Method in class org.apache.calcite.avatica.MetaImpl.EmptyIterator
- remove() - Method in class org.apache.calcite.avatica.MetaImpl.FetchIterator
- 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; - 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; - renew() - Method in class org.apache.calcite.avatica.remote.KerberosConnection.RenewalTask
-
Logout and log back in with the Kerberos identity.
- RENEWAL_LOG - Static variable in class org.apache.calcite.avatica.remote.KerberosConnection.RenewalTask
- RENEWAL_PERIOD - Static variable in class org.apache.calcite.avatica.remote.KerberosConnection
-
How long should we sleep between checks to renew the Kerberos ticket
- RENEWAL_THREAD_NAME - Static variable in class org.apache.calcite.avatica.remote.KerberosConnection
- renewalPeriod - Variable in class org.apache.calcite.avatica.remote.KerberosConnection.RenewalTask
- renewalTask - Variable in class org.apache.calcite.avatica.remote.KerberosConnection
- RenewalTask(KerberosConnection, LoginContext, Subject, Configuration, long) - Constructor for class org.apache.calcite.avatica.remote.KerberosConnection.RenewalTask
- renewalThread - Variable in class org.apache.calcite.avatica.remote.KerberosConnection
- rep - Variable in class org.apache.calcite.avatica.ColumnMetaData.AvaticaType
-
The type of the field that holds the value.
- Rep(int) - Constructor for enum org.apache.calcite.avatica.proto.Common.Rep
- Rep(Class, int) - Constructor for enum org.apache.calcite.avatica.ColumnMetaData.Rep
- rep_ - Variable in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
- rep_ - Variable in class org.apache.calcite.avatica.proto.Common.AvaticaType
- REP_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.AvaticaType
- REPEATED_INT - org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.ArgumentType
-
REPEATED_INT = 4; - REPEATED_INT_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.ArgumentType
-
REPEATED_INT = 4; - REPEATED_STRING - org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.ArgumentType
-
REPEATED_STRING = 3; - 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_PARSERS - Static variable in class org.apache.calcite.avatica.remote.ProtobufTranslationImpl
- Requests - Class in org.apache.calcite.avatica.proto
- Requests() - Constructor for class org.apache.calcite.avatica.proto.Requests
- 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.OpenConnectionRequest.InfoDefaultEntryHolder - Class in org.apache.calcite.avatica.proto
- 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
- RequestTranslator(Parser<? extends Message>, Service.Request) - Constructor for class org.apache.calcite.avatica.remote.ProtobufTranslationImpl.RequestTranslator
- required - Variable in enum org.apache.calcite.avatica.BuiltInConnectionProperty
- 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
- reserve(int) - Method in class org.apache.calcite.avatica.util.UnsynchronizedBuffer
- 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
- resetStatement() - Method in class org.apache.calcite.avatica.MetaImpl.FetchIterator
- resetTime(long) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
-
Resets to zero the "time" part of a timestamp.
- response - Variable in class org.apache.calcite.avatica.remote.Handler.HandlerResponse
- Response() - Constructor for class org.apache.calcite.avatica.remote.Service.Response
- RESPONSE_PARSERS - Static variable in class org.apache.calcite.avatica.remote.ProtobufTranslationImpl
- Responses - Class in org.apache.calcite.avatica.proto
- Responses() - Constructor for class org.apache.calcite.avatica.proto.Responses
- 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
- ResponseTranslator(Parser<? extends Message>, Service.Response) - Constructor for class org.apache.calcite.avatica.remote.ProtobufTranslationImpl.ResponseTranslator
- results - Variable in class org.apache.calcite.avatica.remote.Service.ExecuteResponse
- results_ - Variable in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
- results_ - Variable in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
- RESULTS_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
- resultsBuilder_ - Variable in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
- resultSetConcurrency - Variable in class org.apache.calcite.avatica.AvaticaStatement
- resultSetHoldability - Variable in class org.apache.calcite.avatica.AvaticaStatement
- resultSetMetaData - Variable in class org.apache.calcite.avatica.AvaticaPreparedStatement
- resultSetMetaData - Variable in class org.apache.calcite.avatica.AvaticaResultSet
- ResultSetResponse() - Constructor for class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
- ResultSetResponse() - Constructor for class org.apache.calcite.avatica.remote.Service.ResultSetResponse
- ResultSetResponse(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
- ResultSetResponse(GeneratedMessageV3.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
- 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
- resultSetType - Variable in class org.apache.calcite.avatica.AvaticaStatement
- resumeEncoding() - Method in class org.apache.calcite.avatica.util.Base64.OutputStream
-
Resumes encoding of the stream.
- right - Variable in class org.apache.calcite.avatica.util.TimeUnitRange.Pair
- rollback() - Method in class org.apache.calcite.avatica.AvaticaConnection
- rollback(Savepoint) - Method in class org.apache.calcite.avatica.AvaticaConnection
- rollback(Meta.ConnectionHandle) - Method in interface org.apache.calcite.avatica.Meta
-
Undoes all changes since the last commit/rollback.
- rollback(Meta.ConnectionHandle) - Method in class org.apache.calcite.avatica.remote.RemoteMeta
- RollbackRequest() - Constructor for class org.apache.calcite.avatica.proto.Requests.RollbackRequest
- RollbackRequest() - Constructor for class org.apache.calcite.avatica.remote.Service.RollbackRequest
- RollbackRequest(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Requests.RollbackRequest
- RollbackRequest(GeneratedMessageV3.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Requests.RollbackRequest
- RollbackRequest(String) - Constructor for class org.apache.calcite.avatica.remote.Service.RollbackRequest
- RollbackResponse() - Constructor for class org.apache.calcite.avatica.proto.Responses.RollbackResponse
- RollbackResponse() - Constructor for class org.apache.calcite.avatica.remote.Service.RollbackResponse
- RollbackResponse(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Responses.RollbackResponse
- RollbackResponse(GeneratedMessageV3.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Responses.RollbackResponse
- roundUp(int, int) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
- roundUp(long, long) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
-
Rounds a dividend to the nearest divisor.
- row - Variable in class org.apache.calcite.avatica.AvaticaResultSet
- Row() - Constructor for class org.apache.calcite.avatica.proto.Common.Row
- Row(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Common.Row
- Row(GeneratedMessageV3.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Common.Row
- ROW - org.apache.calcite.avatica.SqlType
- 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
- ROWID - org.apache.calcite.avatica.SqlType
- rowInserted() - Method in class org.apache.calcite.avatica.AvaticaResultSet
- rows - Variable in class org.apache.calcite.avatica.Meta.Frame
-
The rows.
- rows - Variable in class org.apache.calcite.avatica.MetaImpl.FetchIterator
- rows_ - Variable in class org.apache.calcite.avatica.proto.Common.Frame.Builder
- rows_ - Variable in class org.apache.calcite.avatica.proto.Common.Frame
- ROWS_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.Frame
- rowsBuilder_ - Variable in class org.apache.calcite.avatica.proto.Common.Frame.Builder
- rowUpdated() - Method in class org.apache.calcite.avatica.AvaticaResultSet
- RPC_METADATA_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.remote.Service.ExecuteBatchResponse
- rpcMetadata - Variable in class org.apache.calcite.avatica.remote.AbstractService
- 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
- RpcMetadata() - Constructor for class org.apache.calcite.avatica.proto.Responses.RpcMetadata
- RpcMetadata(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Responses.RpcMetadata
- RpcMetadata(GeneratedMessageV3.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Responses.RpcMetadata
- 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.remote.KerberosConnection.RenewalTask
S
- s - Variable in class org.apache.calcite.avatica.ConnectStringParser
- s - Variable in class org.apache.calcite.avatica.Meta.Pat
- S - org.apache.calcite.avatica.SqlState.Category
-
Success (class 00).
- sanitize() - Method in class org.apache.calcite.avatica.Meta.Signature
-
Creates a copy of this Signature with null lists and maps converted to empty.
- sanitize(List<E>) - Method in class org.apache.calcite.avatica.Meta.Signature
- sanitize(Map<K, V>) - Method in class org.apache.calcite.avatica.Meta.Signature
- SAVEPOINT_EXCEPTION_INVALID_SPECIFICATION - org.apache.calcite.avatica.SqlState
-
3B001: savepoint exception: invalid specification
- SAVEPOINT_EXCEPTION_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
3B000: savepoint exception
- SAVEPOINT_EXCEPTION_TOO_MANY - org.apache.calcite.avatica.SqlState
-
3B002: savepoint exception: too many
- scalar(int, String, ColumnMetaData.Rep) - Static method in class org.apache.calcite.avatica.ColumnMetaData
-
Creates a
ColumnMetaData.ScalarType. - SCALAR_VALUE_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.Meta.Frame
- 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
- scalarValue_ - Variable in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
- scalarValue_ - Variable in class org.apache.calcite.avatica.proto.Common.ColumnValue
- scalarValueBuilder_ - Variable in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
- 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 - Variable in class org.apache.calcite.avatica.util.AbstractCursor.IntervalDayTimeAccessor
- scale - Variable in class org.apache.calcite.avatica.util.AbstractCursor.NumberAccessor
- scale_ - Variable in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
- scale_ - Variable in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
- scale_ - Variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
- scale_ - Variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
- 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 - Variable in class org.apache.calcite.avatica.ConnectionPropertiesImpl
- schema() - Method in interface org.apache.calcite.avatica.ConnectionConfig
- schema() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
- SCHEMA - org.apache.calcite.avatica.BuiltInConnectionProperty
-
Name of initial schema.
- schema_ - Variable in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
- schema_ - Variable in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
- SCHEMA_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.ConnectionPropertiesImpl
- SCHEMA_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
- SCHEMA_NAME_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.ColumnMetaData
- SCHEMA_NAME_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
- SCHEMA_PATTERN_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.remote.Service.ColumnsRequest
- SCHEMA_PATTERN_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.remote.Service.SchemasRequest
- SCHEMA_PATTERN_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.remote.Service.TablesRequest
- 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
- schemaName_ - Variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
- schemaName_ - Variable in class org.apache.calcite.avatica.proto.Common.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
- schemaPattern_ - Variable in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
- schemaPattern_ - Variable in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
- schemaPattern_ - Variable in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
- schemaPattern_ - Variable in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
- schemaPattern_ - Variable in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
- schemaPattern_ - Variable in class org.apache.calcite.avatica.proto.Requests.TablesRequest
- SchemasRequest() - Constructor for class org.apache.calcite.avatica.proto.Requests.SchemasRequest
- SchemasRequest() - Constructor for class org.apache.calcite.avatica.remote.Service.SchemasRequest
- SchemasRequest(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Requests.SchemasRequest
- SchemasRequest(GeneratedMessageV3.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Requests.SchemasRequest
- 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_ - Variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
- searchable_ - Variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
- SEARCHABLE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
- SECOND - org.apache.calcite.avatica.util.TimeUnit
- SECOND - org.apache.calcite.avatica.util.TimeUnitRange
- SECONDS_PER_DAY - Static variable in class org.apache.calcite.avatica.util.DateTimeUtils
-
The number of seconds in a day.
- SELECT - org.apache.calcite.avatica.Meta.StatementType
- SELECT - org.apache.calcite.avatica.proto.Common.StatementType
-
SELECT = 0; - SELECT_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.StatementType
-
SELECT = 0; - 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
nspaces. - 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
- Serialization() - Constructor for enum org.apache.calcite.avatica.remote.Driver.Serialization
- SERIALIZATION - org.apache.calcite.avatica.BuiltInConnectionProperty
-
Serialization used over remote connections
- serializationTimer - Variable in class org.apache.calcite.avatica.remote.JsonHandler
- serializationTimer - Variable in class org.apache.calcite.avatica.remote.ProtobufHandler
- SerializationType() - Constructor for enum org.apache.calcite.avatica.remote.AbstractService.SerializationType
- serialize() - Method in class org.apache.calcite.avatica.remote.Service.CatalogsRequest
- serialize() - Method in class org.apache.calcite.avatica.remote.Service.CloseConnectionRequest
- serialize() - Method in class org.apache.calcite.avatica.remote.Service.CloseConnectionResponse
- serialize() - Method in class org.apache.calcite.avatica.remote.Service.CloseStatementRequest
- serialize() - Method in class org.apache.calcite.avatica.remote.Service.CloseStatementResponse
- serialize() - Method in class org.apache.calcite.avatica.remote.Service.ColumnsRequest
- serialize() - Method in class org.apache.calcite.avatica.remote.Service.CommitRequest
- serialize() - Method in class org.apache.calcite.avatica.remote.Service.CommitResponse
- serialize() - Method in class org.apache.calcite.avatica.remote.Service.ConnectionSyncRequest
- serialize() - Method in class org.apache.calcite.avatica.remote.Service.ConnectionSyncResponse
- serialize() - Method in class org.apache.calcite.avatica.remote.Service.CreateStatementRequest
- serialize() - Method in class org.apache.calcite.avatica.remote.Service.CreateStatementResponse
- serialize() - Method in class org.apache.calcite.avatica.remote.Service.DatabasePropertyRequest
- serialize() - Method in class org.apache.calcite.avatica.remote.Service.DatabasePropertyResponse
- serialize() - Method in class org.apache.calcite.avatica.remote.Service.ErrorResponse
- serialize() - Method in class org.apache.calcite.avatica.remote.Service.ExecuteBatchRequest
- serialize() - Method in class org.apache.calcite.avatica.remote.Service.ExecuteBatchResponse
- serialize() - Method in class org.apache.calcite.avatica.remote.Service.ExecuteRequest
- serialize() - Method in class org.apache.calcite.avatica.remote.Service.ExecuteResponse
- serialize() - Method in class org.apache.calcite.avatica.remote.Service.FetchRequest
- serialize() - Method in class org.apache.calcite.avatica.remote.Service.FetchResponse
- serialize() - Method in class org.apache.calcite.avatica.remote.Service.OpenConnectionRequest
- serialize() - Method in class org.apache.calcite.avatica.remote.Service.OpenConnectionResponse
- serialize() - Method in class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteBatchRequest
- serialize() - Method in class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteRequest
- serialize() - Method in class org.apache.calcite.avatica.remote.Service.PrepareRequest
- serialize() - Method in class org.apache.calcite.avatica.remote.Service.PrepareResponse
- serialize() - Method in class org.apache.calcite.avatica.remote.Service.Request
- serialize() - Method in class org.apache.calcite.avatica.remote.Service.Response
- serialize() - Method in class org.apache.calcite.avatica.remote.Service.ResultSetResponse
- serialize() - Method in class org.apache.calcite.avatica.remote.Service.RollbackRequest
- serialize() - Method in class org.apache.calcite.avatica.remote.Service.RollbackResponse
- serialize() - Method in class org.apache.calcite.avatica.remote.Service.RpcMetadataResponse
- serialize() - Method in class org.apache.calcite.avatica.remote.Service.SchemasRequest
- serialize() - Method in class org.apache.calcite.avatica.remote.Service.SyncResultsRequest
- serialize() - Method in class org.apache.calcite.avatica.remote.Service.SyncResultsResponse
- serialize() - Method in class org.apache.calcite.avatica.remote.Service.TablesRequest
- serialize() - Method in class org.apache.calcite.avatica.remote.Service.TableTypesRequest
- serialize() - Method in class org.apache.calcite.avatica.remote.Service.TypeInfoRequest
- serializeArray(List<Object>, Common.TypedValue.Builder, Common.Rep) - Method in class org.apache.calcite.avatica.remote.TypedValue
- serializeMessage(OutputStream, Message) - Method in class org.apache.calcite.avatica.remote.ProtobufTranslationImpl
- 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.Requestas 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.Responseas a protocol buffer. - serializeResponse(Service.Response) - Method in class org.apache.calcite.avatica.remote.ProtobufTranslationImpl
- serializeScalar(Object) - Static method in class org.apache.calcite.avatica.Meta.Frame
- serialRepOf(SqlType) - Static method in enum org.apache.calcite.avatica.ColumnMetaData.Rep
-
Computes the given JDBC type into the
ColumnMetaData.Repfor the wire (serial) form of that type. - serialToJdbc(ColumnMetaData.Rep, ColumnMetaData.Rep, Object, Calendar) - Static method in class org.apache.calcite.avatica.remote.TypedValue
-
Converts the given value from serial form to JDBC form.
- serialToLocal(ColumnMetaData.Rep, Object) - Static method in class org.apache.calcite.avatica.remote.TypedValue
-
Converts a value to the exact type required for the given representation.
- serialVersionUID - Static variable in exception org.apache.calcite.avatica.AvaticaClientRuntimeException
- serialVersionUID - Static variable in exception org.apache.calcite.avatica.AvaticaSqlException
- serialVersionUID - Static variable in exception org.apache.calcite.avatica.MissingResultsException
- serialVersionUID - Static variable in exception org.apache.calcite.avatica.NoSuchConnectionException
- serialVersionUID - Static variable in exception org.apache.calcite.avatica.NoSuchStatementException
- serialVersionUID - Static variable in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
- serialVersionUID - Static variable in class org.apache.calcite.avatica.proto.Common.AvaticaType
- serialVersionUID - Static variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
- serialVersionUID - Static variable in class org.apache.calcite.avatica.proto.Common.ColumnValue
- serialVersionUID - Static variable in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
- serialVersionUID - Static variable in class org.apache.calcite.avatica.proto.Common.CursorFactory
- serialVersionUID - Static variable in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
- serialVersionUID - Static variable in class org.apache.calcite.avatica.proto.Common.Frame
- serialVersionUID - Static variable in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
- serialVersionUID - Static variable in class org.apache.calcite.avatica.proto.Common.QueryState
- serialVersionUID - Static variable in class org.apache.calcite.avatica.proto.Common.Row
- serialVersionUID - Static variable in class org.apache.calcite.avatica.proto.Common.Signature
- serialVersionUID - Static variable in class org.apache.calcite.avatica.proto.Common.StatementHandle
- serialVersionUID - Static variable in class org.apache.calcite.avatica.proto.Common.TypedValue
- serialVersionUID - Static variable in class org.apache.calcite.avatica.proto.Common.WireMessage
- serialVersionUID - Static variable in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
- serialVersionUID - Static variable in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
- serialVersionUID - Static variable in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
- serialVersionUID - Static variable in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
- serialVersionUID - Static variable in class org.apache.calcite.avatica.proto.Requests.CommitRequest
- serialVersionUID - Static variable in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
- serialVersionUID - Static variable in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
- serialVersionUID - Static variable in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
- serialVersionUID - Static variable in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
- serialVersionUID - Static variable in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
- serialVersionUID - Static variable in class org.apache.calcite.avatica.proto.Requests.FetchRequest
- serialVersionUID - Static variable in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
- serialVersionUID - Static variable in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
- serialVersionUID - Static variable in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
- serialVersionUID - Static variable in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
- serialVersionUID - Static variable in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
- serialVersionUID - Static variable in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
- serialVersionUID - Static variable in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
- serialVersionUID - Static variable in class org.apache.calcite.avatica.proto.Requests.TablesRequest
- serialVersionUID - Static variable in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
- serialVersionUID - Static variable in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
- serialVersionUID - Static variable in class org.apache.calcite.avatica.proto.Requests.UpdateBatch
- serialVersionUID - Static variable in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
- serialVersionUID - Static variable in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
- serialVersionUID - Static variable in class org.apache.calcite.avatica.proto.Responses.CommitResponse
- serialVersionUID - Static variable in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
- serialVersionUID - Static variable in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
- serialVersionUID - Static variable in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
- serialVersionUID - Static variable in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
- serialVersionUID - Static variable in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
- serialVersionUID - Static variable in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
- serialVersionUID - Static variable in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
- serialVersionUID - Static variable in class org.apache.calcite.avatica.proto.Responses.FetchResponse
- serialVersionUID - Static variable in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
- serialVersionUID - Static variable in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
- serialVersionUID - Static variable in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
- serialVersionUID - Static variable in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
- serialVersionUID - Static variable in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
- serialVersionUID - Static variable in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
- serialVersionUID - Static variable in exception org.apache.calcite.avatica.remote.AvaticaRuntimeException
- SERVER_ADDRESS_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.remote.Service.RpcMetadataResponse
- 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
- serverAddress_ - Variable in class org.apache.calcite.avatica.proto.Responses.RpcMetadata.Builder
- serverAddress_ - Variable in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
- serverAddressAsBytes - Variable in class org.apache.calcite.avatica.remote.Service.RpcMetadataResponse
- serverExceptions - Variable in exception org.apache.calcite.avatica.AvaticaClientRuntimeException
- serverLevelRpcMetadata - Variable in class org.apache.calcite.avatica.remote.LocalService
- service - Variable in class org.apache.calcite.avatica.AvaticaConnection
- service - Variable in class org.apache.calcite.avatica.remote.AbstractHandler
- service - Variable in class org.apache.calcite.avatica.remote.LocalJsonService
- service - Variable in class org.apache.calcite.avatica.remote.LocalProtobufService
- service - Variable in class org.apache.calcite.avatica.remote.RemoteMeta
- 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
-
Request for
Meta.getCatalogs(Meta.ConnectionHandle). - Service.CloseConnectionRequest - Class in org.apache.calcite.avatica.remote
- Service.CloseConnectionResponse - Class in org.apache.calcite.avatica.remote
-
Response from
Service.CloseConnectionRequest. - Service.CloseStatementRequest - Class in org.apache.calcite.avatica.remote
- Service.CloseStatementResponse - Class in org.apache.calcite.avatica.remote
-
Response from
Service.CloseStatementRequest. - 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
-
Response from
Service.CreateStatementRequest. - Service.DatabasePropertyRequest - Class in org.apache.calcite.avatica.remote
-
Request for
Meta.getDatabaseProperties(Meta.ConnectionHandle). - Service.DatabasePropertyResponse - Class in org.apache.calcite.avatica.remote
-
Response for
Meta.getDatabaseProperties(Meta.ConnectionHandle). - 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
-
Response to a
Service.PrepareAndExecuteRequest. - 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
-
Response from
Service.OpenConnectionRequest. - 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
-
Request for
Meta.prepare(Meta.ConnectionHandle, String, long). - 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
-
Request for
Service.apply(SyncResultsRequest) - Service.SyncResultsResponse - Class in org.apache.calcite.avatica.remote
-
Response for
Service.apply(SyncResultsRequest). - Service.TablesRequest - Class in org.apache.calcite.avatica.remote
- Service.TableTypesRequest - Class in org.apache.calcite.avatica.remote
-
Request for
Meta.getTableTypes(Meta.ConnectionHandle). - Service.TypeInfoRequest - Class in org.apache.calcite.avatica.remote
-
Request for
Meta.getTypeInfo(Meta.ConnectionHandle). - set(int) - Method in class org.apache.calcite.avatica.util.Spacer
-
Sets the current number of spaces.
- SET_LARGE_MAX_ROWS - Static variable in class org.apache.calcite.avatica.AvaticaUtils
- 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
- setArrayValue(int, Common.TypedValue) - 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.ColumnValue.Builder
-
repeated .TypedValue array_value = 2; - setArrayValue(int, Common.TypedValue.Builder) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
-
The Array
- setAsciiStream(int, InputStream) - Method in class org.apache.calcite.avatica.AvaticaJdbc41Factory.AvaticaJdbc41PreparedStatement
- setAsciiStream(int, InputStream) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setAsciiStream(int, InputStream, int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setAsciiStream(int, InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaJdbc41Factory.AvaticaJdbc41PreparedStatement
- setAsciiStream(int, InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setAsciiStream(InputStream) - Method in class org.apache.calcite.avatica.AvaticaSite
- setAsciiStream(InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaSite
- setAutoCommit(boolean) - Method in class org.apache.calcite.avatica.AvaticaConnection
- setAutoCommit(boolean) - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
-
Sets
autoCommitstatus and flag as dirty. - setAutoCommit(boolean) - Method in interface org.apache.calcite.avatica.Meta.ConnectionProperties
-
Set
autoCommitstatus. - 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
- setBinaryStream(int, InputStream) - Method in class org.apache.calcite.avatica.AvaticaJdbc41Factory.AvaticaJdbc41PreparedStatement
- setBinaryStream(int, InputStream) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setBinaryStream(int, InputStream, int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setBinaryStream(int, InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaJdbc41Factory.AvaticaJdbc41PreparedStatement
- setBinaryStream(int, InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setBinaryStream(InputStream) - Method in class org.apache.calcite.avatica.AvaticaSite
- setBinaryStream(InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaSite
- setBlob(int, InputStream) - Method in class org.apache.calcite.avatica.AvaticaJdbc41Factory.AvaticaJdbc41PreparedStatement
- setBlob(int, InputStream) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setBlob(int, InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaJdbc41Factory.AvaticaJdbc41PreparedStatement
- setBlob(int, InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setBlob(int, Blob) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setBlob(InputStream) - Method in class org.apache.calcite.avatica.AvaticaSite
- setBlob(InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaSite
- setBlob(Blob) - Method in class org.apache.calcite.avatica.AvaticaSite
- setBoolean(boolean) - Method in class org.apache.calcite.avatica.AvaticaSite
- setBoolean(int, boolean) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- 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(byte) - Method in class org.apache.calcite.avatica.AvaticaSite
- setByte(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.AvaticaPreparedStatement
- 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
catalogand 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.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) - Method in class org.apache.calcite.avatica.AvaticaJdbc41Factory.AvaticaJdbc41PreparedStatement
- setCharacterStream(int, Reader) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setCharacterStream(int, Reader, int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setCharacterStream(int, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaJdbc41Factory.AvaticaJdbc41PreparedStatement
- setCharacterStream(int, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setCharacterStream(Reader) - Method in class org.apache.calcite.avatica.AvaticaSite
- setCharacterStream(Reader, long) - Method in class org.apache.calcite.avatica.AvaticaSite
- 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
- setClob(int, Reader) - Method in class org.apache.calcite.avatica.AvaticaJdbc41Factory.AvaticaJdbc41PreparedStatement
- setClob(int, Reader) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setClob(int, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaJdbc41Factory.AvaticaJdbc41PreparedStatement
- setClob(int, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setClob(int, Clob) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setClob(Reader) - Method in class org.apache.calcite.avatica.AvaticaSite
- setClob(Reader, long) - Method in class org.apache.calcite.avatica.AvaticaSite
- setClob(Clob) - Method in class org.apache.calcite.avatica.AvaticaSite
- 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) - 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.AvaticaType.Builder
-
Only present when name = STRUCT
- 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) - 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.Requests.ConnectionSyncRequest.Builder
-
.ConnectionProperties conn_props = 2; - 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
- setDate(int, Date) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setDate(int, Date, Calendar) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setDate(Date, Calendar) - Method in class org.apache.calcite.avatica.AvaticaSite
- 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(double) - Method in class org.apache.calcite.avatica.AvaticaSite
- setDouble(int, double) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- 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
- 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
- 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
- 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(float) - Method in class org.apache.calcite.avatica.AvaticaSite
- setFloat(int, float) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- 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
- 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
AvaticaHttpClienthow 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) - Method in class org.apache.calcite.avatica.AvaticaSite
- setInt(int, int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- 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 onStatement.setMaxRows(int)if the method does not exist (before JDK 1.8) or throwsUnsupportedOperationException. - setLong(int, long) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setLong(long) - Method in class org.apache.calcite.avatica.AvaticaSite
- setMaxFieldSize(int) - Method in class org.apache.calcite.avatica.AvaticaStatement
- 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
- 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) - 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) - 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) - 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) - 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) - 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) - 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) - 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.CloseConnectionResponse.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.Builder) - 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.CreateStatementResponse.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.Builder) - 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.ErrorResponse.Builder
-
.RpcMetadata metadata = 6; - setMetadata(Responses.RpcMetadata.Builder) - 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.ExecuteResponse.Builder
-
.RpcMetadata metadata = 3; - setMetadata(Responses.RpcMetadata.Builder) - 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.OpenConnectionResponse.Builder
-
.RpcMetadata metadata = 1; - setMetadata(Responses.RpcMetadata.Builder) - 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.ResultSetResponse.Builder
-
with no signature nor other data.
- 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) - Method in class org.apache.calcite.avatica.AvaticaJdbc41Factory.AvaticaJdbc41PreparedStatement
- setNCharacterStream(int, Reader) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setNCharacterStream(int, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaJdbc41Factory.AvaticaJdbc41PreparedStatement
- setNCharacterStream(int, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setNCharacterStream(Reader) - Method in class org.apache.calcite.avatica.AvaticaSite
- setNCharacterStream(Reader, long) - Method in class org.apache.calcite.avatica.AvaticaSite
- setNClob(int, Reader) - Method in class org.apache.calcite.avatica.AvaticaJdbc41Factory.AvaticaJdbc41PreparedStatement
- setNClob(int, Reader) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setNClob(int, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaJdbc41Factory.AvaticaJdbc41PreparedStatement
- setNClob(int, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setNClob(int, NClob) - Method in class org.apache.calcite.avatica.AvaticaJdbc41Factory.AvaticaJdbc41PreparedStatement
- setNClob(int, NClob) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setNClob(Reader) - Method in class org.apache.calcite.avatica.AvaticaSite
- setNClob(Reader, long) - Method in class org.apache.calcite.avatica.AvaticaSite
- setNClob(NClob) - Method in class org.apache.calcite.avatica.AvaticaSite
- setNetworkTimeout(Executor, int) - Method in class org.apache.calcite.avatica.AvaticaConnection
- setNString(int, String) - Method in class org.apache.calcite.avatica.AvaticaJdbc41Factory.AvaticaJdbc41PreparedStatement
- setNString(int, String) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setNString(String) - Method in class org.apache.calcite.avatica.AvaticaSite
- setNull(boolean) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
-
a null object
- setNull(int) - Method in class org.apache.calcite.avatica.AvaticaSite
- 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, String) - Method in class org.apache.calcite.avatica.AvaticaSite
- 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) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setObject(int, Object, int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setObject(int, Object, int, int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setObject(Object) - Method in class org.apache.calcite.avatica.AvaticaSite
- setObject(Object, int) - Method in class org.apache.calcite.avatica.AvaticaSite
- setObject(Object, int, int) - Method in class org.apache.calcite.avatica.AvaticaSite
- 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) - 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.ExecuteRequest.Builder
-
repeated .TypedValue parameter_values = 2; - 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
- 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
- setQueryTimeoutMillis(int) - Method in class org.apache.calcite.avatica.AvaticaStatement
- setReadOnly(boolean) - Method in class org.apache.calcite.avatica.AvaticaConnection
- setReadOnly(boolean) - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
-
Sets
readOnlystatus and flag as dirty. - setReadOnly(boolean) - Method in interface org.apache.calcite.avatica.Meta.ConnectionProperties
-
Set
readOnlystatus. - 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
- 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; - setRowId(int, RowId) - Method in class org.apache.calcite.avatica.AvaticaJdbc41Factory.AvaticaJdbc41PreparedStatement
- setRowId(int, RowId) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setRowId(RowId) - Method in class org.apache.calcite.avatica.AvaticaSite
- 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
- 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
schemaand 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.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; - 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
- 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
- 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) - 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.Common.StatementHandle.Builder
-
.Signature signature = 3; - 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.AvaticaJdbc41Factory.AvaticaJdbc41PreparedStatement
- setSQLXML(int, SQLXML) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setSQLXML(SQLXML) - Method in class org.apache.calcite.avatica.AvaticaSite
- 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
- 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) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setTime(int, Time, Calendar) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setTime(Time, Calendar) - Method in class org.apache.calcite.avatica.AvaticaSite
- setTimestamp(int, Timestamp) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setTimestamp(int, Timestamp, Calendar) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setTimestamp(Timestamp, Calendar) - Method in class org.apache.calcite.avatica.AvaticaSite
- setTransactionIsolation(int) - Method in class org.apache.calcite.avatica.AvaticaConnection
- setTransactionIsolation(int) - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
-
Sets
transactionIsolationstatus and flag as dirty. - setTransactionIsolation(int) - Method in interface org.apache.calcite.avatica.Meta.ConnectionProperties
-
Set
transactionIsolationstatus. - 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.Rep) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
-
The actual type that was serialized in the general attribute below
- setType(Common.StateType) - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
-
.StateType type = 1; - 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
- 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
- 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
- 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.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(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(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 exception org.apache.calcite.avatica.AvaticaClientRuntimeException
- severity - Variable in exception org.apache.calcite.avatica.remote.AvaticaRuntimeException
- severity - Variable in class org.apache.calcite.avatica.remote.Service.ErrorResponse
- Severity(int) - Constructor for enum org.apache.calcite.avatica.proto.Common.Severity
- severity_ - Variable in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
- severity_ - Variable in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
- SEVERITY_DESCRIPTOR - Static 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 - org.apache.calcite.avatica.ColumnMetaData.Rep
- SHORT - org.apache.calcite.avatica.proto.Common.Rep
-
SHORT = 11; - SHORT_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
-
SHORT = 11; - ShortAccessor(AbstractCursor.Getter) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.ShortAccessor
- shouldRenew(long, long, long) - Method in class org.apache.calcite.avatica.remote.KerberosConnection.RenewalTask
-
Computes whether or not the ticket should be renewed based on the lifetime of the ticket and the current time.
- signature - Variable in class org.apache.calcite.avatica.AvaticaResultSet
- signature - Variable in class org.apache.calcite.avatica.AvaticaResultSetMetaData
- signature - Variable in class org.apache.calcite.avatica.AvaticaStatement
- signature - Variable in class org.apache.calcite.avatica.Meta.MetaResultSet
- 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() - Constructor for class org.apache.calcite.avatica.proto.Common.Signature
- Signature(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Common.Signature
- Signature(GeneratedMessageV3.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Common.Signature
- 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.proto.Common.StatementHandle.Builder
- signature_ - Variable in class org.apache.calcite.avatica.proto.Common.StatementHandle
- signature_ - Variable in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
- signature_ - Variable in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
- SIGNATURE_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.Meta.StatementHandle
- SIGNATURE_DESCRIPTOR - Static 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
- signatureBuilder_ - Variable in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
- signatureBuilder_ - Variable in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
- signed - Variable in class org.apache.calcite.avatica.AvaticaParameter
- signed - Variable in class org.apache.calcite.avatica.ColumnMetaData
- signed_ - Variable in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
- signed_ - Variable in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
- signed_ - Variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
- signed_ - Variable in class org.apache.calcite.avatica.proto.Common.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
- 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
- slots - Variable in class org.apache.calcite.avatica.AvaticaSite
- SMALLINT - org.apache.calcite.avatica.SqlType
- 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
- SPACE_LIST - Static variable in class org.apache.calcite.avatica.util.Spaces
-
It doesn't look like this list is ever updated.
- SpaceList() - Constructor for class org.apache.calcite.avatica.util.Spaces.SpaceList
- spacer - Variable in class org.apache.calcite.avatica.util.AbstractCursor.FixedStringAccessor
- 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.
- Spaces() - Constructor for class org.apache.calcite.avatica.util.Spaces
- Spaces.SpaceList - Class in org.apache.calcite.avatica.util
-
List whose
ith entry is a string consisting ofispaces. - Spaces.SpaceString - Class in org.apache.calcite.avatica.util
-
A string of spaces.
- SpaceString(int) - Constructor for class org.apache.calcite.avatica.util.Spaces.SpaceString
- 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 - org.apache.calcite.avatica.remote.AuthenticationType
- 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 - org.apache.calcite.avatica.proto.Common.StateType
-
SQL = 0; - SQL - org.apache.calcite.avatica.QueryState.StateType
- sql_ - Variable in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
- sql_ - Variable in class org.apache.calcite.avatica.proto.Common.QueryState
- sql_ - Variable in class org.apache.calcite.avatica.proto.Common.Signature.Builder
- sql_ - Variable in class org.apache.calcite.avatica.proto.Common.Signature
- sql_ - Variable in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
- sql_ - Variable in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
- sql_ - Variable in class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
- sql_ - Variable in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
- SQL_COMMANDS_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
- SQL_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.Meta.Signature
- SQL_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.remote.Service.ErrorResponse
- SQL_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteRequest
- SQL_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.remote.Service.PrepareRequest
- 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_KEYWORDS - org.apache.calcite.avatica.InternalProperty
-
Character that quotes identifiers.
- SQL_ROUTINE_EXCEPTION_FUNCTION_EXECUTED_NO_RETURN_STATEMENT - org.apache.calcite.avatica.SqlState
-
2F005: SQL routine exception: function executed no return statement
- SQL_ROUTINE_EXCEPTION_MODIFYING_SQL_DATA_NOT_PERMITTED - org.apache.calcite.avatica.SqlState
-
2F002: SQL routine exception: modifying SQL-data not permitted
- SQL_ROUTINE_EXCEPTION_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
2F000: SQL routine exception
- SQL_ROUTINE_EXCEPTION_PROHIBITED_SQL_STATEMENT_ATTEMPTED - org.apache.calcite.avatica.SqlState
-
2F003: SQL routine exception: prohibited SQL-statement attempted
- SQL_ROUTINE_EXCEPTION_READING_SQL_DATA_NOT_PERMITTED - org.apache.calcite.avatica.SqlState
-
2F004: SQL routine exception: reading SQL-data not permitted
- 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
- sqlCommands_ - Variable in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest.Builder
- sqlCommands_ - Variable in class org.apache.calcite.avatica.proto.Requests.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 exception org.apache.calcite.avatica.AvaticaClientRuntimeException
- sqlState - Variable in exception org.apache.calcite.avatica.remote.AvaticaRuntimeException
- sqlState - Variable in class org.apache.calcite.avatica.remote.Service.ErrorResponse
- SqlState - Enum in org.apache.calcite.avatica
-
SQL error codes.
- SqlState(SqlState.Category, String, String, String, String) - Constructor for enum org.apache.calcite.avatica.SqlState
- sqlState_ - Variable in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
- sqlState_ - Variable in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
- SqlState.Category - Enum in org.apache.calcite.avatica
-
Severity types.
- sqlType - Variable in class org.apache.calcite.avatica.MetaImpl.TypeInfo
- SqlType - Enum in org.apache.calcite.avatica
-
Extends the information in
Types. - SqlType(int, Class) - Constructor for enum org.apache.calcite.avatica.SqlType
- SqlType(int, Class, Class) - Constructor for enum org.apache.calcite.avatica.SqlType
- SqlType(int, Class, Class, Class) - Constructor for enum org.apache.calcite.avatica.SqlType
- SqlType.Method - Enum in org.apache.calcite.avatica
-
Getter methods in
ResultSet. - sqlTypeName - Variable in class org.apache.calcite.avatica.MetaImpl.TypeInfo
- SQLXML - org.apache.calcite.avatica.SqlType
- stackTraces - Variable in exception org.apache.calcite.avatica.AvaticaSqlException
- START - org.apache.calcite.avatica.InternalProperty.NullSorting
- 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.MetaImpl.FetchIterable
- state - Variable in class org.apache.calcite.avatica.MetaImpl.FetchIterator
- state - Variable in class org.apache.calcite.avatica.remote.Service.SyncResultsRequest
- state_ - Variable in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
- state_ - Variable in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
- STATE_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.remote.Service.SyncResultsRequest
- STATE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
- stateBuilder_ - Variable in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
- statement - Variable in class org.apache.calcite.avatica.AvaticaResultSet
- statement - Variable in class org.apache.calcite.avatica.AvaticaResultSetMetaData
- statement - Variable in class org.apache.calcite.avatica.remote.Service.PrepareResponse
- statement_ - Variable in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
- statement_ - Variable in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
- STATEMENT_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
- STATEMENT_HANDLE_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.remote.Service.ExecuteRequest
- STATEMENT_ID_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.remote.Service.SyncResultsRequest
- 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
- statementBuilder_ - Variable in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
- statementCount - Variable in class org.apache.calcite.avatica.AvaticaConnection
- statementHandle - Variable in class org.apache.calcite.avatica.remote.Service.ExecuteRequest
- StatementHandle() - Constructor for class org.apache.calcite.avatica.proto.Common.StatementHandle
- StatementHandle(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Common.StatementHandle
- StatementHandle(GeneratedMessageV3.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Common.StatementHandle
- StatementHandle(String, int, Meta.Signature) - Constructor for class org.apache.calcite.avatica.Meta.StatementHandle
- statementHandle_ - Variable in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
- statementHandle_ - Variable in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
- STATEMENTHANDLE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
- statementHandleBuilder_ - Variable in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
- 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
- statementId_ - Variable in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest.Builder
- statementId_ - Variable in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
- statementId_ - Variable in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
- statementId_ - Variable in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
- statementId_ - Variable in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
- statementId_ - Variable in class org.apache.calcite.avatica.proto.Requests.FetchRequest
- statementId_ - Variable in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest.Builder
- statementId_ - Variable in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteBatchRequest
- statementId_ - Variable in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
- statementId_ - Variable in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
- statementId_ - Variable in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
- statementId_ - Variable in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
- statementId_ - Variable in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
- statementId_ - Variable in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
- statementId_ - Variable in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
- statementId_ - Variable in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
- statementId_ - Variable in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
- statementId_ - Variable in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
- statementMap - Variable in class org.apache.calcite.avatica.AvaticaConnection
- statementType - Variable in class org.apache.calcite.avatica.Meta.Signature
- StatementType() - Constructor for enum org.apache.calcite.avatica.Meta.StatementType
- StatementType(int) - Constructor for enum org.apache.calcite.avatica.proto.Common.StatementType
- statementType_ - Variable in class org.apache.calcite.avatica.proto.Common.Signature.Builder
- statementType_ - Variable in class org.apache.calcite.avatica.proto.Common.Signature
- STATEMENTTYPE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.Signature
- StateType() - Constructor for enum org.apache.calcite.avatica.QueryState.StateType
- StateType(int) - Constructor for enum org.apache.calcite.avatica.proto.Common.StateType
- statusCode - Variable in class org.apache.calcite.avatica.remote.Handler.HandlerResponse
- stmt - Variable in class org.apache.calcite.avatica.MetaImpl.FetchIterable
- stmt - Variable in class org.apache.calcite.avatica.MetaImpl.FetchIterator
- stmtHandle - Variable in exception org.apache.calcite.avatica.NoSuchStatementException
- 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
- storesLowerCaseQuotedIdentifiers() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- storesMixedCaseIdentifiers() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- storesMixedCaseQuotedIdentifiers() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- storesUpperCaseIdentifiers() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- storesUpperCaseQuotedIdentifiers() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- stream - Variable in class org.apache.calcite.avatica.AvaticaSqlException.PrintStreamOrWriter
- STREAM - org.apache.calcite.avatica.AvaticaSqlException.PrintStreamOrWriter.Type
- STRICT - org.apache.calcite.avatica.remote.HostnameVerificationConfigurable.HostnameVerification
-
The common name (CN) on the certificate must match the server's hostname.
- string - Variable in enum org.apache.calcite.avatica.util.Quoting
- STRING - org.apache.calcite.avatica.ColumnMetaData.Rep
- STRING - org.apache.calcite.avatica.ConnectionProperty.Type
- STRING - org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.ArgumentType
-
STRING = 0; - STRING - org.apache.calcite.avatica.proto.Common.Rep
-
STRING = 21; - STRING_ARRAY_VALUES_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
- STRING_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.remote.TypedValue
- 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
- StringAccessor(AbstractCursor.Getter) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.StringAccessor
- stringArrayValues_ - Variable in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
- stringArrayValues_ - Variable in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
- StringFromCharAccessor(AbstractCursor.Getter, int) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.StringFromCharAccessor
- stringValue(Object) - Method in class org.apache.calcite.avatica.util.DateTimeUtils.NoopOffsetDateTimeHandler
- stringValue(Object) - Method in interface org.apache.calcite.avatica.util.DateTimeUtils.OffsetDateTimeHandler
- stringValue(Object) - Method in class org.apache.calcite.avatica.util.DateTimeUtils.ReflectiveOffsetDateTimeHandler
- stringValue_ - Variable in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
- stringValue_ - Variable in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
- stringValue_ - Variable in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
- stringValue_ - Variable in class org.apache.calcite.avatica.proto.Common.TypedValue
- STRIP_PORT_ON_SERVER_LOOKUP - Static variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientSpnegoImpl
- struct(List<ColumnMetaData>) - Static method in class org.apache.calcite.avatica.ColumnMetaData
-
Creates a
ColumnMetaData.StructType. - STRUCT - org.apache.calcite.avatica.ColumnMetaData.Rep
- STRUCT - org.apache.calcite.avatica.proto.Common.Rep
-
STRUCT = 28; - STRUCT - org.apache.calcite.avatica.SqlType
- STRUCT_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
-
STRUCT = 28; - StructAccessor(AbstractCursor.Getter, List<Cursor.Accessor>) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.StructAccessor
- 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() - Constructor for enum org.apache.calcite.avatica.Meta.Style
- Style(int) - Constructor for enum org.apache.calcite.avatica.proto.Common.CursorFactory.Style
- style_ - Variable in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
- style_ - Variable in class org.apache.calcite.avatica.proto.Common.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
- subject - Variable in class org.apache.calcite.avatica.remote.KerberosConnection.RenewalTask
- subject - Variable in class org.apache.calcite.avatica.remote.KerberosConnection
- subSequence(int, int) - Method in class org.apache.calcite.avatica.util.Spaces.SpaceString
- substring(int) - Method in class org.apache.calcite.avatica.util.ByteString
-
Returns a ByteString that starts at a given position.
- substring(int, int) - Method in class org.apache.calcite.avatica.util.ByteString
-
Returns a ByteString that consists of a given range.
- 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
- SUCCESSFUL_COMPLETION_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
00000: successful completion
- SUN_KRB5_LOGIN_MODULE - Static variable in class org.apache.calcite.avatica.remote.KerberosConnection
- 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
- supportsAlterTableWithDropColumn() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsANSI92EntryLevelSQL() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsANSI92FullSQL() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsANSI92IntermediateSQL() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsBatchUpdates() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsCatalogsInDataManipulation() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsCatalogsInIndexDefinitions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsCatalogsInPrivilegeDefinitions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsCatalogsInProcedureCalls() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsCatalogsInTableDefinitions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsColumnAliasing() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsConvert() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsConvert(int, int) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsCoreSQLGrammar() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsCorrelatedSubqueries() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsDataDefinitionAndDataManipulationTransactions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsDataManipulationTransactionsOnly() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsDifferentTableCorrelationNames() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsExpressionsInOrderBy() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsExtendedSQLGrammar() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsFullOuterJoins() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsGetGeneratedKeys() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsGroupBy() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsGroupByBeyondSelect() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsGroupByUnrelated() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsIntegrityEnhancementFacility() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsLikeEscapeClause() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsLimitedOuterJoins() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsMinimumSQLGrammar() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsMixedCaseIdentifiers() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsMixedCaseQuotedIdentifiers() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsMultipleOpenResults() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsMultipleResultSets() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsMultipleTransactions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsNamedParameters() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsNonNullableColumns() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsOpenCursorsAcrossCommit() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsOpenCursorsAcrossRollback() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsOpenStatementsAcrossCommit() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsOpenStatementsAcrossRollback() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsOrderByUnrelated() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsOuterJoins() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsPositionedDelete() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsPositionedUpdate() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsResultSetConcurrency(int, int) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsResultSetHoldability(int) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsResultSetType(int) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsSavepoints() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsSchemasInDataManipulation() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsSchemasInIndexDefinitions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsSchemasInPrivilegeDefinitions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsSchemasInProcedureCalls() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsSchemasInTableDefinitions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsSelectForUpdate() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsStatementPooling() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsStoredFunctionsUsingCallSyntax() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsStoredProcedures() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsSubqueriesInComparisons() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsSubqueriesInExists() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsSubqueriesInIns() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsSubqueriesInQuantifieds() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsTableCorrelationNames() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsTransactionIsolationLevel(int) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsTransactions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsUnion() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsUnionAll() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- suspendEncoding - Variable in class org.apache.calcite.avatica.util.Base64.OutputStream
- suspendEncoding() - Method in class org.apache.calcite.avatica.util.Base64.OutputStream
-
Suspends encoding of the stream.
- SYMBOL - org.apache.calcite.avatica.SqlType
- sync() - Method in class org.apache.calcite.avatica.AvaticaConnection
- syncResults(Meta.StatementHandle, QueryState, long) - Method in interface org.apache.calcite.avatica.Meta
-
Re-sets the
ResultSeton a Statement. - syncResults(Meta.StatementHandle, QueryState, long) - Method in class org.apache.calcite.avatica.remote.RemoteMeta
- syncResults(QueryState, long) - Method in class org.apache.calcite.avatica.AvaticaStatement
-
Re-initialize the ResultSet on the server with the given state.
- SyncResultsRequest() - Constructor for class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
- SyncResultsRequest() - Constructor for class org.apache.calcite.avatica.remote.Service.SyncResultsRequest
- SyncResultsRequest(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
- SyncResultsRequest(GeneratedMessageV3.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
- SyncResultsRequest(String, int, QueryState, long) - Constructor for class org.apache.calcite.avatica.remote.Service.SyncResultsRequest
- SyncResultsResponse() - Constructor for class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
- SyncResultsResponse() - Constructor for class org.apache.calcite.avatica.remote.Service.SyncResultsResponse
- SyncResultsResponse(boolean, boolean, Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.SyncResultsResponse
- SyncResultsResponse(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
- SyncResultsResponse(GeneratedMessageV3.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
- SYNTAX_ERROR_OR_ACCESS_RULE_VIOLATION_IN_DIRECT_STATEMENT_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
2A000: syntax error or access rule violation
- SYNTAX_ERROR_OR_ACCESS_RULE_VIOLATION_IN_DYNAMIC_STATEMENT_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
37000: syntax error or access rule violation
- SYNTAX_ERROR_OR_ACCESS_RULE_VIOLATION_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
42000: syntax error or access rule violation
- systemExit(int) - Static method in class org.apache.calcite.avatica.util.Unsafe
-
Calls
System.exit(int).
T
- TABLE_NAME_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.ColumnMetaData
- TABLE_NAME_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
- TABLE_NAME_PATTERN_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.remote.Service.ColumnsRequest
- TABLE_NAME_PATTERN_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.remote.Service.TablesRequest
- 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
- tableName_ - Variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
- tableName_ - Variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
- tableNamePattern - Variable in class org.apache.calcite.avatica.remote.Service.ColumnsRequest
- tableNamePattern - Variable in class org.apache.calcite.avatica.remote.Service.TablesRequest
- tableNamePattern_ - Variable in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
- tableNamePattern_ - Variable in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
- tableNamePattern_ - Variable in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
- tableNamePattern_ - Variable in class org.apache.calcite.avatica.proto.Requests.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() - Constructor for class org.apache.calcite.avatica.proto.Requests.TablesRequest
- TablesRequest() - Constructor for class org.apache.calcite.avatica.remote.Service.TablesRequest
- TablesRequest(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Requests.TablesRequest
- TablesRequest(GeneratedMessageV3.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Requests.TablesRequest
- 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.proto.Requests.TableTypesRequest
- TableTypesRequest() - Constructor for class org.apache.calcite.avatica.remote.Service.TableTypesRequest
- TableTypesRequest(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
- TableTypesRequest(GeneratedMessageV3.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
- TableTypesRequest(String) - Constructor for class org.apache.calcite.avatica.remote.Service.TableTypesRequest
- TARGET_TABLE_DISAGREES_WITH_CURSOR_SPECIFICATION_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
0T000: target table disagrees with cursor specification
- threadLocalBuffer - Variable in class org.apache.calcite.avatica.remote.ProtobufTranslationImpl
- TIME - org.apache.calcite.avatica.SqlType
- TIME_FORMAT_STRING - Static variable in class org.apache.calcite.avatica.util.DateTimeUtils
-
The SimpleDateFormat string for ISO times, "HH:mm:ss".
- TIME_WITH_TIMEZONE - org.apache.calcite.avatica.SqlType
- TIME_ZONE - org.apache.calcite.avatica.BuiltInConnectionProperty
-
Time zone, for example 'gmt-3'.
- TimeAccessor(AbstractCursor.Getter) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.TimeAccessor
- timeAsString(int, Calendar) - Static method in class org.apache.calcite.avatica.util.AbstractCursor
-
Accesses a time value as a string, e.g.
- TimeFromNumberAccessor(AbstractCursor.Getter, Calendar) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.TimeFromNumberAccessor
- TIMESTAMP - org.apache.calcite.avatica.SqlType
- 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".
- TIMESTAMP_WITH_TIMEZONE - org.apache.calcite.avatica.SqlType
- TimestampAccessor(AbstractCursor.Getter) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.TimestampAccessor
- timestampAsString(long, Calendar) - Static method in class org.apache.calcite.avatica.util.AbstractCursor
-
Accesses a timestamp value as a string.
- TimestampFromNumberAccessor(AbstractCursor.Getter, Calendar) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.TimestampFromNumberAccessor
- TimestampFromUtilDateAccessor(AbstractCursor.Getter, Calendar) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.TimestampFromUtilDateAccessor
- 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.
- TimeUnit(boolean, char, BigDecimal, BigDecimal) - Constructor for enum org.apache.calcite.avatica.util.TimeUnit
- TimeUnitRange - Enum in org.apache.calcite.avatica.util
-
A range of time units.
- TimeUnitRange(TimeUnit, TimeUnit) - Constructor for enum org.apache.calcite.avatica.util.TimeUnitRange
-
Creates a TimeUnitRange.
- TimeUnitRange.Pair<E> - Class in org.apache.calcite.avatica.util
-
Immutable pair of values of the same type.
- timeZone - Variable in class org.apache.calcite.avatica.util.ArrayFactoryImpl
- timeZone() - Method in interface org.apache.calcite.avatica.ConnectionConfig
- timeZone() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
- TIMEZONE - Static variable in enum org.apache.calcite.avatica.BuiltInConnectionProperty
-
Deprecated.
- TINYINT - org.apache.calcite.avatica.SqlType
- TO_LOWER - org.apache.calcite.avatica.util.Casing
-
Identifiers are converted to lower-case.
- TO_UPPER - org.apache.calcite.avatica.util.Casing
-
Identifiers are converted to upper-case.
- toArray() - Method in class org.apache.calcite.avatica.util.UnsynchronizedBuffer
-
Gets (a copy of) the contents of this writer's buffer.
- toArray(Object) - Static method in class org.apache.calcite.avatica.AvaticaSite
- 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
- toBoolean(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
- toByte(Object) - Static method in class org.apache.calcite.avatica.AvaticaSite
- toBytes(Object) - Static method in class org.apache.calcite.avatica.AvaticaSite
- toCamelCase(String) - Static method in class org.apache.calcite.avatica.AvaticaUtils
-
Converts an underscore-separated name into a camelCase name.
- toDate(Object) - Static method in class org.apache.calcite.avatica.AvaticaSite
- todo() - Method in class org.apache.calcite.avatica.Helper
- toDouble(Object) - Static method in class org.apache.calcite.avatica.AvaticaSite
- toException() - Method in class org.apache.calcite.avatica.remote.Service.ErrorResponse
- toFloat(Object) - Static method in class org.apache.calcite.avatica.AvaticaSite
- toInt(Object) - Static method in class org.apache.calcite.avatica.AvaticaSite
- 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.
- toLong(Object) - Static method in class org.apache.calcite.avatica.AvaticaSite
- toLongs(int[]) - Static method in class org.apache.calcite.avatica.AvaticaUtils
-
Converts an array of
intvalues to an array oflongvalues. - toMap(Properties) - Static method in class org.apache.calcite.avatica.ConnectStringParser
-
Converts a
Propertiesobject 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.
- toResultSet(Class, Service.ResultSetResponse) - Method in class org.apache.calcite.avatica.remote.RemoteMeta
- toSaturatedInt(long) - Static method in class org.apache.calcite.avatica.AvaticaUtils
-
Converts a
longtoint, rounding as little as possible if the value is outside the legal range for anint. - toSaturatedInts(long[]) - Static method in class org.apache.calcite.avatica.AvaticaUtils
-
Converts an array of
longvalues to an array ofintvalues, truncating values outside the legal range for aninttoInteger.MIN_VALUEorInteger.MAX_VALUE. - toShort(Object) - Static method in class org.apache.calcite.avatica.AvaticaSite
- toSQLException(SQLException) - Method in class org.apache.calcite.avatica.Helper
- toStackTraces(Exception) - Static method in class org.apache.calcite.avatica.remote.Service.ErrorResponse
- 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() - 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.Spaces.SpaceString
- toString() - Method in class org.apache.calcite.avatica.util.StructImpl
- toString(byte[], int) - Static method in class org.apache.calcite.avatica.util.ByteString
-
Returns the given byte array in hexadecimal format.
- toString(int) - Method in class org.apache.calcite.avatica.util.ByteString
-
Returns this byte string in a given base.
- toString(Exception) - Static method in class org.apache.calcite.avatica.remote.Service.ErrorResponse
- toString(Object) - Static method in class org.apache.calcite.avatica.AvaticaSite
- toTime(Object) - Static method in class org.apache.calcite.avatica.AvaticaSite
- toTimestamp(Object) - Static method in class org.apache.calcite.avatica.AvaticaSite
- toURI(URL) - Static method in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
- toURI(URL) - Static method in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientSpnegoImpl
- TRANSACTION_ISOLATION_DESCRIPTOR - Static variable in class org.apache.calcite.avatica.ConnectionPropertiesImpl
- TRANSACTION_ISOLATION_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
- TRANSACTION_ROLLBACK_INTEGRITY_CONSTRAINT_VIOLATION - org.apache.calcite.avatica.SqlState
-
40002: transaction rollback: integrity constraint violation
- TRANSACTION_ROLLBACK_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
40000: transaction rollback
- TRANSACTION_ROLLBACK_SERIALIZATION_FAILURE - org.apache.calcite.avatica.SqlState
-
40001: transaction rollback: serialization failure
- TRANSACTION_ROLLBACK_STATEMENT_COMPLETION_UNKNOWN - org.apache.calcite.avatica.SqlState
-
40003: transaction rollback: statement completion unknown
- TRANSACTION_ROLLBACK_TRIGGERED_ACTION_EXCEPTION - org.apache.calcite.avatica.SqlState
-
40004: transaction rollback: triggered action exception
- transactionIsolation - Variable in class org.apache.calcite.avatica.ConnectionPropertiesImpl
- transactionIsolation_ - Variable in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
- transactionIsolation_ - Variable in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
- transform(ByteString) - Method in class org.apache.calcite.avatica.remote.ProtobufTranslationImpl.RequestTranslator
- transform(ByteString) - Method in class org.apache.calcite.avatica.remote.ProtobufTranslationImpl.ResponseTranslator
- translation - Variable in class org.apache.calcite.avatica.remote.LocalProtobufService
- translation - Variable in class org.apache.calcite.avatica.remote.ProtobufHandler
- translation - Variable in class org.apache.calcite.avatica.remote.RemoteProtobufService
- TRIGGERED_ACTION_EXCEPTION_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
09000: triggered action exception
- TRIGGERED_DATA_CHANGE_VIOLATION_MODIFY_TABLE_MODIFIED_BY_DATA_CHANGE_DELTA_TABLE - org.apache.calcite.avatica.SqlState
-
27001: triggered data change violation: modify table modified by data change delta table
- TRIGGERED_DATA_CHANGE_VIOLATION_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
27000: triggered data change violation
- Trojan() - Constructor for class org.apache.calcite.avatica.AvaticaConnection.Trojan
- truststore - Variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
- truststore() - Method in interface org.apache.calcite.avatica.ConnectionConfig
- truststore() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
- TRUSTSTORE - org.apache.calcite.avatica.BuiltInConnectionProperty
-
Truststore for SSL/TLS communication
- TRUSTSTORE_PASSWORD - org.apache.calcite.avatica.BuiltInConnectionProperty
-
Password for the truststore
- TrustStoreConfigurable - Interface in org.apache.calcite.avatica.remote
-
Allows a truststore (and password) to be provided to enable TLS authentication.
- truststorePassword - Variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
- truststorePassword() - Method in interface org.apache.calcite.avatica.ConnectionConfig
- truststorePassword() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
- type - Variable in class org.apache.calcite.avatica.AvaticaResultSet
- type - Variable in class org.apache.calcite.avatica.AvaticaSqlException.PrintStreamOrWriter
- type - Variable in enum org.apache.calcite.avatica.BuiltInConnectionProperty
- type - Variable in class org.apache.calcite.avatica.ColumnMetaData
- type - Variable in enum org.apache.calcite.avatica.InternalProperty
- 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 - Variable in enum org.apache.calcite.avatica.remote.AvaticaRemoteConnectionProperty
- type - Variable in class org.apache.calcite.avatica.remote.TypedValue
-
Type of the value.
- type() - Method in enum org.apache.calcite.avatica.BuiltInConnectionProperty
- type() - Method in interface org.apache.calcite.avatica.ConnectionProperty
-
Returns the data type of this property.
- type() - Method in enum org.apache.calcite.avatica.remote.AvaticaRemoteConnectionProperty
- Type() - Constructor for enum org.apache.calcite.avatica.AvaticaSqlException.PrintStreamOrWriter.Type
- Type() - Constructor for enum org.apache.calcite.avatica.ConnectionProperty.Type
- type_ - Variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
- type_ - Variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
- type_ - Variable in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
- type_ - Variable in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
- type_ - Variable in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
- type_ - Variable in class org.apache.calcite.avatica.proto.Common.QueryState
- type_ - Variable in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
- type_ - Variable in class org.apache.calcite.avatica.proto.Common.TypedValue
- 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
- typeBuilder_ - Variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
- 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.
- TypedValue() - Constructor for class org.apache.calcite.avatica.proto.Common.TypedValue
- TypedValue(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Common.TypedValue
- TypedValue(GeneratedMessageV3.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Common.TypedValue
- TypedValue(ColumnMetaData.Rep, Object) - Constructor for class org.apache.calcite.avatica.remote.TypedValue
- TypedValue(ColumnMetaData.Rep, ColumnMetaData.Rep, Object) - Constructor for class org.apache.calcite.avatica.remote.TypedValue
- typeId - Variable in enum org.apache.calcite.avatica.ColumnMetaData.Rep
- TypeInfo(int, String) - Constructor for class org.apache.calcite.avatica.MetaImpl.TypeInfo
- TypeInfoRequest() - Constructor for class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
- TypeInfoRequest() - Constructor for class org.apache.calcite.avatica.remote.Service.TypeInfoRequest
- TypeInfoRequest(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
- TypeInfoRequest(GeneratedMessageV3.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
- TypeInfoRequest(String) - Constructor for class org.apache.calcite.avatica.remote.Service.TypeInfoRequest
- typeList - Variable in class org.apache.calcite.avatica.remote.Service.TablesRequest
- typeList_ - Variable in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
- typeList_ - Variable in class org.apache.calcite.avatica.proto.Requests.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
- typeName_ - Variable in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
- typeName_ - Variable in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
- 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. - unbox(Boolean, boolean) - Method in class org.apache.calcite.avatica.AvaticaConnection
-
Converts a
Booleanto aboolean, with a default value. - unbox(Integer, int) - Method in class org.apache.calcite.avatica.AvaticaConnection
-
Converts an
Integerto anint, with a default value. - UNCHANGED - org.apache.calcite.avatica.util.Casing
-
The case of identifiers is not changed.
- unique(String) - Static method in class org.apache.calcite.avatica.AvaticaUtils
-
Generates a string that is unique in the execution of the JVM.
- UNIQUE_STRINGS - Static variable in class org.apache.calcite.avatica.AvaticaUtils
- 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)).
- unixDateToString(StringBuilder, int) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
- 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
- unixTimeToString(StringBuilder, int, int) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
- UNKNOWN - org.apache.calcite.avatica.AvaticaSeverity
-
The severity of the outcome of some unexpected state is unknown.
- UNKNOWN_ERROR_CODE - Static variable in class org.apache.calcite.avatica.remote.Service.ErrorResponse
- UNKNOWN_SEVERITY - org.apache.calcite.avatica.proto.Common.Severity
-
UNKNOWN_SEVERITY = 0; - 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
- UNQUOTED_CASING - org.apache.calcite.avatica.InternalProperty
-
How identifiers are stored if they are not quoted.
- unquotedCasing() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- UNRECOGNIZED - org.apache.calcite.avatica.proto.Common.CursorFactory.Style
- UNRECOGNIZED - org.apache.calcite.avatica.proto.Common.MetaDataOperation
- UNRECOGNIZED - org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.ArgumentType
- UNRECOGNIZED - org.apache.calcite.avatica.proto.Common.Rep
- UNRECOGNIZED - org.apache.calcite.avatica.proto.Common.Severity
- UNRECOGNIZED - org.apache.calcite.avatica.proto.Common.StatementType
- UNRECOGNIZED - org.apache.calcite.avatica.proto.Common.StateType
- 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.
- Unsafe() - Constructor for class org.apache.calcite.avatica.util.Unsafe
- unsignedAttribute - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
- unsupported() - Method in class org.apache.calcite.avatica.Helper
- unsupportedCast(Class<?>, Class<?>) - Static method in class org.apache.calcite.avatica.AvaticaSite
- 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
- unwrapException(Exception) - Method in class org.apache.calcite.avatica.remote.AbstractHandler
-
Unwrap Avatica-specific context about a given exception.
- UPDATE - org.apache.calcite.avatica.Meta.StatementType
- UPDATE - org.apache.calcite.avatica.proto.Common.StatementType
-
UPDATE = 2; - 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
- updateAsciiStream(int, InputStream) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateAsciiStream(int, 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) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateAsciiStream(String, InputStream, int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateAsciiStream(String, InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- UpdateBatch() - Constructor for class org.apache.calcite.avatica.proto.Requests.UpdateBatch
- UpdateBatch(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Requests.UpdateBatch
- UpdateBatch(GeneratedMessageV3.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Requests.UpdateBatch
- updateBigDecimal(int, BigDecimal) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateBigDecimal(String, BigDecimal) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateBinaryStream(int, InputStream) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateBinaryStream(int, 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) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateBinaryStream(String, InputStream, int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateBinaryStream(String, InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateBlob(int, InputStream) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateBlob(int, InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateBlob(int, Blob) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateBlob(String, InputStream) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateBlob(String, InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateBlob(String, Blob) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateBoolean(int, boolean) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateBoolean(String, boolean) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateByte(int, byte) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateByte(String, byte) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateBytes(int, byte[]) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateBytes(String, byte[]) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateCharacterStream(int, Reader) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateCharacterStream(int, 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) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateCharacterStream(String, Reader, int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateCharacterStream(String, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateClob(int, Reader) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateClob(int, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateClob(int, Clob) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateClob(String, Reader) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateClob(String, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateClob(String, Clob) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateComponentType(ColumnMetaData.AvaticaType) - Method in class org.apache.calcite.avatica.ColumnMetaData.ArrayType
-
Updates the component of
thisto 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
- updateCount_ - Variable in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
- updateCount_ - Variable in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
- updateCounts - Variable in class org.apache.calcite.avatica.Meta.ExecuteBatchResult
- updateCounts - Variable in class org.apache.calcite.avatica.remote.Service.ExecuteBatchResponse
- updateCounts_ - Variable in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse.Builder
- updateCounts_ - Variable in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
- updateCountsMemoizedSerializedSize - Variable in class org.apache.calcite.avatica.proto.Responses.ExecuteBatchResponse
- updateDate(int, Date) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateDate(String, Date) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateDouble(int, double) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateDouble(String, double) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateFloat(int, float) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateFloat(String, float) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateInt(int, int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateInt(String, int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateLong(int, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateLong(String, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateNCharacterStream(int, Reader) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateNCharacterStream(int, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateNCharacterStream(String, Reader) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateNCharacterStream(String, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateNClob(int, Reader) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateNClob(int, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateNClob(int, NClob) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateNClob(String, Reader) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateNClob(String, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateNClob(String, NClob) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateNString(int, String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateNString(String, String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateNull(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateNull(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateObject(int, Object) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateObject(int, Object, int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateObject(String, Object) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateObject(String, Object, int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateRef(int, Ref) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateRef(String, Ref) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateRow() - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateRowId(int, RowId) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateRowId(String, RowId) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- 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_ - Variable in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
- updates_ - Variable in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
- UPDATES_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest
- updatesAreDetected(int) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- updatesBuilder_ - Variable in class org.apache.calcite.avatica.proto.Requests.ExecuteBatchRequest.Builder
- updateShort(int, short) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateShort(String, short) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateSQLXML(int, SQLXML) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateSQLXML(String, SQLXML) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateString(int, String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateString(String, String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateTime(int, Time) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateTime(String, Time) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateTimestamp(int, Timestamp) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateTimestamp(String, Timestamp) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- 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 - org.apache.calcite.avatica.Meta.StatementType
- UPSERT - org.apache.calcite.avatica.proto.Common.StatementType
-
UPSERT = 4; - 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 - Variable in class org.apache.calcite.avatica.AvaticaConnection
- url - Variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientSpnegoImpl
- url - Variable in class org.apache.calcite.avatica.remote.AvaticaHttpClientImpl
- url() - Method in interface org.apache.calcite.avatica.ConnectionConfig
- url() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
- URL - org.apache.calcite.avatica.BuiltInConnectionProperty
-
Remote URL.
- 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.
- USE_CANONICAL_HOSTNAME - Static variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientSpnegoImpl
- 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
- usesLocalFiles() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- UTC_ZONE - Static variable in class org.apache.calcite.avatica.util.DateTimeUtils
-
The UTC time zone.
- utilInstance - Variable in class org.apache.calcite.avatica.remote.KerberosConnection.RenewalTask
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.
- validateColumnValue(Common.ColumnValue) - Static method in class org.apache.calcite.avatica.Meta.Frame
-
Verifies that a ColumnValue has only a scalar or array value, not both and not neither.
- value - Variable in enum org.apache.calcite.avatica.AvaticaSeverity
- value - Variable in enum org.apache.calcite.avatica.proto.Common.CursorFactory.Style
- value - Variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
- value - Variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.ArgumentType
- value - Variable in enum org.apache.calcite.avatica.proto.Common.Rep
- value - Variable in enum org.apache.calcite.avatica.proto.Common.Severity
- value - Variable in enum org.apache.calcite.avatica.proto.Common.StatementType
- value - Variable in enum org.apache.calcite.avatica.proto.Common.StateType
- value - Variable in class org.apache.calcite.avatica.remote.TypedValue
-
Value.
- value_ - Variable in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
- value_ - Variable in class org.apache.calcite.avatica.proto.Common.ColumnValue
- value_ - Variable in class org.apache.calcite.avatica.proto.Common.Row.Builder
- value_ - Variable in class org.apache.calcite.avatica.proto.Common.Row
- value_ - Variable in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
- value_ - Variable in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
- 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
- valueBuf - Variable in class org.apache.calcite.avatica.ConnectStringParser
- valueBuilder_ - Variable in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
- valueBuilder_ - Variable in class org.apache.calcite.avatica.proto.Common.Row.Builder
- valueBuilder_ - Variable in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
- valueClass - Variable in enum org.apache.calcite.avatica.BuiltInConnectionProperty
- 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(int) - Static method in enum org.apache.calcite.avatica.proto.Common.CursorFactory.Style
-
Deprecated.
- valueOf(int) - Static method in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
Deprecated.
- valueOf(int) - Static method in enum org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.ArgumentType
-
Deprecated.
- valueOf(int) - Static method in enum org.apache.calcite.avatica.proto.Common.Rep
-
Deprecated.
- valueOf(int) - Static method in enum org.apache.calcite.avatica.proto.Common.Severity
-
Deprecated.
- valueOf(int) - Static method in enum org.apache.calcite.avatica.proto.Common.StatementType
-
Deprecated.
- valueOf(int) - Static method in enum org.apache.calcite.avatica.proto.Common.StateType
-
Deprecated.
- valueOf(int) - Static method in enum org.apache.calcite.avatica.SqlType
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.calcite.avatica.proto.Common.CursorFactory.Style
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.ArgumentType
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.calcite.avatica.proto.Common.Rep
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.calcite.avatica.proto.Common.Severity
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.calcite.avatica.proto.Common.StatementType
-
Returns the enum constant of this type with the specified name.
- valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.calcite.avatica.proto.Common.StateType
-
Returns the enum constant of this type with the specified name.
- 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.AvaticaSite.Dummy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.calcite.avatica.AvaticaSqlException.PrintStreamOrWriter.Type
-
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.NullSorting
-
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.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(String) - Static method in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
-
Returns the enum constant of this type with the specified name.
- 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(String) - Static method in enum org.apache.calcite.avatica.proto.Common.Rep
-
Returns the enum constant of this type with the specified name.
- 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(String) - Static method in enum org.apache.calcite.avatica.proto.Common.StatementType
-
Returns the enum constant of this type with the specified name.
- 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(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.AbstractService.SerializationType
-
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.Category
-
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(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.IteratorCursor.Position
-
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.AvaticaSite.Dummy
-
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.AvaticaSqlException.PrintStreamOrWriter.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.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.NullSorting
-
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.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.AbstractService.SerializationType
-
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() - Static method in enum org.apache.calcite.avatica.SqlState.Category
-
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.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.IteratorCursor.Position
-
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.
- values(List<TypedValue>) - Static method in class org.apache.calcite.avatica.remote.TypedValue
-
Converts a list of
TypedValueto a list of values. - VALUES - Static variable in enum org.apache.calcite.avatica.proto.Common.CursorFactory.Style
- VALUES - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
- VALUES - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.ArgumentType
- VALUES - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
- VALUES - Static variable in enum org.apache.calcite.avatica.proto.Common.Severity
- VALUES - Static variable in enum org.apache.calcite.avatica.proto.Common.StatementType
- VALUES - Static variable in enum org.apache.calcite.avatica.proto.Common.StateType
- VARBINARY - org.apache.calcite.avatica.SqlType
- VARCHAR - org.apache.calcite.avatica.SqlType
- verifyOpArgs(int) - Method in class org.apache.calcite.avatica.QueryState
- version - Variable in class org.apache.calcite.avatica.UnregisteredDriver
- VERSION - Static variable in class org.apache.calcite.avatica.util.FilteredConstants
- versionString - Variable in class org.apache.calcite.avatica.DriverVersion
W
- W - org.apache.calcite.avatica.SqlState.Category
-
Warning (class 01).
- wait(Object) - Static method in class org.apache.calcite.avatica.util.Unsafe
-
Calls
Object.wait(). - waitForNextCheck(long) - Method in class org.apache.calcite.avatica.remote.KerberosConnection.RenewalTask
-
Wait the given amount of time.
- WARNING - org.apache.calcite.avatica.AvaticaSeverity
-
The operation completed successfully but a message was generated to warn the client about some unexpected state or action.
- WARNING_ADDITIONAL_RESULT_SETS_RETURNED - org.apache.calcite.avatica.SqlState
-
0100D: warning: additional result sets returned
- WARNING_ARRAY_DATA_RIGHT_TRUNCATION - org.apache.calcite.avatica.SqlState
-
0102F: warning: array data, right truncation
- WARNING_ATTEMPT_TO_RETURN_TOO_MANY_RESULT_SETS - org.apache.calcite.avatica.SqlState
-
0100E: warning: attempt to return too many result sets
- WARNING_CURSOR_OPERATION_CONFLICT - org.apache.calcite.avatica.SqlState
-
01001: warning: cursor operation conflict
- WARNING_DEFAULT_VALUE_TOO_LONG_FOR_INFORMATION_SCHEMA - org.apache.calcite.avatica.SqlState
-
0100B: warning: default value too long for information schema
- WARNING_DISCONNECT_ERROR - org.apache.calcite.avatica.SqlState
-
01002: warning: disconnect error
- WARNING_DYNAMIC_RESULT_SETS_RETURNED - org.apache.calcite.avatica.SqlState
-
0100C: warning: result sets returned
- WARNING_INSUFFICIENT_ITEM_DESCRIPTOR_AREAS - org.apache.calcite.avatica.SqlState
-
01005: warning: insufficient item descriptor areas
- WARNING_INVALID_NUMBER_OF_CONDITIONS - org.apache.calcite.avatica.SqlState
-
01012: warning: invalid number of conditions
- WARNING_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
01000: warning
- WARNING_NULL_VALUE_ELIMINATED_IN_SET_FUNCTION - org.apache.calcite.avatica.SqlState
-
01003: warning: null value eliminated in set function
- WARNING_PRIVILEGE_NOT_GRANTED - org.apache.calcite.avatica.SqlState
-
01007: warning: privilege not granted
- WARNING_PRIVILEGE_NOT_REVOKED - org.apache.calcite.avatica.SqlState
-
01006: warning: privilege not revoked
- WARNING_QUERY_EXPRESSION_TOO_LONG_FOR_INFORMATION_SCHEMA - org.apache.calcite.avatica.SqlState
-
0100A: warning: query expression too long for information schema
- WARNING_SEARCH_CONDITION_TOO_LONG_FOR_INFORMATION_SCHEMA - org.apache.calcite.avatica.SqlState
-
01009: warning: search condition too long for information schema
- WARNING_SEVERITY - org.apache.calcite.avatica.proto.Common.Severity
-
WARNING_SEVERITY = 3; - WARNING_SEVERITY_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Severity
-
WARNING_SEVERITY = 3; - WARNING_STATEMENT_TOO_LONG_FOR_INFORMATION_SCHEMA - org.apache.calcite.avatica.SqlState
-
0100F: warning: statement too long for information schema
- WARNING_STRING_DATA_RIGHT_TRUNCATION_WARNING - org.apache.calcite.avatica.SqlState
-
01004: warning: string data, right truncation
- 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.AvaticaResultSet
- wasNull() - Method in class org.apache.calcite.avatica.util.AbstractCursor.AbstractGetter
- wasNull() - Method in class org.apache.calcite.avatica.util.AbstractCursor.AccessorImpl
- 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() - 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.
- WEEK - org.apache.calcite.avatica.util.TimeUnit
- WEEK - org.apache.calcite.avatica.util.TimeUnitRange
- WHITE_SPACE_ENC - Static variable in class org.apache.calcite.avatica.util.Base64
- WireMessage() - Constructor for class org.apache.calcite.avatica.proto.Common.WireMessage
- WireMessage(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Common.WireMessage
- WireMessage(GeneratedMessageV3.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Common.WireMessage
- WITH_CHECK_OPTION_VIOLATION_NO_SUBCLASS - org.apache.calcite.avatica.SqlState
-
44000: with check option violation
- wrap(String, Exception) - Method in class org.apache.calcite.avatica.Helper
- 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(Properties) - Method in enum org.apache.calcite.avatica.remote.AvaticaRemoteConnectionProperty
- wrap(ColumnMetaData.Rep, Object) - Method in class org.apache.calcite.avatica.AvaticaSite
- wrap(ColumnMetaData.Rep, Object, Calendar) - Method in class org.apache.calcite.avatica.AvaticaSite
- wrapClassName(Class<?>) - Static method in class org.apache.calcite.avatica.remote.ProtobufTranslationImpl
- wrapped - Variable in class org.apache.calcite.avatica.remote.DoAsAvaticaHttpClient
- WRAPPED_MESSAGE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.WireMessage
- wrappedMessage_ - Variable in class org.apache.calcite.avatica.proto.Common.WireMessage.Builder
- wrappedMessage_ - Variable in class org.apache.calcite.avatica.proto.Common.WireMessage
- writable - Variable in class org.apache.calcite.avatica.ColumnMetaData
- writable_ - Variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
- writable_ - Variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
- WRITABLE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
- 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.Base64.OutputStream
-
Writes the byte to the output stream after converting to/from Base64 notation.
- write(int) - Method in class org.apache.calcite.avatica.util.UnsynchronizedBuffer
- writer - Variable in class org.apache.calcite.avatica.AvaticaSqlException.PrintStreamOrWriter
- WRITER - org.apache.calcite.avatica.AvaticaSqlException.PrintStreamOrWriter.Type
- 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
- writeToProtoWithType(Common.TypedValue.Builder, Object, Common.Rep) - Static method in class org.apache.calcite.avatica.remote.TypedValue
X
- X - org.apache.calcite.avatica.SqlState.Category
-
Exception (all other classes).
Y
- YEAR - org.apache.calcite.avatica.util.TimeUnit
- YEAR - org.apache.calcite.avatica.util.TimeUnitRange
- YEAR_TO_MONTH - org.apache.calcite.avatica.util.TimeUnitRange
- 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
- _ORDERED_ALPHABET - Static variable in class org.apache.calcite.avatica.util.Base64
-
I don't get the point of this technique, but someone requested it, and it is described here: http://www.faqs.org/qa/rfcc-1940.html.
- _ORDERED_DECODABET - Static variable in class org.apache.calcite.avatica.util.Base64
-
Used in decoding the "ordered" dialect of Base64.
- _readFully(InputStream, UnsynchronizedBuffer) - Static method in class org.apache.calcite.avatica.AvaticaUtils
-
Reads the contents of an input stream and returns a byte array.
- _STANDARD_ALPHABET - Static variable in class org.apache.calcite.avatica.util.Base64
-
The 64 valid Base64 values.
- _STANDARD_DECODABET - Static variable in class org.apache.calcite.avatica.util.Base64
-
Translates a Base64 value to either its 6-bit reconstruction value or a negative number indicating some other meaning.
- _URL_SAFE_ALPHABET - Static variable in class org.apache.calcite.avatica.util.Base64
-
Used in the URL- and Filename-safe dialect described in Section 4 of RFC3548: http://www.faqs.org/rfcs/rfc3548.html.
- _URL_SAFE_DECODABET - Static variable in class org.apache.calcite.avatica.util.Base64
-
Used in decoding URL- and Filename-safe dialects of Base64.
All Classes All Packages