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

A

abort(Executor) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
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.AbstractGetter() - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.AbstractGetter
 
AbstractCursor.AccessorImpl - Class in org.apache.calcite.avatica.util
Implementation of Cursor.Accessor.
AbstractCursor.AccessorImpl(AbstractCursor.Getter) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.AccessorImpl
 
AbstractCursor.ApproximateNumericAccessor - Class in org.apache.calcite.avatica.util
Accessor of values that are Double or null.
AbstractCursor.ApproximateNumericAccessor(AbstractCursor.Getter) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.ApproximateNumericAccessor
 
AbstractCursor.ArrayAccessor - Class in org.apache.calcite.avatica.util
Accessor that assumes that the underlying value is an ARRAY; corresponds to Types.ARRAY.
AbstractCursor.ArrayAccessor(AbstractCursor.Getter, ColumnMetaData.AvaticaType, Cursor.Accessor, AbstractCursor.SlotGetter, ArrayImpl.Factory) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.ArrayAccessor
 
AbstractCursor.BigDecimalAccessor - Class in org.apache.calcite.avatica.util
Accessor that assumes that the underlying value is a BigDecimal; corresponds to Types.DECIMAL.
AbstractCursor.BigDecimalAccessor(AbstractCursor.Getter) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.BigDecimalAccessor
 
AbstractCursor.BigNumberAccessor - Class in org.apache.calcite.avatica.util
Accessor of exact numeric values.
AbstractCursor.BigNumberAccessor(AbstractCursor.Getter) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.BigNumberAccessor
 
AbstractCursor.BinaryAccessor - Class in org.apache.calcite.avatica.util
Accessor that assumes that the underlying value is an array of ByteString values; corresponds to Types.BINARY and Types.VARBINARY.
AbstractCursor.BinaryAccessor(AbstractCursor.Getter) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.BinaryAccessor
 
AbstractCursor.BinaryFromStringAccessor - Class in org.apache.calcite.avatica.util
Accessor that assumes that the underlying value is a String, encoding Types.BINARY and Types.VARBINARY values in Base64 format.
AbstractCursor.BinaryFromStringAccessor(AbstractCursor.Getter) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.BinaryFromStringAccessor
 
AbstractCursor.BooleanAccessor - Class in org.apache.calcite.avatica.util
Accessor that assumes that the underlying value is a Boolean; corresponds to Types.BOOLEAN.
AbstractCursor.BooleanAccessor(AbstractCursor.Getter) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.BooleanAccessor
 
AbstractCursor.ByteAccessor - Class in org.apache.calcite.avatica.util
Accessor that assumes that the underlying value is a Byte; corresponds to Types.TINYINT.
AbstractCursor.ByteAccessor(AbstractCursor.Getter) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.ByteAccessor
 
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.DateAccessor(AbstractCursor.Getter) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.DateAccessor
 
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 to Types.DATE.
AbstractCursor.DateFromNumberAccessor(AbstractCursor.Getter, Calendar) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.DateFromNumberAccessor
 
AbstractCursor.DoubleAccessor - Class in org.apache.calcite.avatica.util
Accessor that assumes that the underlying value is a Double; corresponds to Types.DOUBLE.
AbstractCursor.DoubleAccessor(AbstractCursor.Getter) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.DoubleAccessor
 
AbstractCursor.ExactNumericAccessor - Class in org.apache.calcite.avatica.util
Accessor of exact numeric values.
AbstractCursor.ExactNumericAccessor(AbstractCursor.Getter) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.ExactNumericAccessor
 
AbstractCursor.FixedStringAccessor - Class in org.apache.calcite.avatica.util
Accessor that assumes that the underlying value is a String; corresponds to Types.CHAR.
AbstractCursor.FixedStringAccessor(AbstractCursor.Getter, int) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.FixedStringAccessor
 
AbstractCursor.FloatAccessor - Class in org.apache.calcite.avatica.util
Accessor that assumes that the underlying value is a Float; corresponds to Types.FLOAT.
AbstractCursor.FloatAccessor(AbstractCursor.Getter) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.FloatAccessor
 
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 to Types.INTEGER.
AbstractCursor.IntAccessor(AbstractCursor.Getter) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.IntAccessor
 
AbstractCursor.IntervalDayTimeAccessor - Class in org.apache.calcite.avatica.util
Accessor that assumes that the underlying value is a long; corresponds to Types.OTHER.
AbstractCursor.IntervalDayTimeAccessor(AbstractCursor.Getter, TimeUnitRange, int) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.IntervalDayTimeAccessor
 
AbstractCursor.IntervalYearMonthAccessor - Class in org.apache.calcite.avatica.util
Accessor that assumes that the underlying value is a int; corresponds to Types.OTHER.
AbstractCursor.IntervalYearMonthAccessor(AbstractCursor.Getter, TimeUnitRange) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.IntervalYearMonthAccessor
 
AbstractCursor.LongAccessor - Class in org.apache.calcite.avatica.util
Accessor that assumes that the underlying value is a Long; corresponds to Types.BIGINT.
AbstractCursor.LongAccessor(AbstractCursor.Getter) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.LongAccessor
 
AbstractCursor.NumberAccessor - Class in org.apache.calcite.avatica.util
Accessor that assumes that the underlying value is a Number; corresponds to Types.NUMERIC.
AbstractCursor.NumberAccessor(AbstractCursor.Getter, int) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.NumberAccessor
 
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.ObjectAccessor(AbstractCursor.Getter) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.ObjectAccessor
 
AbstractCursor.ShortAccessor - Class in org.apache.calcite.avatica.util
Accessor that assumes that the underlying value is a Short; corresponds to Types.SMALLINT.
AbstractCursor.ShortAccessor(AbstractCursor.Getter) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.ShortAccessor
 
AbstractCursor.SlotGetter - Class in org.apache.calcite.avatica.util
Implementation of AbstractCursor.Getter that returns the current contents of a mutable slot.
AbstractCursor.SlotGetter() - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.SlotGetter
 
AbstractCursor.StringAccessor - Class in org.apache.calcite.avatica.util
Accessor that assumes that the underlying value is a String; corresponds to Types.CHAR and Types.VARCHAR.
AbstractCursor.StringAccessor(AbstractCursor.Getter) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.StringAccessor
 
AbstractCursor.StringFromCharAccessor - Class in org.apache.calcite.avatica.util
Accessor that assumes that the underlying value is a String; corresponds to Types.CHAR.
AbstractCursor.StringFromCharAccessor(AbstractCursor.Getter, int) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.StringFromCharAccessor
 
AbstractCursor.StructAccessor - Class in org.apache.calcite.avatica.util
Accessor that assumes that the underlying value is a STRUCT; corresponds to Types.STRUCT.
AbstractCursor.StructAccessor(AbstractCursor.Getter, List<Cursor.Accessor>) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.StructAccessor
 
AbstractCursor.StructGetter - Class in org.apache.calcite.avatica.util
Implementation of AbstractCursor.Getter that returns the value of a given field of the current contents of another getter.
AbstractCursor.StructGetter(AbstractCursor.Getter, ColumnMetaData) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.StructGetter
 
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.TimeAccessor(AbstractCursor.Getter) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.TimeAccessor
 
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 to Types.TIME.
AbstractCursor.TimeFromNumberAccessor(AbstractCursor.Getter, Calendar) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.TimeFromNumberAccessor
 
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.TimestampAccessor(AbstractCursor.Getter) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.TimestampAccessor
 
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 to Types.TIMESTAMP.
AbstractCursor.TimestampFromNumberAccessor(AbstractCursor.Getter, Calendar) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.TimestampFromNumberAccessor
 
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.
AbstractCursor.TimestampFromUtilDateAccessor(AbstractCursor.Getter, Calendar) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.TimestampFromUtilDateAccessor
 
AbstractHandler<T> - Class in org.apache.calcite.avatica.remote
Abstract base class for Handlers to extend to inherit functionality common across serialization strategies.
AbstractHandler(Service) - Constructor for class org.apache.calcite.avatica.remote.AbstractHandler
 
AbstractService - Class in org.apache.calcite.avatica.remote
A common base class for Service implementations that implement modifications made to response objects.
AbstractService() - Constructor for class org.apache.calcite.avatica.remote.AbstractService
 
AbstractService.SerializationType - Enum in org.apache.calcite.avatica.remote
Represents the serialization of the data over a transport.
AbstractService.SerializationType() - Constructor for enum org.apache.calcite.avatica.remote.AbstractService.SerializationType
 
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.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.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
 
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;
addAllColumns(Iterable<? extends Common.ColumnMetaData>) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
repeated .ColumnMetaData columns = 4;
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
repeated string exceptions = 1;
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;
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;
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;
addAllValue(Iterable<? extends Common.TypedValue>) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
repeated .TypedValue value = 1;
addAllValue(Iterable<? extends Common.ColumnValue>) - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
repeated .ColumnValue value = 1;
addArgs(Common.MetaDataOperationArgument) - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
repeated .MetaDataOperationArgument args = 4;
addArgs(int, Common.MetaDataOperationArgument) - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
repeated .MetaDataOperationArgument args = 4;
addArgs(Common.MetaDataOperationArgument.Builder) - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
repeated .MetaDataOperationArgument args = 4;
addArgs(int, Common.MetaDataOperationArgument.Builder) - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
repeated .MetaDataOperationArgument args = 4;
addArgsBuilder() - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
repeated .MetaDataOperationArgument args = 4;
addArgsBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
repeated .MetaDataOperationArgument args = 4;
addArrayValue(Common.TypedValue) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
repeated .TypedValue array_value = 2;
addArrayValue(int, Common.TypedValue) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
repeated .TypedValue array_value = 2;
addArrayValue(Common.TypedValue.Builder) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
repeated .TypedValue array_value = 2;
addArrayValue(int, Common.TypedValue.Builder) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
repeated .TypedValue array_value = 2;
addArrayValueBuilder() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
repeated .TypedValue array_value = 2;
addArrayValueBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
repeated .TypedValue array_value = 2;
addBatch() - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
addBatch(String) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
addColumns(Common.ColumnMetaData) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
repeated .ColumnMetaData columns = 4;
addColumns(int, Common.ColumnMetaData) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
repeated .ColumnMetaData columns = 4;
addColumns(Common.ColumnMetaData.Builder) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
repeated .ColumnMetaData columns = 4;
addColumns(int, Common.ColumnMetaData.Builder) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
repeated .ColumnMetaData columns = 4;
addColumns(Common.ColumnMetaData) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
repeated .ColumnMetaData columns = 1;
addColumns(int, Common.ColumnMetaData) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
repeated .ColumnMetaData columns = 1;
addColumns(Common.ColumnMetaData.Builder) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
repeated .ColumnMetaData columns = 1;
addColumns(int, Common.ColumnMetaData.Builder) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
repeated .ColumnMetaData columns = 1;
addColumnsBuilder() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
repeated .ColumnMetaData columns = 4;
addColumnsBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
repeated .ColumnMetaData columns = 4;
addColumnsBuilder() - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
repeated .ColumnMetaData columns = 1;
addColumnsBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
repeated .ColumnMetaData columns = 1;
addExceptions(String) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
repeated string exceptions = 1;
addExceptionsBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
repeated string exceptions = 1;
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;
addParameters(Common.AvaticaParameter) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
repeated .AvaticaParameter parameters = 3;
addParameters(int, Common.AvaticaParameter) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
repeated .AvaticaParameter parameters = 3;
addParameters(Common.AvaticaParameter.Builder) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
repeated .AvaticaParameter parameters = 3;
addParameters(int, Common.AvaticaParameter.Builder) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
repeated .AvaticaParameter parameters = 3;
addParametersBuilder() - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
repeated .AvaticaParameter parameters = 3;
addParametersBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
repeated .AvaticaParameter parameters = 3;
addParameterValues(Common.TypedValue) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
repeated .TypedValue parameter_values = 2;
addParameterValues(int, Common.TypedValue) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
repeated .TypedValue parameter_values = 2;
addParameterValues(Common.TypedValue.Builder) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
repeated .TypedValue parameter_values = 2;
addParameterValues(int, Common.TypedValue.Builder) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
repeated .TypedValue parameter_values = 2;
addParameterValuesBuilder() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
repeated .TypedValue parameter_values = 2;
addParameterValuesBuilder(int) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
repeated .TypedValue parameter_values = 2;
addProps(Responses.DatabasePropertyElement) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
repeated .DatabasePropertyElement props = 1;
addProps(int, Responses.DatabasePropertyElement) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
repeated .DatabasePropertyElement props = 1;
addProps(Responses.DatabasePropertyElement.Builder) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
repeated .DatabasePropertyElement props = 1;
addProps(int, Responses.DatabasePropertyElement.Builder) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
repeated .DatabasePropertyElement props = 1;
addPropsBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
repeated .DatabasePropertyElement props = 1;
addPropsBuilder(int) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
repeated .DatabasePropertyElement props = 1;
addResults(Responses.ResultSetResponse) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
repeated .ResultSetResponse results = 1;
addResults(int, Responses.ResultSetResponse) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
repeated .ResultSetResponse results = 1;
addResults(Responses.ResultSetResponse.Builder) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
repeated .ResultSetResponse results = 1;
addResults(int, Responses.ResultSetResponse.Builder) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
repeated .ResultSetResponse results = 1;
addResultsBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
repeated .ResultSetResponse results = 1;
addResultsBuilder(int) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
repeated .ResultSetResponse results = 1;
addRows(Common.Row) - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
repeated .Row rows = 3;
addRows(int, Common.Row) - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
repeated .Row rows = 3;
addRows(Common.Row.Builder) - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
repeated .Row rows = 3;
addRows(int, Common.Row.Builder) - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
repeated .Row rows = 3;
addRowsBuilder() - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
repeated .Row rows = 3;
addRowsBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
repeated .Row rows = 3;
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;
addValue(Common.TypedValue) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
repeated .TypedValue value = 1;
addValue(int, Common.TypedValue) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
repeated .TypedValue value = 1;
addValue(Common.TypedValue.Builder) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
repeated .TypedValue value = 1;
addValue(int, Common.TypedValue.Builder) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
repeated .TypedValue value = 1;
addValue(Common.ColumnValue) - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
repeated .ColumnValue value = 1;
addValue(int, Common.ColumnValue) - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
repeated .ColumnValue value = 1;
addValue(Common.ColumnValue.Builder) - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
repeated .ColumnValue value = 1;
addValue(int, Common.ColumnValue.Builder) - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
repeated .ColumnValue value = 1;
addValueBuilder() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
repeated .TypedValue value = 1;
addValueBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
repeated .TypedValue value = 1;
addValueBuilder() - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
repeated .ColumnValue value = 1;
addValueBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
repeated .ColumnValue value = 1;
adjust(Number, Calendar) - Static method in class org.apache.calcite.avatica.remote.TypedValue
 
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_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.StatementType
ALTER = 9;
append(StringBuilder, Object) - Method in class org.apache.calcite.avatica.util.ArrayImpl
 
append(Appendable, int) - Static method in class org.apache.calcite.avatica.util.Spaces
Appends n spaces to an Appendable.
append(PrintWriter, int) - Static method in class org.apache.calcite.avatica.util.Spaces
Appends n spaces to a PrintWriter.
append(StringWriter, int) - Static method in class org.apache.calcite.avatica.util.Spaces
Appends n spaces to a StringWriter.
append(StringBuilder, int) - Static method in class org.apache.calcite.avatica.util.Spaces
Appends n spaces to a StringBuilder.
append(StringBuffer, int) - Static method in class org.apache.calcite.avatica.util.Spaces
Appends n spaces to a StringBuffer.
append(StringBuilder, Object) - Method in class org.apache.calcite.avatica.util.StructImpl
 
apply(ConnectionProperty, String) - Method in interface org.apache.calcite.avatica.ConnectionConfigImpl.Converter
 
apply(T) - Method in class org.apache.calcite.avatica.remote.AbstractHandler
Compute a response for the given request, handling errors generated by that computation.
apply(T) - Method in interface org.apache.calcite.avatica.remote.Handler
 
apply(String) - Method in class org.apache.calcite.avatica.remote.JsonHandler
 
apply(String) - Method in class org.apache.calcite.avatica.remote.JsonService
Derived class should implement this method to transport requests and responses to and from the peer service.
apply(Service.CatalogsRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(Service.SchemasRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(Service.TablesRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(Service.TableTypesRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(Service.TypeInfoRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(Service.ColumnsRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(Service.PrepareRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(Service.PrepareAndExecuteRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(Service.FetchRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(Service.ExecuteRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(Service.CreateStatementRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(Service.CloseStatementRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(Service.OpenConnectionRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(Service.CloseConnectionRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(Service.ConnectionSyncRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(Service.DatabasePropertyRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(Service.SyncResultsRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(Service.CommitRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(Service.RollbackRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(String) - Method in class org.apache.calcite.avatica.remote.LocalJsonService
 
apply(Service.CatalogsRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(Service.SchemasRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(Service.TablesRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(Service.TableTypesRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(Service.TypeInfoRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(Service.ColumnsRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(Service.PrepareRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(Service.PrepareAndExecuteRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(Service.FetchRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(Service.ExecuteRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(Service.CreateStatementRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(Service.CloseStatementRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(Service.OpenConnectionRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(Service.CloseConnectionRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(Service.ConnectionSyncRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(Service.DatabasePropertyRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(Service.SyncResultsRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(Service.CommitRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(Service.RollbackRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(String) - Method in class org.apache.calcite.avatica.remote.MockJsonService
 
apply(byte[]) - Method in class org.apache.calcite.avatica.remote.ProtobufHandler
 
apply(Service.CatalogsRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(Service.SchemasRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(Service.TablesRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(Service.TableTypesRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(Service.TypeInfoRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(Service.ColumnsRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(Service.PrepareRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(Service.PrepareAndExecuteRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(Service.FetchRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(Service.CreateStatementRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(Service.CloseStatementRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(Service.OpenConnectionRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(Service.CloseConnectionRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(Service.ConnectionSyncRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(Service.DatabasePropertyRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(Service.ExecuteRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(Service.SyncResultsRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(Service.CommitRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(Service.RollbackRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(String) - Method in class org.apache.calcite.avatica.remote.RemoteService
 
apply(Service.CatalogsRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
apply(Service.SchemasRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
apply(Service.TablesRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
apply(Service.TableTypesRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
apply(Service.TypeInfoRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
apply(Service.ColumnsRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
apply(Service.PrepareRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
apply(Service.ExecuteRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
apply(Service.PrepareAndExecuteRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
apply(Service.SyncResultsRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
apply(Service.FetchRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
apply(Service.CreateStatementRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
apply(Service.CloseStatementRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
apply(Service.OpenConnectionRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
apply(Service.CloseConnectionRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
apply(Service.ConnectionSyncRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
apply(Service.DatabasePropertyRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
apply(Service.CommitRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
apply(Service.RollbackRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
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
 
array(ColumnMetaData.AvaticaType, String, ColumnMetaData.Rep) - Static method in class org.apache.calcite.avatica.ColumnMetaData
ARRAY - Static variable in class org.apache.calcite.avatica.Meta.CursorFactory
 
ARRAY_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.CursorFactory.Style
ARRAY = 3;
ARRAY_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
ARRAY = 27;
ARRAY_VALUE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ColumnValue
 
ArrayImpl - Class in org.apache.calcite.avatica.util
Implementation of JDBC Array.
ArrayImpl(List, 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 result set based on a list of values.
ArrayIteratorCursor - Class in org.apache.calcite.avatica.util
Implementation of Cursor on top of an Iterator that returns an array of Object for each row.
ArrayIteratorCursor(Iterator<Object[]>) - Constructor for class org.apache.calcite.avatica.util.ArrayIteratorCursor
Creates an ArrayEnumeratorCursor.
arrayValue_ - Variable in class org.apache.calcite.avatica.proto.Common.ColumnValue
 
arrayValue_ - Variable in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
 
arrayValueBuilder_ - Variable in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
 
assign(Meta.Signature, Meta.Frame, long) - Method in interface org.apache.calcite.avatica.Meta.PrepareCallback
 
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
 
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
 
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.
AvaticaConnection.Trojan() - Constructor for class org.apache.calcite.avatica.AvaticaConnection.Trojan
 
AvaticaDatabaseMetaData - Class in org.apache.calcite.avatica
Implementation of DatabaseMetaData for the Avatica engine.
AvaticaDatabaseMetaData(AvaticaConnection) - Constructor for class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
AvaticaFactory - Interface in org.apache.calcite.avatica
Factory for JDBC objects.
AvaticaHttpClient - Interface in org.apache.calcite.avatica.remote
An interface which defines how requests are sent to the Avatica server.
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
 
AvaticaJdbc41Factory - Class in org.apache.calcite.avatica
Implementation of AvaticaFactory for 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.AvaticaJdbc41Connection(UnregisteredDriver, AvaticaFactory, String, Properties) - Constructor for class org.apache.calcite.avatica.AvaticaJdbc41Factory.AvaticaJdbc41Connection
 
AvaticaJdbc41Factory.AvaticaJdbc41DatabaseMetaData - Class in org.apache.calcite.avatica
Implementation of DatabaseMetaData for JDBC 4.1.
AvaticaJdbc41Factory.AvaticaJdbc41DatabaseMetaData(AvaticaConnection) - Constructor for class org.apache.calcite.avatica.AvaticaJdbc41Factory.AvaticaJdbc41DatabaseMetaData
 
AvaticaJdbc41Factory.AvaticaJdbc41PreparedStatement - Class in org.apache.calcite.avatica
Implementation of PreparedStatement for JDBC 4.1.
AvaticaJdbc41Factory.AvaticaJdbc41PreparedStatement(AvaticaConnection, Meta.StatementHandle, Meta.Signature, int, int, int) - Constructor for class org.apache.calcite.avatica.AvaticaJdbc41Factory.AvaticaJdbc41PreparedStatement
 
AvaticaJdbc41Factory.AvaticaJdbc41Statement - Class in org.apache.calcite.avatica
Implementation of Statement for JDBC 4.1.
AvaticaJdbc41Factory.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(boolean, int, int, int, String, String, String) - Constructor for class org.apache.calcite.avatica.AvaticaParameter
 
AvaticaPreparedStatement - Class in org.apache.calcite.avatica
Implementation of PreparedStatement for the Avatica engine.
AvaticaPreparedStatement(AvaticaConnection, Meta.StatementHandle, Meta.Signature, int, int, int) - Constructor for class org.apache.calcite.avatica.AvaticaPreparedStatement
Creates an AvaticaPreparedStatement.
AvaticaRemoteConnectionConfigImpl - Class in org.apache.calcite.avatica.remote
Implementation of ConnectionConfig with extra properties specific to Remote Driver.
AvaticaRemoteConnectionConfigImpl(Properties) - Constructor for class org.apache.calcite.avatica.remote.AvaticaRemoteConnectionConfigImpl
 
AvaticaRemoteConnectionProperty - Enum in org.apache.calcite.avatica.remote
Enumeration of Avatica remote driver's built-in connection properties.
AvaticaRemoteConnectionProperty(String, ConnectionProperty.Type, Object) - Constructor for enum org.apache.calcite.avatica.remote.AvaticaRemoteConnectionProperty
 
AvaticaResultSet - Class in org.apache.calcite.avatica
Implementation of ResultSet for the Avatica engine.
AvaticaResultSet(AvaticaStatement, QueryState, Meta.Signature, ResultSetMetaData, TimeZone, Meta.Frame) - Constructor for class org.apache.calcite.avatica.AvaticaResultSet
 
AvaticaResultSetMetaData - Class in org.apache.calcite.avatica
Implementation of ResultSetMetaData for the Avatica framework.
AvaticaResultSetMetaData(AvaticaStatement, Object, Meta.Signature) - Constructor for class org.apache.calcite.avatica.AvaticaResultSetMetaData
 
AvaticaRuntimeException - Exception in org.apache.calcite.avatica.remote
A RuntimeException thrown by Avatica with additional contextual information about what happened to cause the Exception.
AvaticaRuntimeException() - Constructor for exception org.apache.calcite.avatica.remote.AvaticaRuntimeException
Constructs an AvaticaRuntimeException with no additional information.
AvaticaRuntimeException(String, int, String, AvaticaSeverity) - Constructor for exception org.apache.calcite.avatica.remote.AvaticaRuntimeException
Constructs an AvaticaRuntimeException with the given contextual information surrounding the error.
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).
AvaticaSite.Dummy() - Constructor for enum org.apache.calcite.avatica.AvaticaSite.Dummy
 
AvaticaSqlException - Exception in org.apache.calcite.avatica
A client-facing SQLException which encapsulates errors from the remote Avatica server.
AvaticaSqlException(String, String, int, List<String>, String) - Constructor for exception org.apache.calcite.avatica.AvaticaSqlException
Construct the Exception with information from the server.
AvaticaSqlException.PrintStreamOrWriter - Class in org.apache.calcite.avatica
A class that encapsulates either a PrintStream or a PrintWriter.
AvaticaSqlException.PrintStreamOrWriter(PrintStream) - Constructor for class org.apache.calcite.avatica.AvaticaSqlException.PrintStreamOrWriter
 
AvaticaSqlException.PrintStreamOrWriter(PrintWriter) - Constructor for class org.apache.calcite.avatica.AvaticaSqlException.PrintStreamOrWriter
 
AvaticaSqlException.PrintStreamOrWriter.Type - Enum in org.apache.calcite.avatica
Enumeration to differentiate between a PrintStream and a PrintWriter.
AvaticaSqlException.PrintStreamOrWriter.Type() - Constructor for enum org.apache.calcite.avatica.AvaticaSqlException.PrintStreamOrWriter.Type
 
AvaticaStatement - Class in org.apache.calcite.avatica
Implementation of Statement for the Avatica engine.
AvaticaStatement(AvaticaConnection, Meta.StatementHandle, int, int, int) - Constructor for class org.apache.calcite.avatica.AvaticaStatement
Creates an AvaticaStatement.
AvaticaStatement(AvaticaConnection, Meta.StatementHandle, int, int, int, Meta.Signature) - Constructor for class org.apache.calcite.avatica.AvaticaStatement
 
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
 
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.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.InputStream(InputStream) - Constructor for class org.apache.calcite.avatica.util.Base64.InputStream
Constructs a Base64.InputStream in DECODE mode.
Base64.InputStream(InputStream, int) - Constructor for class org.apache.calcite.avatica.util.Base64.InputStream
Constructs a Base64.InputStream in either ENCODE or DECODE mode.
Base64.OutputStream - Class in org.apache.calcite.avatica.util
A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream(OutputStream) - Constructor for class org.apache.calcite.avatica.util.Base64.OutputStream
Constructs a Base64.OutputStream in ENCODE mode.
Base64.OutputStream(OutputStream, int) - Constructor for class org.apache.calcite.avatica.util.Base64.OutputStream
Constructs a Base64.OutputStream in either ENCODE or DECODE mode.
beforeFirst() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
BIG_DECIMAL_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
BIG_DECIMAL = 26;
BIG_INTEGER_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
BIG_INTEGER = 25;
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.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.TablesRequest
 
bitField0_ - Variable in class org.apache.calcite.avatica.proto.Requests.TablesRequest.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.ExecuteResponse
 
bitField0_ - Variable in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
 
BOOL_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.ArgumentType
BOOL = 1;
BOOL_VALUE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
 
BOOL_VALUE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.TypedValue
 
BOOLEAN_CONVERTER - Static variable in class org.apache.calcite.avatica.ConnectionConfigImpl
 
BOOLEAN_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
BOOLEAN = 8;
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 - Static variable in class org.apache.calcite.avatica.AvaticaUtils
 
box(Class) - Static method in class org.apache.calcite.avatica.AvaticaUtils
Returns the boxed class.
boxedClass() - Method in enum org.apache.calcite.avatica.SqlType
Returns the boxed type.
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.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.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.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.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.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
 
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.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.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.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.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
 
BY_ID - Static variable in enum org.apache.calcite.avatica.SqlType
 
BYTE_STRING_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
BYTE_STRING = 20;
BYTE_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
BYTE = 9;
byteAt(int) - Method in class org.apache.calcite.avatica.util.ByteString
Returns the byte at a given position in the byte string.
bytes - Variable in class org.apache.calcite.avatica.util.ByteString
 
BYTES_VALUES_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
 
bytesValues_ - Variable in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
 
bytesValues_ - Variable in class org.apache.calcite.avatica.proto.Common.TypedValue
 

C

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.
call() - Method in interface org.apache.calcite.avatica.AvaticaConnection.CallableWithoutException
 
CALL_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.StatementType
CALL = 11;
camelName - Variable in enum org.apache.calcite.avatica.BuiltInConnectionProperty
 
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 - Variable in enum org.apache.calcite.avatica.remote.AvaticaRemoteConnectionProperty
 
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
 
cancel() - Method in class org.apache.calcite.avatica.AvaticaStatement
 
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) and PreparedStatement.setNull(int, int) can assign a value of a particular class to a column of a particular SQL type.
canUpdate() - Method in enum org.apache.calcite.avatica.Meta.StatementType
 
CASE_SENSITIVE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
caseSensitive() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
caseSensitive - Variable in class org.apache.calcite.avatica.ColumnMetaData
 
caseSensitive - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
 
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 Message is an instance of the Class given by expectedType.
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_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
CATALOG_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
 
CATALOG_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
 
CATALOG_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.TablesRequest
 
CATALOG_NAME_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
catalogName - Variable in class org.apache.calcite.avatica.ColumnMetaData
 
catalogName_ - Variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
 
catalogName_ - Variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
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.MetaColumn
 
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
 
checkParameterValueHasNull(List<TypedValue>) - Static method in class org.apache.calcite.avatica.MetaImpl
Returns whether a list of parameter values has any null elements.
CLASS_NAME_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
 
CLASS_NAME_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.CursorFactory
 
className - Variable in class org.apache.calcite.avatica.AvaticaParameter
 
className_ - Variable in class org.apache.calcite.avatica.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.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.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.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.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;
clearAutoCommit() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
optional bool auto_commit = 2;
clearAutoIncrement() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional bool auto_increment = 2;
clearBatch() - Method in class org.apache.calcite.avatica.AvaticaStatement
 
clearBoolValue() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
optional bool bool_value = 2;
clearBoolValue() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
optional bool bool_value = 2;
clearBytesValues() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
optional bytes bytes_values = 5;
clearCaseSensitive() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional bool case_sensitive = 3;
clearCatalog() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
optional string catalog = 5;
clearCatalog() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
optional string catalog = 1;
clearCatalog() - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
optional string catalog = 1;
clearCatalog() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
optional string catalog = 1;
clearCatalogName() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional string catalog_name = 15;
clearClassName() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
optional string class_name = 6;
clearClassName() - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
optional string class_name = 2;
clearColumnClassName() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional string column_class_name = 19;
clearColumnName() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional string column_name = 10;
clearColumnNamePattern() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
optional string column_name_pattern = 4;
clearColumns() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
repeated .ColumnMetaData columns = 4;
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
optional .AvaticaType component = 5;
clearConnectionId() - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
optional string connection_id = 1;
clearConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest.Builder
optional string connection_id = 1;
clearConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest.Builder
optional string connection_id = 1;
clearConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest.Builder
optional string connection_id = 1;
clearConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
optional string connection_id = 5;
clearConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.CommitRequest.Builder
optional string connection_id = 1;
clearConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
optional string connection_id = 1;
clearConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest.Builder
optional string connection_id = 1;
clearConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest.Builder
optional string connection_id = 1;
clearConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
optional string connection_id = 1;
clearConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
optional string connection_id = 1;
clearConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
optional string connection_id = 1;
clearConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
optional string connection_id = 1;
clearConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest.Builder
optional string connection_id = 1;
clearConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
optional string connection_id = 3;
clearConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
optional string connection_id = 1;
clearConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
optional string connection_id = 7;
clearConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest.Builder
optional string connection_id = 1;
clearConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest.Builder
optional string connection_id = 1;
clearConnectionId() - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
optional string connection_id = 1;
clearConnectionId() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
optional string connection_id = 1;
clearConnProps() - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
optional .ConnectionProperties conn_props = 2;
clearConnProps() - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
optional .ConnectionProperties conn_props = 1;
clearCurrency() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional bool currency = 5;
clearCursorFactory() - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
optional .CursorFactory cursor_factory = 4;
clearDefinitelyWritable() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional bool definitely_writable = 18;
clearDisplaySize() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional uint32 display_size = 8;
clearDone() - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
optional bool done = 2;
clearDoubleValue() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
optional double double_value = 6;
clearErrorCode() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
optional uint32 error_code = 4;
clearErrorMessage() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
optional string error_message = 2;
clearExceptions() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
repeated string exceptions = 1;
clearFetchMaxRowCount() - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
optional uint32 fetch_max_row_count = 4;
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
optional .Frame first_frame = 5;
clearFrame() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
optional .Frame frame = 1;
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
optional bool has_args = 5;
clearHasArrayValue() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
optional bool has_array_value = 3;
clearHasAutoCommit() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
optional bool has_auto_commit = 7;
clearHasExceptions() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
optional bool has_exceptions = 7;
clearHasOp() - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
optional bool has_op = 7;
clearHasParameterValues() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
optional bool has_parameter_values = 4;
clearHasReadOnly() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
optional bool has_read_only = 8;
clearHasSql() - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
optional bool has_sql = 6;
clearHasTypeList() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
optional bool has_type_list = 6;
clearId() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
optional uint32 id = 1;
clearId() - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
optional uint32 id = 2;
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
optional sint32 int_value = 3;
clearIsDirty() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
optional bool is_dirty = 1;
clearKey() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
optional .DatabaseProperty key = 1;
clearLabel() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional string label = 9;
clearMaxRowCount() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
optional uint64 max_row_count = 3;
clearMaxRowCount() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
optional uint64 max_row_count = 3;
clearMaxRowCount() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
optional uint64 max_row_count = 3;
clearMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse.Builder
optional .RpcMetadata metadata = 1;
clearMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse.Builder
optional .RpcMetadata metadata = 1;
clearMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
optional .RpcMetadata metadata = 2;
clearMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
optional .RpcMetadata metadata = 3;
clearMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
optional .RpcMetadata metadata = 3;
clearMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
optional .RpcMetadata metadata = 2;
clearMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
optional .RpcMetadata metadata = 6;
clearMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
optional .RpcMetadata metadata = 3;
clearMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
optional .RpcMetadata metadata = 4;
clearMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse.Builder
optional .RpcMetadata metadata = 1;
clearMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
optional .RpcMetadata metadata = 2;
clearMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
optional .RpcMetadata metadata = 7;
clearMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
optional .RpcMetadata metadata = 3;
clearMissingResults() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
optional bool missing_results = 3;
clearMissingStatement() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
optional bool missing_statement = 2;
clearMissingStatement() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
optional bool missing_statement = 2;
clearMissingStatement() - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
optional bool missing_statement = 1;
clearMoreResults() - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
optional bool more_results = 2;
clearName() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
optional string name = 7;
clearName() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
optional string name = 2;
clearName() - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty.Builder
optional string name = 1;
clearName() - Method in class org.apache.calcite.avatica.proto.Common.WireMessage.Builder
optional string name = 1;
clearNull() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
optional bool null = 7;
clearNullable() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional uint32 nullable = 6;
clearNumberValue() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
optional sint64 number_value = 4;
clearOffset() - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
optional uint64 offset = 1;
clearOffset() - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
optional uint64 offset = 3;
clearOffset() - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
optional uint64 offset = 4;
clearOp() - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
optional .MetaDataOperation op = 3;
clearOrdinal() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional uint32 ordinal = 1;
clearOwnStatement() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
optional 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
optional uint32 parameter_type = 4;
clearParameterValues() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
repeated .TypedValue parameter_values = 2;
clearPrecision() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
optional uint32 precision = 2;
clearPrecision() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional 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
optional bool read_only = 16;
clearReadOnly() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
optional bool read_only = 3;
clearRep() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
optional .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
optional .TypedValue scalar_value = 4;
clearScale() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
optional uint32 scale = 3;
clearScale() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional uint32 scale = 13;
clearSchema() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
optional string schema = 6;
clearSchemaName() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional string schema_name = 11;
clearSchemaPattern() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
optional string schema_pattern = 2;
clearSchemaPattern() - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
optional string schema_pattern = 2;
clearSchemaPattern() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
optional string schema_pattern = 2;
clearSearchable() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional bool searchable = 4;
clearServerAddress() - Method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata.Builder
optional string server_address = 1;
clearSeverity() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
optional .Severity severity = 3;
clearSignature() - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
optional .Signature signature = 3;
clearSignature() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
optional .Signature signature = 4;
clearSigned() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
optional bool signed = 1;
clearSigned() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional bool signed = 7;
clearSql() - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
optional string sql = 2;
clearSql() - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
optional string sql = 2;
clearSql() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
optional string sql = 2;
clearSql() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
optional string sql = 2;
clearSqlState() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
optional string sql_state = 5;
clearState() - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
optional .QueryState state = 3;
clearStatement() - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
optional .StatementHandle statement = 1;
clearStatementHandle() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
optional .StatementHandle statementHandle = 1;
clearStatementId() - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest.Builder
optional uint32 statement_id = 2;
clearStatementId() - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
optional uint32 statement_id = 2;
clearStatementId() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
optional uint32 statement_id = 4;
clearStatementId() - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
optional uint32 statement_id = 2;
clearStatementId() - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
optional uint32 statement_id = 2;
clearStatementId() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
optional uint32 statement_id = 2;
clearStatementType() - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
optional .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
optional string string_value = 1;
clearStringValue() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
optional string string_value = 3;
clearStyle() - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
optional .CursorFactory.Style style = 1;
clearTableName() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional string table_name = 14;
clearTableNamePattern() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
optional string table_name_pattern = 3;
clearTableNamePattern() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
optional string table_name_pattern = 3;
clearTransactionIsolation() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
optional uint32 transaction_isolation = 4;
clearType() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional .AvaticaType type = 20;
clearType() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
optional .MetaDataOperationArgument.ArgumentType type = 6;
clearType() - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
optional .StateType type = 1;
clearType() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
optional .Rep type = 1;
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
optional string type_name = 5;
clearUpdateCount() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
optional uint64 update_count = 6;
clearValue() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
repeated .TypedValue value = 1;
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
optional .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
optional bytes wrapped_message = 2;
clearWritable() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional bool writable = 17;
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
 
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
 
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
 
closeOnCompletion - Variable in class org.apache.calcite.avatica.AvaticaStatement
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
 
collect(Meta.CursorFactory, Iterator<Object>, List<List<Object>>) - Static method in class org.apache.calcite.avatica.MetaImpl
 
collect(Meta.CursorFactory, Iterable<Object>, List<List<Object>>) - Static method in class org.apache.calcite.avatica.MetaImpl
 
COLUMN_CLASS_NAME_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
COLUMN_NAME_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
COLUMN_NAME_PATTERN_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
 
columnClassName() - Method in class org.apache.calcite.avatica.ColumnMetaData.AvaticaType
 
columnClassName - Variable in class org.apache.calcite.avatica.ColumnMetaData
 
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
 
ColumnMetaData - Class in org.apache.calcite.avatica
Metadata for a column.
ColumnMetaData(int, boolean, boolean, boolean, boolean, int, boolean, int, String, String, String, int, int, String, String, ColumnMetaData.AvaticaType, boolean, boolean, boolean, String) - Constructor for class org.apache.calcite.avatica.ColumnMetaData
 
columnMetaData(String, int, Class<?>) - Static method in class org.apache.calcite.avatica.MetaImpl
 
columnMetaData - Variable in class org.apache.calcite.avatica.util.AbstractCursor.StructGetter
 
ColumnMetaData.ArrayType - Class in org.apache.calcite.avatica
Array type.
ColumnMetaData.ArrayType(int, String, ColumnMetaData.Rep, ColumnMetaData.AvaticaType) - Constructor for class org.apache.calcite.avatica.ColumnMetaData.ArrayType
Not for public use.
ColumnMetaData.AvaticaType - Class in org.apache.calcite.avatica
Base class for a column type.
ColumnMetaData.AvaticaType(int, String, ColumnMetaData.Rep) - Constructor for class org.apache.calcite.avatica.ColumnMetaData.AvaticaType
 
ColumnMetaData.Rep - Enum in org.apache.calcite.avatica
Description of the type used to internally represent a value.
ColumnMetaData.Rep(Class) - Constructor for enum org.apache.calcite.avatica.ColumnMetaData.Rep
 
ColumnMetaData.ScalarType - Class in org.apache.calcite.avatica
Scalar type.
ColumnMetaData.ScalarType(int, String, ColumnMetaData.Rep) - Constructor for class org.apache.calcite.avatica.ColumnMetaData.ScalarType
 
ColumnMetaData.StructType - Class in org.apache.calcite.avatica
Record type.
ColumnMetaData.StructType(List<ColumnMetaData>) - Constructor for class org.apache.calcite.avatica.ColumnMetaData.StructType
 
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.MetaColumn
 
columnName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaPrimaryKey
 
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.MetaColumn
 
columnSize - Variable in class org.apache.calcite.avatica.MetaImpl.MetaVersionColumn
 
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
 
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
Protobuf type AvaticaParameter
Common.AvaticaParameter(GeneratedMessage.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Common.AvaticaParameter
 
Common.AvaticaParameter() - Constructor for class org.apache.calcite.avatica.proto.Common.AvaticaParameter
 
Common.AvaticaParameter(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Common.AvaticaParameter
 
Common.AvaticaParameter.Builder - Class in org.apache.calcite.avatica.proto
Protobuf type AvaticaParameter
Common.AvaticaParameter.Builder() - Constructor for class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
 
Common.AvaticaParameter.Builder(GeneratedMessage.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
 
Common.AvaticaParameterOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Common.AvaticaType - Class in org.apache.calcite.avatica.proto
Protobuf type AvaticaType
Common.AvaticaType(GeneratedMessage.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Common.AvaticaType
 
Common.AvaticaType() - Constructor for class org.apache.calcite.avatica.proto.Common.AvaticaType
 
Common.AvaticaType(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Common.AvaticaType
 
Common.AvaticaType.Builder - Class in org.apache.calcite.avatica.proto
Protobuf type AvaticaType
Common.AvaticaType.Builder() - Constructor for class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
 
Common.AvaticaType.Builder(GeneratedMessage.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
 
Common.AvaticaTypeOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Common.ColumnMetaData - Class in org.apache.calcite.avatica.proto
Protobuf type ColumnMetaData
Common.ColumnMetaData(GeneratedMessage.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
Common.ColumnMetaData() - Constructor for class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
Common.ColumnMetaData(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
Common.ColumnMetaData.Builder - Class in org.apache.calcite.avatica.proto
Protobuf type ColumnMetaData
Common.ColumnMetaData.Builder() - Constructor for class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
 
Common.ColumnMetaData.Builder(GeneratedMessage.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
 
Common.ColumnMetaDataOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Common.ColumnValue - Class in org.apache.calcite.avatica.proto
Protobuf type ColumnValue
Common.ColumnValue(GeneratedMessage.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Common.ColumnValue
 
Common.ColumnValue() - Constructor for class org.apache.calcite.avatica.proto.Common.ColumnValue
 
Common.ColumnValue(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Common.ColumnValue
 
Common.ColumnValue.Builder - Class in org.apache.calcite.avatica.proto
Protobuf type ColumnValue
Common.ColumnValue.Builder() - Constructor for class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
 
Common.ColumnValue.Builder(GeneratedMessage.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
 
Common.ColumnValueOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Common.ConnectionProperties - Class in org.apache.calcite.avatica.proto
Protobuf type ConnectionProperties
Common.ConnectionProperties(GeneratedMessage.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
Common.ConnectionProperties() - Constructor for class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
Common.ConnectionProperties(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
Common.ConnectionProperties.Builder - Class in org.apache.calcite.avatica.proto
Protobuf type ConnectionProperties
Common.ConnectionProperties.Builder() - Constructor for class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
 
Common.ConnectionProperties.Builder(GeneratedMessage.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
 
Common.ConnectionPropertiesOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Common.CursorFactory - Class in org.apache.calcite.avatica.proto
Protobuf type CursorFactory
Common.CursorFactory(GeneratedMessage.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Common.CursorFactory
 
Common.CursorFactory() - Constructor for class org.apache.calcite.avatica.proto.Common.CursorFactory
 
Common.CursorFactory(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Common.CursorFactory
 
Common.CursorFactory.Builder - Class in org.apache.calcite.avatica.proto
Protobuf type CursorFactory
Common.CursorFactory.Builder() - Constructor for class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
 
Common.CursorFactory.Builder(GeneratedMessage.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
 
Common.CursorFactory.Style - Enum in org.apache.calcite.avatica.proto
Protobuf enum CursorFactory.Style
Common.CursorFactory.Style(int, int) - Constructor for enum org.apache.calcite.avatica.proto.Common.CursorFactory.Style
 
Common.CursorFactoryOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Common.DatabaseProperty - Class in org.apache.calcite.avatica.proto
Protobuf type DatabaseProperty
Common.DatabaseProperty(GeneratedMessage.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Common.DatabaseProperty
 
Common.DatabaseProperty() - Constructor for class org.apache.calcite.avatica.proto.Common.DatabaseProperty
 
Common.DatabaseProperty(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Common.DatabaseProperty
 
Common.DatabaseProperty.Builder - Class in org.apache.calcite.avatica.proto
Protobuf type DatabaseProperty
Common.DatabaseProperty.Builder() - Constructor for class org.apache.calcite.avatica.proto.Common.DatabaseProperty.Builder
 
Common.DatabaseProperty.Builder(GeneratedMessage.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Common.DatabaseProperty.Builder
 
Common.DatabasePropertyOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Common.Frame - Class in org.apache.calcite.avatica.proto
Protobuf type Frame
Common.Frame(GeneratedMessage.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Common.Frame
 
Common.Frame() - Constructor for class org.apache.calcite.avatica.proto.Common.Frame
 
Common.Frame(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Common.Frame
 
Common.Frame.Builder - Class in org.apache.calcite.avatica.proto
Protobuf type Frame
Common.Frame.Builder() - Constructor for class org.apache.calcite.avatica.proto.Common.Frame.Builder
 
Common.Frame.Builder(GeneratedMessage.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Common.Frame.Builder
 
Common.FrameOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Common.MetaDataOperation - Enum in org.apache.calcite.avatica.proto
Protobuf enum MetaDataOperation
Common.MetaDataOperation(int, int) - Constructor for enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
 
Common.MetaDataOperationArgument - Class in org.apache.calcite.avatica.proto
Protobuf type MetaDataOperationArgument
Common.MetaDataOperationArgument(GeneratedMessage.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
 
Common.MetaDataOperationArgument() - Constructor for class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
 
Common.MetaDataOperationArgument(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
 
Common.MetaDataOperationArgument.ArgumentType - Enum in org.apache.calcite.avatica.proto
Protobuf enum MetaDataOperationArgument.ArgumentType
Common.MetaDataOperationArgument.ArgumentType(int, int) - Constructor for enum org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.ArgumentType
 
Common.MetaDataOperationArgument.Builder - Class in org.apache.calcite.avatica.proto
Protobuf type MetaDataOperationArgument
Common.MetaDataOperationArgument.Builder() - Constructor for class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
 
Common.MetaDataOperationArgument.Builder(GeneratedMessage.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
 
Common.MetaDataOperationArgumentOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Common.QueryState - Class in org.apache.calcite.avatica.proto
Protobuf type QueryState
Common.QueryState(GeneratedMessage.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Common.QueryState
 
Common.QueryState() - Constructor for class org.apache.calcite.avatica.proto.Common.QueryState
 
Common.QueryState(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Common.QueryState
 
Common.QueryState.Builder - Class in org.apache.calcite.avatica.proto
Protobuf type QueryState
Common.QueryState.Builder() - Constructor for class org.apache.calcite.avatica.proto.Common.QueryState.Builder
 
Common.QueryState.Builder(GeneratedMessage.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Common.QueryState.Builder
 
Common.QueryStateOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Common.Rep - Enum in org.apache.calcite.avatica.proto
Protobuf enum Rep
Common.Rep(int, int) - Constructor for enum org.apache.calcite.avatica.proto.Common.Rep
 
Common.Row - Class in org.apache.calcite.avatica.proto
Protobuf type Row
Common.Row(GeneratedMessage.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Common.Row
 
Common.Row() - Constructor for class org.apache.calcite.avatica.proto.Common.Row
 
Common.Row(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Common.Row
 
Common.Row.Builder - Class in org.apache.calcite.avatica.proto
Protobuf type Row
Common.Row.Builder() - Constructor for class org.apache.calcite.avatica.proto.Common.Row.Builder
 
Common.Row.Builder(GeneratedMessage.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Common.Row.Builder
 
Common.RowOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Common.Severity - Enum in org.apache.calcite.avatica.proto
Protobuf enum Severity
Common.Severity(int, int) - Constructor for enum org.apache.calcite.avatica.proto.Common.Severity
 
Common.Signature - Class in org.apache.calcite.avatica.proto
Protobuf type Signature
Common.Signature(GeneratedMessage.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Common.Signature
 
Common.Signature() - Constructor for class org.apache.calcite.avatica.proto.Common.Signature
 
Common.Signature(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Common.Signature
 
Common.Signature.Builder - Class in org.apache.calcite.avatica.proto
Protobuf type Signature
Common.Signature.Builder() - Constructor for class org.apache.calcite.avatica.proto.Common.Signature.Builder
 
Common.Signature.Builder(GeneratedMessage.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Common.Signature.Builder
 
Common.SignatureOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Common.StatementHandle - Class in org.apache.calcite.avatica.proto
Protobuf type StatementHandle
Common.StatementHandle(GeneratedMessage.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Common.StatementHandle
 
Common.StatementHandle() - Constructor for class org.apache.calcite.avatica.proto.Common.StatementHandle
 
Common.StatementHandle(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Common.StatementHandle
 
Common.StatementHandle.Builder - Class in org.apache.calcite.avatica.proto
Protobuf type StatementHandle
Common.StatementHandle.Builder() - Constructor for class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
 
Common.StatementHandle.Builder(GeneratedMessage.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
 
Common.StatementHandleOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Common.StatementType - Enum in org.apache.calcite.avatica.proto
Protobuf enum StatementType
Common.StatementType(int, int) - Constructor for enum org.apache.calcite.avatica.proto.Common.StatementType
 
Common.StateType - Enum in org.apache.calcite.avatica.proto
Protobuf enum StateType
Common.StateType(int, int) - Constructor for enum org.apache.calcite.avatica.proto.Common.StateType
 
Common.TypedValue - Class in org.apache.calcite.avatica.proto
Protobuf type TypedValue
Common.TypedValue(GeneratedMessage.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Common.TypedValue
 
Common.TypedValue() - Constructor for class org.apache.calcite.avatica.proto.Common.TypedValue
 
Common.TypedValue(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Common.TypedValue
 
Common.TypedValue.Builder - Class in org.apache.calcite.avatica.proto
Protobuf type TypedValue
Common.TypedValue.Builder() - Constructor for class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
 
Common.TypedValue.Builder(GeneratedMessage.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
 
Common.TypedValueOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Common.WireMessage - Class in org.apache.calcite.avatica.proto
Protobuf type WireMessage
Common.WireMessage(GeneratedMessage.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Common.WireMessage
 
Common.WireMessage() - Constructor for class org.apache.calcite.avatica.proto.Common.WireMessage
 
Common.WireMessage(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Common.WireMessage
 
Common.WireMessage.Builder - Class in org.apache.calcite.avatica.proto
Protobuf type WireMessage
Common.WireMessage.Builder() - Constructor for class org.apache.calcite.avatica.proto.Common.WireMessage.Builder
 
Common.WireMessage.Builder(GeneratedMessage.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Common.WireMessage.Builder
 
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
 
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.util.AbstractCursor.ArrayAccessor
 
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
 
config() - Method in class org.apache.calcite.avatica.AvaticaConnection
Returns a view onto this connection's configuration properties.
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 AvaticaConnection backing this.
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.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.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.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.
ConnectionConfigImpl.PropEnv(Map<? extends ConnectionProperty, String>, ConnectionProperty) - Constructor for class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
 
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.FetchRequest
 
connectionId - Variable in class org.apache.calcite.avatica.remote.Service.OpenConnectionRequest
 
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.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.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.ResultSetResponse.Builder
 
connectionId_ - Variable in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
 
ConnectionPropertiesImpl - Class in org.apache.calcite.avatica
Concrete implementation of Meta.ConnectionProperties.
ConnectionPropertiesImpl() - Constructor for class org.apache.calcite.avatica.ConnectionPropertiesImpl
 
ConnectionPropertiesImpl(Connection) - Constructor for class org.apache.calcite.avatica.ConnectionPropertiesImpl
 
ConnectionPropertiesImpl(Boolean, Boolean, Integer, String, String) - Constructor for class org.apache.calcite.avatica.ConnectionPropertiesImpl
 
ConnectionProperty - Interface in org.apache.calcite.avatica
Definition of a property that may be specified on the JDBC connect string.
ConnectionProperty.Type - Enum in org.apache.calcite.avatica
Data type of property.
ConnectionProperty.Type() - Constructor for enum org.apache.calcite.avatica.ConnectionProperty.Type
 
connectionSync(Meta.ConnectionHandle, Meta.ConnectionProperties) - Method in interface org.apache.calcite.avatica.Meta
Sync 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
 
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 connect string syntax described at 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
 
count(String, int, long) - Static method in class org.apache.calcite.avatica.Meta.MetaResultSet
 
create(ColumnMetaData.AvaticaType, Iterable<Object>) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
create(Meta.Style, Class, List<String>) - Static method in class org.apache.calcite.avatica.Meta.CursorFactory
 
create(List<String>) - Method in interface org.apache.calcite.avatica.Meta.Factory
 
create(int, boolean, List<Object>) - Static method in class org.apache.calcite.avatica.Meta.Frame
 
create(String, int, boolean, Meta.Signature, Meta.Frame) - Static method in class org.apache.calcite.avatica.Meta.MetaResultSet
 
create(List<ColumnMetaData>, String, List<AvaticaParameter>, Meta.CursorFactory, Meta.StatementType) - Static method in class org.apache.calcite.avatica.Meta.Signature
Used by Jackson to create a Signature by de-serializing JSON.
create(AvaticaConnection) - Method in class org.apache.calcite.avatica.remote.MockJsonService.Factory
 
create(AvaticaConnection) - Method in class org.apache.calcite.avatica.remote.MockProtobufService.MockProtobufServiceFactory
 
create(AvaticaConnection) - Method in interface org.apache.calcite.avatica.remote.Service.Factory
 
create(String, Object) - Static method in class org.apache.calcite.avatica.remote.TypedValue
 
create(ColumnMetaData.AvaticaType, Iterable<Object>) - Method in interface org.apache.calcite.avatica.util.ArrayImpl.Factory
 
create(ColumnMetaData.AvaticaType, Iterable<Object>) - Method in interface org.apache.calcite.avatica.util.StructImpl.Factory
 
CREATE_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.StatementType
CREATE = 7;
createAccessor(ColumnMetaData, int, Calendar, ArrayImpl.Factory) - Method in class org.apache.calcite.avatica.util.AbstractCursor
 
createAccessor(ColumnMetaData, AbstractCursor.Getter, Calendar, ArrayImpl.Factory) - Method in class org.apache.calcite.avatica.util.AbstractCursor
 
createAccessors(List<ColumnMetaData>, Calendar, ArrayImpl.Factory) - Method in class org.apache.calcite.avatica.util.AbstractCursor
 
createAccessors(List<ColumnMetaData>, Calendar, ArrayImpl.Factory) - Method in interface org.apache.calcite.avatica.util.Cursor
Creates a list of accessors, one per column.
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
Uses a Meta.CursorFactory to convert an Iterable into a Cursor.
createDriverVersion() - Method in class org.apache.calcite.avatica.remote.Driver
 
createDriverVersion() - Method in class org.apache.calcite.avatica.UnregisteredDriver
Creates an object describing the name and version of this driver.
createEmptyResultSet(Class<E>) - Method in class org.apache.calcite.avatica.MetaImpl
Creates an empty result set.
createException(String, Exception) - Method in class org.apache.calcite.avatica.Helper
 
createException(String, String, Exception) - Method in class org.apache.calcite.avatica.Helper
 
createException(String) - Method in class org.apache.calcite.avatica.Helper
 
createFactory() - Method in class org.apache.calcite.avatica.UnregisteredDriver
Creates a factory for JDBC objects (connection, statement).
createGetter(int) - Method in class org.apache.calcite.avatica.util.AbstractCursor
 
createGetter(int) - Method in class org.apache.calcite.avatica.util.ArrayIteratorCursor
 
createGetter(int) - Method in class org.apache.calcite.avatica.util.ListIteratorCursor
 
createGetter(int) - Method in class org.apache.calcite.avatica.util.MapIteratorCursor
 
createGetter(int) - Method in class org.apache.calcite.avatica.util.RecordIteratorCursor
 
createHandler() - 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
 
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
 
createResultSet(Meta.MetaResultSet, QueryState) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
createResultSet(Map<String, Object>, List<ColumnMetaData>, Meta.CursorFactory, Meta.Frame) - Method in class org.apache.calcite.avatica.MetaImpl
 
createService(AvaticaConnection, ConnectionConfig) - Method in class org.apache.calcite.avatica.remote.Driver
Creates a Service with the given AvaticaConnection and 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
 
createStruct(String, Object[]) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
createTrojan() - Static method in class org.apache.calcite.avatica.AvaticaConnection
 
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() - Static method in enum org.apache.calcite.avatica.UnregisteredDriver.JdbcVersion
Deduces the current JDBC version.
current - Variable in class org.apache.calcite.avatica.util.IteratorCursor
 
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.Accessor - Interface in org.apache.calcite.avatica.util
Accessor of a column value.
CURSOR_FACTORY_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.Signature
 
cursorFactory - Variable in class org.apache.calcite.avatica.Meta.Signature
 
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
 

D

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
 
dataDefinitionCausesTransactionCommit() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
dataDefinitionIgnoredInTransactions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
dataType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
 
dataType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
 
dataType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaVersionColumn
 
DATE_FORMAT_STRING - Static variable in class org.apache.calcite.avatica.util.DateTimeUtils
The SimpleDateFormat string for ISO dates, "yyyy-MM-dd".
dateAsString(int, Calendar) - Static method in class org.apache.calcite.avatica.util.AbstractCursor
Accesses a date value as a string, e.g.
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.PrecisionTime - Class in org.apache.calcite.avatica.util
DateTimeUtils.PrecisionTime(Calendar, int) - Constructor for class org.apache.calcite.avatica.util.DateTimeUtils.PrecisionTime
 
decimalDigits - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
 
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(T) - Method in class org.apache.calcite.avatica.remote.AbstractHandler
 
decode(String) - Method in class org.apache.calcite.avatica.remote.JsonHandler
 
decode(String, Class<T>) - Static method in class org.apache.calcite.avatica.remote.JsonService
 
decode(byte[]) - Method in class org.apache.calcite.avatica.remote.ProtobufHandler
 
DECODE - Static variable in class org.apache.calcite.avatica.util.Base64
Specify decoding in first bit.
decode(byte[]) - Static method in class org.apache.calcite.avatica.util.Base64
Low-level access to decoding ASCII characters in the form of a byte array.
decode(byte[], int, int, int) - Static method in class org.apache.calcite.avatica.util.Base64
Low-level access to decoding ASCII characters in the form of a byte array.
decode(String) - Static method in class org.apache.calcite.avatica.util.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decode(String, int) - Static method in class org.apache.calcite.avatica.util.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
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 infile and decodes it to outfile.
decodeFromFile(String) - Static method in class org.apache.calcite.avatica.util.Base64
Convenience method for reading a base64-encoded file and decoding it.
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
 
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.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.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.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.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() - 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 - Variable in enum org.apache.calcite.avatica.InternalProperty
 
defaultValue - Variable in enum org.apache.calcite.avatica.Meta.DatabaseProperty
 
defaultValue - Variable in enum org.apache.calcite.avatica.remote.AvaticaRemoteConnectionProperty
 
defaultValue() - Method in enum org.apache.calcite.avatica.remote.AvaticaRemoteConnectionProperty
 
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_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.StatementType
DELETE = 3;
deleteRow() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
deletesAreDetected(int) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
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.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.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
 
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
 
DO_BREAK_LINES - Static variable in class org.apache.calcite.avatica.util.Base64
Do break lines when encoding.
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_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
 
doubleValue_ - Variable in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
 
doubleValue_ - Variable in class org.apache.calcite.avatica.proto.Common.TypedValue
 
driver - Variable in class org.apache.calcite.avatica.AvaticaConnection
 
Driver - Class in org.apache.calcite.avatica.remote
Avatica Remote JDBC driver.
Driver() - Constructor for class org.apache.calcite.avatica.remote.Driver
 
Driver.Serialization - Enum in org.apache.calcite.avatica.remote
Defines the method of message serialization used by the Driver
Driver.Serialization() - Constructor for enum org.apache.calcite.avatica.remote.Driver.Serialization
 
DriverVersion - Class in org.apache.calcite.avatica
Driver version information.
DriverVersion(String, String, String, String, boolean, int, int, int, int) - Constructor for class org.apache.calcite.avatica.DriverVersion
Creates a DriverVersion.
DROP_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.StatementType
DROP = 8;
dummy(ColumnMetaData.AvaticaType, boolean) - Static method in class org.apache.calcite.avatica.ColumnMetaData
Creates a ColumnMetaData for result sets that are not based on a struct but need to have a single 'field' for purposes of ResultSetMetaData.
DUMMY_VALUE - Static variable in class org.apache.calcite.avatica.AvaticaSite
Value that means the parameter has been set to null.

E

EMPTY - Static variable in class org.apache.calcite.avatica.Meta.Frame
Frame that has zero rows and is the last frame.
EMPTY - Static variable in class org.apache.calcite.avatica.util.ByteString
An empty byte string.
encode(Service.Response) - Method in class org.apache.calcite.avatica.remote.AbstractHandler
Serialize the given Service.Response per the concrete Handler implementation.
encode(Service.Response) - Method in class org.apache.calcite.avatica.remote.JsonHandler
Serializes the provided object as JSON.
encode(T) - Static method in class org.apache.calcite.avatica.remote.JsonService
 
encode(Service.Response) - Method in class org.apache.calcite.avatica.remote.ProtobufHandler
 
ENCODE - Static variable in class org.apache.calcite.avatica.util.Base64
Specify encoding in first bit.
encode(ByteBuffer, ByteBuffer) - Static method in class org.apache.calcite.avatica.util.Base64
Performs Base64 encoding on the raw ByteBuffer, writing it to the encoded ByteBuffer.
encode(ByteBuffer, CharBuffer) - Static method in class org.apache.calcite.avatica.util.Base64
Performs Base64 encoding on the raw ByteBuffer, writing it to the encoded CharBuffer.
encode - Variable in class org.apache.calcite.avatica.util.Base64.InputStream
 
encode - Variable in class org.apache.calcite.avatica.util.Base64.OutputStream
 
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 infile and encodes it to outfile.
encodeFromFile(String) - Static method in class org.apache.calcite.avatica.util.Base64
Convenience method for reading a binary file and base64-encoding it.
encodeObject(Serializable) - Static method in class org.apache.calcite.avatica.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeObject(Serializable, int) - Static method in class org.apache.calcite.avatica.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeToFile(byte[], String) - Static method in class org.apache.calcite.avatica.util.Base64
Convenience method for encoding data to a file.
endUnit - Variable in enum org.apache.calcite.avatica.util.TimeUnitRange
 
ensureArgsIsMutable() - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
 
ensureArrayValueIsMutable() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.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
 
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
 
ensureStringArrayValuesIsMutable() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
 
ensureTypeListIsMutable() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.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
 
enumClass - Variable in enum org.apache.calcite.avatica.InternalProperty
 
enumConverter(Class<E>) - Static method in class org.apache.calcite.avatica.ConnectionConfigImpl
 
EPOCH_JULIAN - Static variable in class org.apache.calcite.avatica.util.DateTimeUtils
The julian date of the epoch, 1970-01-01.
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.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.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.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(Object, Object) - Static 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_CODE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
ERROR_MESSAGE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
ERROR_SEVERITY_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Severity
ERROR_SEVERITY = 2;
errorCode - Variable in 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
 
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(AvaticaResultSet) - Method in class org.apache.calcite.avatica.AvaticaConnection.Trojan
A means for anyone who has a trojan to call the protected method AvaticaResultSet.execute().
execute() - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
execute() - Method in class org.apache.calcite.avatica.AvaticaResultSet
Executes this result set.
execute(String) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
execute(String, int) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
execute(String, int[]) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
execute(String, String[]) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
execute(Meta.StatementHandle, List<TypedValue>, long) - Method in interface org.apache.calcite.avatica.Meta
Executes a prepared statement.
execute() - Method in interface org.apache.calcite.avatica.Meta.PrepareCallback
 
execute(Meta.StatementHandle, List<TypedValue>, long) - Method in class org.apache.calcite.avatica.remote.RemoteMeta
 
execute2(Cursor, List<ColumnMetaData>) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
executeBatch() - Method in class org.apache.calcite.avatica.AvaticaStatement
 
executeInternal(String) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
executeInternal(Meta.Signature) - Method in class org.apache.calcite.avatica.AvaticaStatement
Executes a prepared statement.
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) - Method in class org.apache.calcite.avatica.AvaticaConnection
Executes a prepared query, closing any previously open result set.
executeQueryInternal(Meta.Signature) - Method in class org.apache.calcite.avatica.AvaticaStatement
Executes a prepared query, closing any previously open result set.
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
 

F

factory - Variable in class org.apache.calcite.avatica.AvaticaConnection
 
factory() - Method in interface org.apache.calcite.avatica.ConnectionConfig
 
factory() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
 
factory() - Method in class org.apache.calcite.avatica.remote.AvaticaRemoteConnectionConfigImpl
 
factory - Variable in class org.apache.calcite.avatica.UnregisteredDriver
 
factory - Variable in class org.apache.calcite.avatica.util.AbstractCursor.ArrayAccessor
 
FATAL_SEVERITY_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Severity
FATAL_SEVERITY = 1;
fetch(Meta.StatementHandle, long, int) - Method in interface org.apache.calcite.avatica.Meta
Returns a frame of rows.
fetch(AvaticaStatement, List<TypedValue>, long, int) - Method in class org.apache.calcite.avatica.MetaImpl
 
fetch(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
 
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
 
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
 
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
 
finagle(Meta.Signature) - Method in class org.apache.calcite.avatica.remote.AbstractService
Modifies a signature, changing the representation of numeric columns within it.
finagle(ColumnMetaData) - Method in class org.apache.calcite.avatica.remote.AbstractService
 
finagle(Service.PrepareResponse) - Method in class org.apache.calcite.avatica.remote.AbstractService
 
finagle(Meta.StatementHandle) - Method in class org.apache.calcite.avatica.remote.AbstractService
 
finagle(Service.ResultSetResponse) - Method in class org.apache.calcite.avatica.remote.AbstractService
 
finagle(Service.ExecuteResponse) - 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_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
 
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
 
fixedPrecScale - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
 
FLOAT_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
FLOAT = 14;
floorDiv(long, long) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
Divide, rounding towards negative infinity.
floorMod(long, long) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
Modulo, always returning a non-negative result.
flushBase64() - Method in class org.apache.calcite.avatica.util.Base64.OutputStream
Method added by PHIL.
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_ - 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
 
frameBuilder_ - Variable in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
 
free() - Method in class org.apache.calcite.avatica.util.ArrayImpl
 
fromProto(Common.AvaticaParameter) - Static method in class org.apache.calcite.avatica.AvaticaParameter
 
fromProto(Common.Severity) - Static method in enum org.apache.calcite.avatica.AvaticaSeverity
 
fromProto(Common.AvaticaType) - Static method in class org.apache.calcite.avatica.ColumnMetaData.AvaticaType
 
fromProto(Common.ColumnMetaData) - Static method in class org.apache.calcite.avatica.ColumnMetaData
 
fromProto(Common.Rep) - Static method in enum org.apache.calcite.avatica.ColumnMetaData.Rep
 
fromProto(Common.ConnectionProperties) - Static method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
 
fromProto(Common.CursorFactory) - Static method in class org.apache.calcite.avatica.Meta.CursorFactory
 
fromProto(Common.DatabaseProperty) - Static method in enum org.apache.calcite.avatica.Meta.DatabaseProperty
 
fromProto(Common.Frame) - Static method in class org.apache.calcite.avatica.Meta.Frame
 
fromProto(Common.Signature) - Static method in class org.apache.calcite.avatica.Meta.Signature
 
fromProto(Common.StatementHandle) - Static method in class org.apache.calcite.avatica.Meta.StatementHandle
 
fromProto(Common.StatementType) - Static method in enum org.apache.calcite.avatica.Meta.StatementType
 
fromProto(Common.CursorFactory.Style) - Static method in enum org.apache.calcite.avatica.Meta.Style
 
fromProto(Common.QueryState) - Static method in class org.apache.calcite.avatica.QueryState
 
fromProto(Common.StateType) - Static method in enum org.apache.calcite.avatica.QueryState.StateType
 
fromProto(Common.MetaDataOperation) - Static method in enum org.apache.calcite.avatica.remote.MetaDataOperation
 
fromProto(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
 
fromProto(Common.TypedValue) - Static method in class org.apache.calcite.avatica.remote.TypedValue
 
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
 

G

generatedKeyAlwaysReturned() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
get(Cursor.Accessor, int, Calendar) - Static method in class org.apache.calcite.avatica.AvaticaSite
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_(ConnectionConfigImpl.Converter<T>, String) - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
 
get_(Map<InternalProperty, Object>, T) - Method in enum org.apache.calcite.avatica.InternalProperty
 
GET_ATTRIBUTES_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
GET_ATTRIBUTES = 0;
GET_BEST_ROW_IDENTIFIER_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
GET_BEST_ROW_IDENTIFIER = 1;
GET_CATALOGS_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
GET_CATALOGS = 2;
GET_CLIENT_INFO_PROPERTIES_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
GET_CLIENT_INFO_PROPERTIES = 3;
GET_COLUMN_PRIVILEGES_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
GET_COLUMN_PRIVILEGES = 4;
GET_COLUMNS_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
GET_COLUMNS = 5;
GET_CROSS_REFERENCE_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
GET_CROSS_REFERENCE = 6;
GET_EXPORTED_KEYS_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
GET_EXPORTED_KEYS = 7;
GET_FUNCTION_COLUMNS_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
GET_FUNCTION_COLUMNS = 8;
GET_FUNCTIONS_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
GET_FUNCTIONS = 9;
GET_IMPORTED_KEYS_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
GET_IMPORTED_KEYS = 10;
GET_INDEX_INFO_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
GET_INDEX_INFO = 11;
GET_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_PRIMARY_KEYS_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
GET_PRIMARY_KEYS = 12;
GET_PROCEDURE_COLUMNS_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
GET_PROCEDURE_COLUMNS = 13;
GET_PROCEDURES_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
GET_PROCEDURES = 14;
GET_PSEUDO_COLUMNS_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
GET_PSEUDO_COLUMNS = 15;
GET_SCHEMAS_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
GET_SCHEMAS = 16;
GET_SCHEMAS_WITH_ARGS_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
GET_SCHEMAS_WITH_ARGS = 17;
GET_SUPER_TABLES_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
GET_SUPER_TABLES = 18;
GET_SUPER_TYPES_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
GET_SUPER_TYPES = 19;
GET_TABLE_PRIVILEGES_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
GET_TABLE_PRIVILEGES = 20;
GET_TABLE_TYPES_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
GET_TABLE_TYPES = 22;
GET_TABLES_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
GET_TABLES = 21;
GET_TYPE_INFO_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
GET_TYPE_INFO = 23;
GET_UDTS_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
GET_UDTS = 24;
GET_VERSION_COLUMNS_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
GET_VERSION_COLUMNS = 25;
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.
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.
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(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getArray(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
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(List) - Method in class org.apache.calcite.avatica.util.ArrayImpl
Converts a list into an array.
getArray(Map<String, Class<?>>) - Method in class org.apache.calcite.avatica.util.ArrayImpl
 
getArray(long, int) - Method in class org.apache.calcite.avatica.util.ArrayImpl
 
getArray(long, int, Map<String, Class<?>>) - Method in class org.apache.calcite.avatica.util.ArrayImpl
 
getArray() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getArrayValue(int) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
repeated .TypedValue array_value = 2;
getArrayValue(int) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue
repeated .TypedValue array_value = 2;
getArrayValue(int) - Method in interface org.apache.calcite.avatica.proto.Common.ColumnValueOrBuilder
repeated .TypedValue array_value = 2;
getArrayValueBuilder(int) - 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.ColumnValue.Builder
repeated .TypedValue array_value = 2;
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;
getArrayValueFieldBuilder() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.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;
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;
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;
getAsciiStream(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getAsciiStream(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getAsciiStream() - Method in class org.apache.calcite.avatica.util.AbstractCursor.AccessorImpl
 
getAsciiStream() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getAttributes(String, String, String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getAttributes(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, Meta.Pat) - Method in interface org.apache.calcite.avatica.Meta
getAttributes(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.MetaImpl
 
getAttributes() - Method in class org.apache.calcite.avatica.util.StructImpl
 
getAttributes(Map<String, Class<?>>) - Method in class org.apache.calcite.avatica.util.StructImpl
 
getAutoCommit() - Method in class org.apache.calcite.avatica.AvaticaConnection
 
getAutoCommit() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
optional bool auto_commit = 2;
getAutoCommit() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
optional bool auto_commit = 2;
getAutoCommit() - Method in interface org.apache.calcite.avatica.proto.Common.ConnectionPropertiesOrBuilder
optional bool auto_commit = 2;
getAutoIncrement() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional bool auto_increment = 2;
getAutoIncrement() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
optional bool auto_increment = 2;
getAutoIncrement() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnMetaDataOrBuilder
optional bool auto_increment = 2;
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
getBestRowIdentifier(Meta.ConnectionHandle, String, String, String, int, boolean) - Method in class org.apache.calcite.avatica.MetaImpl
 
getBigDecimal(int, int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getBigDecimal(String, int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getBigDecimal(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getBigDecimal(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getBigDecimal() - Method in class org.apache.calcite.avatica.util.AbstractCursor.AccessorImpl
 
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() - Method in class org.apache.calcite.avatica.util.AbstractCursor.ApproximateNumericAccessor
 
getBigDecimal(int) - Method in class org.apache.calcite.avatica.util.AbstractCursor.BigDecimalAccessor
 
getBigDecimal() - Method in class org.apache.calcite.avatica.util.AbstractCursor.BigDecimalAccessor
 
getBigDecimal(int) - Method in class org.apache.calcite.avatica.util.AbstractCursor.ExactNumericAccessor
 
getBigDecimal() - Method in class org.apache.calcite.avatica.util.AbstractCursor.ExactNumericAccessor
 
getBigDecimal(int) - Method in class org.apache.calcite.avatica.util.AbstractCursor.NumberAccessor
 
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 interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getBinaryStream(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getBinaryStream(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getBinaryStream() - Method in class org.apache.calcite.avatica.util.AbstractCursor.AccessorImpl
 
getBinaryStream() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getBlob(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getBlob(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getBlob() - Method in class org.apache.calcite.avatica.util.AbstractCursor.AccessorImpl
 
getBlob() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getBoolean(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getBoolean(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getBoolean() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
Returns the boolean value of this property.
getBoolean(boolean) - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
Returns the boolean value of this property.
getBoolean(Map<InternalProperty, Object>) - Method in enum org.apache.calcite.avatica.InternalProperty
Returns the boolean value of this property.
getBoolean() - 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
 
getBoolValue() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
optional bool bool_value = 2;
getBoolValue() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
optional bool bool_value = 2;
getBoolValue() - Method in interface org.apache.calcite.avatica.proto.Common.MetaDataOperationArgumentOrBuilder
optional bool bool_value = 2;
getBoolValue() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
optional bool bool_value = 2;
getBoolValue() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue
optional bool bool_value = 2;
getBoolValue() - Method in interface org.apache.calcite.avatica.proto.Common.TypedValueOrBuilder
optional bool bool_value = 2;
getBoundParameterValues() - Method in class org.apache.calcite.avatica.AvaticaStatement
Returns a list of bound parameter values.
getByte(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getByte(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getByte() - 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
 
getBytes(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getBytes(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
 
getBytesValues() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
optional bytes bytes_values = 5;
getBytesValues() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue
optional bytes bytes_values = 5;
getBytesValues() - Method in interface org.apache.calcite.avatica.proto.Common.TypedValueOrBuilder
optional bytes bytes_values = 5;
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
 
getCaseSensitive() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional bool case_sensitive = 3;
getCaseSensitive() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
optional bool case_sensitive = 3;
getCaseSensitive() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnMetaDataOrBuilder
optional 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
optional string catalog = 5;
getCatalog() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
optional string catalog = 5;
getCatalog() - Method in interface org.apache.calcite.avatica.proto.Common.ConnectionPropertiesOrBuilder
optional string catalog = 5;
getCatalog() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
optional string catalog = 1;
getCatalog() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
optional string catalog = 1;
getCatalog() - Method in interface org.apache.calcite.avatica.proto.Requests.ColumnsRequestOrBuilder
optional string catalog = 1;
getCatalog() - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
optional string catalog = 1;
getCatalog() - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
optional string catalog = 1;
getCatalog() - Method in interface org.apache.calcite.avatica.proto.Requests.SchemasRequestOrBuilder
optional string catalog = 1;
getCatalog() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
optional string catalog = 1;
getCatalog() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
optional string catalog = 1;
getCatalog() - Method in interface org.apache.calcite.avatica.proto.Requests.TablesRequestOrBuilder
optional string catalog = 1;
getCatalogBytes() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
optional string catalog = 5;
getCatalogBytes() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
optional string catalog = 5;
getCatalogBytes() - Method in interface org.apache.calcite.avatica.proto.Common.ConnectionPropertiesOrBuilder
optional string catalog = 5;
getCatalogBytes() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
optional string catalog = 1;
getCatalogBytes() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
optional string catalog = 1;
getCatalogBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.ColumnsRequestOrBuilder
optional string catalog = 1;
getCatalogBytes() - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
optional string catalog = 1;
getCatalogBytes() - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
optional string catalog = 1;
getCatalogBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.SchemasRequestOrBuilder
optional string catalog = 1;
getCatalogBytes() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
optional string catalog = 1;
getCatalogBytes() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
optional string catalog = 1;
getCatalogBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.TablesRequestOrBuilder
optional string catalog = 1;
getCatalogName(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
 
getCatalogName() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional string catalog_name = 15;
getCatalogName() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
optional string catalog_name = 15;
getCatalogName() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnMetaDataOrBuilder
optional string catalog_name = 15;
getCatalogNameBytes() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional string catalog_name = 15;
getCatalogNameBytes() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
optional string catalog_name = 15;
getCatalogNameBytes() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnMetaDataOrBuilder
optional string catalog_name = 15;
getCatalogs() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getCatalogs(Meta.ConnectionHandle) - Method in interface org.apache.calcite.avatica.Meta
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(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getCharacterStream(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getCharacterStream() - Method in class org.apache.calcite.avatica.util.AbstractCursor.AccessorImpl
 
getCharacterStream() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getClassName() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
optional string class_name = 6;
getClassName() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
optional string class_name = 6;
getClassName() - Method in interface org.apache.calcite.avatica.proto.Common.AvaticaParameterOrBuilder
optional string class_name = 6;
getClassName() - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
optional string class_name = 2;
getClassName() - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory
optional string class_name = 2;
getClassName() - Method in interface org.apache.calcite.avatica.proto.Common.CursorFactoryOrBuilder
optional string class_name = 2;
getClassNameBytes() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
optional string class_name = 6;
getClassNameBytes() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
optional string class_name = 6;
getClassNameBytes() - Method in interface org.apache.calcite.avatica.proto.Common.AvaticaParameterOrBuilder
optional string class_name = 6;
getClassNameBytes() - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
optional string class_name = 2;
getClassNameBytes() - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory
optional string class_name = 2;
getClassNameBytes() - Method in interface org.apache.calcite.avatica.proto.Common.CursorFactoryOrBuilder
optional string class_name = 2;
getClientInfo(String) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
getClientInfo() - 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
getClientInfoProperties(Meta.ConnectionHandle) - Method in class org.apache.calcite.avatica.MetaImpl
 
getClob(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getClob(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getClob() - Method in class org.apache.calcite.avatica.util.AbstractCursor.AccessorImpl
 
getClob() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getColumnClassName(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
 
getColumnClassName() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional string column_class_name = 19;
getColumnClassName() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
optional string column_class_name = 19;
getColumnClassName() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnMetaDataOrBuilder
optional string column_class_name = 19;
getColumnClassNameBytes() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional string column_class_name = 19;
getColumnClassNameBytes() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
optional string column_class_name = 19;
getColumnClassNameBytes() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnMetaDataOrBuilder
optional 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(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
 
getColumnName() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional string column_name = 10;
getColumnName() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
optional string column_name = 10;
getColumnName() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnMetaDataOrBuilder
optional string column_name = 10;
getColumnNameBytes() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional string column_name = 10;
getColumnNameBytes() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
optional string column_name = 10;
getColumnNameBytes() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnMetaDataOrBuilder
optional string column_name = 10;
getColumnNamePattern() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
optional string column_name_pattern = 4;
getColumnNamePattern() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
optional string column_name_pattern = 4;
getColumnNamePattern() - Method in interface org.apache.calcite.avatica.proto.Requests.ColumnsRequestOrBuilder
optional string column_name_pattern = 4;
getColumnNamePatternBytes() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
optional string column_name_pattern = 4;
getColumnNamePatternBytes() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
optional string column_name_pattern = 4;
getColumnNamePatternBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.ColumnsRequestOrBuilder
optional string column_name_pattern = 4;
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
getColumnPrivileges(Meta.ConnectionHandle, String, String, String, Meta.Pat) - Method in class org.apache.calcite.avatica.MetaImpl
 
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
getColumns(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.MetaImpl
 
getColumns(int) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
repeated .ColumnMetaData columns = 4;
getColumns(int) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType
repeated .ColumnMetaData columns = 4;
getColumns(int) - Method in interface org.apache.calcite.avatica.proto.Common.AvaticaTypeOrBuilder
repeated .ColumnMetaData columns = 4;
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(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
repeated .ColumnMetaData columns = 4;
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
repeated .ColumnMetaData columns = 4;
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
repeated .ColumnMetaData columns = 4;
getColumnsCount() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType
repeated .ColumnMetaData columns = 4;
getColumnsCount() - Method in interface org.apache.calcite.avatica.proto.Common.AvaticaTypeOrBuilder
repeated .ColumnMetaData columns = 4;
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
repeated .ColumnMetaData columns = 4;
getColumnsList() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType
repeated .ColumnMetaData columns = 4;
getColumnsList() - Method in interface org.apache.calcite.avatica.proto.Common.AvaticaTypeOrBuilder
repeated .ColumnMetaData columns = 4;
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
repeated .ColumnMetaData columns = 4;
getColumnsOrBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType
repeated .ColumnMetaData columns = 4;
getColumnsOrBuilder(int) - Method in interface org.apache.calcite.avatica.proto.Common.AvaticaTypeOrBuilder
repeated .ColumnMetaData columns = 4;
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
repeated .ColumnMetaData columns = 4;
getColumnsOrBuilderList() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType
repeated .ColumnMetaData columns = 4;
getColumnsOrBuilderList() - Method in interface org.apache.calcite.avatica.proto.Common.AvaticaTypeOrBuilder
repeated .ColumnMetaData columns = 4;
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.proto.Common.AvaticaType.Builder
optional .AvaticaType component = 5;
getComponent() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType
optional .AvaticaType component = 5;
getComponent() - Method in interface org.apache.calcite.avatica.proto.Common.AvaticaTypeOrBuilder
optional .AvaticaType component = 5;
getComponentBuilder() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
optional .AvaticaType component = 5;
getComponentFieldBuilder() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
optional .AvaticaType component = 5;
getComponentOrBuilder() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
optional .AvaticaType component = 5;
getComponentOrBuilder() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType
optional .AvaticaType component = 5;
getComponentOrBuilder() - Method in interface org.apache.calcite.avatica.proto.Common.AvaticaTypeOrBuilder
optional .AvaticaType component = 5;
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
optional string connection_id = 1;
getConnectionId() - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle
optional string connection_id = 1;
getConnectionId() - Method in interface org.apache.calcite.avatica.proto.Common.StatementHandleOrBuilder
optional string connection_id = 1;
getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest.Builder
optional string connection_id = 1;
getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
optional string connection_id = 1;
getConnectionId() - Method in interface org.apache.calcite.avatica.proto.Requests.CatalogsRequestOrBuilder
optional string connection_id = 1;
getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest.Builder
optional string connection_id = 1;
getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
optional string connection_id = 1;
getConnectionId() - Method in interface org.apache.calcite.avatica.proto.Requests.CloseConnectionRequestOrBuilder
optional string connection_id = 1;
getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest.Builder
optional string connection_id = 1;
getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
optional string connection_id = 1;
getConnectionId() - Method in interface org.apache.calcite.avatica.proto.Requests.CloseStatementRequestOrBuilder
optional string connection_id = 1;
getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
optional string connection_id = 5;
getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
optional string connection_id = 5;
getConnectionId() - Method in interface org.apache.calcite.avatica.proto.Requests.ColumnsRequestOrBuilder
optional string connection_id = 5;
getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.CommitRequest.Builder
optional string connection_id = 1;
getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
optional string connection_id = 1;
getConnectionId() - Method in interface org.apache.calcite.avatica.proto.Requests.CommitRequestOrBuilder
optional string connection_id = 1;
getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
optional string connection_id = 1;
getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
optional string connection_id = 1;
getConnectionId() - Method in interface org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequestOrBuilder
optional string connection_id = 1;
getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest.Builder
optional string connection_id = 1;
getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
optional string connection_id = 1;
getConnectionId() - Method in interface org.apache.calcite.avatica.proto.Requests.CreateStatementRequestOrBuilder
optional string connection_id = 1;
getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest.Builder
optional string connection_id = 1;
getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
optional string connection_id = 1;
getConnectionId() - Method in interface org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequestOrBuilder
optional string connection_id = 1;
getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
optional string connection_id = 1;
getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
optional string connection_id = 1;
getConnectionId() - Method in interface org.apache.calcite.avatica.proto.Requests.FetchRequestOrBuilder
optional string connection_id = 1;
getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
optional string connection_id = 1;
getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
optional string connection_id = 1;
getConnectionId() - Method in interface org.apache.calcite.avatica.proto.Requests.OpenConnectionRequestOrBuilder
optional string connection_id = 1;
getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
optional string connection_id = 1;
getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
optional string connection_id = 1;
getConnectionId() - Method in interface org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequestOrBuilder
optional string connection_id = 1;
getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
optional string connection_id = 1;
getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
optional string connection_id = 1;
getConnectionId() - Method in interface org.apache.calcite.avatica.proto.Requests.PrepareRequestOrBuilder
optional string connection_id = 1;
getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest.Builder
optional string connection_id = 1;
getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
optional string connection_id = 1;
getConnectionId() - Method in interface org.apache.calcite.avatica.proto.Requests.RollbackRequestOrBuilder
optional string connection_id = 1;
getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
optional string connection_id = 3;
getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
optional string connection_id = 3;
getConnectionId() - Method in interface org.apache.calcite.avatica.proto.Requests.SchemasRequestOrBuilder
optional string connection_id = 3;
getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
optional string connection_id = 1;
getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
optional string connection_id = 1;
getConnectionId() - Method in interface org.apache.calcite.avatica.proto.Requests.SyncResultsRequestOrBuilder
optional string connection_id = 1;
getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
optional string connection_id = 7;
getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
optional string connection_id = 7;
getConnectionId() - Method in interface org.apache.calcite.avatica.proto.Requests.TablesRequestOrBuilder
optional string connection_id = 7;
getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest.Builder
optional string connection_id = 1;
getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
optional string connection_id = 1;
getConnectionId() - Method in interface org.apache.calcite.avatica.proto.Requests.TableTypesRequestOrBuilder
optional string connection_id = 1;
getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest.Builder
optional string connection_id = 1;
getConnectionId() - Method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
optional string connection_id = 1;
getConnectionId() - Method in interface org.apache.calcite.avatica.proto.Requests.TypeInfoRequestOrBuilder
optional string connection_id = 1;
getConnectionId() - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
optional string connection_id = 1;
getConnectionId() - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
optional string connection_id = 1;
getConnectionId() - Method in interface org.apache.calcite.avatica.proto.Responses.CreateStatementResponseOrBuilder
optional string connection_id = 1;
getConnectionId() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
optional string connection_id = 1;
getConnectionId() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
optional string connection_id = 1;
getConnectionId() - Method in interface org.apache.calcite.avatica.proto.Responses.ResultSetResponseOrBuilder
optional string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
optional string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle
optional string connection_id = 1;
getConnectionIdBytes() - Method in interface org.apache.calcite.avatica.proto.Common.StatementHandleOrBuilder
optional string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest.Builder
optional string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
optional string connection_id = 1;
getConnectionIdBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.CatalogsRequestOrBuilder
optional string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest.Builder
optional string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
optional string connection_id = 1;
getConnectionIdBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.CloseConnectionRequestOrBuilder
optional string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest.Builder
optional string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
optional string connection_id = 1;
getConnectionIdBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.CloseStatementRequestOrBuilder
optional string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
optional string connection_id = 5;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
optional string connection_id = 5;
getConnectionIdBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.ColumnsRequestOrBuilder
optional string connection_id = 5;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.CommitRequest.Builder
optional string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
optional string connection_id = 1;
getConnectionIdBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.CommitRequestOrBuilder
optional string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
optional string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
optional string connection_id = 1;
getConnectionIdBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequestOrBuilder
optional string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest.Builder
optional string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
optional string connection_id = 1;
getConnectionIdBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.CreateStatementRequestOrBuilder
optional string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest.Builder
optional string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
optional string connection_id = 1;
getConnectionIdBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequestOrBuilder
optional string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
optional string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
optional string connection_id = 1;
getConnectionIdBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.FetchRequestOrBuilder
optional string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
optional string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
optional string connection_id = 1;
getConnectionIdBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.OpenConnectionRequestOrBuilder
optional string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
optional string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
optional string connection_id = 1;
getConnectionIdBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequestOrBuilder
optional string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
optional string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
optional string connection_id = 1;
getConnectionIdBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.PrepareRequestOrBuilder
optional string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest.Builder
optional string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
optional string connection_id = 1;
getConnectionIdBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.RollbackRequestOrBuilder
optional string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
optional string connection_id = 3;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
optional string connection_id = 3;
getConnectionIdBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.SchemasRequestOrBuilder
optional string connection_id = 3;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
optional string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
optional string connection_id = 1;
getConnectionIdBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.SyncResultsRequestOrBuilder
optional string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
optional string connection_id = 7;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
optional string connection_id = 7;
getConnectionIdBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.TablesRequestOrBuilder
optional string connection_id = 7;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest.Builder
optional string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
optional string connection_id = 1;
getConnectionIdBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.TableTypesRequestOrBuilder
optional string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest.Builder
optional string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
optional string connection_id = 1;
getConnectionIdBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.TypeInfoRequestOrBuilder
optional string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
optional string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
optional string connection_id = 1;
getConnectionIdBytes() - Method in interface org.apache.calcite.avatica.proto.Responses.CreateStatementResponseOrBuilder
optional string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
optional string connection_id = 1;
getConnectionIdBytes() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
optional string connection_id = 1;
getConnectionIdBytes() - Method in interface org.apache.calcite.avatica.proto.Responses.ResultSetResponseOrBuilder
optional 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
optional .ConnectionProperties conn_props = 2;
getConnProps() - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
optional .ConnectionProperties conn_props = 2;
getConnProps() - Method in interface org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequestOrBuilder
optional .ConnectionProperties conn_props = 2;
getConnProps() - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
optional .ConnectionProperties conn_props = 1;
getConnProps() - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
optional .ConnectionProperties conn_props = 1;
getConnProps() - Method in interface org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponseOrBuilder
optional .ConnectionProperties conn_props = 1;
getConnPropsBuilder() - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
optional .ConnectionProperties conn_props = 2;
getConnPropsBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
optional .ConnectionProperties conn_props = 1;
getConnPropsFieldBuilder() - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
optional .ConnectionProperties conn_props = 2;
getConnPropsFieldBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
optional .ConnectionProperties conn_props = 1;
getConnPropsOrBuilder() - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
optional .ConnectionProperties conn_props = 2;
getConnPropsOrBuilder() - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
optional .ConnectionProperties conn_props = 2;
getConnPropsOrBuilder() - Method in interface org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequestOrBuilder
optional .ConnectionProperties conn_props = 2;
getConnPropsOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
optional .ConnectionProperties conn_props = 1;
getConnPropsOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
optional .ConnectionProperties conn_props = 1;
getConnPropsOrBuilder() - Method in interface org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponseOrBuilder
optional .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
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
optional bool currency = 5;
getCurrency() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
optional bool currency = 5;
getCurrency() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnMetaDataOrBuilder
optional bool currency = 5;
getCursorFactory() - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
optional .CursorFactory cursor_factory = 4;
getCursorFactory() - Method in class org.apache.calcite.avatica.proto.Common.Signature
optional .CursorFactory cursor_factory = 4;
getCursorFactory() - Method in interface org.apache.calcite.avatica.proto.Common.SignatureOrBuilder
optional .CursorFactory cursor_factory = 4;
getCursorFactoryBuilder() - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
optional .CursorFactory cursor_factory = 4;
getCursorFactoryFieldBuilder() - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
optional .CursorFactory cursor_factory = 4;
getCursorFactoryOrBuilder() - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
optional .CursorFactory cursor_factory = 4;
getCursorFactoryOrBuilder() - Method in class org.apache.calcite.avatica.proto.Common.Signature
optional .CursorFactory cursor_factory = 4;
getCursorFactoryOrBuilder() - Method in interface org.apache.calcite.avatica.proto.Common.SignatureOrBuilder
optional .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(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getDate(int, Calendar) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getDate(String, Calendar) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getDate(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.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.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.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.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.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.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.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.ExecuteResponse.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
 
getDefaultInstanceForType() - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
 
getDefaultTransactionIsolation() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getDefinitelyWritable() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional bool definitely_writable = 18;
getDefinitelyWritable() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
optional bool definitely_writable = 18;
getDefinitelyWritable() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnMetaDataOrBuilder
optional bool definitely_writable = 18;
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.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.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.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.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.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.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.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.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
optional uint32 display_size = 8;
getDisplaySize() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
optional uint32 display_size = 8;
getDisplaySize() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnMetaDataOrBuilder
optional uint32 display_size = 8;
getDone() - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
optional bool done = 2;
getDone() - Method in class org.apache.calcite.avatica.proto.Common.Frame
optional bool done = 2;
getDone() - Method in interface org.apache.calcite.avatica.proto.Common.FrameOrBuilder
optional bool done = 2;
getDouble(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getDouble(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getDouble() - Method in class org.apache.calcite.avatica.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
 
getDoubleValue() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
optional double double_value = 6;
getDoubleValue() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue
optional double double_value = 6;
getDoubleValue() - Method in interface org.apache.calcite.avatica.proto.Common.TypedValueOrBuilder
optional double double_value = 6;
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
optional uint32 error_code = 4;
getErrorCode() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
optional uint32 error_code = 4;
getErrorCode() - Method in interface org.apache.calcite.avatica.proto.Responses.ErrorResponseOrBuilder
optional uint32 error_code = 4;
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
optional string error_message = 2;
getErrorMessage() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
optional string error_message = 2;
getErrorMessage() - Method in interface org.apache.calcite.avatica.proto.Responses.ErrorResponseOrBuilder
optional string error_message = 2;
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
optional string error_message = 2;
getErrorMessageBytes() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
optional string error_message = 2;
getErrorMessageBytes() - Method in interface org.apache.calcite.avatica.proto.Responses.ErrorResponseOrBuilder
optional string error_message = 2;
getExceptions(int) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
repeated string exceptions = 1;
getExceptions(int) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
repeated string exceptions = 1;
getExceptions(int) - Method in interface org.apache.calcite.avatica.proto.Responses.ErrorResponseOrBuilder
repeated string exceptions = 1;
getExceptionsBytes(int) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
repeated string exceptions = 1;
getExceptionsBytes(int) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
repeated string exceptions = 1;
getExceptionsBytes(int) - Method in interface org.apache.calcite.avatica.proto.Responses.ErrorResponseOrBuilder
repeated string exceptions = 1;
getExceptionsCount() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
repeated string exceptions = 1;
getExceptionsCount() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
repeated string exceptions = 1;
getExceptionsCount() - Method in interface org.apache.calcite.avatica.proto.Responses.ErrorResponseOrBuilder
repeated string exceptions = 1;
getExceptionsList() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
repeated string exceptions = 1;
getExceptionsList() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
repeated string exceptions = 1;
getExceptionsList() - Method in interface org.apache.calcite.avatica.proto.Responses.ErrorResponseOrBuilder
repeated string exceptions = 1;
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
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
optional uint32 fetch_max_row_count = 4;
getFetchMaxRowCount() - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
optional uint32 fetch_max_row_count = 4;
getFetchMaxRowCount() - Method in interface org.apache.calcite.avatica.proto.Requests.FetchRequestOrBuilder
optional uint32 fetch_max_row_count = 4;
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
optional .Frame first_frame = 5;
getFirstFrame() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
optional .Frame first_frame = 5;
getFirstFrame() - Method in interface org.apache.calcite.avatica.proto.Responses.ResultSetResponseOrBuilder
optional .Frame first_frame = 5;
getFirstFrameBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
optional .Frame first_frame = 5;
getFirstFrameFieldBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
optional .Frame first_frame = 5;
getFirstFrameOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
optional .Frame first_frame = 5;
getFirstFrameOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
optional .Frame first_frame = 5;
getFirstFrameOrBuilder() - Method in interface org.apache.calcite.avatica.proto.Responses.ResultSetResponseOrBuilder
optional .Frame first_frame = 5;
getFloat(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getFloat(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getFloat() - 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
 
getFrame() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
optional .Frame frame = 1;
getFrame() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
optional .Frame frame = 1;
getFrame() - Method in interface org.apache.calcite.avatica.proto.Responses.FetchResponseOrBuilder
optional .Frame frame = 1;
getFrameBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
optional .Frame frame = 1;
getFrameFieldBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
optional .Frame frame = 1;
getFrameOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
optional .Frame frame = 1;
getFrameOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
optional .Frame frame = 1;
getFrameOrBuilder() - Method in interface org.apache.calcite.avatica.proto.Responses.FetchResponseOrBuilder
optional .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
getFunctionColumns(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.MetaImpl
 
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
getFunctions(Meta.ConnectionHandle, String, 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;
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
optional bool has_args = 5;
getHasArgs() - Method in class org.apache.calcite.avatica.proto.Common.QueryState
optional bool has_args = 5;
getHasArgs() - Method in interface org.apache.calcite.avatica.proto.Common.QueryStateOrBuilder
optional bool has_args = 5;
getHasArrayValue() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
optional bool has_array_value = 3;
getHasArrayValue() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue
optional bool has_array_value = 3;
getHasArrayValue() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnValueOrBuilder
optional bool has_array_value = 3;
getHasAutoCommit() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
optional bool has_auto_commit = 7;
getHasAutoCommit() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
optional bool has_auto_commit = 7;
getHasAutoCommit() - Method in interface org.apache.calcite.avatica.proto.Common.ConnectionPropertiesOrBuilder
optional bool has_auto_commit = 7;
getHasExceptions() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
optional bool has_exceptions = 7;
getHasExceptions() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
optional bool has_exceptions = 7;
getHasExceptions() - Method in interface org.apache.calcite.avatica.proto.Responses.ErrorResponseOrBuilder
optional bool has_exceptions = 7;
getHasOp() - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
optional bool has_op = 7;
getHasOp() - Method in class org.apache.calcite.avatica.proto.Common.QueryState
optional bool has_op = 7;
getHasOp() - Method in interface org.apache.calcite.avatica.proto.Common.QueryStateOrBuilder
optional bool has_op = 7;
getHasParameterValues() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
optional bool has_parameter_values = 4;
getHasParameterValues() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
optional bool has_parameter_values = 4;
getHasParameterValues() - Method in interface org.apache.calcite.avatica.proto.Requests.ExecuteRequestOrBuilder
optional bool has_parameter_values = 4;
getHasReadOnly() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
optional bool has_read_only = 8;
getHasReadOnly() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
optional bool has_read_only = 8;
getHasReadOnly() - Method in interface org.apache.calcite.avatica.proto.Common.ConnectionPropertiesOrBuilder
optional bool has_read_only = 8;
getHasSql() - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
optional bool has_sql = 6;
getHasSql() - Method in class org.apache.calcite.avatica.proto.Common.QueryState
optional bool has_sql = 6;
getHasSql() - Method in interface org.apache.calcite.avatica.proto.Common.QueryStateOrBuilder
optional bool has_sql = 6;
getHasTypeList() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
optional bool has_type_list = 6;
getHasTypeList() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
optional bool has_type_list = 6;
getHasTypeList() - Method in interface org.apache.calcite.avatica.proto.Requests.TablesRequestOrBuilder
optional bool has_type_list = 6;
getHoldability() - Method in class org.apache.calcite.avatica.AvaticaConnection
 
getHoldability() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
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
optional uint32 id = 1;
getId() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType
optional uint32 id = 1;
getId() - Method in interface org.apache.calcite.avatica.proto.Common.AvaticaTypeOrBuilder
optional uint32 id = 1;
getId() - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
optional uint32 id = 2;
getId() - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle
optional uint32 id = 2;
getId() - Method in interface org.apache.calcite.avatica.proto.Common.StatementHandleOrBuilder
optional uint32 id = 2;
getIdentifierQuoteString() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
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
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
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
map<string, string> info = 2;
getInfo() - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
map<string, string> info = 2;
getInfo() - Method in interface org.apache.calcite.avatica.proto.Requests.OpenConnectionRequestOrBuilder
map<string, string> info = 2;
getInt(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getInt(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getInt() - Method in class org.apache.calcite.avatica.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
 
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
optional sint32 int_value = 3;
getIntValue() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
optional sint32 int_value = 3;
getIntValue() - Method in interface org.apache.calcite.avatica.proto.Common.MetaDataOperationArgumentOrBuilder
optional sint32 int_value = 3;
getIsDirty() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
optional bool is_dirty = 1;
getIsDirty() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
optional bool is_dirty = 1;
getIsDirty() - Method in interface org.apache.calcite.avatica.proto.Common.ConnectionPropertiesOrBuilder
optional bool is_dirty = 1;
getJDBCMajorVersion() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getJdbcMajorVersion() - Method in interface org.apache.calcite.avatica.AvaticaFactory
 
getJdbcMajorVersion() - Method in class org.apache.calcite.avatica.AvaticaJdbc41Factory
 
getJDBCMinorVersion() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getJdbcMinorVersion() - Method in interface org.apache.calcite.avatica.AvaticaFactory
 
getJdbcMinorVersion() - Method in class org.apache.calcite.avatica.AvaticaJdbc41Factory
 
getKey() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
optional .DatabaseProperty key = 1;
getKey() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
optional .DatabaseProperty key = 1;
getKey() - Method in interface org.apache.calcite.avatica.proto.Responses.DatabasePropertyElementOrBuilder
optional .DatabaseProperty key = 1;
getKeyBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
optional .DatabaseProperty key = 1;
getKeyFieldBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
optional .DatabaseProperty key = 1;
getKeyOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
optional .DatabaseProperty key = 1;
getKeyOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
optional .DatabaseProperty key = 1;
getKeyOrBuilder() - Method in interface org.apache.calcite.avatica.proto.Responses.DatabasePropertyElementOrBuilder
optional .DatabaseProperty key = 1;
getLabel() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional string label = 9;
getLabel() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
optional string label = 9;
getLabel() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnMetaDataOrBuilder
optional string label = 9;
getLabelBytes() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional string label = 9;
getLabelBytes() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
optional string label = 9;
getLabelBytes() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnMetaDataOrBuilder
optional string label = 9;
getLargeMaxRows() - Method in class org.apache.calcite.avatica.AvaticaStatement
 
getLargeMaxRows(Statement) - Static method in class org.apache.calcite.avatica.AvaticaUtils
Invokes Statement#getLargeMaxRows, falling back on Statement.getMaxRows() if the method does not exist (before JDK 1.8) or throws UnsupportedOperationException.
getLargeUpdateCount() - Method in class org.apache.calcite.avatica.AvaticaStatement
 
getLargeUpdateCount(Statement) - Static method in class org.apache.calcite.avatica.AvaticaUtils
Invokes Statement#getLargeUpdateCount, falling back on Statement.getUpdateCount() if the method does not exist (before JDK 1.8) or throws UnsupportedOperationException.
getLong(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getLong(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getLong() - Method in class org.apache.calcite.avatica.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
 
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.ExecuteRequest.Builder
optional uint64 max_row_count = 3;
getMaxRowCount() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
optional uint64 max_row_count = 3;
getMaxRowCount() - Method in interface org.apache.calcite.avatica.proto.Requests.ExecuteRequestOrBuilder
optional uint64 max_row_count = 3;
getMaxRowCount() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
optional uint64 max_row_count = 3;
getMaxRowCount() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
optional uint64 max_row_count = 3;
getMaxRowCount() - Method in interface org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequestOrBuilder
optional uint64 max_row_count = 3;
getMaxRowCount() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
optional uint64 max_row_count = 3;
getMaxRowCount() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
optional uint64 max_row_count = 3;
getMaxRowCount() - Method in interface org.apache.calcite.avatica.proto.Requests.PrepareRequestOrBuilder
optional uint64 max_row_count = 3;
getMaxRows() - Method in class org.apache.calcite.avatica.AvaticaStatement
 
getMaxRowSize() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
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.AvaticaConnection
 
getMetaData() - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
getMetaData() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse.Builder
optional .RpcMetadata metadata = 1;
getMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
optional .RpcMetadata metadata = 1;
getMetadata() - Method in interface org.apache.calcite.avatica.proto.Responses.CloseConnectionResponseOrBuilder
optional .RpcMetadata metadata = 1;
getMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse.Builder
optional .RpcMetadata metadata = 1;
getMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
optional .RpcMetadata metadata = 1;
getMetadata() - Method in interface org.apache.calcite.avatica.proto.Responses.CloseStatementResponseOrBuilder
optional .RpcMetadata metadata = 1;
getMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
optional .RpcMetadata metadata = 2;
getMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
optional .RpcMetadata metadata = 2;
getMetadata() - Method in interface org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponseOrBuilder
optional .RpcMetadata metadata = 2;
getMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
optional .RpcMetadata metadata = 3;
getMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
optional .RpcMetadata metadata = 3;
getMetadata() - Method in interface org.apache.calcite.avatica.proto.Responses.CreateStatementResponseOrBuilder
optional .RpcMetadata metadata = 3;
getMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
optional .RpcMetadata metadata = 3;
getMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
optional .RpcMetadata metadata = 3;
getMetadata() - Method in interface org.apache.calcite.avatica.proto.Responses.DatabasePropertyElementOrBuilder
optional .RpcMetadata metadata = 3;
getMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
optional .RpcMetadata metadata = 2;
getMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
optional .RpcMetadata metadata = 2;
getMetadata() - Method in interface org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponseOrBuilder
optional .RpcMetadata metadata = 2;
getMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
optional .RpcMetadata metadata = 6;
getMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
optional .RpcMetadata metadata = 6;
getMetadata() - Method in interface org.apache.calcite.avatica.proto.Responses.ErrorResponseOrBuilder
optional .RpcMetadata metadata = 6;
getMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
optional .RpcMetadata metadata = 3;
getMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
optional .RpcMetadata metadata = 3;
getMetadata() - Method in interface org.apache.calcite.avatica.proto.Responses.ExecuteResponseOrBuilder
optional .RpcMetadata metadata = 3;
getMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
optional .RpcMetadata metadata = 4;
getMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
optional .RpcMetadata metadata = 4;
getMetadata() - Method in interface org.apache.calcite.avatica.proto.Responses.FetchResponseOrBuilder
optional .RpcMetadata metadata = 4;
getMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse.Builder
optional .RpcMetadata metadata = 1;
getMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
optional .RpcMetadata metadata = 1;
getMetadata() - Method in interface org.apache.calcite.avatica.proto.Responses.OpenConnectionResponseOrBuilder
optional .RpcMetadata metadata = 1;
getMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
optional .RpcMetadata metadata = 2;
getMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
optional .RpcMetadata metadata = 2;
getMetadata() - Method in interface org.apache.calcite.avatica.proto.Responses.PrepareResponseOrBuilder
optional .RpcMetadata metadata = 2;
getMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
optional .RpcMetadata metadata = 7;
getMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
optional .RpcMetadata metadata = 7;
getMetadata() - Method in interface org.apache.calcite.avatica.proto.Responses.ResultSetResponseOrBuilder
optional .RpcMetadata metadata = 7;
getMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
optional .RpcMetadata metadata = 3;
getMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
optional .RpcMetadata metadata = 3;
getMetadata() - Method in interface org.apache.calcite.avatica.proto.Responses.SyncResultsResponseOrBuilder
optional .RpcMetadata metadata = 3;
getMetadataBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse.Builder
optional .RpcMetadata metadata = 1;
getMetadataBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse.Builder
optional .RpcMetadata metadata = 1;
getMetadataBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
optional .RpcMetadata metadata = 2;
getMetadataBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
optional .RpcMetadata metadata = 3;
getMetadataBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
optional .RpcMetadata metadata = 3;
getMetadataBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
optional .RpcMetadata metadata = 2;
getMetadataBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
optional .RpcMetadata metadata = 6;
getMetadataBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
optional .RpcMetadata metadata = 3;
getMetadataBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
optional .RpcMetadata metadata = 4;
getMetadataBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse.Builder
optional .RpcMetadata metadata = 1;
getMetadataBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
optional .RpcMetadata metadata = 2;
getMetadataBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
optional .RpcMetadata metadata = 7;
getMetadataBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
optional .RpcMetadata metadata = 3;
getMetadataFieldBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse.Builder
optional .RpcMetadata metadata = 1;
getMetadataFieldBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse.Builder
optional .RpcMetadata metadata = 1;
getMetadataFieldBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
optional .RpcMetadata metadata = 2;
getMetadataFieldBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
optional .RpcMetadata metadata = 3;
getMetadataFieldBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
optional .RpcMetadata metadata = 3;
getMetadataFieldBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
optional .RpcMetadata metadata = 2;
getMetadataFieldBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
optional .RpcMetadata metadata = 6;
getMetadataFieldBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
optional .RpcMetadata metadata = 3;
getMetadataFieldBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
optional .RpcMetadata metadata = 4;
getMetadataFieldBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse.Builder
optional .RpcMetadata metadata = 1;
getMetadataFieldBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
optional .RpcMetadata metadata = 2;
getMetadataFieldBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
optional .RpcMetadata metadata = 7;
getMetadataFieldBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
optional .RpcMetadata metadata = 3;
getMetaDataOperation() - Method in class org.apache.calcite.avatica.QueryState
 
getMetadataOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse.Builder
optional .RpcMetadata metadata = 1;
getMetadataOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
optional .RpcMetadata metadata = 1;
getMetadataOrBuilder() - Method in interface org.apache.calcite.avatica.proto.Responses.CloseConnectionResponseOrBuilder
optional .RpcMetadata metadata = 1;
getMetadataOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse.Builder
optional .RpcMetadata metadata = 1;
getMetadataOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
optional .RpcMetadata metadata = 1;
getMetadataOrBuilder() - Method in interface org.apache.calcite.avatica.proto.Responses.CloseStatementResponseOrBuilder
optional .RpcMetadata metadata = 1;
getMetadataOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
optional .RpcMetadata metadata = 2;
getMetadataOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
optional .RpcMetadata metadata = 2;
getMetadataOrBuilder() - Method in interface org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponseOrBuilder
optional .RpcMetadata metadata = 2;
getMetadataOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
optional .RpcMetadata metadata = 3;
getMetadataOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
optional .RpcMetadata metadata = 3;
getMetadataOrBuilder() - Method in interface org.apache.calcite.avatica.proto.Responses.CreateStatementResponseOrBuilder
optional .RpcMetadata metadata = 3;
getMetadataOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
optional .RpcMetadata metadata = 3;
getMetadataOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
optional .RpcMetadata metadata = 3;
getMetadataOrBuilder() - Method in interface org.apache.calcite.avatica.proto.Responses.DatabasePropertyElementOrBuilder
optional .RpcMetadata metadata = 3;
getMetadataOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
optional .RpcMetadata metadata = 2;
getMetadataOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
optional .RpcMetadata metadata = 2;
getMetadataOrBuilder() - Method in interface org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponseOrBuilder
optional .RpcMetadata metadata = 2;
getMetadataOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
optional .RpcMetadata metadata = 6;
getMetadataOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
optional .RpcMetadata metadata = 6;
getMetadataOrBuilder() - Method in interface org.apache.calcite.avatica.proto.Responses.ErrorResponseOrBuilder
optional .RpcMetadata metadata = 6;
getMetadataOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
optional .RpcMetadata metadata = 3;
getMetadataOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
optional .RpcMetadata metadata = 3;
getMetadataOrBuilder() - Method in interface org.apache.calcite.avatica.proto.Responses.ExecuteResponseOrBuilder
optional .RpcMetadata metadata = 3;
getMetadataOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
optional .RpcMetadata metadata = 4;
getMetadataOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
optional .RpcMetadata metadata = 4;
getMetadataOrBuilder() - Method in interface org.apache.calcite.avatica.proto.Responses.FetchResponseOrBuilder
optional .RpcMetadata metadata = 4;
getMetadataOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse.Builder
optional .RpcMetadata metadata = 1;
getMetadataOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
optional .RpcMetadata metadata = 1;
getMetadataOrBuilder() - Method in interface org.apache.calcite.avatica.proto.Responses.OpenConnectionResponseOrBuilder
optional .RpcMetadata metadata = 1;
getMetadataOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
optional .RpcMetadata metadata = 2;
getMetadataOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
optional .RpcMetadata metadata = 2;
getMetadataOrBuilder() - Method in interface org.apache.calcite.avatica.proto.Responses.PrepareResponseOrBuilder
optional .RpcMetadata metadata = 2;
getMetadataOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
optional .RpcMetadata metadata = 7;
getMetadataOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
optional .RpcMetadata metadata = 7;
getMetadataOrBuilder() - Method in interface org.apache.calcite.avatica.proto.Responses.ResultSetResponseOrBuilder
optional .RpcMetadata metadata = 7;
getMetadataOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
optional .RpcMetadata metadata = 3;
getMetadataOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
optional .RpcMetadata metadata = 3;
getMetadataOrBuilder() - Method in interface org.apache.calcite.avatica.proto.Responses.SyncResultsResponseOrBuilder
optional .RpcMetadata metadata = 3;
getMinorVersion() - Method in class org.apache.calcite.avatica.UnregisteredDriver
 
getMissingResults() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
optional bool missing_results = 3;
getMissingResults() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
optional bool missing_results = 3;
getMissingResults() - Method in interface org.apache.calcite.avatica.proto.Responses.FetchResponseOrBuilder
optional bool missing_results = 3;
getMissingStatement() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
optional bool missing_statement = 2;
getMissingStatement() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
optional bool missing_statement = 2;
getMissingStatement() - Method in interface org.apache.calcite.avatica.proto.Responses.ExecuteResponseOrBuilder
optional bool missing_statement = 2;
getMissingStatement() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
optional bool missing_statement = 2;
getMissingStatement() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
optional bool missing_statement = 2;
getMissingStatement() - Method in interface org.apache.calcite.avatica.proto.Responses.FetchResponseOrBuilder
optional bool missing_statement = 2;
getMissingStatement() - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
optional bool missing_statement = 1;
getMissingStatement() - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
optional bool missing_statement = 1;
getMissingStatement() - Method in interface org.apache.calcite.avatica.proto.Responses.SyncResultsResponseOrBuilder
optional bool missing_statement = 1;
getMonitor() - Method in interface org.apache.calcite.avatica.Meta.PrepareCallback
 
getMoreResults() - Method in class org.apache.calcite.avatica.AvaticaStatement
 
getMoreResults(int) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
getMoreResults() - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
optional bool more_results = 2;
getMoreResults() - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
optional bool more_results = 2;
getMoreResults() - Method in interface org.apache.calcite.avatica.proto.Responses.SyncResultsResponseOrBuilder
optional bool more_results = 2;
getMutableInfo() - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
map<string, string> info = 2;
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
optional string name = 7;
getName() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
optional string name = 7;
getName() - Method in interface org.apache.calcite.avatica.proto.Common.AvaticaParameterOrBuilder
optional string name = 7;
getName() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
optional string name = 2;
getName() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType
optional string name = 2;
getName() - Method in interface org.apache.calcite.avatica.proto.Common.AvaticaTypeOrBuilder
optional string name = 2;
getName() - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty.Builder
optional string name = 1;
getName() - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
optional string name = 1;
getName() - Method in interface org.apache.calcite.avatica.proto.Common.DatabasePropertyOrBuilder
optional string name = 1;
getName() - Method in class org.apache.calcite.avatica.proto.Common.WireMessage.Builder
optional string name = 1;
getName() - Method in class org.apache.calcite.avatica.proto.Common.WireMessage
optional string name = 1;
getName() - Method in interface org.apache.calcite.avatica.proto.Common.WireMessageOrBuilder
optional string name = 1;
getNameBytes() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
optional string name = 7;
getNameBytes() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
optional string name = 7;
getNameBytes() - Method in interface org.apache.calcite.avatica.proto.Common.AvaticaParameterOrBuilder
optional string name = 7;
getNameBytes() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
optional string name = 2;
getNameBytes() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType
optional string name = 2;
getNameBytes() - Method in interface org.apache.calcite.avatica.proto.Common.AvaticaTypeOrBuilder
optional string name = 2;
getNameBytes() - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty.Builder
optional string name = 1;
getNameBytes() - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
optional string name = 1;
getNameBytes() - Method in interface org.apache.calcite.avatica.proto.Common.DatabasePropertyOrBuilder
optional string name = 1;
getNameBytes() - Method in class org.apache.calcite.avatica.proto.Common.WireMessage.Builder
optional string name = 1;
getNameBytes() - Method in class org.apache.calcite.avatica.proto.Common.WireMessage
optional string name = 1;
getNameBytes() - Method in interface org.apache.calcite.avatica.proto.Common.WireMessageOrBuilder
optional string name = 1;
getNCharacterStream(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getNCharacterStream(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getNCharacterStream() - Method in class org.apache.calcite.avatica.util.AbstractCursor.AccessorImpl
 
getNCharacterStream() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getNClob(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getNClob(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getNClob() - Method in class org.apache.calcite.avatica.util.AbstractCursor.AccessorImpl
 
getNClob() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getNetworkTimeout() - Method in class org.apache.calcite.avatica.AvaticaConnection
 
getNString(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getNString(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getNString() - Method in class org.apache.calcite.avatica.util.AbstractCursor.AccessorImpl
 
getNString() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getNull() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
optional bool null = 7;
getNull() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue
optional bool null = 7;
getNull() - Method in interface org.apache.calcite.avatica.proto.Common.TypedValueOrBuilder
optional bool null = 7;
getNullable() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional uint32 nullable = 6;
getNullable() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
optional uint32 nullable = 6;
getNullable() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnMetaDataOrBuilder
optional 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
optional sint64 number_value = 4;
getNumberValue() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue
optional sint64 number_value = 4;
getNumberValue() - Method in interface org.apache.calcite.avatica.proto.Common.TypedValueOrBuilder
optional sint64 number_value = 4;
getNumericFunctions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getNumStatementRetries(Properties) - Method in class org.apache.calcite.avatica.AvaticaConnection
getObject(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getObject(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getObject(int, Map<String, Class<?>>) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getObject(String, Map<String, Class<?>>) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getObject(int, Class<T>) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getObject(String, Class<T>) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getObject() - Method in class org.apache.calcite.avatica.util.AbstractCursor.AccessorImpl
 
getObject(Map<String, Class<?>>) - Method in class org.apache.calcite.avatica.util.AbstractCursor.AccessorImpl
 
getObject(Class<T>) - 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(Map<String, Class<?>>) - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getObject(Class<T>) - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getObject() - Method in class org.apache.calcite.avatica.util.PositionedCursor.ArrayGetter
 
getObject() - Method in class org.apache.calcite.avatica.util.PositionedCursor.FieldGetter
 
getObject() - Method in class org.apache.calcite.avatica.util.PositionedCursor.ListGetter
 
getObject() - Method in class org.apache.calcite.avatica.util.PositionedCursor.MapGetter
 
getObject() - Method in class org.apache.calcite.avatica.util.PositionedCursor.ObjectGetter
 
getOffset() - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
optional uint64 offset = 1;
getOffset() - Method in class org.apache.calcite.avatica.proto.Common.Frame
optional uint64 offset = 1;
getOffset() - Method in interface org.apache.calcite.avatica.proto.Common.FrameOrBuilder
optional uint64 offset = 1;
getOffset() - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
optional uint64 offset = 3;
getOffset() - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
optional uint64 offset = 3;
getOffset() - Method in interface org.apache.calcite.avatica.proto.Requests.FetchRequestOrBuilder
optional uint64 offset = 3;
getOffset() - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
optional uint64 offset = 4;
getOffset() - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
optional uint64 offset = 4;
getOffset() - Method in interface org.apache.calcite.avatica.proto.Requests.SyncResultsRequestOrBuilder
optional uint64 offset = 4;
getOp() - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
optional .MetaDataOperation op = 3;
getOp() - Method in class org.apache.calcite.avatica.proto.Common.QueryState
optional .MetaDataOperation op = 3;
getOp() - Method in interface org.apache.calcite.avatica.proto.Common.QueryStateOrBuilder
optional .MetaDataOperation op = 3;
getOperationArgs() - Method in class org.apache.calcite.avatica.QueryState
 
getOpValue() - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
optional .MetaDataOperation op = 3;
getOpValue() - Method in class org.apache.calcite.avatica.proto.Common.QueryState
optional .MetaDataOperation op = 3;
getOpValue() - Method in interface org.apache.calcite.avatica.proto.Common.QueryStateOrBuilder
optional .MetaDataOperation op = 3;
getOrdinal() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional uint32 ordinal = 1;
getOrdinal() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
optional uint32 ordinal = 1;
getOrdinal() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnMetaDataOrBuilder
optional uint32 ordinal = 1;
getOwnStatement() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
optional bool own_statement = 3;
getOwnStatement() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
optional bool own_statement = 3;
getOwnStatement() - Method in interface org.apache.calcite.avatica.proto.Responses.ResultSetResponseOrBuilder
optional 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(int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
getParameterType() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
optional uint32 parameter_type = 4;
getParameterType() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
optional uint32 parameter_type = 4;
getParameterType() - Method in interface org.apache.calcite.avatica.proto.Common.AvaticaParameterOrBuilder
optional uint32 parameter_type = 4;
getParameterTypeName(int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
getParameterValues(AvaticaStatement) - Method in class org.apache.calcite.avatica.AvaticaConnection.Trojan
A means for anyone who has a trojan to call the protected method AvaticaStatement.getParameterValues().
getParameterValues() - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
getParameterValues() - Method in class org.apache.calcite.avatica.AvaticaStatement
Returns the list of values of this statement's parameters.
getParameterValues(int) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
repeated .TypedValue parameter_values = 2;
getParameterValues(int) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
repeated .TypedValue parameter_values = 2;
getParameterValues(int) - Method in interface org.apache.calcite.avatica.proto.Requests.ExecuteRequestOrBuilder
repeated .TypedValue parameter_values = 2;
getParameterValuesBuilder(int) - 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.ExecuteRequest.Builder
repeated .TypedValue parameter_values = 2;
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;
getParameterValuesFieldBuilder() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.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;
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;
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;
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.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.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.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.ExecuteResponse
 
getParserForType() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
 
getParserForType() - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
 
getParserForType() - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
 
getParserForType() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
 
getParserForType() - Method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
 
getParserForType() - Method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
 
getParserForType() - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
 
getPlugin(Class<T>, T) - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
Returns an instance of a plugin.
getPlugin(Class<T>, String, T) - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
Returns an instance of a plugin, using a given class name if none is set.
getPrecision(int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
getPrecision(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
 
getPrecision() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
optional uint32 precision = 2;
getPrecision() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
optional uint32 precision = 2;
getPrecision() - Method in interface org.apache.calcite.avatica.proto.Common.AvaticaParameterOrBuilder
optional uint32 precision = 2;
getPrecision() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional uint32 precision = 12;
getPrecision() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
optional uint32 precision = 12;
getPrecision() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnMetaDataOrBuilder
optional uint32 precision = 12;
getPrecision() - Method in class org.apache.calcite.avatica.util.DateTimeUtils.PrecisionTime
 
getPrimaryKeys(String, String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getPrimaryKeys(Meta.ConnectionHandle, String, String, String) - Method in interface org.apache.calcite.avatica.Meta
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
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
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(Meta, Meta.ConnectionHandle, Class<T>) - Method in enum org.apache.calcite.avatica.Meta.DatabaseProperty
Returns a value of this property, using the default value if the map does not contain an explicit value.
getProp(Map<Meta.DatabaseProperty, Object>, Class<T>) - Method in enum org.apache.calcite.avatica.Meta.DatabaseProperty
Returns a value of this property, using the default value if the map does not contain an explicit value.
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;
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
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
optional bool read_only = 16;
getReadOnly() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
optional bool read_only = 16;
getReadOnly() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnMetaDataOrBuilder
optional bool read_only = 16;
getReadOnly() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
optional bool read_only = 3;
getReadOnly() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
optional bool read_only = 3;
getReadOnly() - Method in interface org.apache.calcite.avatica.proto.Common.ConnectionPropertiesOrBuilder
optional bool read_only = 3;
getRef(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getRef(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getRef() - Method in class org.apache.calcite.avatica.util.AbstractCursor.AccessorImpl
 
getRef() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getRemoteServer() - Method in exception org.apache.calcite.avatica.AvaticaSqlException
 
getRep() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
optional .Rep rep = 3;
getRep() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType
optional .Rep rep = 3;
getRep() - Method in interface org.apache.calcite.avatica.proto.Common.AvaticaTypeOrBuilder
optional .Rep rep = 3;
getRepValue() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
optional .Rep rep = 3;
getRepValue() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType
optional .Rep rep = 3;
getRepValue() - Method in interface org.apache.calcite.avatica.proto.Common.AvaticaTypeOrBuilder
optional .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(Map<String, Class<?>>) - Method in class org.apache.calcite.avatica.util.ArrayImpl
 
getResultSet(long, int) - Method in class org.apache.calcite.avatica.util.ArrayImpl
 
getResultSet(long, int, Map<String, Class<?>>) - Method in class org.apache.calcite.avatica.util.ArrayImpl
 
getResultSetConcurrency() - Method in class org.apache.calcite.avatica.AvaticaStatement
 
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(Common.TypedValue) - Static method in class org.apache.calcite.avatica.Meta.Frame
 
getScalarValue() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
optional .TypedValue scalar_value = 4;
getScalarValue() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue
optional .TypedValue scalar_value = 4;
getScalarValue() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnValueOrBuilder
optional .TypedValue scalar_value = 4;
getScalarValueBuilder() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
optional .TypedValue scalar_value = 4;
getScalarValueFieldBuilder() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
optional .TypedValue scalar_value = 4;
getScalarValueOrBuilder() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
optional .TypedValue scalar_value = 4;
getScalarValueOrBuilder() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue
optional .TypedValue scalar_value = 4;
getScalarValueOrBuilder() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnValueOrBuilder
optional .TypedValue scalar_value = 4;
getScale(int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
getScale(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
 
getScale() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
optional uint32 scale = 3;
getScale() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
optional uint32 scale = 3;
getScale() - Method in interface org.apache.calcite.avatica.proto.Common.AvaticaParameterOrBuilder
optional uint32 scale = 3;
getScale() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional uint32 scale = 13;
getScale() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
optional uint32 scale = 13;
getScale() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnMetaDataOrBuilder
optional uint32 scale = 13;
getSchema() - Method in class org.apache.calcite.avatica.AvaticaConnection
 
getSchema() - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
 
getSchema() - Method in interface org.apache.calcite.avatica.Meta.ConnectionProperties
 
getSchema() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
optional string schema = 6;
getSchema() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
optional string schema = 6;
getSchema() - Method in interface org.apache.calcite.avatica.proto.Common.ConnectionPropertiesOrBuilder
optional string schema = 6;
getSchemaBytes() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
optional string schema = 6;
getSchemaBytes() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
optional string schema = 6;
getSchemaBytes() - Method in interface org.apache.calcite.avatica.proto.Common.ConnectionPropertiesOrBuilder
optional string schema = 6;
getSchemaName(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
 
getSchemaName() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional string schema_name = 11;
getSchemaName() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
optional string schema_name = 11;
getSchemaName() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnMetaDataOrBuilder
optional string schema_name = 11;
getSchemaNameBytes() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional string schema_name = 11;
getSchemaNameBytes() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
optional string schema_name = 11;
getSchemaNameBytes() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnMetaDataOrBuilder
optional string schema_name = 11;
getSchemaPattern() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
optional string schema_pattern = 2;
getSchemaPattern() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
optional string schema_pattern = 2;
getSchemaPattern() - Method in interface org.apache.calcite.avatica.proto.Requests.ColumnsRequestOrBuilder
optional string schema_pattern = 2;
getSchemaPattern() - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
optional string schema_pattern = 2;
getSchemaPattern() - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
optional string schema_pattern = 2;
getSchemaPattern() - Method in interface org.apache.calcite.avatica.proto.Requests.SchemasRequestOrBuilder
optional string schema_pattern = 2;
getSchemaPattern() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
optional string schema_pattern = 2;
getSchemaPattern() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
optional string schema_pattern = 2;
getSchemaPattern() - Method in interface org.apache.calcite.avatica.proto.Requests.TablesRequestOrBuilder
optional string schema_pattern = 2;
getSchemaPatternBytes() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
optional string schema_pattern = 2;
getSchemaPatternBytes() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
optional string schema_pattern = 2;
getSchemaPatternBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.ColumnsRequestOrBuilder
optional string schema_pattern = 2;
getSchemaPatternBytes() - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
optional string schema_pattern = 2;
getSchemaPatternBytes() - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
optional string schema_pattern = 2;
getSchemaPatternBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.SchemasRequestOrBuilder
optional string schema_pattern = 2;
getSchemaPatternBytes() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
optional string schema_pattern = 2;
getSchemaPatternBytes() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
optional string schema_pattern = 2;
getSchemaPatternBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.TablesRequestOrBuilder
optional string schema_pattern = 2;
getSchemas(String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getSchemas() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getSchemas(Meta.ConnectionHandle, String, Meta.Pat) - Method in 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
optional bool searchable = 4;
getSearchable() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
optional bool searchable = 4;
getSearchable() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnMetaDataOrBuilder
optional bool searchable = 4;
getSearchStringEscape() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
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.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.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.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.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
optional string server_address = 1;
getServerAddress() - Method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
optional string server_address = 1;
getServerAddress() - Method in interface org.apache.calcite.avatica.proto.Responses.RpcMetadataOrBuilder
optional string server_address = 1;
getServerAddressBytes() - Method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata.Builder
optional string server_address = 1;
getServerAddressBytes() - Method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
optional string server_address = 1;
getServerAddressBytes() - Method in interface org.apache.calcite.avatica.proto.Responses.RpcMetadataOrBuilder
optional string server_address = 1;
getServerExceptions() - Method in exception org.apache.calcite.avatica.AvaticaClientRuntimeException
 
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
optional .Severity severity = 3;
getSeverity() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
optional .Severity severity = 3;
getSeverity() - Method in interface org.apache.calcite.avatica.proto.Responses.ErrorResponseOrBuilder
optional .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
optional .Severity severity = 3;
getSeverityValue() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
optional .Severity severity = 3;
getSeverityValue() - Method in interface org.apache.calcite.avatica.proto.Responses.ErrorResponseOrBuilder
optional .Severity severity = 3;
getShort(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getShort(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
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
 
getSignature() - Method in class org.apache.calcite.avatica.AvaticaStatement
 
getSignature() - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
optional .Signature signature = 3;
getSignature() - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle
optional .Signature signature = 3;
getSignature() - Method in interface org.apache.calcite.avatica.proto.Common.StatementHandleOrBuilder
optional .Signature signature = 3;
getSignature() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
optional .Signature signature = 4;
getSignature() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
optional .Signature signature = 4;
getSignature() - Method in interface org.apache.calcite.avatica.proto.Responses.ResultSetResponseOrBuilder
optional .Signature signature = 4;
getSignatureBuilder() - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
optional .Signature signature = 3;
getSignatureBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
optional .Signature signature = 4;
getSignatureFieldBuilder() - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
optional .Signature signature = 3;
getSignatureFieldBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
optional .Signature signature = 4;
getSignatureOrBuilder() - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
optional .Signature signature = 3;
getSignatureOrBuilder() - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle
optional .Signature signature = 3;
getSignatureOrBuilder() - Method in interface org.apache.calcite.avatica.proto.Common.StatementHandleOrBuilder
optional .Signature signature = 3;
getSignatureOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
optional .Signature signature = 4;
getSignatureOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
optional .Signature signature = 4;
getSignatureOrBuilder() - Method in interface org.apache.calcite.avatica.proto.Responses.ResultSetResponseOrBuilder
optional .Signature signature = 4;
getSigned() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
optional bool signed = 1;
getSigned() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
optional bool signed = 1;
getSigned() - Method in interface org.apache.calcite.avatica.proto.Common.AvaticaParameterOrBuilder
optional bool signed = 1;
getSigned() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional bool signed = 7;
getSigned() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
optional bool signed = 7;
getSigned() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnMetaDataOrBuilder
optional bool signed = 7;
getSite(int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
getSql() - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
optional string sql = 2;
getSql() - Method in class org.apache.calcite.avatica.proto.Common.QueryState
optional string sql = 2;
getSql() - Method in interface org.apache.calcite.avatica.proto.Common.QueryStateOrBuilder
optional string sql = 2;
getSql() - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
optional string sql = 2;
getSql() - Method in class org.apache.calcite.avatica.proto.Common.Signature
optional string sql = 2;
getSql() - Method in interface org.apache.calcite.avatica.proto.Common.SignatureOrBuilder
optional string sql = 2;
getSql() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
optional string sql = 2;
getSql() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
optional string sql = 2;
getSql() - Method in interface org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequestOrBuilder
optional string sql = 2;
getSql() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
optional string sql = 2;
getSql() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
optional string sql = 2;
getSql() - Method in interface org.apache.calcite.avatica.proto.Requests.PrepareRequestOrBuilder
optional string sql = 2;
getSql() - Method in class org.apache.calcite.avatica.QueryState
 
getSqlBytes() - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
optional string sql = 2;
getSqlBytes() - Method in class org.apache.calcite.avatica.proto.Common.QueryState
optional string sql = 2;
getSqlBytes() - Method in interface org.apache.calcite.avatica.proto.Common.QueryStateOrBuilder
optional string sql = 2;
getSqlBytes() - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
optional string sql = 2;
getSqlBytes() - Method in class org.apache.calcite.avatica.proto.Common.Signature
optional string sql = 2;
getSqlBytes() - Method in interface org.apache.calcite.avatica.proto.Common.SignatureOrBuilder
optional string sql = 2;
getSqlBytes() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
optional string sql = 2;
getSqlBytes() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
optional string sql = 2;
getSqlBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequestOrBuilder
optional string sql = 2;
getSqlBytes() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
optional string sql = 2;
getSqlBytes() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
optional string sql = 2;
getSqlBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.PrepareRequestOrBuilder
optional string sql = 2;
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
optional string sql_state = 5;
getSqlState() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
optional string sql_state = 5;
getSqlState() - Method in interface org.apache.calcite.avatica.proto.Responses.ErrorResponseOrBuilder
optional string sql_state = 5;
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
optional string sql_state = 5;
getSqlStateBytes() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
optional string sql_state = 5;
getSqlStateBytes() - Method in interface org.apache.calcite.avatica.proto.Responses.ErrorResponseOrBuilder
optional string sql_state = 5;
getSQLStateType() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getSQLTypeName() - Method in class org.apache.calcite.avatica.util.StructImpl
 
getSQLXML(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getSQLXML(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getSQLXML() - Method in class org.apache.calcite.avatica.util.AbstractCursor.AccessorImpl
 
getSQLXML() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getStackTraces() - Method in exception org.apache.calcite.avatica.AvaticaSqlException
 
getState() - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
optional .QueryState state = 3;
getState() - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
optional .QueryState state = 3;
getState() - Method in interface org.apache.calcite.avatica.proto.Requests.SyncResultsRequestOrBuilder
optional .QueryState state = 3;
getStateBuilder() - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
optional .QueryState state = 3;
getStateFieldBuilder() - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
optional .QueryState state = 3;
getStatement() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getStatement() - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
optional .StatementHandle statement = 1;
getStatement() - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
optional .StatementHandle statement = 1;
getStatement() - Method in interface org.apache.calcite.avatica.proto.Responses.PrepareResponseOrBuilder
optional .StatementHandle statement = 1;
getStatementBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
optional .StatementHandle statement = 1;
getStatementFieldBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
optional .StatementHandle statement = 1;
getStatementHandle() - Method in exception org.apache.calcite.avatica.NoSuchStatementException
 
getStatementHandle() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
optional .StatementHandle statementHandle = 1;
getStatementHandle() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
optional .StatementHandle statementHandle = 1;
getStatementHandle() - Method in interface org.apache.calcite.avatica.proto.Requests.ExecuteRequestOrBuilder
optional .StatementHandle statementHandle = 1;
getStatementHandleBuilder() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
optional .StatementHandle statementHandle = 1;
getStatementHandleFieldBuilder() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
optional .StatementHandle statementHandle = 1;
getStatementHandleOrBuilder() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
optional .StatementHandle statementHandle = 1;
getStatementHandleOrBuilder() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
optional .StatementHandle statementHandle = 1;
getStatementHandleOrBuilder() - Method in interface org.apache.calcite.avatica.proto.Requests.ExecuteRequestOrBuilder
optional .StatementHandle statementHandle = 1;
getStatementId() - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest.Builder
optional uint32 statement_id = 2;
getStatementId() - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
optional uint32 statement_id = 2;
getStatementId() - Method in interface org.apache.calcite.avatica.proto.Requests.CloseStatementRequestOrBuilder
optional uint32 statement_id = 2;
getStatementId() - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
optional uint32 statement_id = 2;
getStatementId() - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
optional uint32 statement_id = 2;
getStatementId() - Method in interface org.apache.calcite.avatica.proto.Requests.FetchRequestOrBuilder
optional uint32 statement_id = 2;
getStatementId() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
optional uint32 statement_id = 4;
getStatementId() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
optional uint32 statement_id = 4;
getStatementId() - Method in interface org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequestOrBuilder
optional uint32 statement_id = 4;
getStatementId() - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
optional uint32 statement_id = 2;
getStatementId() - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
optional uint32 statement_id = 2;
getStatementId() - Method in interface org.apache.calcite.avatica.proto.Requests.SyncResultsRequestOrBuilder
optional uint32 statement_id = 2;
getStatementId() - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
optional uint32 statement_id = 2;
getStatementId() - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
optional uint32 statement_id = 2;
getStatementId() - Method in interface org.apache.calcite.avatica.proto.Responses.CreateStatementResponseOrBuilder
optional uint32 statement_id = 2;
getStatementId() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
optional uint32 statement_id = 2;
getStatementId() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
optional uint32 statement_id = 2;
getStatementId() - Method in interface org.apache.calcite.avatica.proto.Responses.ResultSetResponseOrBuilder
optional uint32 statement_id = 2;
getStatementOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
optional .StatementHandle statement = 1;
getStatementOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
optional .StatementHandle statement = 1;
getStatementOrBuilder() - Method in interface org.apache.calcite.avatica.proto.Responses.PrepareResponseOrBuilder
optional .StatementHandle statement = 1;
getStatementType() - Method in class org.apache.calcite.avatica.AvaticaStatement
 
getStatementType() - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
optional .StatementType statementType = 5;
getStatementType() - Method in class org.apache.calcite.avatica.proto.Common.Signature
optional .StatementType statementType = 5;
getStatementType() - Method in interface org.apache.calcite.avatica.proto.Common.SignatureOrBuilder
optional .StatementType statementType = 5;
getStatementTypeValue() - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
optional .StatementType statementType = 5;
getStatementTypeValue() - Method in class org.apache.calcite.avatica.proto.Common.Signature
optional .StatementType statementType = 5;
getStatementTypeValue() - Method in interface org.apache.calcite.avatica.proto.Common.SignatureOrBuilder
optional .StatementType statementType = 5;
getStateOrBuilder() - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
optional .QueryState state = 3;
getStateOrBuilder() - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
optional .QueryState state = 3;
getStateOrBuilder() - Method in interface org.apache.calcite.avatica.proto.Requests.SyncResultsRequestOrBuilder
optional .QueryState state = 3;
getStatusCode() - Method in class org.apache.calcite.avatica.remote.Handler.HandlerResponse
 
getString(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getString(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getString() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
Returns the string value of this property, or null if not specified and no default.
getString(String) - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
Returns the string value of this property, or null if not specified and no default.
getString(Map<InternalProperty, Object>) - Method in enum org.apache.calcite.avatica.InternalProperty
Returns the string value of this property, or null if not specified and no default.
getString() - 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
 
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
optional string string_value = 1;
getStringValue() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
optional string string_value = 1;
getStringValue() - Method in interface org.apache.calcite.avatica.proto.Common.MetaDataOperationArgumentOrBuilder
optional string string_value = 1;
getStringValue() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
optional string string_value = 3;
getStringValue() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue
optional string string_value = 3;
getStringValue() - Method in interface org.apache.calcite.avatica.proto.Common.TypedValueOrBuilder
optional string string_value = 3;
getStringValueBytes() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
optional string string_value = 1;
getStringValueBytes() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
optional string string_value = 1;
getStringValueBytes() - Method in interface org.apache.calcite.avatica.proto.Common.MetaDataOperationArgumentOrBuilder
optional string string_value = 1;
getStringValueBytes() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
optional string string_value = 3;
getStringValueBytes() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue
optional string string_value = 3;
getStringValueBytes() - Method in interface org.apache.calcite.avatica.proto.Common.TypedValueOrBuilder
optional string string_value = 3;
getStruct() - Method in class org.apache.calcite.avatica.util.AbstractCursor.AccessorImpl
 
getStruct() - Method in class org.apache.calcite.avatica.util.AbstractCursor.StructAccessor
 
getStyle() - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
optional .CursorFactory.Style style = 1;
getStyle() - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory
optional .CursorFactory.Style style = 1;
getStyle() - Method in interface org.apache.calcite.avatica.proto.Common.CursorFactoryOrBuilder
optional .CursorFactory.Style style = 1;
getStyleValue() - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
optional .CursorFactory.Style style = 1;
getStyleValue() - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory
optional .CursorFactory.Style style = 1;
getStyleValue() - Method in interface org.apache.calcite.avatica.proto.Common.CursorFactoryOrBuilder
optional .CursorFactory.Style style = 1;
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
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
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(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
 
getTableName() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional string table_name = 14;
getTableName() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
optional string table_name = 14;
getTableName() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnMetaDataOrBuilder
optional string table_name = 14;
getTableNameBytes() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional string table_name = 14;
getTableNameBytes() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
optional string table_name = 14;
getTableNameBytes() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnMetaDataOrBuilder
optional string table_name = 14;
getTableNamePattern() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
optional string table_name_pattern = 3;
getTableNamePattern() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
optional string table_name_pattern = 3;
getTableNamePattern() - Method in interface org.apache.calcite.avatica.proto.Requests.ColumnsRequestOrBuilder
optional string table_name_pattern = 3;
getTableNamePattern() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
optional string table_name_pattern = 3;
getTableNamePattern() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
optional string table_name_pattern = 3;
getTableNamePattern() - Method in interface org.apache.calcite.avatica.proto.Requests.TablesRequestOrBuilder
optional string table_name_pattern = 3;
getTableNamePatternBytes() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
optional string table_name_pattern = 3;
getTableNamePatternBytes() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
optional string table_name_pattern = 3;
getTableNamePatternBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.ColumnsRequestOrBuilder
optional string table_name_pattern = 3;
getTableNamePatternBytes() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
optional string table_name_pattern = 3;
getTableNamePatternBytes() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
optional string table_name_pattern = 3;
getTableNamePatternBytes() - Method in interface org.apache.calcite.avatica.proto.Requests.TablesRequestOrBuilder
optional 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
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
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
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(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getTime(int, Calendar) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getTime(String, Calendar) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getTime(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(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getTimestamp(int, Calendar) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getTimestamp(String, Calendar) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getTimestamp(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
optional uint32 transaction_isolation = 4;
getTransactionIsolation() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
optional uint32 transaction_isolation = 4;
getTransactionIsolation() - Method in interface org.apache.calcite.avatica.proto.Common.ConnectionPropertiesOrBuilder
optional 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
optional .AvaticaType type = 20;
getType() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
optional .AvaticaType type = 20;
getType() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnMetaDataOrBuilder
optional .AvaticaType type = 20;
getType() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
optional .MetaDataOperationArgument.ArgumentType type = 6;
getType() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
optional .MetaDataOperationArgument.ArgumentType type = 6;
getType() - Method in interface org.apache.calcite.avatica.proto.Common.MetaDataOperationArgumentOrBuilder
optional .MetaDataOperationArgument.ArgumentType type = 6;
getType() - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
optional .StateType type = 1;
getType() - Method in class org.apache.calcite.avatica.proto.Common.QueryState
optional .StateType type = 1;
getType() - Method in interface org.apache.calcite.avatica.proto.Common.QueryStateOrBuilder
optional .StateType type = 1;
getType() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
optional .Rep type = 1;
getType() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue
optional .Rep type = 1;
getType() - Method in interface org.apache.calcite.avatica.proto.Common.TypedValueOrBuilder
optional .Rep type = 1;
getType() - Method in class org.apache.calcite.avatica.QueryState
 
getTypeBuilder() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional .AvaticaType type = 20;
getTypeFieldBuilder() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional .AvaticaType type = 20;
getTypeInfo() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getTypeInfo(Meta.ConnectionHandle) - Method in interface org.apache.calcite.avatica.Meta
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
optional string type_name = 5;
getTypeName() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
optional string type_name = 5;
getTypeName() - Method in interface org.apache.calcite.avatica.proto.Common.AvaticaParameterOrBuilder
optional string type_name = 5;
getTypeNameBytes() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
optional string type_name = 5;
getTypeNameBytes() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
optional string type_name = 5;
getTypeNameBytes() - Method in interface org.apache.calcite.avatica.proto.Common.AvaticaParameterOrBuilder
optional string type_name = 5;
getTypeOrBuilder() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional .AvaticaType type = 20;
getTypeOrBuilder() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
optional .AvaticaType type = 20;
getTypeOrBuilder() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnMetaDataOrBuilder
optional .AvaticaType type = 20;
getTypeValue() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
optional .MetaDataOperationArgument.ArgumentType type = 6;
getTypeValue() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
optional .MetaDataOperationArgument.ArgumentType type = 6;
getTypeValue() - Method in interface org.apache.calcite.avatica.proto.Common.MetaDataOperationArgumentOrBuilder
optional .MetaDataOperationArgument.ArgumentType type = 6;
getTypeValue() - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
optional .StateType type = 1;
getTypeValue() - Method in class org.apache.calcite.avatica.proto.Common.QueryState
optional .StateType type = 1;
getTypeValue() - Method in interface org.apache.calcite.avatica.proto.Common.QueryStateOrBuilder
optional .StateType type = 1;
getTypeValue() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
optional .Rep type = 1;
getTypeValue() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue
optional .Rep type = 1;
getTypeValue() - Method in interface org.apache.calcite.avatica.proto.Common.TypedValueOrBuilder
optional .Rep type = 1;
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
getUDTs(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, int[]) - Method in class org.apache.calcite.avatica.MetaImpl
 
getUnicodeStream(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getUnicodeStream(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getUnicodeStream() - Method in class org.apache.calcite.avatica.util.AbstractCursor.AccessorImpl
 
getUnicodeStream() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Common.Frame
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Common.QueryState
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Common.Row
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Common.Signature
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Common.WireMessage
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
 
getUnknownFields() - Method in class org.apache.calcite.avatica.proto.Requests.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.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.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.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
optional uint64 update_count = 6;
getUpdateCount() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
optional uint64 update_count = 6;
getUpdateCount() - Method in interface org.apache.calcite.avatica.proto.Responses.ResultSetResponseOrBuilder
optional uint64 update_count = 6;
getURL() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getURL(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getURL(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getURL() - Method in class org.apache.calcite.avatica.util.AbstractCursor.AccessorImpl
 
getURL() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getUserName() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getValue() - Method in enum org.apache.calcite.avatica.AvaticaSeverity
 
getValue(int) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
repeated .TypedValue value = 1;
getValue(int) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue
repeated .TypedValue value = 1;
getValue(int) - Method in interface org.apache.calcite.avatica.proto.Common.ColumnValueOrBuilder
repeated .TypedValue value = 1;
getValue(int) - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
repeated .ColumnValue value = 1;
getValue(int) - Method in class org.apache.calcite.avatica.proto.Common.Row
repeated .ColumnValue value = 1;
getValue(int) - Method in interface org.apache.calcite.avatica.proto.Common.RowOrBuilder
repeated .ColumnValue value = 1;
getValue() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
optional .TypedValue value = 2;
getValue() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
optional .TypedValue value = 2;
getValue() - Method in interface org.apache.calcite.avatica.proto.Responses.DatabasePropertyElementOrBuilder
optional .TypedValue value = 2;
getValue(int) - Static method in enum org.apache.calcite.avatica.util.TimeUnit
Returns the TimeUnit associated with an ordinal.
getValueBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
repeated .TypedValue value = 1;
getValueBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
repeated .ColumnValue value = 1;
getValueBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
optional .TypedValue value = 2;
getValueBuilderList() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
repeated .TypedValue value = 1;
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
repeated .TypedValue value = 1;
getValueCount() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue
repeated .TypedValue value = 1;
getValueCount() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnValueOrBuilder
repeated .TypedValue value = 1;
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
optional .TypedValue value = 2;
getValueList() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
repeated .TypedValue value = 1;
getValueList() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue
repeated .TypedValue value = 1;
getValueList() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnValueOrBuilder
repeated .TypedValue value = 1;
getValueList() - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
repeated .ColumnValue value = 1;
getValueList() - Method in class org.apache.calcite.avatica.proto.Common.Row
repeated .ColumnValue value = 1;
getValueList() - Method in interface org.apache.calcite.avatica.proto.Common.RowOrBuilder
repeated .ColumnValue value = 1;
getValueOrBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
repeated .TypedValue value = 1;
getValueOrBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue
repeated .TypedValue value = 1;
getValueOrBuilder(int) - Method in interface org.apache.calcite.avatica.proto.Common.ColumnValueOrBuilder
repeated .TypedValue value = 1;
getValueOrBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
repeated .ColumnValue value = 1;
getValueOrBuilder(int) - Method in class org.apache.calcite.avatica.proto.Common.Row
repeated .ColumnValue value = 1;
getValueOrBuilder(int) - Method in interface org.apache.calcite.avatica.proto.Common.RowOrBuilder
repeated .ColumnValue value = 1;
getValueOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
optional .TypedValue value = 2;
getValueOrBuilder() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
optional .TypedValue value = 2;
getValueOrBuilder() - Method in interface org.apache.calcite.avatica.proto.Responses.DatabasePropertyElementOrBuilder
optional .TypedValue value = 2;
getValueOrBuilderList() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
repeated .TypedValue value = 1;
getValueOrBuilderList() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue
repeated .TypedValue value = 1;
getValueOrBuilderList() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnValueOrBuilder
repeated .TypedValue value = 1;
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
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
optional bytes wrapped_message = 2;
getWrappedMessage() - Method in class org.apache.calcite.avatica.proto.Common.WireMessage
optional bytes wrapped_message = 2;
getWrappedMessage() - Method in interface org.apache.calcite.avatica.proto.Common.WireMessageOrBuilder
optional bytes wrapped_message = 2;
getWritable() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional bool writable = 17;
getWritable() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
optional bool writable = 17;
getWritable() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnMetaDataOrBuilder
optional bool writable = 17;
GMT_ZONE - Static variable in class org.apache.calcite.avatica.util.DateTimeUtils
The GMT time zone.
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 - Interface in org.apache.calcite.avatica
Called at various points in the JDBC lifecycle.
Handler<T> - Interface in org.apache.calcite.avatica.remote
API for text request-response calls to an Avatica server.
handler - Variable in class org.apache.calcite.avatica.UnregisteredDriver
 
Handler.HandlerResponse<T> - Class in org.apache.calcite.avatica.remote
Struct that encapsulates the context of the result of a request to Avatica.
Handler.HandlerResponse(T, int) - Constructor for class org.apache.calcite.avatica.remote.Handler.HandlerResponse
 
Handler.ResultSink - Interface in org.apache.calcite.avatica
Handler for temporary tables.
HandlerImpl - Class in org.apache.calcite.avatica
Implementation of Handler that does nothing for each callback.
HandlerImpl() - Constructor for class org.apache.calcite.avatica.HandlerImpl
 
HAS_ARGS_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.QueryState
 
HAS_ARRAY_VALUE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ColumnValue
 
HAS_AUTO_COMMIT_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
HAS_EXCEPTIONS_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
HAS_OP_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.QueryState
 
HAS_PARAMETER_VALUES_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
 
HAS_READ_ONLY_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
HAS_SQL_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.QueryState
 
HAS_TYPE_LIST_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.TablesRequest
 
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
optional .AvaticaType component = 5;
hasComponent() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType
optional .AvaticaType component = 5;
hasComponent() - Method in interface org.apache.calcite.avatica.proto.Common.AvaticaTypeOrBuilder
optional .AvaticaType component = 5;
hasConnProps() - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
optional .ConnectionProperties conn_props = 2;
hasConnProps() - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
optional .ConnectionProperties conn_props = 2;
hasConnProps() - Method in interface org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequestOrBuilder
optional .ConnectionProperties conn_props = 2;
hasConnProps() - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
optional .ConnectionProperties conn_props = 1;
hasConnProps() - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
optional .ConnectionProperties conn_props = 1;
hasConnProps() - Method in interface org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponseOrBuilder
optional .ConnectionProperties conn_props = 1;
hasCursorFactory() - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
optional .CursorFactory cursor_factory = 4;
hasCursorFactory() - Method in class org.apache.calcite.avatica.proto.Common.Signature
optional .CursorFactory cursor_factory = 4;
hasCursorFactory() - Method in interface org.apache.calcite.avatica.proto.Common.SignatureOrBuilder
optional .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
 
hasField(Message, Descriptors.Descriptor, int) - Static method in class org.apache.calcite.avatica.remote.ProtobufService
Determines whether the given message has the field, denoted by the provided number, set.
hasFirstFrame() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
optional .Frame first_frame = 5;
hasFirstFrame() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
optional .Frame first_frame = 5;
hasFirstFrame() - Method in interface org.apache.calcite.avatica.proto.Responses.ResultSetResponseOrBuilder
optional .Frame first_frame = 5;
hasFrame() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
optional .Frame frame = 1;
hasFrame() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
optional .Frame frame = 1;
hasFrame() - Method in interface org.apache.calcite.avatica.proto.Responses.FetchResponseOrBuilder
optional .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.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.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.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
optional .DatabaseProperty key = 1;
hasKey() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
optional .DatabaseProperty key = 1;
hasKey() - Method in interface org.apache.calcite.avatica.proto.Responses.DatabasePropertyElementOrBuilder
optional .DatabaseProperty key = 1;
hasMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse.Builder
optional .RpcMetadata metadata = 1;
hasMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
optional .RpcMetadata metadata = 1;
hasMetadata() - Method in interface org.apache.calcite.avatica.proto.Responses.CloseConnectionResponseOrBuilder
optional .RpcMetadata metadata = 1;
hasMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse.Builder
optional .RpcMetadata metadata = 1;
hasMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
optional .RpcMetadata metadata = 1;
hasMetadata() - Method in interface org.apache.calcite.avatica.proto.Responses.CloseStatementResponseOrBuilder
optional .RpcMetadata metadata = 1;
hasMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
optional .RpcMetadata metadata = 2;
hasMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
optional .RpcMetadata metadata = 2;
hasMetadata() - Method in interface org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponseOrBuilder
optional .RpcMetadata metadata = 2;
hasMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
optional .RpcMetadata metadata = 3;
hasMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
optional .RpcMetadata metadata = 3;
hasMetadata() - Method in interface org.apache.calcite.avatica.proto.Responses.CreateStatementResponseOrBuilder
optional .RpcMetadata metadata = 3;
hasMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
optional .RpcMetadata metadata = 3;
hasMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
optional .RpcMetadata metadata = 3;
hasMetadata() - Method in interface org.apache.calcite.avatica.proto.Responses.DatabasePropertyElementOrBuilder
optional .RpcMetadata metadata = 3;
hasMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
optional .RpcMetadata metadata = 2;
hasMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
optional .RpcMetadata metadata = 2;
hasMetadata() - Method in interface org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponseOrBuilder
optional .RpcMetadata metadata = 2;
hasMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
optional .RpcMetadata metadata = 6;
hasMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
optional .RpcMetadata metadata = 6;
hasMetadata() - Method in interface org.apache.calcite.avatica.proto.Responses.ErrorResponseOrBuilder
optional .RpcMetadata metadata = 6;
hasMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
optional .RpcMetadata metadata = 3;
hasMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
optional .RpcMetadata metadata = 3;
hasMetadata() - Method in interface org.apache.calcite.avatica.proto.Responses.ExecuteResponseOrBuilder
optional .RpcMetadata metadata = 3;
hasMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
optional .RpcMetadata metadata = 4;
hasMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
optional .RpcMetadata metadata = 4;
hasMetadata() - Method in interface org.apache.calcite.avatica.proto.Responses.FetchResponseOrBuilder
optional .RpcMetadata metadata = 4;
hasMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse.Builder
optional .RpcMetadata metadata = 1;
hasMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
optional .RpcMetadata metadata = 1;
hasMetadata() - Method in interface org.apache.calcite.avatica.proto.Responses.OpenConnectionResponseOrBuilder
optional .RpcMetadata metadata = 1;
hasMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
optional .RpcMetadata metadata = 2;
hasMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
optional .RpcMetadata metadata = 2;
hasMetadata() - Method in interface org.apache.calcite.avatica.proto.Responses.PrepareResponseOrBuilder
optional .RpcMetadata metadata = 2;
hasMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
optional .RpcMetadata metadata = 7;
hasMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
optional .RpcMetadata metadata = 7;
hasMetadata() - Method in interface org.apache.calcite.avatica.proto.Responses.ResultSetResponseOrBuilder
optional .RpcMetadata metadata = 7;
hasMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
optional .RpcMetadata metadata = 3;
hasMetadata() - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
optional .RpcMetadata metadata = 3;
hasMetadata() - Method in interface org.apache.calcite.avatica.proto.Responses.SyncResultsResponseOrBuilder
optional .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
 
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
optional .TypedValue scalar_value = 4;
hasScalarValue() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue
optional .TypedValue scalar_value = 4;
hasScalarValue() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnValueOrBuilder
optional .TypedValue scalar_value = 4;
hasSignature() - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
optional .Signature signature = 3;
hasSignature() - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle
optional .Signature signature = 3;
hasSignature() - Method in interface org.apache.calcite.avatica.proto.Common.StatementHandleOrBuilder
optional .Signature signature = 3;
hasSignature() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
optional .Signature signature = 4;
hasSignature() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
optional .Signature signature = 4;
hasSignature() - Method in interface org.apache.calcite.avatica.proto.Responses.ResultSetResponseOrBuilder
optional .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
optional .QueryState state = 3;
hasState() - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
optional .QueryState state = 3;
hasState() - Method in interface org.apache.calcite.avatica.proto.Requests.SyncResultsRequestOrBuilder
optional .QueryState state = 3;
hasStatement() - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
optional .StatementHandle statement = 1;
hasStatement() - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
optional .StatementHandle statement = 1;
hasStatement() - Method in interface org.apache.calcite.avatica.proto.Responses.PrepareResponseOrBuilder
optional .StatementHandle statement = 1;
hasStatementHandle() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
optional .StatementHandle statementHandle = 1;
hasStatementHandle() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
optional .StatementHandle statementHandle = 1;
hasStatementHandle() - Method in interface org.apache.calcite.avatica.proto.Requests.ExecuteRequestOrBuilder
optional .StatementHandle statementHandle = 1;
hasType() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional .AvaticaType type = 20;
hasType() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
optional .AvaticaType type = 20;
hasType() - Method in interface org.apache.calcite.avatica.proto.Common.ColumnMetaDataOrBuilder
optional .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
optional .TypedValue value = 2;
hasValue() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
optional .TypedValue value = 2;
hasValue() - Method in interface org.apache.calcite.avatica.proto.Responses.DatabasePropertyElementOrBuilder
optional .TypedValue value = 2;
helper - Variable in class org.apache.calcite.avatica.AvaticaConnection
 
Helper - Class in org.apache.calcite.avatica
Utility methods, mainly concerning error-handling.
Helper() - Constructor for class org.apache.calcite.avatica.Helper
 
holdability - Variable in class org.apache.calcite.avatica.AvaticaConnection
 
holdability - Variable in class org.apache.calcite.avatica.AvaticaResultSet
 
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
 

I

i - Variable in class org.apache.calcite.avatica.ConnectStringParser
 
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.RequestTranslator
 
impl - Variable in class org.apache.calcite.avatica.remote.ResponseTranslator
 
index - Variable in class org.apache.calcite.avatica.AvaticaSite
 
index - Variable in enum org.apache.calcite.avatica.proto.Common.CursorFactory.Style
 
index - Variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
 
index - Variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.ArgumentType
 
index - Variable in enum org.apache.calcite.avatica.proto.Common.Rep
 
index - Variable in enum org.apache.calcite.avatica.proto.Common.Severity
 
index - Variable in enum org.apache.calcite.avatica.proto.Common.StatementType
 
index - Variable in enum org.apache.calcite.avatica.proto.Common.StateType
 
index - Variable in class org.apache.calcite.avatica.util.PositionedCursor.ListGetter
 
indexOf(ByteString) - Method in class org.apache.calcite.avatica.util.ByteString
Returns the position at which seek first occurs in this byte string, or -1 if it does not occur.
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
 
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 - Static variable in class org.apache.calcite.avatica.Helper
 
INSTANCE - Static variable in class org.apache.calcite.avatica.MetaImpl.EmptyIterator
 
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.
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
 
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
 
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_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
INTEGER = 12;
internal - Variable in enum org.apache.calcite.avatica.SqlType
Class used internally in Calcite to represent instances of this type.
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_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_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_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.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.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.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.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, Object) - Constructor for enum org.apache.calcite.avatica.InternalProperty
Creates an InternalProperty based on a non-enum type.
InternalProperty(ConnectionProperty.Type, Class, Object) - Constructor for enum org.apache.calcite.avatica.InternalProperty
 
InternalProperty.NullSorting - Enum in org.apache.calcite.avatica
Where nulls appear in a sorted relation.
InternalProperty.NullSorting() - Constructor for enum org.apache.calcite.avatica.InternalProperty.NullSorting
 
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
 
intervalDayTimeToString(long, TimeUnitRange, int) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
 
intervalYearMonthToString(int, TimeUnitRange) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
 
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
 
invoke(Connection, Statement) - Method in class org.apache.calcite.avatica.QueryState
 
invokeWithRetries(AvaticaConnection.CallableWithoutException<T>) - Method in class org.apache.calcite.avatica.AvaticaConnection
Invokes the given "callable", retrying the call when the server responds with an error denoting that the connection is missing on the server.
IS_DIRTY_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
isAfterLast() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
isAutoCommit() - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
 
isAutoCommit() - Method in interface org.apache.calcite.avatica.Meta.ConnectionProperties
 
isAutoIncrement(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
 
isAutoincrement - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
 
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
 
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.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.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.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.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
 
isLast() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
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(int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
isNullable(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
 
isNullable - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
 
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(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
 
isReadOnly() - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
 
isReadOnly() - Method in interface org.apache.calcite.avatica.Meta.ConnectionProperties
 
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
 
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 updateCount is still -1, proceeds to get updateCount value from statement's resultSet.
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() - Method in class org.apache.calcite.avatica.MetaImpl.FetchIterable
 
iterator - Variable in class org.apache.calcite.avatica.util.IteratorCursor
 
IteratorCursor<E> - Class in org.apache.calcite.avatica.util
Implementation of Cursor on top of an Iterator that returns a record for each row.
IteratorCursor(Iterator<E>) - Constructor for class org.apache.calcite.avatica.util.IteratorCursor
Creates an IteratorCursor.
IteratorCursor.Position - Enum in org.apache.calcite.avatica.util
Are we positioned on a valid row?
IteratorCursor.Position() - Constructor for enum org.apache.calcite.avatica.util.IteratorCursor.Position
 

J

JAVA_SQL_DATE_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
JAVA_SQL_DATE = 18;
JAVA_SQL_TIME_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
JAVA_SQL_TIME = 16;
JAVA_SQL_TIMESTAMP_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
JAVA_SQL_TIMESTAMP = 17;
JAVA_UTIL_DATE_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
JAVA_UTIL_DATE = 19;
jdbcCompliant - Variable in class org.apache.calcite.avatica.DriverVersion
 
jdbcCompliant() - Method in class org.apache.calcite.avatica.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
Converts a value from JDBC format to a type that can be serialized as JSON.
JsonHandler - Class in org.apache.calcite.avatica.remote
Implementation of Handler that decodes JSON requests, sends them to a Service, and encodes the responses into JSON.
JsonHandler(Service) - Constructor for class org.apache.calcite.avatica.remote.JsonHandler
 
JsonService - Class in org.apache.calcite.avatica.remote
Implementation of Service that encodes requests and responses as JSON.
JsonService() - Constructor for class org.apache.calcite.avatica.remote.JsonService
 
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

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
 
keyBuilder_ - Variable in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
 
keySeq - Variable in class org.apache.calcite.avatica.MetaImpl.MetaPrimaryKey
 

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_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
last() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
left - Variable in class org.apache.calcite.avatica.util.TimeUnitRange.Pair
 
length() - Method in class org.apache.calcite.avatica.util.ByteString
Returns the number of bytes in this byte string.
length - Variable in class org.apache.calcite.avatica.util.Spaces.SpaceString
 
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 - Static variable in class org.apache.calcite.avatica.Meta.CursorFactory
 
list(Iterable<E>) - Static method in class org.apache.calcite.avatica.remote.LocalService
 
list - Variable in class org.apache.calcite.avatica.util.ArrayImpl
 
list - Variable in class org.apache.calcite.avatica.util.StructImpl
 
list2(Meta.MetaResultSet) - Method in class org.apache.calcite.avatica.remote.LocalService
 
LIST_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.CursorFactory.Style
LIST = 4;
ListIteratorCursor - Class in org.apache.calcite.avatica.util
Implementation of Cursor on top of an Iterator that returns a List for each row.
ListIteratorCursor(Iterator<List<Object>>) - Constructor for class org.apache.calcite.avatica.util.ListIteratorCursor
Creates a RecordEnumeratorCursor.
literalPrefix - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
 
literalSuffix - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
 
load(Class<? extends UnregisteredDriver>, String, String, String, String, String) - Static method in class org.apache.calcite.avatica.DriverVersion
Loads a driver version from a properties file, read from the classpath.
LOCAL_CALENDAR - Static variable in class org.apache.calcite.avatica.util.DateTimeUtils
Calendar set to local time.
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
 
LocalJsonService - Class in org.apache.calcite.avatica.remote
Implementation of Service that goes to an in-process instance of Service.
LocalJsonService(Service) - Constructor for class org.apache.calcite.avatica.remote.LocalJsonService
 
LocalProtobufService - Class in org.apache.calcite.avatica.remote
A Service implementation that performs protocol buffer serialization on request and responses on either side of computing a response from a request to mimic some transport to a server which would normally perform such computation.
LocalProtobufService(Service, ProtobufTranslation) - Constructor for class org.apache.calcite.avatica.remote.LocalProtobufService
 
LocalService - Class in org.apache.calcite.avatica.remote
Implementation of Service that talks to a local Meta.
LocalService(Meta) - Constructor for class org.apache.calcite.avatica.remote.LocalService
 
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
 
locatorsUpdateCopy() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
LONG_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
LONG = 13;
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
 
lookupStatement(Meta.StatementHandle) - Method in class org.apache.calcite.avatica.AvaticaConnection
Creates a statement wrapper around an existing handle.

M

m - Static variable in class org.apache.calcite.avatica.MetaImpl.TypeInfo
 
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(List<String>) - Static method in class org.apache.calcite.avatica.Meta.CursorFactory
 
map - Variable in class org.apache.calcite.avatica.remote.MockJsonService
 
map - Variable in class org.apache.calcite.avatica.remote.Service.DatabasePropertyResponse
 
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;
MapIteratorCursor - Class in org.apache.calcite.avatica.util
Implementation of Cursor on top of an Iterator that returns a Map for each row.
MapIteratorCursor(Iterator<Map<String, Object>>, List<String>) - Constructor for class org.apache.calcite.avatica.util.MapIteratorCursor
Creates a MapIteratorCursor.
MAPPER - Static variable in class org.apache.calcite.avatica.remote.JsonHandler
 
MAPPER - Static variable in class org.apache.calcite.avatica.remote.JsonService
 
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_ROW_COUNT_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
 
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
 
maximumScale - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
 
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.ExecuteRequest.Builder
 
maxRowCount_ - Variable in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
 
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
 
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.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.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.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.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.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.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.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.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 this with any non-null fields in that.
merge(Meta.ConnectionProperties) - Method in interface org.apache.calcite.avatica.Meta.ConnectionProperties
Overwrite fields in this with any non-null fields in that
MERGE_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.StatementType
MERGE = 5;
mergeComponent(Common.AvaticaType) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
optional .AvaticaType component = 5;
mergeConnProps(Common.ConnectionProperties) - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
optional .ConnectionProperties conn_props = 2;
mergeConnProps(Common.ConnectionProperties) - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
optional .ConnectionProperties conn_props = 1;
mergeCursorFactory(Common.CursorFactory) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
optional .CursorFactory cursor_factory = 4;
mergeFirstFrame(Common.Frame) - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
optional .Frame first_frame = 5;
mergeFrame(Common.Frame) - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
optional .Frame frame = 1;
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
 
mergeFrom(Common.AvaticaParameter) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
 
mergeFrom(Common.AvaticaType) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
 
mergeFrom(Common.ColumnMetaData) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
 
mergeFrom(Common.ColumnValue) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
 
mergeFrom(Common.ConnectionProperties) - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
 
mergeFrom(Common.CursorFactory) - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty.Builder
 
mergeFrom(Common.DatabaseProperty) - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
 
mergeFrom(Common.Frame) - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
 
mergeFrom(Common.MetaDataOperationArgument) - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
 
mergeFrom(Common.QueryState) - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
 
mergeFrom(Common.Row) - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
 
mergeFrom(Common.Signature) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
 
mergeFrom(Common.StatementHandle) - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
 
mergeFrom(Common.TypedValue) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Common.WireMessage.Builder
 
mergeFrom(Common.WireMessage) - Method in class org.apache.calcite.avatica.proto.Common.WireMessage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Common.WireMessage.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest.Builder
 
mergeFrom(Requests.CatalogsRequest) - Method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest.Builder
 
mergeFrom(Requests.CloseConnectionRequest) - Method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest.Builder
 
mergeFrom(Requests.CloseStatementRequest) - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
 
mergeFrom(Requests.ColumnsRequest) - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Requests.CommitRequest.Builder
 
mergeFrom(Requests.CommitRequest) - Method in class org.apache.calcite.avatica.proto.Requests.CommitRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.CommitRequest.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
 
mergeFrom(Requests.ConnectionSyncRequest) - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest.Builder
 
mergeFrom(Requests.CreateStatementRequest) - Method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest.Builder
 
mergeFrom(Requests.DatabasePropertyRequest) - Method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
 
mergeFrom(Requests.ExecuteRequest) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
 
mergeFrom(Requests.FetchRequest) - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
 
mergeFrom(Requests.OpenConnectionRequest) - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
 
mergeFrom(Requests.PrepareAndExecuteRequest) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
 
mergeFrom(Requests.PrepareRequest) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest.Builder
 
mergeFrom(Requests.RollbackRequest) - Method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
 
mergeFrom(Requests.SchemasRequest) - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
 
mergeFrom(Requests.SyncResultsRequest) - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
 
mergeFrom(Requests.TablesRequest) - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest.Builder
 
mergeFrom(Requests.TableTypesRequest) - Method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest.Builder
 
mergeFrom(Requests.TypeInfoRequest) - Method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse.Builder
 
mergeFrom(Responses.CloseConnectionResponse) - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse.Builder
 
mergeFrom(Responses.CloseStatementResponse) - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Responses.CommitResponse.Builder
 
mergeFrom(Responses.CommitResponse) - Method in class org.apache.calcite.avatica.proto.Responses.CommitResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Responses.CommitResponse.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
 
mergeFrom(Responses.ConnectionSyncResponse) - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
 
mergeFrom(Responses.CreateStatementResponse) - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
 
mergeFrom(Responses.DatabasePropertyElement) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
 
mergeFrom(Responses.DatabasePropertyResponse) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
 
mergeFrom(Responses.ErrorResponse) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
 
mergeFrom(Responses.ExecuteResponse) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
 
mergeFrom(Responses.FetchResponse) - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse.Builder
 
mergeFrom(Responses.OpenConnectionResponse) - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
 
mergeFrom(Responses.PrepareResponse) - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
 
mergeFrom(Responses.ResultSetResponse) - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse.Builder
 
mergeFrom(Responses.RollbackResponse) - Method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata.Builder
 
mergeFrom(Responses.RpcMetadata) - Method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata.Builder
 
mergeFrom(Message) - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
 
mergeFrom(Responses.SyncResultsResponse) - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
 
mergeKey(Common.DatabaseProperty) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
optional .DatabaseProperty key = 1;
mergeMetadata(Responses.RpcMetadata) - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse.Builder
optional .RpcMetadata metadata = 1;
mergeMetadata(Responses.RpcMetadata) - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse.Builder
optional .RpcMetadata metadata = 1;
mergeMetadata(Responses.RpcMetadata) - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
optional .RpcMetadata metadata = 2;
mergeMetadata(Responses.RpcMetadata) - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
optional .RpcMetadata metadata = 3;
mergeMetadata(Responses.RpcMetadata) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
optional .RpcMetadata metadata = 3;
mergeMetadata(Responses.RpcMetadata) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
optional .RpcMetadata metadata = 2;
mergeMetadata(Responses.RpcMetadata) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
optional .RpcMetadata metadata = 6;
mergeMetadata(Responses.RpcMetadata) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
optional .RpcMetadata metadata = 3;
mergeMetadata(Responses.RpcMetadata) - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
optional .RpcMetadata metadata = 4;
mergeMetadata(Responses.RpcMetadata) - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse.Builder
optional .RpcMetadata metadata = 1;
mergeMetadata(Responses.RpcMetadata) - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
optional .RpcMetadata metadata = 2;
mergeMetadata(Responses.RpcMetadata) - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
optional .RpcMetadata metadata = 7;
mergeMetadata(Responses.RpcMetadata) - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
optional .RpcMetadata metadata = 3;
mergeScalarValue(Common.TypedValue) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
optional .TypedValue scalar_value = 4;
mergeSignature(Common.Signature) - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
optional .Signature signature = 3;
mergeSignature(Common.Signature) - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
optional .Signature signature = 4;
mergeState(Common.QueryState) - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
optional .QueryState state = 3;
mergeStatement(Common.StatementHandle) - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
optional .StatementHandle statement = 1;
mergeStatementHandle(Common.StatementHandle) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
optional .StatementHandle statementHandle = 1;
mergeType(Common.AvaticaType) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional .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.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.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.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.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
optional .TypedValue value = 2;
meta - Variable in class org.apache.calcite.avatica.AvaticaConnection
 
Meta - Interface in org.apache.calcite.avatica
Command handler for getting various metadata.
meta - Variable in class org.apache.calcite.avatica.remote.LocalService
 
Meta.ConnectionHandle - Class in org.apache.calcite.avatica
Connection handle.
Meta.ConnectionHandle(String) - Constructor for class org.apache.calcite.avatica.Meta.ConnectionHandle
 
Meta.ConnectionProperties - Interface in org.apache.calcite.avatica
A pojo containing various client-settable Connection properties.
Meta.CursorFactory - Class in org.apache.calcite.avatica
Information necessary to convert an Iterable into a Cursor.
Meta.CursorFactory(Meta.Style, Class, List<Field>, List<String>) - Constructor for class org.apache.calcite.avatica.Meta.CursorFactory
 
Meta.DatabaseProperty - Enum in org.apache.calcite.avatica
Database property.
Meta.DatabaseProperty(T) - Constructor for enum org.apache.calcite.avatica.Meta.DatabaseProperty
 
Meta.ExecuteResult - Class in org.apache.calcite.avatica
Response from execute.
Meta.ExecuteResult(List<Meta.MetaResultSet>) - Constructor for class org.apache.calcite.avatica.Meta.ExecuteResult
 
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.Frame(long, boolean, Iterable<Object>) - Constructor for class org.apache.calcite.avatica.Meta.Frame
 
Meta.MetaResultSet - Class in org.apache.calcite.avatica
Meta data from which a result set can be constructed.
Meta.MetaResultSet(String, int, boolean, Meta.Signature, Meta.Frame, int) - Constructor for class org.apache.calcite.avatica.Meta.MetaResultSet
Deprecated.
Meta.MetaResultSet(String, int, boolean, Meta.Signature, Meta.Frame, long) - Constructor for class org.apache.calcite.avatica.Meta.MetaResultSet
 
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.Pat(String) - Constructor for class org.apache.calcite.avatica.Meta.Pat
 
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.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.
Meta.StatementHandle - Class in org.apache.calcite.avatica
Statement handle.
Meta.StatementHandle(String, int, Meta.Signature) - Constructor for class org.apache.calcite.avatica.Meta.StatementHandle
 
Meta.StatementType - Enum in org.apache.calcite.avatica
Type of statement.
Meta.StatementType() - Constructor for enum org.apache.calcite.avatica.Meta.StatementType
 
Meta.Style - Enum in org.apache.calcite.avatica
How logical fields are represented in the objects returned by the iterator.
Meta.Style() - Constructor for enum org.apache.calcite.avatica.Meta.Style
 
metadata - Variable in exception org.apache.calcite.avatica.AvaticaClientRuntimeException
 
metaData - Variable in class org.apache.calcite.avatica.AvaticaConnection
 
metadata - Variable in class org.apache.calcite.avatica.remote.AbstractHandler
 
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.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_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.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.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 DatabaseMetaData which returns a ResultSet.
MetaDataOperation() - Constructor for enum org.apache.calcite.avatica.remote.MetaDataOperation
 
MetaImpl - Class in org.apache.calcite.avatica
Basic implementation of Meta.
MetaImpl(AvaticaConnection) - Constructor for class org.apache.calcite.avatica.MetaImpl
 
MetaImpl.EmptyIterator - Class in org.apache.calcite.avatica
Iterator that never returns any elements.
MetaImpl.EmptyIterator() - Constructor for class org.apache.calcite.avatica.MetaImpl.EmptyIterator
 
MetaImpl.FetchIterable - Class in org.apache.calcite.avatica
Iterable that yields an iterator over rows coming from a sequence of Meta.Frames.
MetaImpl.FetchIterable(AvaticaStatement, QueryState, Meta.Frame, List<TypedValue>) - Constructor for class org.apache.calcite.avatica.MetaImpl.FetchIterable
 
MetaImpl.FetchIterator - Class in org.apache.calcite.avatica
Iterator over rows coming from a sequence of Meta.Frames.
MetaImpl.FetchIterator(AvaticaStatement, QueryState, Meta.Frame, List<TypedValue>) - Constructor for class org.apache.calcite.avatica.MetaImpl.FetchIterator
 
MetaImpl.MetaAttribute - Class in org.apache.calcite.avatica
Metadata describing an attribute.
MetaImpl.MetaAttribute() - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaAttribute
 
MetaImpl.MetaBestRowIdentifier - Class in org.apache.calcite.avatica
Metadata describing the best identifier for a row.
MetaImpl.MetaBestRowIdentifier() - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaBestRowIdentifier
 
MetaImpl.MetaCatalog - Class in org.apache.calcite.avatica
Metadata describing a catalog.
MetaImpl.MetaCatalog(String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaCatalog
 
MetaImpl.MetaClientInfoProperty - Class in org.apache.calcite.avatica
Metadata describing a client info property.
MetaImpl.MetaClientInfoProperty() - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaClientInfoProperty
 
MetaImpl.MetaColumn - Class in org.apache.calcite.avatica
Metadata describing a column.
MetaImpl.MetaColumn(String, String, String, String, int, String, int, Integer, int, int, int, int, String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaColumn
 
MetaImpl.MetaColumnPrivilege - Class in org.apache.calcite.avatica
Metadata describing a column privilege.
MetaImpl.MetaColumnPrivilege() - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaColumnPrivilege
 
MetaImpl.MetaCrossReference - Class in org.apache.calcite.avatica
Metadata describing a cross reference.
MetaImpl.MetaCrossReference() - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaCrossReference
 
MetaImpl.MetaExportedKey - Class in org.apache.calcite.avatica
Metadata describing an exported key.
MetaImpl.MetaExportedKey() - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaExportedKey
 
MetaImpl.MetaFunction - Class in org.apache.calcite.avatica
Metadata describing a function.
MetaImpl.MetaFunction() - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaFunction
 
MetaImpl.MetaFunctionColumn - Class in org.apache.calcite.avatica
Metadata describing a function column.
MetaImpl.MetaFunctionColumn() - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaFunctionColumn
 
MetaImpl.MetaImportedKey - Class in org.apache.calcite.avatica
Metadata describing an imported key.
MetaImpl.MetaImportedKey() - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaImportedKey
 
MetaImpl.MetaIndexInfo - Class in org.apache.calcite.avatica
Metadata describing index info.
MetaImpl.MetaIndexInfo() - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaIndexInfo
 
MetaImpl.MetaPrimaryKey - Class in org.apache.calcite.avatica
Metadata describing a primary key.
MetaImpl.MetaPrimaryKey(String, String, String, String, short, String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaPrimaryKey
 
MetaImpl.MetaProcedure - Class in org.apache.calcite.avatica
Metadata describing a procedure.
MetaImpl.MetaProcedure() - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaProcedure
 
MetaImpl.MetaProcedureColumn - Class in org.apache.calcite.avatica
Metadata describing a procedure column.
MetaImpl.MetaProcedureColumn() - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
 
MetaImpl.MetaPseudoColumn - Class in org.apache.calcite.avatica
Metadata describing a pseudo column.
MetaImpl.MetaPseudoColumn() - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaPseudoColumn
 
MetaImpl.MetaSchema - Class in org.apache.calcite.avatica
Metadata describing a schema.
MetaImpl.MetaSchema(String, String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaSchema
 
MetaImpl.MetaSuperTable - Class in org.apache.calcite.avatica
Metadata describing a super-table.
MetaImpl.MetaSuperTable() - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaSuperTable
 
MetaImpl.MetaSuperType - Class in org.apache.calcite.avatica
Metadata describing a super-type.
MetaImpl.MetaSuperType() - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaSuperType
 
MetaImpl.MetaTable - Class in org.apache.calcite.avatica
Metadata describing a table.
MetaImpl.MetaTable(String, String, String, String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaTable
 
MetaImpl.MetaTablePrivilege - Class in org.apache.calcite.avatica
Metadata describing a table privilege.
MetaImpl.MetaTablePrivilege() - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaTablePrivilege
 
MetaImpl.MetaTableType - Class in org.apache.calcite.avatica
Metadata describing a table type.
MetaImpl.MetaTableType(String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaTableType
 
MetaImpl.MetaTypeInfo - Class in org.apache.calcite.avatica
Metadata describing type info.
MetaImpl.MetaTypeInfo(String, int, int, String, String, int, boolean, int, boolean, boolean, boolean, int, int, int) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
 
MetaImpl.MetaUdt - Class in org.apache.calcite.avatica
Metadata describing a user-defined type.
MetaImpl.MetaUdt() - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaUdt
 
MetaImpl.MetaVersionColumn - Class in org.apache.calcite.avatica
Metadata describing a version column.
MetaImpl.MetaVersionColumn(short, String, int, String, int, int, short, short) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaVersionColumn
 
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.
MetaImpl.TypeInfo(boolean, int, String) - Constructor for class org.apache.calcite.avatica.MetaImpl.TypeInfo
 
method(Class, Class, String, Class...) - Static method in class org.apache.calcite.avatica.AvaticaUtils
 
method - Variable in enum org.apache.calcite.avatica.Meta.DatabaseProperty
 
methodName - Variable in enum org.apache.calcite.avatica.SqlType.Method
 
MILLIS_PER_DAY - Static variable in class org.apache.calcite.avatica.util.DateTimeUtils
The number of milliseconds in a day.
MILLIS_PER_HOUR - Static variable in class org.apache.calcite.avatica.util.DateTimeUtils
The number of milliseconds in an hour.
MILLIS_PER_MINUTE - Static variable in class org.apache.calcite.avatica.util.DateTimeUtils
The number of milliseconds in a minute.
MILLIS_PER_SECOND - Static variable in class org.apache.calcite.avatica.util.DateTimeUtils
The number of milliseconds in a second.
minimumScale - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
 
minor - Variable in class org.apache.calcite.avatica.AvaticaJdbc41Factory
 
minorVersion - Variable in class org.apache.calcite.avatica.DriverVersion
 
MISSING_CONNECTION_ERROR_CODE - Static variable in class org.apache.calcite.avatica.remote.Service.ErrorResponse
 
MISSING_RESULTS_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.FetchResponse
 
MISSING_STATEMENT_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.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.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.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 Service that encodes its requests and responses as JSON and looks up responses from a pre-defined map.
MockJsonService(Map<String, String>) - Constructor for class org.apache.calcite.avatica.remote.MockJsonService
 
MockJsonService.Factory - Class in org.apache.calcite.avatica.remote
Factory that creates a MockJsonService.
MockJsonService.Factory() - Constructor for class org.apache.calcite.avatica.remote.MockJsonService.Factory
 
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.
MockProtobufService.MockProtobufServiceFactory() - Constructor for class org.apache.calcite.avatica.remote.MockProtobufService.MockProtobufServiceFactory
 
monthly() - Method in enum org.apache.calcite.avatica.util.TimeUnitRange
Whether this is in the YEAR-TO-MONTH family of intervals.
MORE - Static variable in class org.apache.calcite.avatica.Meta.Frame
Frame that has zero rows but may have another frame.
MORE_RESULTS_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
 
moreResults - Variable in class org.apache.calcite.avatica.remote.Service.SyncResultsResponse
 
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
 
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
 
name - Variable in class org.apache.calcite.avatica.AvaticaParameter
 
name - Variable in class org.apache.calcite.avatica.ColumnMetaData.AvaticaType
 
name() - Method in interface org.apache.calcite.avatica.ConnectionProperty
The name of this property.
name - Variable in class org.apache.calcite.avatica.DriverVersion
 
name_ - Variable in class org.apache.calcite.avatica.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
 
nativeSQL(String) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
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(Common.AvaticaParameter) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaType
 
newBuilder(Common.AvaticaType) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaType
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
newBuilder(Common.ColumnMetaData) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Common.ColumnValue
 
newBuilder(Common.ColumnValue) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnValue
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
newBuilder(Common.ConnectionProperties) - Static method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Common.CursorFactory
 
newBuilder(Common.CursorFactory) - Static method in class org.apache.calcite.avatica.proto.Common.CursorFactory
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
 
newBuilder(Common.DatabaseProperty) - Static method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Common.Frame
 
newBuilder(Common.Frame) - Static method in class org.apache.calcite.avatica.proto.Common.Frame
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
 
newBuilder(Common.MetaDataOperationArgument) - Static method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Common.QueryState
 
newBuilder(Common.QueryState) - Static method in class org.apache.calcite.avatica.proto.Common.QueryState
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Common.Row
 
newBuilder(Common.Row) - Static method in class org.apache.calcite.avatica.proto.Common.Row
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Common.Signature
 
newBuilder(Common.Signature) - Static method in class org.apache.calcite.avatica.proto.Common.Signature
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Common.StatementHandle
 
newBuilder(Common.StatementHandle) - Static method in class org.apache.calcite.avatica.proto.Common.StatementHandle
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Common.TypedValue
 
newBuilder(Common.TypedValue) - Static method in class org.apache.calcite.avatica.proto.Common.TypedValue
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Common.WireMessage
 
newBuilder(Common.WireMessage) - Static method in class org.apache.calcite.avatica.proto.Common.WireMessage
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
 
newBuilder(Requests.CatalogsRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
 
newBuilder(Requests.CloseConnectionRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
 
newBuilder(Requests.CloseStatementRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
 
newBuilder(Requests.ColumnsRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
 
newBuilder(Requests.CommitRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
 
newBuilder(Requests.ConnectionSyncRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
 
newBuilder(Requests.CreateStatementRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
 
newBuilder(Requests.DatabasePropertyRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
 
newBuilder(Requests.ExecuteRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
 
newBuilder(Requests.FetchRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
 
newBuilder(Requests.OpenConnectionRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
 
newBuilder(Requests.PrepareAndExecuteRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
 
newBuilder(Requests.PrepareRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
 
newBuilder(Requests.RollbackRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
 
newBuilder(Requests.SchemasRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
 
newBuilder(Requests.SyncResultsRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
 
newBuilder(Requests.TablesRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
 
newBuilder(Requests.TableTypesRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
 
newBuilder(Requests.TypeInfoRequest) - Static method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
 
newBuilder(Responses.CloseConnectionResponse) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
 
newBuilder(Responses.CloseStatementResponse) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Responses.CommitResponse
 
newBuilder(Responses.CommitResponse) - Static method in class org.apache.calcite.avatica.proto.Responses.CommitResponse
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
 
newBuilder(Responses.ConnectionSyncResponse) - Static method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
 
newBuilder(Responses.CreateStatementResponse) - Static method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
 
newBuilder(Responses.DatabasePropertyElement) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
 
newBuilder(Responses.DatabasePropertyResponse) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
newBuilder(Responses.ErrorResponse) - Static method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
 
newBuilder(Responses.ExecuteResponse) - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
 
newBuilder(Responses.FetchResponse) - Static method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
 
newBuilder(Responses.OpenConnectionResponse) - Static method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
 
newBuilder(Responses.PrepareResponse) - Static method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
 
newBuilder(Responses.ResultSetResponse) - Static method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
 
newBuilder(Responses.RollbackResponse) - Static method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
 
newBuilder(Responses.RpcMetadata) - Static method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
 
newBuilder() - Static method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
 
newBuilder(Responses.SyncResultsResponse) - Static method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Common.Frame
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Common.Frame
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Common.QueryState
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Common.QueryState
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Common.Row
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Common.Row
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Common.Signature
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Common.Signature
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Common.TypedValue
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Common.WireMessage
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Common.WireMessage
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Responses.CommitResponse
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Responses.CommitResponse
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
 
newBuilderForType() - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
 
newBuilderForType(GeneratedMessage.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
 
NO_OPTIONS - Static variable in class org.apache.calcite.avatica.util.Base64
No options specified.
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
 
notImplemented() - Static method in class org.apache.calcite.avatica.AvaticaSite
 
NULL - Static variable in class org.apache.calcite.avatica.remote.TypedValue
 
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_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.MetaColumn
 
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
 
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_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
 
numberValue_ - Variable in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
 
numberValue_ - Variable in class org.apache.calcite.avatica.proto.Common.TypedValue
 
numPrecRadix - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
 
numPrecRadix - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
 
numSigBytes - Variable in class org.apache.calcite.avatica.util.Base64.InputStream
 

O

OBJECT - Static variable in class org.apache.calcite.avatica.Meta.CursorFactory
 
OBJECT_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.CursorFactory.Style
OBJECT = 0;
OBJECT_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
OBJECT = 23;
of(Type) - Static method in enum org.apache.calcite.avatica.ColumnMetaData.Rep
 
of(String) - Static method in class org.apache.calcite.avatica.Meta.Pat
 
of(String, int) - Static method in class org.apache.calcite.avatica.util.ByteString
Creates a byte string from a hexadecimal or binary string.
of(int) - Static method in class org.apache.calcite.avatica.util.Spaces
Returns a string of n spaces.
of(TimeUnit, TimeUnit) - Static method in enum org.apache.calcite.avatica.util.TimeUnitRange
Returns a TimeUnitRange with a given start and end unit.
ofBase64(String) - Static method in class org.apache.calcite.avatica.util.ByteString
Creates a byte string from a Base64 string.
offset - Variable in class org.apache.calcite.avatica.Meta.Frame
Zero-based offset of first row.
offset - Variable in class org.apache.calcite.avatica.remote.Service.FetchRequest
 
offset - Variable in class org.apache.calcite.avatica.remote.Service.SyncResultsRequest
 
offset_ - 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_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
 
ofJdbc(ColumnMetaData.Rep, Object, Calendar) - Static method in class org.apache.calcite.avatica.remote.TypedValue
Creates a TypedValue from a value in JDBC representation.
ofJdbc(Object, Calendar) - Static method in class org.apache.calcite.avatica.remote.TypedValue
Creates a TypedValue from a value in JDBC representation, deducing its type.
ofLocal(ColumnMetaData.Rep, Object) - Static method in class org.apache.calcite.avatica.remote.TypedValue
Creates a TypedValue from a value in local representation.
ofSerial(ColumnMetaData.Rep, Object) - Static method in class org.apache.calcite.avatica.remote.TypedValue
Creates a TypedValue from a value in serial representation.
onConnectionClose(AvaticaConnection) - Method in interface org.apache.calcite.avatica.Handler
Called by container when a connection is being closed.
onConnectionClose(AvaticaConnection) - Method in class org.apache.calcite.avatica.HandlerImpl
 
onConnectionInit(AvaticaConnection) - Method in interface org.apache.calcite.avatica.Handler
Called by container when a connection is being created.
onConnectionInit(AvaticaConnection) - Method in class org.apache.calcite.avatica.HandlerImpl
 
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(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() - Method in class org.apache.calcite.avatica.remote.AvaticaHttpClientImpl
 
openConnection(Meta.ConnectionHandle, Map<String, String>) - Method in class org.apache.calcite.avatica.remote.RemoteMeta
 
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.MetaColumn
 
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.
originalParameterValues - Variable in class org.apache.calcite.avatica.MetaImpl.FetchIterator
 
OTHER_DDL_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.StatementType
OTHER_DDL = 10;
OTHER_DML_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.StatementType
OTHER_DML = 6;
othersDeletesAreVisible(int) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
othersInsertsAreVisible(int) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
othersUpdatesAreVisible(int) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
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, Object) - Static method in class org.apache.calcite.avatica.remote.Service.Base
 
p(int, boolean) - Static method in class org.apache.calcite.avatica.remote.Service.Base
 
p(int, int) - Static method in class org.apache.calcite.avatica.remote.Service.Base
 
p(int, long) - Static method in class org.apache.calcite.avatica.remote.Service.Base
 
PackageMarker - Annotation Type in org.apache.calcite.avatica.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.
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
 
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
 
parameterValues - Variable in class org.apache.calcite.avatica.MetaImpl.FetchIterable
 
parameterValues - Variable in class org.apache.calcite.avatica.MetaImpl.FetchIterator
 
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
 
parameterValuesBuilder_ - Variable in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
 
parse(Properties, Map<String, ? extends ConnectionProperty>) - Static method in class org.apache.calcite.avatica.ConnectionConfigImpl
Converts a Properties object containing (name, value) pairs into a map whose keys are InternalProperty objects.
parse(String) - Static method in class org.apache.calcite.avatica.ConnectStringParser
Parses the connect string into a new Properties object.
parse(String, Properties) - Static method in class org.apache.calcite.avatica.ConnectStringParser
Parses the connect string into an existing Properties object.
parse(String, int) - Static method in class org.apache.calcite.avatica.util.ByteString
Parses a hexadecimal or binary string to a byte array.
parseBase64(String) - Static method in class org.apache.calcite.avatica.util.ByteString
Parses a Base64 to a byte array.
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.
parseDateFormat(String, String, TimeZone, ParsePosition) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
Parses a string using SimpleDateFormat and a given pattern.
parseDateFormat(String, String, TimeZone) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
Parses a string using SimpleDateFormat and a given pattern.
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaType
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaType
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnValue
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnValue
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.CursorFactory
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.CursorFactory
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.Frame
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.Frame
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.QueryState
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.QueryState
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.Row
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.Row
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.Signature
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.Signature
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.StatementHandle
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.StatementHandle
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.TypedValue
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.TypedValue
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.WireMessage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.WireMessage
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.CommitResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CommitResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaType
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaType
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaType
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaType
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaType
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaType
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaType
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaType
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnValue
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnValue
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnValue
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnValue
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnValue
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnValue
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnValue
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.ColumnValue
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Common.CursorFactory
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.CursorFactory
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Common.CursorFactory
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.CursorFactory
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.CursorFactory
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.CursorFactory
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Common.CursorFactory
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.CursorFactory
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Common.Frame
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.Frame
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Common.Frame
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.Frame
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.Frame
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.Frame
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Common.Frame
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.Frame
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Common.QueryState
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.QueryState
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Common.QueryState
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.QueryState
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.QueryState
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.QueryState
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Common.QueryState
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.QueryState
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Common.Row
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.Row
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Common.Row
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.Row
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.Row
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.Row
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Common.Row
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.Row
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Common.Signature
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.Signature
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Common.Signature
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.Signature
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.Signature
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.Signature
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Common.Signature
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.Signature
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Common.StatementHandle
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.StatementHandle
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Common.StatementHandle
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.StatementHandle
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.StatementHandle
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.StatementHandle
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Common.StatementHandle
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.StatementHandle
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Common.TypedValue
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.TypedValue
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Common.TypedValue
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.TypedValue
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.TypedValue
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.TypedValue
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Common.TypedValue
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.TypedValue
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Common.WireMessage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.WireMessage
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Common.WireMessage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.WireMessage
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Common.WireMessage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.WireMessage
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Common.WireMessage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Common.WireMessage
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Responses.CommitResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CommitResponse
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Responses.CommitResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CommitResponse
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.CommitResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CommitResponse
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.CommitResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CommitResponse
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
 
parseFrom(ByteString) - Static method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
 
parseFrom(byte[]) - Static method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
 
parseFrom(InputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
 
parseFrom(CodedInputStream) - Static method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
 
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
Parses a string using SimpleDateFormat and 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 - Static variable in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
 
parser() - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter
 
PARSER - Static variable in class org.apache.calcite.avatica.proto.Common.AvaticaType
 
parser() - Static method in class org.apache.calcite.avatica.proto.Common.AvaticaType
 
PARSER - Static variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
parser() - Static method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
PARSER - Static variable in class org.apache.calcite.avatica.proto.Common.ColumnValue
 
parser() - Static method in class org.apache.calcite.avatica.proto.Common.ColumnValue
 
PARSER - Static variable in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
parser() - Static method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
PARSER - Static variable in class org.apache.calcite.avatica.proto.Common.CursorFactory
 
parser() - Static method in class org.apache.calcite.avatica.proto.Common.CursorFactory
 
PARSER - Static variable in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
 
parser() - Static method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty
 
PARSER - Static variable in class org.apache.calcite.avatica.proto.Common.Frame
 
parser() - Static method in class org.apache.calcite.avatica.proto.Common.Frame
 
PARSER - Static variable in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
 
parser() - Static method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
 
PARSER - Static variable in class org.apache.calcite.avatica.proto.Common.QueryState
 
parser() - Static method in class org.apache.calcite.avatica.proto.Common.QueryState
 
PARSER - Static variable in class org.apache.calcite.avatica.proto.Common.Row
 
parser() - Static method in class org.apache.calcite.avatica.proto.Common.Row
 
PARSER - Static variable in class org.apache.calcite.avatica.proto.Common.Signature
 
parser() - Static method in class org.apache.calcite.avatica.proto.Common.Signature
 
PARSER - Static variable in class org.apache.calcite.avatica.proto.Common.StatementHandle
 
parser() - Static method in class org.apache.calcite.avatica.proto.Common.StatementHandle
 
PARSER - Static variable in class org.apache.calcite.avatica.proto.Common.TypedValue
 
parser() - Static method in class org.apache.calcite.avatica.proto.Common.TypedValue
 
PARSER - Static variable in class org.apache.calcite.avatica.proto.Common.WireMessage
 
parser() - Static method in class org.apache.calcite.avatica.proto.Common.WireMessage
 
PARSER - Static variable in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
 
parser() - Static method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
 
PARSER - Static variable in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
 
parser() - Static method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
 
PARSER - Static variable in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
 
parser() - Static method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
 
PARSER - Static variable in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
 
parser() - Static method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
 
PARSER - Static variable in class org.apache.calcite.avatica.proto.Requests.CommitRequest
 
parser() - Static method in class org.apache.calcite.avatica.proto.Requests.CommitRequest
 
PARSER - Static variable in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
 
parser() - Static method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
 
PARSER - Static variable in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
 
parser() - Static method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
 
PARSER - Static variable in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
 
parser() - Static method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
 
PARSER - Static variable in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
 
parser() - Static method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
 
PARSER - Static variable in class org.apache.calcite.avatica.proto.Requests.FetchRequest
 
parser() - Static method in class org.apache.calcite.avatica.proto.Requests.FetchRequest
 
PARSER - Static variable in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
 
parser() - Static method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
 
PARSER - Static variable in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
 
parser() - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
 
PARSER - Static variable in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
 
parser() - Static method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
 
PARSER - Static variable in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
 
parser() - Static method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest
 
PARSER - Static variable in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
 
parser() - Static method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
 
PARSER - Static variable in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
 
parser() - Static method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
 
PARSER - Static variable in class org.apache.calcite.avatica.proto.Requests.TablesRequest
 
parser() - Static method in class org.apache.calcite.avatica.proto.Requests.TablesRequest
 
PARSER - Static variable in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
 
parser() - Static method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
 
PARSER - Static variable in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
 
parser() - Static method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
 
PARSER - Static variable in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
 
parser() - Static method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
 
PARSER - Static variable in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
 
parser() - Static method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
 
PARSER - Static variable in class org.apache.calcite.avatica.proto.Responses.CommitResponse
 
parser() - Static method in class org.apache.calcite.avatica.proto.Responses.CommitResponse
 
PARSER - Static variable in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
 
parser() - Static method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
 
PARSER - Static variable in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
 
parser() - Static method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
 
PARSER - Static variable in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
 
parser() - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
 
PARSER - Static variable in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
 
parser() - Static method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
 
PARSER - Static variable in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
parser() - Static method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
PARSER - Static variable in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
 
parser() - Static method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
 
PARSER - Static variable in class org.apache.calcite.avatica.proto.Responses.FetchResponse
 
parser() - Static method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
 
PARSER - Static variable in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
 
parser() - Static method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
 
PARSER - Static variable in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
 
parser() - Static method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
 
PARSER - Static variable in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
 
parser() - Static method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
 
PARSER - Static variable in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
 
parser() - Static method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
 
PARSER - Static variable in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
 
parser() - Static method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
 
PARSER - Static variable in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
 
parser() - Static method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
 
parser - Variable in class org.apache.calcite.avatica.remote.RequestTranslator
 
parser - Variable in class org.apache.calcite.avatica.remote.ResponseTranslator
 
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
 
pkName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaPrimaryKey
 
PLAN_COLUMN_NAME - Static variable in class org.apache.calcite.avatica.AvaticaConnection
The name of the sole column returned by an EXPLAIN statement.
pluginConverter(Class<T>, T) - Static method in class org.apache.calcite.avatica.ConnectionConfigImpl
 
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
 
PositionedCursor<T> - Class in org.apache.calcite.avatica.util
Abstract implementation of Cursor that caches its current row.
PositionedCursor() - Constructor for class org.apache.calcite.avatica.util.PositionedCursor
 
PositionedCursor.ArrayGetter - Class in org.apache.calcite.avatica.util
Implementation of AbstractCursor.Getter that reads from records that are arrays.
PositionedCursor.ArrayGetter(int) - Constructor for class org.apache.calcite.avatica.util.PositionedCursor.ArrayGetter
 
PositionedCursor.FieldGetter - Class in org.apache.calcite.avatica.util
Implementation of AbstractCursor.Getter that reads fields via reflection.
PositionedCursor.FieldGetter(Field) - Constructor for class org.apache.calcite.avatica.util.PositionedCursor.FieldGetter
 
PositionedCursor.ListGetter - Class in org.apache.calcite.avatica.util
Implementation of AbstractCursor.Getter that reads items from a list.
PositionedCursor.ListGetter(int) - Constructor for class org.apache.calcite.avatica.util.PositionedCursor.ListGetter
 
PositionedCursor.MapGetter<K> - Class in org.apache.calcite.avatica.util
Implementation of AbstractCursor.Getter that reads entries from a Map.
PositionedCursor.MapGetter(K) - Constructor for class org.apache.calcite.avatica.util.PositionedCursor.MapGetter
 
PositionedCursor.ObjectGetter - Class in org.apache.calcite.avatica.util
Implementation of AbstractCursor.Getter for records that consist of a single field.
PositionedCursor.ObjectGetter(int) - Constructor for class org.apache.calcite.avatica.util.PositionedCursor.ObjectGetter
 
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.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
 
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, Meta.PrepareCallback) - Method in interface org.apache.calcite.avatica.Meta
Prepares and executes a statement.
prepareAndExecute(Meta.StatementHandle, String, long, Meta.PrepareCallback) - Method in class org.apache.calcite.avatica.remote.RemoteMeta
 
prepareAndExecuteInternal(AvaticaStatement, String, long) - 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
 
prepareStatement(String) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
prepareStatement(String, int, int) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
prepareStatement(String, int, int, int) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
prepareStatement(String, int) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
prepareStatement(String, int[]) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
prepareStatement(String, String[]) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
previous() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
PRIME - Static variable in class org.apache.calcite.avatica.remote.Service.Base
 
primitive - Variable in class org.apache.calcite.avatica.MetaImpl.TypeInfo
 
PRIMITIVE_BOOLEAN_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
PRIMITIVE_BOOLEAN = 0;
PRIMITIVE_BYTE_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
PRIMITIVE_BYTE = 1;
PRIMITIVE_CHAR_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
PRIMITIVE_CHAR = 2;
PRIMITIVE_DOUBLE_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
PRIMITIVE_DOUBLE = 7;
PRIMITIVE_FLOAT_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
PRIMITIVE_FLOAT = 6;
PRIMITIVE_INT_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
PRIMITIVE_INT = 4;
PRIMITIVE_LONG_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
PRIMITIVE_LONG = 5;
PRIMITIVE_SHORT_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
PRIMITIVE_SHORT = 3;
primitiveList(Object) - Static method in class org.apache.calcite.avatica.AvaticaUtils
Adapts a primitive array into a List.
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
 
productName - Variable in class org.apache.calcite.avatica.DriverVersion
 
productVersion - Variable in class org.apache.calcite.avatica.DriverVersion
 
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
 
ProtobufHandler - Class in org.apache.calcite.avatica.remote
Dispatches serialized protocol buffer messages to the provided Service by converting them to the POJO Request.
ProtobufHandler(Service, ProtobufTranslation) - Constructor for class org.apache.calcite.avatica.remote.ProtobufHandler
 
ProtobufService - Class in org.apache.calcite.avatica.remote
Service implementation that encodes requests and responses as protocol buffers.
ProtobufService() - Constructor for class org.apache.calcite.avatica.remote.ProtobufService
 
ProtobufTranslation - Interface in org.apache.calcite.avatica.remote
Generic interface to support parsing of serialized protocol buffers between client and server.
ProtobufTranslationImpl - Class in org.apache.calcite.avatica.remote
Implementation of ProtobufTranslationImpl that translates protobuf requests to POJO requests.
ProtobufTranslationImpl() - Constructor for class org.apache.calcite.avatica.remote.ProtobufTranslationImpl
 
pseudoColumn - Variable in class org.apache.calcite.avatica.MetaImpl.MetaVersionColumn
 
put(Class, boolean, 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;

Q

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(String) - Constructor for class org.apache.calcite.avatica.QueryState
Constructor encapsulating a SQL query used to create a result set.
QueryState(MetaDataOperation, Object...) - Constructor for class org.apache.calcite.avatica.QueryState
Constructor encapsulating a metadata operation's result set.
QueryState(QueryState.StateType, String, MetaDataOperation, Object...) - Constructor for class org.apache.calcite.avatica.QueryState
Not intended for external use.
QueryState() - Constructor for class org.apache.calcite.avatica.QueryState
Not intended for external use.
QueryState.StateType - Enum in org.apache.calcite.avatica
An enumeration that represents how a ResultSet was created.
QueryState.StateType() - Constructor for enum org.apache.calcite.avatica.QueryState.StateType
 
queryTimeoutMillis - Variable in class org.apache.calcite.avatica.AvaticaStatement
 
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
 

R

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.
readFullyToBytes(InputStream) - Static method in class org.apache.calcite.avatica.AvaticaUtils
 
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
 
record(Class) - Static method in class org.apache.calcite.avatica.Meta.CursorFactory
 
record(Class, List<Field>, List<String>) - Static method in class org.apache.calcite.avatica.Meta.CursorFactory
 
RECORD_PROJECTION_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.CursorFactory.Style
RECORD_PROJECTION = 2;
RECORD_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.CursorFactory.Style
RECORD = 1;
RecordIteratorCursor<E> - Class in org.apache.calcite.avatica.util
Implementation of Cursor on top of an Iterator that returns a record for each row.
RecordIteratorCursor(Iterator<E>, Class<E>) - Constructor for class org.apache.calcite.avatica.util.RecordIteratorCursor
Creates a RecordIteratorCursor.
RecordIteratorCursor(Iterator<E>, Class<E>, List<Field>) - Constructor for class org.apache.calcite.avatica.util.RecordIteratorCursor
Creates a RecordIteratorCursor that projects particular fields.
refGeneration - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTable
 
refreshRow() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
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
 
relative(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
releaseSavepoint(Savepoint) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
remarks - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
 
remarks - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTable
 
RemoteMeta - Class in org.apache.calcite.avatica.remote
Implementation of Meta for 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 Service that translates requests into JSON and sends them to a remote server, usually an HTTP server.
RemoteService(AvaticaHttpClient) - Constructor for class org.apache.calcite.avatica.remote.RemoteService
 
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;
removeColumns(int) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
repeated .ColumnMetaData columns = 4;
removeColumns(int) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
repeated .ColumnMetaData columns = 1;
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;
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;
removeValue(int) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
repeated .TypedValue value = 1;
removeValue(int) - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
repeated .ColumnValue value = 1;
rep - Variable in class org.apache.calcite.avatica.ColumnMetaData.AvaticaType
The type of the field that holds the value.
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_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.ArgumentType
REPEATED_INT = 4;
REPEATED_STRING_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.ArgumentType
REPEATED_STRING = 3;
REQUEST_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
Protobuf type CatalogsRequest
Requests.CatalogsRequest(GeneratedMessage.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
 
Requests.CatalogsRequest() - Constructor for class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
 
Requests.CatalogsRequest(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Requests.CatalogsRequest
 
Requests.CatalogsRequest.Builder - Class in org.apache.calcite.avatica.proto
Protobuf type CatalogsRequest
Requests.CatalogsRequest.Builder() - Constructor for class org.apache.calcite.avatica.proto.Requests.CatalogsRequest.Builder
 
Requests.CatalogsRequest.Builder(GeneratedMessage.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Requests.CatalogsRequest.Builder
 
Requests.CatalogsRequestOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Requests.CloseConnectionRequest - Class in org.apache.calcite.avatica.proto
Protobuf type CloseConnectionRequest
Requests.CloseConnectionRequest(GeneratedMessage.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
 
Requests.CloseConnectionRequest() - Constructor for class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
 
Requests.CloseConnectionRequest(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest
 
Requests.CloseConnectionRequest.Builder - Class in org.apache.calcite.avatica.proto
Protobuf type CloseConnectionRequest
Requests.CloseConnectionRequest.Builder() - Constructor for class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest.Builder
 
Requests.CloseConnectionRequest.Builder(GeneratedMessage.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest.Builder
 
Requests.CloseConnectionRequestOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Requests.CloseStatementRequest - Class in org.apache.calcite.avatica.proto
Protobuf type CloseStatementRequest
Requests.CloseStatementRequest(GeneratedMessage.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
 
Requests.CloseStatementRequest() - Constructor for class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
 
Requests.CloseStatementRequest(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest
 
Requests.CloseStatementRequest.Builder - Class in org.apache.calcite.avatica.proto
Protobuf type CloseStatementRequest
Requests.CloseStatementRequest.Builder() - Constructor for class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest.Builder
 
Requests.CloseStatementRequest.Builder(GeneratedMessage.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest.Builder
 
Requests.CloseStatementRequestOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Requests.ColumnsRequest - Class in org.apache.calcite.avatica.proto
Protobuf type ColumnsRequest
Requests.ColumnsRequest(GeneratedMessage.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
 
Requests.ColumnsRequest() - Constructor for class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
 
Requests.ColumnsRequest(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
 
Requests.ColumnsRequest.Builder - Class in org.apache.calcite.avatica.proto
Protobuf type ColumnsRequest
Requests.ColumnsRequest.Builder() - Constructor for class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
 
Requests.ColumnsRequest.Builder(GeneratedMessage.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
 
Requests.ColumnsRequestOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Requests.CommitRequest - Class in org.apache.calcite.avatica.proto
Protobuf type CommitRequest
Requests.CommitRequest(GeneratedMessage.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Requests.CommitRequest
 
Requests.CommitRequest() - Constructor for class org.apache.calcite.avatica.proto.Requests.CommitRequest
 
Requests.CommitRequest(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Requests.CommitRequest
 
Requests.CommitRequest.Builder - Class in org.apache.calcite.avatica.proto
Protobuf type CommitRequest
Requests.CommitRequest.Builder() - Constructor for class org.apache.calcite.avatica.proto.Requests.CommitRequest.Builder
 
Requests.CommitRequest.Builder(GeneratedMessage.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Requests.CommitRequest.Builder
 
Requests.CommitRequestOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Requests.ConnectionSyncRequest - Class in org.apache.calcite.avatica.proto
Protobuf type ConnectionSyncRequest
Requests.ConnectionSyncRequest(GeneratedMessage.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
 
Requests.ConnectionSyncRequest() - Constructor for class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
 
Requests.ConnectionSyncRequest(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest
 
Requests.ConnectionSyncRequest.Builder - Class in org.apache.calcite.avatica.proto
Protobuf type ConnectionSyncRequest
Requests.ConnectionSyncRequest.Builder() - Constructor for class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
 
Requests.ConnectionSyncRequest.Builder(GeneratedMessage.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
 
Requests.ConnectionSyncRequestOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Requests.CreateStatementRequest - Class in org.apache.calcite.avatica.proto
Protobuf type CreateStatementRequest
Requests.CreateStatementRequest(GeneratedMessage.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
 
Requests.CreateStatementRequest() - Constructor for class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
 
Requests.CreateStatementRequest(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest
 
Requests.CreateStatementRequest.Builder - Class in org.apache.calcite.avatica.proto
Protobuf type CreateStatementRequest
Requests.CreateStatementRequest.Builder() - Constructor for class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest.Builder
 
Requests.CreateStatementRequest.Builder(GeneratedMessage.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest.Builder
 
Requests.CreateStatementRequestOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Requests.DatabasePropertyRequest - Class in org.apache.calcite.avatica.proto
Protobuf type DatabasePropertyRequest
Requests.DatabasePropertyRequest(GeneratedMessage.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
 
Requests.DatabasePropertyRequest() - Constructor for class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
 
Requests.DatabasePropertyRequest(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest
 
Requests.DatabasePropertyRequest.Builder - Class in org.apache.calcite.avatica.proto
Protobuf type DatabasePropertyRequest
Requests.DatabasePropertyRequest.Builder() - Constructor for class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest.Builder
 
Requests.DatabasePropertyRequest.Builder(GeneratedMessage.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest.Builder
 
Requests.DatabasePropertyRequestOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Requests.ExecuteRequest - Class in org.apache.calcite.avatica.proto
Protobuf type ExecuteRequest
Requests.ExecuteRequest(GeneratedMessage.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
 
Requests.ExecuteRequest() - Constructor for class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
 
Requests.ExecuteRequest(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Requests.ExecuteRequest
 
Requests.ExecuteRequest.Builder - Class in org.apache.calcite.avatica.proto
Protobuf type ExecuteRequest
Requests.ExecuteRequest.Builder() - Constructor for class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
 
Requests.ExecuteRequest.Builder(GeneratedMessage.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
 
Requests.ExecuteRequestOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Requests.FetchRequest - Class in org.apache.calcite.avatica.proto
Protobuf type FetchRequest
Requests.FetchRequest(GeneratedMessage.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Requests.FetchRequest
 
Requests.FetchRequest() - Constructor for class org.apache.calcite.avatica.proto.Requests.FetchRequest
 
Requests.FetchRequest(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Requests.FetchRequest
 
Requests.FetchRequest.Builder - Class in org.apache.calcite.avatica.proto
Protobuf type FetchRequest
Requests.FetchRequest.Builder() - Constructor for class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
 
Requests.FetchRequest.Builder(GeneratedMessage.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
 
Requests.FetchRequestOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Requests.OpenConnectionRequest - Class in org.apache.calcite.avatica.proto
Protobuf type OpenConnectionRequest
Requests.OpenConnectionRequest(GeneratedMessage.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
 
Requests.OpenConnectionRequest() - Constructor for class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
 
Requests.OpenConnectionRequest(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest
 
Requests.OpenConnectionRequest.Builder - Class in org.apache.calcite.avatica.proto
Protobuf type OpenConnectionRequest
Requests.OpenConnectionRequest.Builder() - Constructor for class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
 
Requests.OpenConnectionRequest.Builder(GeneratedMessage.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
 
Requests.OpenConnectionRequest.InfoDefaultEntryHolder - Class in org.apache.calcite.avatica.proto
 
Requests.OpenConnectionRequest.InfoDefaultEntryHolder() - Constructor for class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.InfoDefaultEntryHolder
 
Requests.OpenConnectionRequestOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Requests.PrepareAndExecuteRequest - Class in org.apache.calcite.avatica.proto
Protobuf type PrepareAndExecuteRequest
Requests.PrepareAndExecuteRequest(GeneratedMessage.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
 
Requests.PrepareAndExecuteRequest() - Constructor for class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
 
Requests.PrepareAndExecuteRequest(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
 
Requests.PrepareAndExecuteRequest.Builder - Class in org.apache.calcite.avatica.proto
Protobuf type PrepareAndExecuteRequest
Requests.PrepareAndExecuteRequest.Builder() - Constructor for class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
 
Requests.PrepareAndExecuteRequest.Builder(GeneratedMessage.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
 
Requests.PrepareAndExecuteRequestOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Requests.PrepareRequest - Class in org.apache.calcite.avatica.proto
Protobuf type PrepareRequest
Requests.PrepareRequest(GeneratedMessage.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Requests.PrepareRequest
 
Requests.PrepareRequest() - Constructor for class org.apache.calcite.avatica.proto.Requests.PrepareRequest
 
Requests.PrepareRequest(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Requests.PrepareRequest
 
Requests.PrepareRequest.Builder - Class in org.apache.calcite.avatica.proto
Protobuf type PrepareRequest
Requests.PrepareRequest.Builder() - Constructor for class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
 
Requests.PrepareRequest.Builder(GeneratedMessage.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
 
Requests.PrepareRequestOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Requests.RollbackRequest - Class in org.apache.calcite.avatica.proto
Protobuf type RollbackRequest
Requests.RollbackRequest(GeneratedMessage.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Requests.RollbackRequest
 
Requests.RollbackRequest() - Constructor for class org.apache.calcite.avatica.proto.Requests.RollbackRequest
 
Requests.RollbackRequest(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Requests.RollbackRequest
 
Requests.RollbackRequest.Builder - Class in org.apache.calcite.avatica.proto
Protobuf type RollbackRequest
Requests.RollbackRequest.Builder() - Constructor for class org.apache.calcite.avatica.proto.Requests.RollbackRequest.Builder
 
Requests.RollbackRequest.Builder(GeneratedMessage.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Requests.RollbackRequest.Builder
 
Requests.RollbackRequestOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Requests.SchemasRequest - Class in org.apache.calcite.avatica.proto
Protobuf type SchemasRequest
Requests.SchemasRequest(GeneratedMessage.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Requests.SchemasRequest
 
Requests.SchemasRequest() - Constructor for class org.apache.calcite.avatica.proto.Requests.SchemasRequest
 
Requests.SchemasRequest(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Requests.SchemasRequest
 
Requests.SchemasRequest.Builder - Class in org.apache.calcite.avatica.proto
Protobuf type SchemasRequest
Requests.SchemasRequest.Builder() - Constructor for class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
 
Requests.SchemasRequest.Builder(GeneratedMessage.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
 
Requests.SchemasRequestOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Requests.SyncResultsRequest - Class in org.apache.calcite.avatica.proto
Protobuf type SyncResultsRequest
Requests.SyncResultsRequest(GeneratedMessage.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
 
Requests.SyncResultsRequest() - Constructor for class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
 
Requests.SyncResultsRequest(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest
 
Requests.SyncResultsRequest.Builder - Class in org.apache.calcite.avatica.proto
Protobuf type SyncResultsRequest
Requests.SyncResultsRequest.Builder() - Constructor for class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
 
Requests.SyncResultsRequest.Builder(GeneratedMessage.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
 
Requests.SyncResultsRequestOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Requests.TablesRequest - Class in org.apache.calcite.avatica.proto
Protobuf type TablesRequest
Requests.TablesRequest(GeneratedMessage.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Requests.TablesRequest
 
Requests.TablesRequest() - Constructor for class org.apache.calcite.avatica.proto.Requests.TablesRequest
 
Requests.TablesRequest(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Requests.TablesRequest
 
Requests.TablesRequest.Builder - Class in org.apache.calcite.avatica.proto
Protobuf type TablesRequest
Requests.TablesRequest.Builder() - Constructor for class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
 
Requests.TablesRequest.Builder(GeneratedMessage.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
 
Requests.TablesRequestOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Requests.TableTypesRequest - Class in org.apache.calcite.avatica.proto
Protobuf type TableTypesRequest
Requests.TableTypesRequest(GeneratedMessage.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
 
Requests.TableTypesRequest() - Constructor for class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
 
Requests.TableTypesRequest(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Requests.TableTypesRequest
 
Requests.TableTypesRequest.Builder - Class in org.apache.calcite.avatica.proto
Protobuf type TableTypesRequest
Requests.TableTypesRequest.Builder() - Constructor for class org.apache.calcite.avatica.proto.Requests.TableTypesRequest.Builder
 
Requests.TableTypesRequest.Builder(GeneratedMessage.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Requests.TableTypesRequest.Builder
 
Requests.TableTypesRequestOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Requests.TypeInfoRequest - Class in org.apache.calcite.avatica.proto
Protobuf type TypeInfoRequest
Requests.TypeInfoRequest(GeneratedMessage.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
 
Requests.TypeInfoRequest() - Constructor for class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
 
Requests.TypeInfoRequest(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest
 
Requests.TypeInfoRequest.Builder - Class in org.apache.calcite.avatica.proto
Protobuf type TypeInfoRequest
Requests.TypeInfoRequest.Builder() - Constructor for class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest.Builder
 
Requests.TypeInfoRequest.Builder(GeneratedMessage.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest.Builder
 
Requests.TypeInfoRequestOrBuilder - Interface in org.apache.calcite.avatica.proto
 
RequestTranslator - Class in org.apache.calcite.avatica.remote
Encapsulate the logic of transforming a protobuf Request message into the Avatica POJO request.
RequestTranslator(Parser<? extends Message>, Service.Request) - Constructor for class org.apache.calcite.avatica.remote.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
 
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_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
Protobuf type CloseConnectionResponse
Responses.CloseConnectionResponse(GeneratedMessage.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
 
Responses.CloseConnectionResponse() - Constructor for class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
 
Responses.CloseConnectionResponse(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse
 
Responses.CloseConnectionResponse.Builder - Class in org.apache.calcite.avatica.proto
Protobuf type CloseConnectionResponse
Responses.CloseConnectionResponse.Builder() - Constructor for class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse.Builder
 
Responses.CloseConnectionResponse.Builder(GeneratedMessage.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse.Builder
 
Responses.CloseConnectionResponseOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Responses.CloseStatementResponse - Class in org.apache.calcite.avatica.proto
Protobuf type CloseStatementResponse
Responses.CloseStatementResponse(GeneratedMessage.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
 
Responses.CloseStatementResponse() - Constructor for class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
 
Responses.CloseStatementResponse(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse
 
Responses.CloseStatementResponse.Builder - Class in org.apache.calcite.avatica.proto
Protobuf type CloseStatementResponse
Responses.CloseStatementResponse.Builder() - Constructor for class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse.Builder
 
Responses.CloseStatementResponse.Builder(GeneratedMessage.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse.Builder
 
Responses.CloseStatementResponseOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Responses.CommitResponse - Class in org.apache.calcite.avatica.proto
Protobuf type CommitResponse
Responses.CommitResponse(GeneratedMessage.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Responses.CommitResponse
 
Responses.CommitResponse() - Constructor for class org.apache.calcite.avatica.proto.Responses.CommitResponse
 
Responses.CommitResponse(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Responses.CommitResponse
 
Responses.CommitResponse.Builder - Class in org.apache.calcite.avatica.proto
Protobuf type CommitResponse
Responses.CommitResponse.Builder() - Constructor for class org.apache.calcite.avatica.proto.Responses.CommitResponse.Builder
 
Responses.CommitResponse.Builder(GeneratedMessage.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Responses.CommitResponse.Builder
 
Responses.CommitResponseOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Responses.ConnectionSyncResponse - Class in org.apache.calcite.avatica.proto
Protobuf type ConnectionSyncResponse
Responses.ConnectionSyncResponse(GeneratedMessage.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
 
Responses.ConnectionSyncResponse() - Constructor for class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
 
Responses.ConnectionSyncResponse(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse
 
Responses.ConnectionSyncResponse.Builder - Class in org.apache.calcite.avatica.proto
Protobuf type ConnectionSyncResponse
Responses.ConnectionSyncResponse.Builder() - Constructor for class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
 
Responses.ConnectionSyncResponse.Builder(GeneratedMessage.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
 
Responses.ConnectionSyncResponseOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Responses.CreateStatementResponse - Class in org.apache.calcite.avatica.proto
Protobuf type CreateStatementResponse
Responses.CreateStatementResponse(GeneratedMessage.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
 
Responses.CreateStatementResponse() - Constructor for class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
 
Responses.CreateStatementResponse(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse
 
Responses.CreateStatementResponse.Builder - Class in org.apache.calcite.avatica.proto
Protobuf type CreateStatementResponse
Responses.CreateStatementResponse.Builder() - Constructor for class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
 
Responses.CreateStatementResponse.Builder(GeneratedMessage.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
 
Responses.CreateStatementResponseOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Responses.DatabasePropertyElement - Class in org.apache.calcite.avatica.proto
Protobuf type DatabasePropertyElement
Responses.DatabasePropertyElement(GeneratedMessage.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
 
Responses.DatabasePropertyElement() - Constructor for class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
 
Responses.DatabasePropertyElement(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement
 
Responses.DatabasePropertyElement.Builder - Class in org.apache.calcite.avatica.proto
Protobuf type DatabasePropertyElement
Responses.DatabasePropertyElement.Builder() - Constructor for class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
 
Responses.DatabasePropertyElement.Builder(GeneratedMessage.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
 
Responses.DatabasePropertyElementOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Responses.DatabasePropertyResponse - Class in org.apache.calcite.avatica.proto
Protobuf type DatabasePropertyResponse
Responses.DatabasePropertyResponse(GeneratedMessage.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
 
Responses.DatabasePropertyResponse() - Constructor for class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
 
Responses.DatabasePropertyResponse(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse
 
Responses.DatabasePropertyResponse.Builder - Class in org.apache.calcite.avatica.proto
Protobuf type DatabasePropertyResponse
Responses.DatabasePropertyResponse.Builder() - Constructor for class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
 
Responses.DatabasePropertyResponse.Builder(GeneratedMessage.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
 
Responses.DatabasePropertyResponseOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Responses.ErrorResponse - Class in org.apache.calcite.avatica.proto
Protobuf type ErrorResponse
Responses.ErrorResponse(GeneratedMessage.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
Responses.ErrorResponse() - Constructor for class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
Responses.ErrorResponse(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
Responses.ErrorResponse.Builder - Class in org.apache.calcite.avatica.proto
Protobuf type ErrorResponse
Responses.ErrorResponse.Builder() - Constructor for class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
 
Responses.ErrorResponse.Builder(GeneratedMessage.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
 
Responses.ErrorResponseOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Responses.ExecuteResponse - Class in org.apache.calcite.avatica.proto
Protobuf type ExecuteResponse
Responses.ExecuteResponse(GeneratedMessage.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
 
Responses.ExecuteResponse() - Constructor for class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
 
Responses.ExecuteResponse(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Responses.ExecuteResponse
 
Responses.ExecuteResponse.Builder - Class in org.apache.calcite.avatica.proto
Protobuf type ExecuteResponse
Responses.ExecuteResponse.Builder() - Constructor for class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
 
Responses.ExecuteResponse.Builder(GeneratedMessage.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
 
Responses.ExecuteResponseOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Responses.FetchResponse - Class in org.apache.calcite.avatica.proto
Protobuf type FetchResponse
Responses.FetchResponse(GeneratedMessage.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Responses.FetchResponse
 
Responses.FetchResponse() - Constructor for class org.apache.calcite.avatica.proto.Responses.FetchResponse
 
Responses.FetchResponse(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Responses.FetchResponse
 
Responses.FetchResponse.Builder - Class in org.apache.calcite.avatica.proto
Protobuf type FetchResponse
Responses.FetchResponse.Builder() - Constructor for class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
 
Responses.FetchResponse.Builder(GeneratedMessage.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
 
Responses.FetchResponseOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Responses.OpenConnectionResponse - Class in org.apache.calcite.avatica.proto
Protobuf type OpenConnectionResponse
Responses.OpenConnectionResponse(GeneratedMessage.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
 
Responses.OpenConnectionResponse() - Constructor for class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
 
Responses.OpenConnectionResponse(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
 
Responses.OpenConnectionResponse.Builder - Class in org.apache.calcite.avatica.proto
Protobuf type OpenConnectionResponse
Responses.OpenConnectionResponse.Builder() - Constructor for class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse.Builder
 
Responses.OpenConnectionResponse.Builder(GeneratedMessage.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse.Builder
 
Responses.OpenConnectionResponseOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Responses.PrepareResponse - Class in org.apache.calcite.avatica.proto
Protobuf type PrepareResponse
Responses.PrepareResponse(GeneratedMessage.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Responses.PrepareResponse
 
Responses.PrepareResponse() - Constructor for class org.apache.calcite.avatica.proto.Responses.PrepareResponse
 
Responses.PrepareResponse(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Responses.PrepareResponse
 
Responses.PrepareResponse.Builder - Class in org.apache.calcite.avatica.proto
Protobuf type PrepareResponse
Responses.PrepareResponse.Builder() - Constructor for class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
 
Responses.PrepareResponse.Builder(GeneratedMessage.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
 
Responses.PrepareResponseOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Responses.ResultSetResponse - Class in org.apache.calcite.avatica.proto
Protobuf type ResultSetResponse
Responses.ResultSetResponse(GeneratedMessage.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
 
Responses.ResultSetResponse() - Constructor for class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
 
Responses.ResultSetResponse(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
 
Responses.ResultSetResponse.Builder - Class in org.apache.calcite.avatica.proto
Protobuf type ResultSetResponse
Responses.ResultSetResponse.Builder() - Constructor for class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
 
Responses.ResultSetResponse.Builder(GeneratedMessage.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
 
Responses.ResultSetResponseOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Responses.RollbackResponse - Class in org.apache.calcite.avatica.proto
Protobuf type RollbackResponse
Responses.RollbackResponse(GeneratedMessage.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Responses.RollbackResponse
 
Responses.RollbackResponse() - Constructor for class org.apache.calcite.avatica.proto.Responses.RollbackResponse
 
Responses.RollbackResponse(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Responses.RollbackResponse
 
Responses.RollbackResponse.Builder - Class in org.apache.calcite.avatica.proto
Protobuf type RollbackResponse
Responses.RollbackResponse.Builder() - Constructor for class org.apache.calcite.avatica.proto.Responses.RollbackResponse.Builder
 
Responses.RollbackResponse.Builder(GeneratedMessage.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Responses.RollbackResponse.Builder
 
Responses.RollbackResponseOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Responses.RpcMetadata - Class in org.apache.calcite.avatica.proto
Protobuf type RpcMetadata
Responses.RpcMetadata(GeneratedMessage.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Responses.RpcMetadata
 
Responses.RpcMetadata() - Constructor for class org.apache.calcite.avatica.proto.Responses.RpcMetadata
 
Responses.RpcMetadata(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Responses.RpcMetadata
 
Responses.RpcMetadata.Builder - Class in org.apache.calcite.avatica.proto
Protobuf type RpcMetadata
Responses.RpcMetadata.Builder() - Constructor for class org.apache.calcite.avatica.proto.Responses.RpcMetadata.Builder
 
Responses.RpcMetadata.Builder(GeneratedMessage.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Responses.RpcMetadata.Builder
 
Responses.RpcMetadataOrBuilder - Interface in org.apache.calcite.avatica.proto
 
Responses.SyncResultsResponse - Class in org.apache.calcite.avatica.proto
Protobuf type SyncResultsResponse
Responses.SyncResultsResponse(GeneratedMessage.Builder<?>) - Constructor for class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
 
Responses.SyncResultsResponse() - Constructor for class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
 
Responses.SyncResultsResponse(CodedInputStream, ExtensionRegistryLite) - Constructor for class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
 
Responses.SyncResultsResponse.Builder - Class in org.apache.calcite.avatica.proto
Protobuf type SyncResultsResponse
Responses.SyncResultsResponse.Builder() - Constructor for class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
 
Responses.SyncResultsResponse.Builder(GeneratedMessage.BuilderParent) - Constructor for class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
 
Responses.SyncResultsResponseOrBuilder - Interface in org.apache.calcite.avatica.proto
 
ResponseTranslator - Class in org.apache.calcite.avatica.remote
Encapsulate the logic of transforming a protobuf Response message into the Avatica POJO Response.
ResponseTranslator(Parser<? extends Message>, Service.Response) - Constructor for class org.apache.calcite.avatica.remote.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
 
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
 
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
 
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
 
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
 
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.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
 

S

s - Variable in class org.apache.calcite.avatica.ConnectStringParser
 
s - Variable in class org.apache.calcite.avatica.Meta.Pat
 
sanitize() - Method in class org.apache.calcite.avatica.Meta.Signature
Creates a copy of this Signature with null lists and maps converted to empty.
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
 
scalar(int, String, ColumnMetaData.Rep) - Static method in class org.apache.calcite.avatica.ColumnMetaData
SCALAR_VALUE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ColumnValue
 
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.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() - Method in interface org.apache.calcite.avatica.ConnectionConfig
 
schema() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
 
schema - Variable in class org.apache.calcite.avatica.ConnectionPropertiesImpl
 
schema_ - Variable in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
 
schema_ - Variable in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
SCHEMA_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
SCHEMA_NAME_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
SCHEMA_PATTERN_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
 
SCHEMA_PATTERN_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.SchemasRequest
 
SCHEMA_PATTERN_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.TablesRequest
 
schemaName - Variable in class org.apache.calcite.avatica.ColumnMetaData
 
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
 
scope - Variable in class org.apache.calcite.avatica.MetaImpl.MetaVersionColumn
 
scopeCatalog - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
 
scopeSchema - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
 
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
 
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 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
 
separator - Variable in enum org.apache.calcite.avatica.util.TimeUnit
 
sequence(int) - Static method in class org.apache.calcite.avatica.util.Spaces
Creates a sequence of n spaces.
serial - Variable in enum org.apache.calcite.avatica.SqlType
Class used to serialize values of this type as JSON.
serialization() - Method in interface org.apache.calcite.avatica.ConnectionConfig
 
serialization() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
 
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.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.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
 
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.Request as a protocol buffer.
serializeRequest(Service.Request) - Method in class org.apache.calcite.avatica.remote.ProtobufTranslationImpl
 
serializeResponse(Service.Response) - Method in interface org.apache.calcite.avatica.remote.ProtobufTranslation
Serializes a Service.Response as a protocol buffer.
serializeResponse(Service.Response) - Method in class org.apache.calcite.avatica.remote.ProtobufTranslationImpl
 
serializeScalar(Object) - Static method in class org.apache.calcite.avatica.Meta.Frame
 
serialToJdbc(ColumnMetaData.Rep, Object, Calendar) - Static method in class org.apache.calcite.avatica.remote.TypedValue
 
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.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.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.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.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_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
 
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.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.Base() - Constructor for class org.apache.calcite.avatica.remote.Service.Base
 
Service.CatalogsRequest - Class in org.apache.calcite.avatica.remote
Service.CatalogsRequest() - Constructor for class org.apache.calcite.avatica.remote.Service.CatalogsRequest
 
Service.CatalogsRequest(String) - Constructor for class org.apache.calcite.avatica.remote.Service.CatalogsRequest
 
Service.CloseConnectionRequest - Class in org.apache.calcite.avatica.remote
Service.CloseConnectionRequest() - Constructor for class org.apache.calcite.avatica.remote.Service.CloseConnectionRequest
 
Service.CloseConnectionRequest(String) - Constructor for class org.apache.calcite.avatica.remote.Service.CloseConnectionRequest
 
Service.CloseConnectionResponse - Class in org.apache.calcite.avatica.remote
Service.CloseConnectionResponse() - Constructor for class org.apache.calcite.avatica.remote.Service.CloseConnectionResponse
 
Service.CloseConnectionResponse(Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.CloseConnectionResponse
 
Service.CloseStatementRequest - Class in org.apache.calcite.avatica.remote
Service.CloseStatementRequest() - Constructor for class org.apache.calcite.avatica.remote.Service.CloseStatementRequest
 
Service.CloseStatementRequest(String, int) - Constructor for class org.apache.calcite.avatica.remote.Service.CloseStatementRequest
 
Service.CloseStatementResponse - Class in org.apache.calcite.avatica.remote
Service.CloseStatementResponse() - Constructor for class org.apache.calcite.avatica.remote.Service.CloseStatementResponse
 
Service.CloseStatementResponse(Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.CloseStatementResponse
 
Service.ColumnsRequest - Class in org.apache.calcite.avatica.remote
Service.ColumnsRequest() - Constructor for class org.apache.calcite.avatica.remote.Service.ColumnsRequest
 
Service.ColumnsRequest(String, String, String, String, String) - Constructor for class org.apache.calcite.avatica.remote.Service.ColumnsRequest
 
Service.CommitRequest - Class in org.apache.calcite.avatica.remote
An RPC request to invoke a commit on a Connection.
Service.CommitRequest() - Constructor for class org.apache.calcite.avatica.remote.Service.CommitRequest
 
Service.CommitRequest(String) - Constructor for class org.apache.calcite.avatica.remote.Service.CommitRequest
 
Service.CommitResponse - Class in org.apache.calcite.avatica.remote
An RPC response from invoking commit on a Connection.
Service.CommitResponse() - Constructor for class org.apache.calcite.avatica.remote.Service.CommitResponse
 
Service.ConnectionSyncRequest - Class in org.apache.calcite.avatica.remote
Service.ConnectionSyncRequest() - Constructor for class org.apache.calcite.avatica.remote.Service.ConnectionSyncRequest
 
Service.ConnectionSyncRequest(String, Meta.ConnectionProperties) - Constructor for class org.apache.calcite.avatica.remote.Service.ConnectionSyncRequest
 
Service.ConnectionSyncResponse - Class in org.apache.calcite.avatica.remote
Service.ConnectionSyncResponse() - Constructor for class org.apache.calcite.avatica.remote.Service.ConnectionSyncResponse
 
Service.ConnectionSyncResponse(Meta.ConnectionProperties, Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.ConnectionSyncResponse
 
Service.CreateStatementRequest - Class in org.apache.calcite.avatica.remote
Service.CreateStatementRequest() - Constructor for class org.apache.calcite.avatica.remote.Service.CreateStatementRequest
 
Service.CreateStatementRequest(String) - Constructor for class org.apache.calcite.avatica.remote.Service.CreateStatementRequest
 
Service.CreateStatementResponse - Class in org.apache.calcite.avatica.remote
Service.CreateStatementResponse() - Constructor for class org.apache.calcite.avatica.remote.Service.CreateStatementResponse
 
Service.CreateStatementResponse(String, int, Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.CreateStatementResponse
 
Service.DatabasePropertyRequest - Class in org.apache.calcite.avatica.remote
Service.DatabasePropertyRequest() - Constructor for class org.apache.calcite.avatica.remote.Service.DatabasePropertyRequest
 
Service.DatabasePropertyRequest(String) - Constructor for class org.apache.calcite.avatica.remote.Service.DatabasePropertyRequest
 
Service.DatabasePropertyResponse - Class in org.apache.calcite.avatica.remote
Service.DatabasePropertyResponse() - Constructor for class org.apache.calcite.avatica.remote.Service.DatabasePropertyResponse
 
Service.DatabasePropertyResponse(Map<Meta.DatabaseProperty, Object>, Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.DatabasePropertyResponse
 
Service.ErrorResponse - Class in org.apache.calcite.avatica.remote
Response for any request that the server failed to successfully perform.
Service.ErrorResponse() - Constructor for class org.apache.calcite.avatica.remote.Service.ErrorResponse
 
Service.ErrorResponse(List<String>, String, int, String, AvaticaSeverity, Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.ErrorResponse
 
Service.ErrorResponse(Exception, String, int, String, AvaticaSeverity, Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.ErrorResponse
 
Service.ErrorResponse(String, int, String, AvaticaSeverity, List<String>, Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.ErrorResponse
 
Service.ExecuteRequest - Class in org.apache.calcite.avatica.remote
Service.ExecuteRequest() - Constructor for class org.apache.calcite.avatica.remote.Service.ExecuteRequest
 
Service.ExecuteRequest(Meta.StatementHandle, List<TypedValue>, long) - Constructor for class org.apache.calcite.avatica.remote.Service.ExecuteRequest
 
Service.ExecuteResponse - Class in org.apache.calcite.avatica.remote
Service.ExecuteResponse() - Constructor for class org.apache.calcite.avatica.remote.Service.ExecuteResponse
 
Service.ExecuteResponse(List<Service.ResultSetResponse>, boolean, Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.ExecuteResponse
 
Service.Factory - Interface in org.apache.calcite.avatica.remote
Factory that creates a Service.
Service.FetchRequest - Class in org.apache.calcite.avatica.remote
Service.FetchRequest() - Constructor for class org.apache.calcite.avatica.remote.Service.FetchRequest
 
Service.FetchRequest(String, int, long, int) - Constructor for class org.apache.calcite.avatica.remote.Service.FetchRequest
 
Service.FetchResponse - Class in org.apache.calcite.avatica.remote
Response from Service.FetchRequest.
Service.FetchResponse() - Constructor for class org.apache.calcite.avatica.remote.Service.FetchResponse
 
Service.FetchResponse(Meta.Frame, boolean, boolean, Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.FetchResponse
 
Service.OpenConnectionRequest - Class in org.apache.calcite.avatica.remote
Service.OpenConnectionRequest() - Constructor for class org.apache.calcite.avatica.remote.Service.OpenConnectionRequest
 
Service.OpenConnectionRequest(String, Map<String, String>) - Constructor for class org.apache.calcite.avatica.remote.Service.OpenConnectionRequest
 
Service.OpenConnectionResponse - Class in org.apache.calcite.avatica.remote
Service.OpenConnectionResponse() - Constructor for class org.apache.calcite.avatica.remote.Service.OpenConnectionResponse
 
Service.OpenConnectionResponse(Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.OpenConnectionResponse
 
Service.PrepareAndExecuteRequest - Class in org.apache.calcite.avatica.remote
Service.PrepareAndExecuteRequest() - Constructor for class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteRequest
 
Service.PrepareAndExecuteRequest(String, int, String, long) - Constructor for class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteRequest
 
Service.PrepareRequest - Class in org.apache.calcite.avatica.remote
Service.PrepareRequest() - Constructor for class org.apache.calcite.avatica.remote.Service.PrepareRequest
 
Service.PrepareRequest(String, String, long) - Constructor for class org.apache.calcite.avatica.remote.Service.PrepareRequest
 
Service.PrepareResponse - Class in org.apache.calcite.avatica.remote
Response from Service.PrepareRequest.
Service.PrepareResponse() - Constructor for class org.apache.calcite.avatica.remote.Service.PrepareResponse
 
Service.PrepareResponse(Meta.StatementHandle, Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.PrepareResponse
 
Service.Request - Class in org.apache.calcite.avatica.remote
Base class for all service request messages.
Service.Request() - Constructor for class org.apache.calcite.avatica.remote.Service.Request
 
Service.Response - Class in org.apache.calcite.avatica.remote
Base class for all service response messages.
Service.Response() - Constructor for class org.apache.calcite.avatica.remote.Service.Response
 
Service.ResultSetResponse - Class in org.apache.calcite.avatica.remote
Response that contains a result set.
Service.ResultSetResponse() - Constructor for class org.apache.calcite.avatica.remote.Service.ResultSetResponse
 
Service.ResultSetResponse(String, int, boolean, Meta.Signature, Meta.Frame, long, Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.ResultSetResponse
 
Service.RollbackRequest - Class in org.apache.calcite.avatica.remote
An RPC request to invoke a rollback on a Connection.
Service.RollbackRequest() - Constructor for class org.apache.calcite.avatica.remote.Service.RollbackRequest
 
Service.RollbackRequest(String) - Constructor for class org.apache.calcite.avatica.remote.Service.RollbackRequest
 
Service.RollbackResponse - Class in org.apache.calcite.avatica.remote
An RPC response from invoking rollback on a Connection.
Service.RollbackResponse() - Constructor for class org.apache.calcite.avatica.remote.Service.RollbackResponse
 
Service.RpcMetadataResponse - Class in org.apache.calcite.avatica.remote
Response that includes information about the server that handled an RPC.
Service.RpcMetadataResponse() - Constructor for class org.apache.calcite.avatica.remote.Service.RpcMetadataResponse
 
Service.RpcMetadataResponse(String) - Constructor for class org.apache.calcite.avatica.remote.Service.RpcMetadataResponse
 
Service.SchemasRequest - Class in org.apache.calcite.avatica.remote
Service.SchemasRequest() - Constructor for class org.apache.calcite.avatica.remote.Service.SchemasRequest
 
Service.SchemasRequest(String, String, String) - Constructor for class org.apache.calcite.avatica.remote.Service.SchemasRequest
 
Service.SyncResultsRequest - Class in org.apache.calcite.avatica.remote
Service.SyncResultsRequest() - Constructor for class org.apache.calcite.avatica.remote.Service.SyncResultsRequest
 
Service.SyncResultsRequest(String, int, QueryState, long) - Constructor for class org.apache.calcite.avatica.remote.Service.SyncResultsRequest
 
Service.SyncResultsResponse - Class in org.apache.calcite.avatica.remote
Service.SyncResultsResponse() - Constructor for class org.apache.calcite.avatica.remote.Service.SyncResultsResponse
 
Service.SyncResultsResponse(boolean, boolean, Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.SyncResultsResponse
 
Service.TablesRequest - Class in org.apache.calcite.avatica.remote
Service.TablesRequest() - Constructor for class org.apache.calcite.avatica.remote.Service.TablesRequest
 
Service.TablesRequest(String, String, String, String, List<String>) - Constructor for class org.apache.calcite.avatica.remote.Service.TablesRequest
 
Service.TableTypesRequest - Class in org.apache.calcite.avatica.remote
Service.TableTypesRequest() - Constructor for class org.apache.calcite.avatica.remote.Service.TableTypesRequest
 
Service.TableTypesRequest(String) - Constructor for class org.apache.calcite.avatica.remote.Service.TableTypesRequest
 
Service.TypeInfoRequest - Class in org.apache.calcite.avatica.remote
Service.TypeInfoRequest() - Constructor for class org.apache.calcite.avatica.remote.Service.TypeInfoRequest
 
Service.TypeInfoRequest(String) - Constructor for class org.apache.calcite.avatica.remote.Service.TypeInfoRequest
 
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.Builder) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
repeated .TypedValue array_value = 2;
setAsciiStream(int, InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaJdbc41Factory.AvaticaJdbc41PreparedStatement
 
setAsciiStream(int, InputStream) - Method in class org.apache.calcite.avatica.AvaticaJdbc41Factory.AvaticaJdbc41PreparedStatement
 
setAsciiStream(int, InputStream, int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setAsciiStream(InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setAsciiStream(InputStream) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setAutoCommit(boolean) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
setAutoCommit(boolean) - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
Sets autoCommit status and flag as dirty.
setAutoCommit(boolean) - Method in interface org.apache.calcite.avatica.Meta.ConnectionProperties
Set autoCommit status.
setAutoCommit(boolean) - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
optional bool auto_commit = 2;
setAutoIncrement(boolean) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional 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, long) - Method in class org.apache.calcite.avatica.AvaticaJdbc41Factory.AvaticaJdbc41PreparedStatement
 
setBinaryStream(int, InputStream) - Method in class org.apache.calcite.avatica.AvaticaJdbc41Factory.AvaticaJdbc41PreparedStatement
 
setBinaryStream(int, InputStream, int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setBinaryStream(InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setBinaryStream(InputStream) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setBlob(int, InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaJdbc41Factory.AvaticaJdbc41PreparedStatement
 
setBlob(int, InputStream) - Method in class org.apache.calcite.avatica.AvaticaJdbc41Factory.AvaticaJdbc41PreparedStatement
 
setBlob(int, Blob) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setBlob(InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setBlob(InputStream) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setBlob(Blob) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setBoolean(int, boolean) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setBoolean(boolean) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setBoolValue(boolean) - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
optional bool bool_value = 2;
setBoolValue(boolean) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
optional bool bool_value = 2;
setByte(int, byte) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setByte(byte) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setBytes(int, byte[]) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setBytes(byte[]) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setBytesValues(ByteString) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
optional bytes bytes_values = 5;
setCaseSensitive(boolean) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional bool case_sensitive = 3;
setCatalog(String) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
setCatalog(String) - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
Sets catalog and flag as dirty.
setCatalog(String) - Method in interface org.apache.calcite.avatica.Meta.ConnectionProperties
Set catalog.
setCatalog(String) - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
optional string catalog = 5;
setCatalog(String) - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
optional string catalog = 1;
setCatalog(String) - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
optional string catalog = 1;
setCatalog(String) - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
optional string catalog = 1;
setCatalogBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
optional string catalog = 5;
setCatalogBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
optional string catalog = 1;
setCatalogBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
optional string catalog = 1;
setCatalogBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
optional string catalog = 1;
setCatalogName(String) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional string catalog_name = 15;
setCatalogNameBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional string catalog_name = 15;
setChar(char) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setCharacterStream(int, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaJdbc41Factory.AvaticaJdbc41PreparedStatement
 
setCharacterStream(int, Reader) - Method in class org.apache.calcite.avatica.AvaticaJdbc41Factory.AvaticaJdbc41PreparedStatement
 
setCharacterStream(int, Reader, int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setCharacterStream(Reader, long) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setCharacterStream(Reader) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setClassName(String) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
optional string class_name = 6;
setClassName(String) - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
optional string class_name = 2;
setClassNameBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
optional string class_name = 6;
setClassNameBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
optional 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, long) - Method in class org.apache.calcite.avatica.AvaticaJdbc41Factory.AvaticaJdbc41PreparedStatement
 
setClob(int, Reader) - Method in class org.apache.calcite.avatica.AvaticaJdbc41Factory.AvaticaJdbc41PreparedStatement
 
setClob(int, Clob) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setClob(Reader, long) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setClob(Reader) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setClob(Clob) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setColumnClassName(String) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional string column_class_name = 19;
setColumnClassNameBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional string column_class_name = 19;
setColumnName(String) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional string column_name = 10;
setColumnNameBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional string column_name = 10;
setColumnNamePattern(String) - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
optional string column_name_pattern = 4;
setColumnNamePatternBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
optional string column_name_pattern = 4;
setColumns(int, Common.ColumnMetaData) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
repeated .ColumnMetaData columns = 4;
setColumns(int, Common.ColumnMetaData.Builder) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
repeated .ColumnMetaData columns = 4;
setColumns(int, Common.ColumnMetaData) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
repeated .ColumnMetaData columns = 1;
setColumns(int, Common.ColumnMetaData.Builder) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
repeated .ColumnMetaData columns = 1;
setComponent(Common.AvaticaType) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
optional .AvaticaType component = 5;
setComponent(Common.AvaticaType.Builder) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
optional .AvaticaType component = 5;
setConnectionId(String) - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
optional string connection_id = 1;
setConnectionId(String) - Method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest.Builder
optional string connection_id = 1;
setConnectionId(String) - Method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest.Builder
optional string connection_id = 1;
setConnectionId(String) - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest.Builder
optional string connection_id = 1;
setConnectionId(String) - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
optional string connection_id = 5;
setConnectionId(String) - Method in class org.apache.calcite.avatica.proto.Requests.CommitRequest.Builder
optional string connection_id = 1;
setConnectionId(String) - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
optional string connection_id = 1;
setConnectionId(String) - Method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest.Builder
optional string connection_id = 1;
setConnectionId(String) - Method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest.Builder
optional string connection_id = 1;
setConnectionId(String) - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
optional string connection_id = 1;
setConnectionId(String) - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
optional string connection_id = 1;
setConnectionId(String) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
optional string connection_id = 1;
setConnectionId(String) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
optional string connection_id = 1;
setConnectionId(String) - Method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest.Builder
optional string connection_id = 1;
setConnectionId(String) - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
optional string connection_id = 3;
setConnectionId(String) - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
optional string connection_id = 1;
setConnectionId(String) - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
optional string connection_id = 7;
setConnectionId(String) - Method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest.Builder
optional string connection_id = 1;
setConnectionId(String) - Method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest.Builder
optional string connection_id = 1;
setConnectionId(String) - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
optional string connection_id = 1;
setConnectionId(String) - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
optional string connection_id = 1;
setConnectionIdBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
optional string connection_id = 1;
setConnectionIdBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.CatalogsRequest.Builder
optional string connection_id = 1;
setConnectionIdBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.CloseConnectionRequest.Builder
optional string connection_id = 1;
setConnectionIdBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest.Builder
optional string connection_id = 1;
setConnectionIdBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
optional string connection_id = 5;
setConnectionIdBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.CommitRequest.Builder
optional string connection_id = 1;
setConnectionIdBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
optional string connection_id = 1;
setConnectionIdBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.CreateStatementRequest.Builder
optional string connection_id = 1;
setConnectionIdBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.DatabasePropertyRequest.Builder
optional string connection_id = 1;
setConnectionIdBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
optional string connection_id = 1;
setConnectionIdBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.OpenConnectionRequest.Builder
optional string connection_id = 1;
setConnectionIdBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
optional string connection_id = 1;
setConnectionIdBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
optional string connection_id = 1;
setConnectionIdBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.RollbackRequest.Builder
optional string connection_id = 1;
setConnectionIdBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
optional string connection_id = 3;
setConnectionIdBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
optional string connection_id = 1;
setConnectionIdBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
optional string connection_id = 7;
setConnectionIdBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.TableTypesRequest.Builder
optional string connection_id = 1;
setConnectionIdBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.TypeInfoRequest.Builder
optional string connection_id = 1;
setConnectionIdBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
optional string connection_id = 1;
setConnectionIdBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
optional string connection_id = 1;
setConnProps(Common.ConnectionProperties) - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
optional .ConnectionProperties conn_props = 2;
setConnProps(Common.ConnectionProperties.Builder) - Method in class org.apache.calcite.avatica.proto.Requests.ConnectionSyncRequest.Builder
optional .ConnectionProperties conn_props = 2;
setConnProps(Common.ConnectionProperties) - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
optional .ConnectionProperties conn_props = 1;
setConnProps(Common.ConnectionProperties.Builder) - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
optional .ConnectionProperties conn_props = 1;
setCurrency(boolean) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional 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
optional .CursorFactory cursor_factory = 4;
setCursorFactory(Common.CursorFactory.Builder) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
optional .CursorFactory cursor_factory = 4;
setCursorName(String) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
setDate(int, Date, Calendar) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setDate(int, Date) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setDate(Date, Calendar) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setDefinitelyWritable(boolean) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional bool definitely_writable = 18;
setDirty(boolean) - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
 
setDisplaySize(int) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional uint32 display_size = 8;
setDone(boolean) - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
optional bool done = 2;
setDouble(int, double) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setDouble(double) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setDoubleValue(double) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
optional double double_value = 6;
setErrorCode(int) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
optional uint32 error_code = 4;
setErrorMessage(String) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
optional string error_message = 2;
setErrorMessageBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
optional string error_message = 2;
setEscapeProcessing(boolean) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
setExceptions(int, String) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
repeated string exceptions = 1;
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
optional uint32 fetch_max_row_count = 4;
setFetchSize(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
setFetchSize(int) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
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
optional .Frame first_frame = 5;
setFirstFrame(Common.Frame.Builder) - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
optional .Frame first_frame = 5;
setFloat(int, float) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setFloat(float) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setFrame(Common.Frame) - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
optional .Frame frame = 1;
setFrame(Common.Frame.Builder) - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
optional .Frame frame = 1;
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
optional bool has_args = 5;
setHasArrayValue(boolean) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
optional bool has_array_value = 3;
setHasAutoCommit(boolean) - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
optional bool has_auto_commit = 7;
setHasExceptions(boolean) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
optional bool has_exceptions = 7;
setHasOp(boolean) - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
optional bool has_op = 7;
setHasParameterValues(boolean) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
optional bool has_parameter_values = 4;
setHasReadOnly(boolean) - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
optional bool has_read_only = 8;
setHasSql(boolean) - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
optional bool has_sql = 6;
setHasTypeList(boolean) - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
optional bool has_type_list = 6;
setHoldability(int) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
setId(int) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
optional uint32 id = 1;
setId(int) - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
optional uint32 id = 2;
setInt(int, int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setInt(int) - Method in class org.apache.calcite.avatica.AvaticaSite
 
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
optional sint32 int_value = 3;
setIsDirty(boolean) - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
optional bool is_dirty = 1;
setKey(Common.DatabaseProperty) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
optional .DatabaseProperty key = 1;
setKey(Common.DatabaseProperty.Builder) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
optional .DatabaseProperty key = 1;
setLabel(String) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional string label = 9;
setLabelBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional string label = 9;
setLargeMaxRows(long) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
setLargeMaxRows(Statement, long) - Static method in class org.apache.calcite.avatica.AvaticaUtils
Invokes Statement#setLargeMaxRows, falling back on Statement.setMaxRows(int) if the method does not exist (before JDK 1.8) or throws UnsupportedOperationException.
setLong(int, long) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setLong(long) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setMaxFieldSize(int) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
setMaxRowCount(long) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
optional uint64 max_row_count = 3;
setMaxRowCount(long) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
optional uint64 max_row_count = 3;
setMaxRowCount(long) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
optional uint64 max_row_count = 3;
setMaxRows(int) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
setMetadata(Responses.RpcMetadata) - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse.Builder
optional .RpcMetadata metadata = 1;
setMetadata(Responses.RpcMetadata.Builder) - Method in class org.apache.calcite.avatica.proto.Responses.CloseConnectionResponse.Builder
optional .RpcMetadata metadata = 1;
setMetadata(Responses.RpcMetadata) - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse.Builder
optional .RpcMetadata metadata = 1;
setMetadata(Responses.RpcMetadata.Builder) - Method in class org.apache.calcite.avatica.proto.Responses.CloseStatementResponse.Builder
optional .RpcMetadata metadata = 1;
setMetadata(Responses.RpcMetadata) - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
optional .RpcMetadata metadata = 2;
setMetadata(Responses.RpcMetadata.Builder) - Method in class org.apache.calcite.avatica.proto.Responses.ConnectionSyncResponse.Builder
optional .RpcMetadata metadata = 2;
setMetadata(Responses.RpcMetadata) - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
optional .RpcMetadata metadata = 3;
setMetadata(Responses.RpcMetadata.Builder) - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
optional .RpcMetadata metadata = 3;
setMetadata(Responses.RpcMetadata) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
optional .RpcMetadata metadata = 3;
setMetadata(Responses.RpcMetadata.Builder) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
optional .RpcMetadata metadata = 3;
setMetadata(Responses.RpcMetadata) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
optional .RpcMetadata metadata = 2;
setMetadata(Responses.RpcMetadata.Builder) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyResponse.Builder
optional .RpcMetadata metadata = 2;
setMetadata(Responses.RpcMetadata) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
optional .RpcMetadata metadata = 6;
setMetadata(Responses.RpcMetadata.Builder) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
optional .RpcMetadata metadata = 6;
setMetadata(Responses.RpcMetadata) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
optional .RpcMetadata metadata = 3;
setMetadata(Responses.RpcMetadata.Builder) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
optional .RpcMetadata metadata = 3;
setMetadata(Responses.RpcMetadata) - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
optional .RpcMetadata metadata = 4;
setMetadata(Responses.RpcMetadata.Builder) - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
optional .RpcMetadata metadata = 4;
setMetadata(Responses.RpcMetadata) - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse.Builder
optional .RpcMetadata metadata = 1;
setMetadata(Responses.RpcMetadata.Builder) - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse.Builder
optional .RpcMetadata metadata = 1;
setMetadata(Responses.RpcMetadata) - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
optional .RpcMetadata metadata = 2;
setMetadata(Responses.RpcMetadata.Builder) - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
optional .RpcMetadata metadata = 2;
setMetadata(Responses.RpcMetadata) - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
optional .RpcMetadata metadata = 7;
setMetadata(Responses.RpcMetadata.Builder) - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
optional .RpcMetadata metadata = 7;
setMetadata(Responses.RpcMetadata) - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
optional .RpcMetadata metadata = 3;
setMetadata(Responses.RpcMetadata.Builder) - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
optional .RpcMetadata metadata = 3;
setMissingResults(boolean) - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
optional bool missing_results = 3;
setMissingStatement(boolean) - Method in class org.apache.calcite.avatica.proto.Responses.ExecuteResponse.Builder
optional bool missing_statement = 2;
setMissingStatement(boolean) - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse.Builder
optional bool missing_statement = 2;
setMissingStatement(boolean) - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
optional bool missing_statement = 1;
setMoreResults(boolean) - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse.Builder
optional bool more_results = 2;
setName(String) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
optional string name = 7;
setName(String) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
optional string name = 2;
setName(String) - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty.Builder
optional string name = 1;
setName(String) - Method in class org.apache.calcite.avatica.proto.Common.WireMessage.Builder
optional string name = 1;
setNameBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
optional string name = 7;
setNameBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
optional string name = 2;
setNameBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Common.DatabaseProperty.Builder
optional string name = 1;
setNameBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Common.WireMessage.Builder
optional string name = 1;
setNCharacterStream(int, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaJdbc41Factory.AvaticaJdbc41PreparedStatement
 
setNCharacterStream(int, Reader) - Method in class org.apache.calcite.avatica.AvaticaJdbc41Factory.AvaticaJdbc41PreparedStatement
 
setNCharacterStream(Reader, long) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setNCharacterStream(Reader) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setNClob(int, NClob) - Method in class org.apache.calcite.avatica.AvaticaJdbc41Factory.AvaticaJdbc41PreparedStatement
 
setNClob(int, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaJdbc41Factory.AvaticaJdbc41PreparedStatement
 
setNClob(int, Reader) - Method in class org.apache.calcite.avatica.AvaticaJdbc41Factory.AvaticaJdbc41PreparedStatement
 
setNClob(NClob) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setNClob(Reader, long) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setNClob(Reader) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setNetworkTimeout(Executor, int) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
setNString(int, String) - Method in class org.apache.calcite.avatica.AvaticaJdbc41Factory.AvaticaJdbc41PreparedStatement
 
setNString(String) - 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) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setNull(int, String) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setNull(boolean) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
optional bool null = 7;
setNullable(int) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional uint32 nullable = 6;
setNumberValue(long) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
optional sint64 number_value = 4;
setObject(int, Object, int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setObject(int, Object) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setObject(int, Object, int, int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setObject(Object, int) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setObject(Object) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setObject(Object, int, int) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setOffset(long) - Method in class org.apache.calcite.avatica.proto.Common.Frame.Builder
optional uint64 offset = 1;
setOffset(long) - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
optional uint64 offset = 3;
setOffset(long) - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
optional uint64 offset = 4;
setOp(Common.MetaDataOperation) - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
optional .MetaDataOperation op = 3;
setOpValue(int) - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
optional .MetaDataOperation op = 3;
setOrdinal(int) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional uint32 ordinal = 1;
setOwnStatement(boolean) - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
optional 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
optional uint32 parameter_type = 4;
setParameterValues(int, Common.TypedValue) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
repeated .TypedValue parameter_values = 2;
setParameterValues(int, Common.TypedValue.Builder) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
repeated .TypedValue parameter_values = 2;
setPoolable(boolean) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
setPrecision(int) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
optional uint32 precision = 2;
setPrecision(int) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional 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 readOnly status and flag as dirty.
setReadOnly(boolean) - Method in interface org.apache.calcite.avatica.Meta.ConnectionProperties
Set readOnly status.
setReadOnly(boolean) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional bool read_only = 16;
setReadOnly(boolean) - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
optional 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
optional .Rep rep = 3;
setRepValue(int) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaType.Builder
optional .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(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
optional .TypedValue scalar_value = 4;
setScalarValue(Common.TypedValue.Builder) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
optional .TypedValue scalar_value = 4;
setScale(int) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
optional uint32 scale = 3;
setScale(int) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional uint32 scale = 13;
setSchema(String) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
setSchema(String) - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
Sets schema and flag as dirty.
setSchema(String) - Method in interface org.apache.calcite.avatica.Meta.ConnectionProperties
Set schema.
setSchema(String) - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
optional string schema = 6;
setSchemaBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
optional string schema = 6;
setSchemaName(String) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional string schema_name = 11;
setSchemaNameBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional string schema_name = 11;
setSchemaPattern(String) - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
optional string schema_pattern = 2;
setSchemaPattern(String) - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
optional string schema_pattern = 2;
setSchemaPattern(String) - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
optional string schema_pattern = 2;
setSchemaPatternBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
optional string schema_pattern = 2;
setSchemaPatternBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.SchemasRequest.Builder
optional string schema_pattern = 2;
setSchemaPatternBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
optional string schema_pattern = 2;
setSearchable(boolean) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional bool searchable = 4;
setServerAddress(String) - Method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata.Builder
optional string server_address = 1;
setServerAddressBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata.Builder
optional string server_address = 1;
setSeverity(Common.Severity) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
optional .Severity severity = 3;
setSeverityValue(int) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
optional .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
optional .Signature signature = 3;
setSignature(Common.Signature.Builder) - Method in class org.apache.calcite.avatica.proto.Common.StatementHandle.Builder
optional .Signature signature = 3;
setSignature(Common.Signature) - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
optional .Signature signature = 4;
setSignature(Common.Signature.Builder) - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
optional .Signature signature = 4;
setSigned(boolean) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
optional bool signed = 1;
setSigned(boolean) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional bool signed = 7;
setSql(String) - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
optional string sql = 2;
setSql(String) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
optional string sql = 2;
setSql(String) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
optional string sql = 2;
setSql(String) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
optional string sql = 2;
setSqlBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
optional string sql = 2;
setSqlBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
optional string sql = 2;
setSqlBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
optional string sql = 2;
setSqlBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareRequest.Builder
optional string sql = 2;
setSqlState(String) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
optional string sql_state = 5;
setSqlStateBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
optional string sql_state = 5;
setSQLXML(int, SQLXML) - Method in class org.apache.calcite.avatica.AvaticaJdbc41Factory.AvaticaJdbc41PreparedStatement
 
setSQLXML(SQLXML) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setState(Common.QueryState) - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
optional .QueryState state = 3;
setState(Common.QueryState.Builder) - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
optional .QueryState state = 3;
setStatement(Common.StatementHandle) - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
optional .StatementHandle statement = 1;
setStatement(Common.StatementHandle.Builder) - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse.Builder
optional .StatementHandle statement = 1;
setStatementHandle(Common.StatementHandle) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
optional .StatementHandle statementHandle = 1;
setStatementHandle(Common.StatementHandle.Builder) - Method in class org.apache.calcite.avatica.proto.Requests.ExecuteRequest.Builder
optional .StatementHandle statementHandle = 1;
setStatementId(int) - Method in class org.apache.calcite.avatica.proto.Requests.CloseStatementRequest.Builder
optional uint32 statement_id = 2;
setStatementId(int) - Method in class org.apache.calcite.avatica.proto.Requests.FetchRequest.Builder
optional uint32 statement_id = 2;
setStatementId(int) - Method in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest.Builder
optional uint32 statement_id = 4;
setStatementId(int) - Method in class org.apache.calcite.avatica.proto.Requests.SyncResultsRequest.Builder
optional uint32 statement_id = 2;
setStatementId(int) - Method in class org.apache.calcite.avatica.proto.Responses.CreateStatementResponse.Builder
optional uint32 statement_id = 2;
setStatementId(int) - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse.Builder
optional uint32 statement_id = 2;
setStatementType(Common.StatementType) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
optional .StatementType statementType = 5;
setStatementTypeValue(int) - Method in class org.apache.calcite.avatica.proto.Common.Signature.Builder
optional .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
optional string string_value = 1;
setStringValue(String) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
optional string string_value = 3;
setStringValueBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
optional string string_value = 1;
setStringValueBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
optional string string_value = 3;
setStyle(Common.CursorFactory.Style) - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
optional .CursorFactory.Style style = 1;
setStyleValue(int) - Method in class org.apache.calcite.avatica.proto.Common.CursorFactory.Builder
optional .CursorFactory.Style style = 1;
setTableName(String) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional string table_name = 14;
setTableNameBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional string table_name = 14;
setTableNamePattern(String) - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
optional string table_name_pattern = 3;
setTableNamePattern(String) - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
optional string table_name_pattern = 3;
setTableNamePatternBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest.Builder
optional string table_name_pattern = 3;
setTableNamePatternBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Requests.TablesRequest.Builder
optional string table_name_pattern = 3;
setTime(int, Time, Calendar) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setTime(int, Time) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setTime(Time, Calendar) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setTimeout(long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
Sets the timeout that this result set will wait for a row from the underlying iterator.
setTimestamp(int, Timestamp, Calendar) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setTimestamp(int, Timestamp) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setTimestamp(Timestamp, Calendar) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setTransactionIsolation(int) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
setTransactionIsolation(int) - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
Sets transactionIsolation status and flag as dirty.
setTransactionIsolation(int) - Method in interface org.apache.calcite.avatica.Meta.ConnectionProperties
Set transactionIsolation status.
setTransactionIsolation(int) - Method in class org.apache.calcite.avatica.proto.Common.ConnectionProperties.Builder
optional uint32 transaction_isolation = 4;
setType(Common.AvaticaType) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional .AvaticaType type = 20;
setType(Common.AvaticaType.Builder) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional .AvaticaType type = 20;
setType(Common.MetaDataOperationArgument.ArgumentType) - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
optional .MetaDataOperationArgument.ArgumentType type = 6;
setType(Common.StateType) - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
optional .StateType type = 1;
setType(Common.Rep) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
optional .Rep 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
optional string type_name = 5;
setTypeNameBytes(ByteString) - Method in class org.apache.calcite.avatica.proto.Common.AvaticaParameter.Builder
optional string type_name = 5;
setTypeValue(int) - Method in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
optional .MetaDataOperationArgument.ArgumentType type = 6;
setTypeValue(int) - Method in class org.apache.calcite.avatica.proto.Common.QueryState.Builder
optional .StateType type = 1;
setTypeValue(int) - Method in class org.apache.calcite.avatica.proto.Common.TypedValue.Builder
optional .Rep type = 1;
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.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.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.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.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
optional uint64 update_count = 6;
setURL(int, URL) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setURL(URL) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setValue(int, Common.TypedValue) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
repeated .TypedValue value = 1;
setValue(int, Common.TypedValue.Builder) - Method in class org.apache.calcite.avatica.proto.Common.ColumnValue.Builder
repeated .TypedValue value = 1;
setValue(int, Common.ColumnValue) - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
repeated .ColumnValue value = 1;
setValue(int, Common.ColumnValue.Builder) - Method in class org.apache.calcite.avatica.proto.Common.Row.Builder
repeated .ColumnValue value = 1;
setValue(Common.TypedValue) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
optional .TypedValue value = 2;
setValue(Common.TypedValue.Builder) - Method in class org.apache.calcite.avatica.proto.Responses.DatabasePropertyElement.Builder
optional .TypedValue value = 2;
setWrappedMessage(ByteString) - Method in class org.apache.calcite.avatica.proto.Common.WireMessage.Builder
optional bytes wrapped_message = 2;
setWritable(boolean) - Method in class org.apache.calcite.avatica.proto.Common.ColumnMetaData.Builder
optional 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_ - Variable in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
 
severity_ - Variable in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
SEVERITY_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
SHORT_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
SHORT = 11;
signature - Variable in class org.apache.calcite.avatica.AvaticaResultSet
 
signature - 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_ - 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_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
 
slots - Variable in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
slots - Variable in class org.apache.calcite.avatica.AvaticaSite
 
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.
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 of i spaces.
Spaces.SpaceList() - Constructor for class org.apache.calcite.avatica.util.Spaces.SpaceList
 
Spaces.SpaceString - Class in org.apache.calcite.avatica.util
A string of spaces.
Spaces.SpaceString(int) - Constructor for class org.apache.calcite.avatica.util.Spaces.SpaceString
 
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_ - 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_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.QueryState
 
SQL_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.Signature
 
SQL_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.PrepareAndExecuteRequest
 
SQL_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.PrepareRequest
 
SQL_STATE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
SQL_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.StateType
SQL = 0;
sqlDataType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
 
sqlDataType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
 
sqlDatetimeSub - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
 
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_ - Variable in class org.apache.calcite.avatica.proto.Responses.ErrorResponse.Builder
 
sqlState_ - Variable in class org.apache.calcite.avatica.proto.Responses.ErrorResponse
 
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, Class, Class) - Constructor for enum org.apache.calcite.avatica.SqlType
 
SqlType(int, Class, Class) - Constructor for enum org.apache.calcite.avatica.SqlType
 
SqlType(int, Class) - Constructor for enum org.apache.calcite.avatica.SqlType
 
SqlType.Method - Enum in org.apache.calcite.avatica
Getter methods in ResultSet.
SqlType.Method(String) - Constructor for enum org.apache.calcite.avatica.SqlType.Method
 
sqlTypeName - Variable in class org.apache.calcite.avatica.MetaImpl.TypeInfo
 
stackTraces - Variable in exception org.apache.calcite.avatica.AvaticaSqlException
 
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_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_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.FetchRequest
 
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.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_ - 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.FetchRequest
 
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.FetchRequest.Builder
 
statementId_ - Variable in class org.apache.calcite.avatica.proto.Requests.FetchRequest
 
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.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_ - 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
 
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
 
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
 
string - Variable in enum org.apache.calcite.avatica.util.Quoting
 
STRING_ARRAY_VALUES_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
 
STRING_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.ArgumentType
STRING = 0;
STRING_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
STRING = 21;
STRING_VALUE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
 
STRING_VALUE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.TypedValue
 
stringArrayValues_ - Variable in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.Builder
 
stringArrayValues_ - Variable in class org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument
 
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
 
struct(List<ColumnMetaData>) - Static method in class org.apache.calcite.avatica.ColumnMetaData
STRUCT_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Rep
STRUCT = 28;
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.
style - Variable in class org.apache.calcite.avatica.Meta.CursorFactory
 
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
 
subSequence(int, int) - Method in class org.apache.calcite.avatica.util.Spaces.SpaceString
 
substring(int, int) - Method in class org.apache.calcite.avatica.util.ByteString
Returns a ByteString that consists of a given range.
substring(int) - Method in class org.apache.calcite.avatica.util.ByteString
Returns a ByteString that starts at a given position.
subtract(int) - Method in class org.apache.calcite.avatica.util.Spacer
Reduces the current number of spaces by n.
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.
sync() - Method in class org.apache.calcite.avatica.AvaticaConnection
 
syncResults(QueryState, long) - Method in class org.apache.calcite.avatica.AvaticaStatement
Re-initialize the ResultSet on the server with the given state.
syncResults(Meta.StatementHandle, QueryState, long) - Method in interface org.apache.calcite.avatica.Meta
Re-set the ResultSet on a Statement.
syncResults(Meta.StatementHandle, QueryState, long) - Method in class org.apache.calcite.avatica.remote.RemoteMeta
 

T

TABLE_NAME_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ColumnMetaData
 
TABLE_NAME_PATTERN_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.ColumnsRequest
 
TABLE_NAME_PATTERN_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Requests.TablesRequest
 
tableCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaCatalog
 
tableCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
 
tableCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaPrimaryKey
 
tableCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTable
 
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.MetaPrimaryKey
 
tableName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTable
 
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.MetaPrimaryKey
 
tableSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaSchema
 
tableSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTable
 
tableType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTable
 
tableType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTableType
 
TIME_FORMAT_STRING - Static variable in class org.apache.calcite.avatica.util.DateTimeUtils
The SimpleDateFormat string for ISO times, "HH:mm:ss".
timeAsString(int, Calendar) - Static method in class org.apache.calcite.avatica.util.AbstractCursor
Accesses a time value as a string, e.g.
timeoutCursor - Variable in class org.apache.calcite.avatica.AvaticaResultSet
 
timeoutMillis - Variable in class org.apache.calcite.avatica.AvaticaResultSet
 
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".
timestampAsString(long, Calendar) - Static method in class org.apache.calcite.avatica.util.AbstractCursor
Accesses a timestamp value as a string.
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, long, 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.
TimeUnitRange.Pair(E, E) - Constructor for class org.apache.calcite.avatica.util.TimeUnitRange.Pair
 
TIMEZONE - Static variable in enum org.apache.calcite.avatica.BuiltInConnectionProperty
Deprecated.
timeZone() - Method in interface org.apache.calcite.avatica.ConnectionConfig
 
timeZone() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
 
toArray(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.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.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.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.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
 
toMap(Properties) - Static method in class org.apache.calcite.avatica.ConnectStringParser
Converts a Properties object to a Map<String, String>.
toProto() - Method in class org.apache.calcite.avatica.AvaticaParameter
 
toProto() - Method in enum org.apache.calcite.avatica.AvaticaSeverity
 
toProto() - Method in class org.apache.calcite.avatica.ColumnMetaData.ArrayType
 
toProto() - Method in class org.apache.calcite.avatica.ColumnMetaData.AvaticaType
 
toProto() - Method in enum org.apache.calcite.avatica.ColumnMetaData.Rep
 
toProto() - Method in class org.apache.calcite.avatica.ColumnMetaData.StructType
 
toProto() - Method in class org.apache.calcite.avatica.ColumnMetaData
 
toProto() - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
 
toProto() - Method in interface org.apache.calcite.avatica.Meta.ConnectionProperties
 
toProto() - Method in class org.apache.calcite.avatica.Meta.CursorFactory
 
toProto() - Method in enum org.apache.calcite.avatica.Meta.DatabaseProperty
 
toProto() - Method in class org.apache.calcite.avatica.Meta.Frame
 
toProto() - Method in class org.apache.calcite.avatica.Meta.Signature
 
toProto() - Method in class org.apache.calcite.avatica.Meta.StatementHandle
 
toProto() - Method in enum org.apache.calcite.avatica.Meta.StatementType
 
toProto() - Method in enum org.apache.calcite.avatica.Meta.Style
 
toProto() - Method in enum org.apache.calcite.avatica.QueryState.StateType
 
toProto() - Method in class org.apache.calcite.avatica.QueryState
 
toProto() - Method in enum org.apache.calcite.avatica.remote.MetaDataOperation
 
toProto() - Method in class org.apache.calcite.avatica.remote.TypedValue
 
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
 
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(Object) - Static method in class org.apache.calcite.avatica.AvaticaSite
 
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(Exception) - Static method in class org.apache.calcite.avatica.remote.Service.ErrorResponse
 
toString() - Method in class org.apache.calcite.avatica.remote.Service.ErrorResponse
 
toString() - Method in class org.apache.calcite.avatica.util.ArrayImpl
 
toString() - Method in class org.apache.calcite.avatica.util.ByteString
Returns this byte string in hexadecimal format.
toString(int) - Method in class org.apache.calcite.avatica.util.ByteString
Returns this byte string in a given base.
toString(byte[], int) - Static method in class org.apache.calcite.avatica.util.ByteString
Returns the given byte array in hexadecimal format.
toString() - Method in class org.apache.calcite.avatica.util.Spacer
Returns a string of the current number of spaces.
toString() - Method in class org.apache.calcite.avatica.util.Spaces.SpaceString
 
toString() - Method in class org.apache.calcite.avatica.util.StructImpl
 
toTime(Object) - Static method in class org.apache.calcite.avatica.AvaticaSite
 
toTimestamp(Object) - Static method in class org.apache.calcite.avatica.AvaticaSite
 
TRANSACTION_ISOLATION_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.ConnectionProperties
 
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.RequestTranslator
 
transform(ByteString) - Method in class org.apache.calcite.avatica.remote.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
 
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() - Method in enum org.apache.calcite.avatica.BuiltInConnectionProperty
 
type - Variable in class org.apache.calcite.avatica.ColumnMetaData
 
type() - Method in interface org.apache.calcite.avatica.ConnectionProperty
Returns the data type of this property.
type - Variable in enum org.apache.calcite.avatica.InternalProperty
 
type - Variable in enum org.apache.calcite.avatica.Meta.DatabaseProperty
 
type - Variable in class org.apache.calcite.avatica.QueryState
 
type - Variable in enum org.apache.calcite.avatica.remote.AvaticaRemoteConnectionProperty
 
type() - Method in enum org.apache.calcite.avatica.remote.AvaticaRemoteConnectionProperty
 
type - Variable in class org.apache.calcite.avatica.remote.TypedValue
Type of the value.
type_ - 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.MetaTable
 
TypedValue - Class in org.apache.calcite.avatica.remote
Value and type.
TypedValue(ColumnMetaData.Rep, Object) - Constructor for class org.apache.calcite.avatica.remote.TypedValue
 
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.MetaColumn
 
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.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.MetaTable
 

U

unbox(Boolean, boolean) - Method in class org.apache.calcite.avatica.AvaticaConnection
Converts a Boolean to a boolean, with a default value.
unbox(Integer, int) - Method in class org.apache.calcite.avatica.AvaticaConnection
Converts an Integer to an int, with a default value.
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
 
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
 
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)).
unixTimeToString(int) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
Helper for CAST({timestamp} AS VARCHAR(n)).
unixTimeToString(StringBuilder, int) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
 
UNKNOWN_ERROR_CODE - Static variable in class org.apache.calcite.avatica.remote.Service.ErrorResponse
 
UNKNOWN_SEVERITY_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Severity
UNKNOWN_SEVERITY = 0;
UNKNOWN_SQL_STATE - Static variable in class org.apache.calcite.avatica.remote.Service.ErrorResponse
 
unquotedCasing() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
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.
UnregisteredDriver.JdbcVersion() - Constructor for enum org.apache.calcite.avatica.UnregisteredDriver.JdbcVersion
 
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
 
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_COUNT_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
 
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, int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateAsciiStream(String, InputStream, int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateAsciiStream(int, InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateAsciiStream(String, InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateAsciiStream(int, InputStream) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateAsciiStream(String, InputStream) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
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, int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateBinaryStream(String, InputStream, int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateBinaryStream(int, InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateBinaryStream(String, InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateBinaryStream(int, InputStream) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateBinaryStream(String, InputStream) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateBlob(int, Blob) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateBlob(String, Blob) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateBlob(int, InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateBlob(String, InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateBlob(int, InputStream) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateBlob(String, InputStream) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
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, int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateCharacterStream(String, Reader, int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateCharacterStream(int, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateCharacterStream(String, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateCharacterStream(int, Reader) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateCharacterStream(String, Reader) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateClob(int, Clob) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateClob(String, Clob) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateClob(int, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateClob(String, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateClob(int, Reader) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateClob(String, Reader) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
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
 
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, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateNCharacterStream(String, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateNCharacterStream(int, Reader) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateNCharacterStream(String, Reader) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateNClob(int, NClob) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateNClob(String, NClob) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateNClob(int, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateNClob(String, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateNClob(int, Reader) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateNClob(String, Reader) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
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, int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateObject(int, Object) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateObject(String, Object, int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateObject(String, Object) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
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
 
updatesAreDetected(int) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
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
 
UPSERT_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.StatementType
UPSERT = 4;
url - Variable in class org.apache.calcite.avatica.AvaticaConnection
 
url() - Method in interface org.apache.calcite.avatica.ConnectionConfig
 
url() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
 
url - Variable in class org.apache.calcite.avatica.remote.AvaticaHttpClientImpl
 
URL_SAFE - Static variable in class org.apache.calcite.avatica.util.Base64
Encode using Base64-like encoding that is URL- and Filename-safe as described in Section 4 of RFC3548: http://www.faqs.org/rfcs/rfc3548.html.
usesLocalFilePerTable() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
usesLocalFiles() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 

V

valid(Object) - Method in enum org.apache.calcite.avatica.ConnectionProperty.Type
 
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
 
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(int) - Static method in enum org.apache.calcite.avatica.proto.Common.CursorFactory.Style
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.calcite.avatica.proto.Common.CursorFactory.Style
 
valueOf(String) - Static method in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
 
valueOf(String) - Static method in enum org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.ArgumentType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.ArgumentType
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.ArgumentType
 
valueOf(String) - Static method in enum org.apache.calcite.avatica.proto.Common.Rep
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.calcite.avatica.proto.Common.Rep
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.calcite.avatica.proto.Common.Rep
 
valueOf(String) - Static method in enum org.apache.calcite.avatica.proto.Common.Severity
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.calcite.avatica.proto.Common.Severity
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.calcite.avatica.proto.Common.Severity
 
valueOf(String) - Static method in enum org.apache.calcite.avatica.proto.Common.StatementType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.calcite.avatica.proto.Common.StatementType
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.calcite.avatica.proto.Common.StatementType
 
valueOf(String) - Static method in enum org.apache.calcite.avatica.proto.Common.StateType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.calcite.avatica.proto.Common.StateType
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.calcite.avatica.proto.Common.StateType
 
valueOf(String) - Static method in enum org.apache.calcite.avatica.QueryState.StateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.calcite.avatica.remote.AbstractService.SerializationType
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.MetaDataOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.calcite.avatica.SqlType.Method
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.calcite.avatica.SqlType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.calcite.avatica.SqlType
 
valueOf(String) - Static method in enum org.apache.calcite.avatica.UnregisteredDriver.JdbcVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.calcite.avatica.util.Casing
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.calcite.avatica.util.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 variable in enum org.apache.calcite.avatica.proto.Common.CursorFactory.Style
 
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 variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperation
 
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 variable in enum org.apache.calcite.avatica.proto.Common.MetaDataOperationArgument.ArgumentType
 
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 variable in enum org.apache.calcite.avatica.proto.Common.Rep
 
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 variable in enum org.apache.calcite.avatica.proto.Common.Severity
 
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 variable in enum org.apache.calcite.avatica.proto.Common.StatementType
 
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 variable in enum org.apache.calcite.avatica.proto.Common.StateType
 
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.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.MetaDataOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values(List<TypedValue>) - Static method in class org.apache.calcite.avatica.remote.TypedValue
Converts a list of TypedValue to a list of values.
values() - Static method in enum org.apache.calcite.avatica.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.
verifyOpArgs(int) - Method in class org.apache.calcite.avatica.QueryState
 
version - Variable in class org.apache.calcite.avatica.UnregisteredDriver
 
versionString - Variable in class org.apache.calcite.avatica.DriverVersion
 

W

WARNING_SEVERITY_VALUE - Static variable in enum org.apache.calcite.avatica.proto.Common.Severity
WARNING_SEVERITY = 3;
wasNull() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
wasNull() - Method in class org.apache.calcite.avatica.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 - Variable in class org.apache.calcite.avatica.util.AbstractCursor
Slot into which each accessor should write whether the value returned was null.
wasNull() - Method in class org.apache.calcite.avatica.util.AbstractCursor
 
wasNull() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
wasNull() - Method in interface org.apache.calcite.avatica.util.Cursor
Returns whether the last value returned was null.
WHITE_SPACE_ENC - Static variable in class org.apache.calcite.avatica.util.Base64
 
wrap(ColumnMetaData.Rep, Object, Calendar) - Method in class org.apache.calcite.avatica.AvaticaSite
 
wrap(ColumnMetaData.Rep, Object) - Method in class org.apache.calcite.avatica.AvaticaSite
 
wrap(Properties) - Method in enum org.apache.calcite.avatica.BuiltInConnectionProperty
 
wrap(Properties) - Method in interface org.apache.calcite.avatica.ConnectionProperty
Wraps this property with a properties object from which its value can be obtained when needed.
wrap(String, Exception) - Method in class org.apache.calcite.avatica.Helper
 
wrap(Properties) - Method in enum org.apache.calcite.avatica.remote.AvaticaRemoteConnectionProperty
 
WRAPPED_MESSAGE_FIELD_NUMBER - Static variable in class org.apache.calcite.avatica.proto.Common.WireMessage
 
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(int) - Method in class org.apache.calcite.avatica.util.Base64.OutputStream
Writes the byte to the output stream after converting to/from Base64 notation.
write(byte[], int, int) - Method in class org.apache.calcite.avatica.util.Base64.OutputStream
Calls Base64.OutputStream.write(int) repeatedly until len bytes are written.
writer - Variable in class org.apache.calcite.avatica.AvaticaSqlException.PrintStreamOrWriter
 
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.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.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.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.ExecuteResponse
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Responses.FetchResponse
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Responses.OpenConnectionResponse
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Responses.PrepareResponse
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Responses.ResultSetResponse
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Responses.RollbackResponse
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Responses.RpcMetadata
 
writeTo(CodedOutputStream) - Method in class org.apache.calcite.avatica.proto.Responses.SyncResultsResponse
 

Y

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

Z

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

_

_apply(Service.Request) - Method in class org.apache.calcite.avatica.remote.LocalProtobufService
 
_apply(Service.Request) - Method in class org.apache.calcite.avatica.remote.MockProtobufService
 
_apply(Service.Request) - Method in class org.apache.calcite.avatica.remote.ProtobufService
Derived class should implement this method to transport requests and responses to and from the peer service.
_apply(Service.Request) - Method in class org.apache.calcite.avatica.remote.RemoteProtobufService
 
_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) - Static method in class org.apache.calcite.avatica.AvaticaUtils
Reads the contents of an input stream and returns a ByteArrayOutputStrema.
_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.
A B C D E F G H I J K L M N O P Q R S T U V W Y Z _ 

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