Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
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.ArrayAccessor - Class in org.apache.calcite.avatica.util
-
Accessor that assumes that the underlying value is an ARRAY; corresponds to
Types.ARRAY. - AbstractCursor.Getter - Interface in org.apache.calcite.avatica.util
-
Gets a value from a particular field of the current record of this cursor.
- AbstractCursor.SlotGetter - Class in org.apache.calcite.avatica.util
-
Implementation of
AbstractCursor.Getterthat returns the current contents of a mutable slot. - AbstractCursor.StructGetter - Class in org.apache.calcite.avatica.util
-
Implementation of
AbstractCursor.Getterthat returns the value of a given field of the current contents of another getter. - AbstractGetter() - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.AbstractGetter
- AbstractHandler<T> - Class in org.apache.calcite.avatica.remote
-
Abstract base class for
Handlers to extend to inherit functionality common across serialization strategies. - AbstractHandler(Service) - Constructor for class org.apache.calcite.avatica.remote.AbstractHandler
- AbstractService - Class in org.apache.calcite.avatica.remote
-
A common base class for
Serviceimplementations that implement modifications made to response objects. - AbstractService() - Constructor for class org.apache.calcite.avatica.remote.AbstractService
- accept(Service) - Method in class org.apache.calcite.avatica.remote.Service.ExecuteBatchRequest
- accept(Service) - Method in class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteBatchRequest
- acceptsURL(String) - Method in class org.apache.calcite.avatica.UnregisteredDriver
- accessorList - Variable in class org.apache.calcite.avatica.AvaticaResultSet
- add(int) - Method in class org.apache.calcite.avatica.util.Spacer
-
Increases the current number of spaces by
n. - addBatch() - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- addBatch(String) - Method in class org.apache.calcite.avatica.AvaticaStatement
- addMonths(int, int) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
-
Adds a given number of months to a date, represented as the number of days since the epoch.
- addMonths(long, int) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
-
Adds a given number of months to a timestamp, represented as the number of milliseconds since the epoch.
- 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 - Enum constant in enum org.apache.calcite.avatica.Meta.StatementType
- AMBIGUOUS_CURSOR_NAME_NO_SUBCLASS - Enum constant in enum org.apache.calcite.avatica.SqlState
-
3C000: ambiguous cursor name
- ANY - Enum constant in enum org.apache.calcite.avatica.SqlType
- append(PrintWriter, int) - Static method in class org.apache.calcite.avatica.util.Spaces
-
Appends
nspaces to aPrintWriter. - append(StringWriter, int) - Static method in class org.apache.calcite.avatica.util.Spaces
-
Appends
nspaces to aStringWriter. - append(Appendable, int) - Static method in class org.apache.calcite.avatica.util.Spaces
-
Appends
nspaces to anAppendable. - append(StringBuffer, int) - Static method in class org.apache.calcite.avatica.util.Spaces
-
Appends
nspaces to aStringBuffer. - append(StringBuilder, int) - Static method in class org.apache.calcite.avatica.util.Spaces
-
Appends
nspaces to aStringBuilder. - append(Source) - Method in interface org.apache.calcite.avatica.util.Source
-
Returns a source whose path concatenates this with a child.
- apply(byte[]) - Method in class org.apache.calcite.avatica.remote.ProtobufHandler
- apply(String) - Method in class org.apache.calcite.avatica.remote.JsonHandler
- apply(String) - Method in class org.apache.calcite.avatica.remote.JsonService
-
Derived class should implement this method to transport requests and responses to and from the peer service.
- apply(String) - Method in class org.apache.calcite.avatica.remote.LocalJsonService
- apply(String) - Method in class org.apache.calcite.avatica.remote.MockJsonService
- apply(String) - Method in class org.apache.calcite.avatica.remote.RemoteService
- apply(ConnectionProperty, String) - Method in interface org.apache.calcite.avatica.ConnectionConfigImpl.Converter
- apply(Service.CatalogsRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
- apply(Service.CatalogsRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
- apply(Service.CatalogsRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
- apply(Service.CatalogsRequest) - Method in interface org.apache.calcite.avatica.remote.Service
- apply(Service.CloseConnectionRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
- apply(Service.CloseConnectionRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
- apply(Service.CloseConnectionRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
- apply(Service.CloseConnectionRequest) - Method in interface org.apache.calcite.avatica.remote.Service
- apply(Service.CloseStatementRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
- apply(Service.CloseStatementRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
- apply(Service.CloseStatementRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
- apply(Service.CloseStatementRequest) - Method in interface org.apache.calcite.avatica.remote.Service
- apply(Service.ColumnsRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
- apply(Service.ColumnsRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
- apply(Service.ColumnsRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
- apply(Service.ColumnsRequest) - Method in interface org.apache.calcite.avatica.remote.Service
- apply(Service.CommitRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
- apply(Service.CommitRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
- apply(Service.CommitRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
- apply(Service.CommitRequest) - Method in interface org.apache.calcite.avatica.remote.Service
- apply(Service.ConnectionSyncRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
- apply(Service.ConnectionSyncRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
- apply(Service.ConnectionSyncRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
- apply(Service.ConnectionSyncRequest) - Method in interface org.apache.calcite.avatica.remote.Service
- apply(Service.CreateStatementRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
- apply(Service.CreateStatementRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
- apply(Service.CreateStatementRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
- apply(Service.CreateStatementRequest) - Method in interface org.apache.calcite.avatica.remote.Service
- apply(Service.DatabasePropertyRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
- apply(Service.DatabasePropertyRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
- apply(Service.DatabasePropertyRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
- apply(Service.DatabasePropertyRequest) - Method in interface org.apache.calcite.avatica.remote.Service
- apply(Service.ExecuteBatchRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
- apply(Service.ExecuteBatchRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
- apply(Service.ExecuteBatchRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
- apply(Service.ExecuteBatchRequest) - Method in interface org.apache.calcite.avatica.remote.Service
- apply(Service.ExecuteRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
- apply(Service.ExecuteRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
- apply(Service.ExecuteRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
- apply(Service.ExecuteRequest) - Method in interface org.apache.calcite.avatica.remote.Service
- apply(Service.FetchRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
- apply(Service.FetchRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
- apply(Service.FetchRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
- apply(Service.FetchRequest) - Method in interface org.apache.calcite.avatica.remote.Service
- apply(Service.OpenConnectionRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
- apply(Service.OpenConnectionRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
- apply(Service.OpenConnectionRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
- apply(Service.OpenConnectionRequest) - Method in interface org.apache.calcite.avatica.remote.Service
- apply(Service.PrepareAndExecuteBatchRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
- apply(Service.PrepareAndExecuteBatchRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
- apply(Service.PrepareAndExecuteBatchRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
- apply(Service.PrepareAndExecuteBatchRequest) - Method in interface org.apache.calcite.avatica.remote.Service
- apply(Service.PrepareAndExecuteRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
- apply(Service.PrepareAndExecuteRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
- apply(Service.PrepareAndExecuteRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
- apply(Service.PrepareAndExecuteRequest) - Method in interface org.apache.calcite.avatica.remote.Service
- apply(Service.PrepareRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
- apply(Service.PrepareRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
- apply(Service.PrepareRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
- apply(Service.PrepareRequest) - Method in interface org.apache.calcite.avatica.remote.Service
- apply(Service.RollbackRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
- apply(Service.RollbackRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
- apply(Service.RollbackRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
- apply(Service.RollbackRequest) - Method in interface org.apache.calcite.avatica.remote.Service
- apply(Service.SchemasRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
- apply(Service.SchemasRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
- apply(Service.SchemasRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
- apply(Service.SchemasRequest) - Method in interface org.apache.calcite.avatica.remote.Service
- apply(Service.SyncResultsRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
- apply(Service.SyncResultsRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
- apply(Service.SyncResultsRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
- apply(Service.SyncResultsRequest) - Method in interface org.apache.calcite.avatica.remote.Service
- apply(Service.TablesRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
- apply(Service.TablesRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
- apply(Service.TablesRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
- apply(Service.TablesRequest) - Method in interface org.apache.calcite.avatica.remote.Service
- apply(Service.TableTypesRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
- apply(Service.TableTypesRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
- apply(Service.TableTypesRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
- apply(Service.TableTypesRequest) - Method in interface org.apache.calcite.avatica.remote.Service
- apply(Service.TypeInfoRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
- apply(Service.TypeInfoRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
- apply(Service.TypeInfoRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
- apply(Service.TypeInfoRequest) - Method in interface org.apache.calcite.avatica.remote.Service
- apply(T) - Method in class org.apache.calcite.avatica.remote.AbstractHandler
-
Compute a response for the given request, handling errors generated by that computation.
- apply(T) - Method in interface org.apache.calcite.avatica.remote.Handler
- array(ColumnMetaData.AvaticaType, String, ColumnMetaData.Rep) - Static method in class org.apache.calcite.avatica.ColumnMetaData
-
Creates an
ColumnMetaData.ArrayType. - ARRAY - Enum constant in enum org.apache.calcite.avatica.ColumnMetaData.Rep
- ARRAY - Enum constant in enum org.apache.calcite.avatica.Meta.Style
- ARRAY - Enum constant in enum org.apache.calcite.avatica.SqlType
- ARRAY - Static variable in class org.apache.calcite.avatica.Meta.CursorFactory
- ArrayAccessor(AbstractCursor.Getter, ColumnMetaData.AvaticaType, Cursor.Accessor, AbstractCursor.SlotGetter, ArrayImpl.Factory) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.ArrayAccessor
- ArrayFactoryImpl - Class in org.apache.calcite.avatica.util
-
Implementation of
ArrayImpl.Factory. - ArrayFactoryImpl(TimeZone) - Constructor for class org.apache.calcite.avatica.util.ArrayFactoryImpl
- ArrayGetter(int) - Constructor for class org.apache.calcite.avatica.util.PositionedCursor.ArrayGetter
- ArrayImpl - Class in org.apache.calcite.avatica.util
-
Implementation of JDBC
Array. - ArrayImpl(List<Object>, AbstractCursor.ArrayAccessor) - Constructor for class org.apache.calcite.avatica.util.ArrayImpl
- ArrayImpl.Factory - Interface in org.apache.calcite.avatica.util
-
Factory that can create a ResultSet or Array based on a stream of values.
- ArrayIteratorCursor - Class in org.apache.calcite.avatica.util
- ArrayIteratorCursor(Iterator<Object[]>) - Constructor for class org.apache.calcite.avatica.util.ArrayIteratorCursor
-
Creates an ArrayEnumeratorCursor.
- ArrayType(int, String, ColumnMetaData.Rep, ColumnMetaData.AvaticaType) - Constructor for class org.apache.calcite.avatica.ColumnMetaData.ArrayType
-
Not for public use.
- ascOrDesc - Variable in class org.apache.calcite.avatica.MetaImpl.MetaIndexInfo
- assign(Meta.Signature, Meta.Frame, long) - Method in interface org.apache.calcite.avatica.Meta.PrepareCallback
- ATTEMPT_TO_ASSIGN_TO_NON_UPDATABLE_COLUMN_NO_SUBCLASS - Enum constant in enum org.apache.calcite.avatica.SqlState
-
0U000: attempt to assign to non-updatable column
- ATTEMPT_TO_ASSIGN_TO_ORDERING_COLUMN_NO_SUBCLASS - Enum constant in enum org.apache.calcite.avatica.SqlState
-
0V000: attempt to assign to ordering column
- attrDef - Variable in class org.apache.calcite.avatica.MetaImpl.MetaAttribute
- attrName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaAttribute
- attrSize - Variable in class org.apache.calcite.avatica.MetaImpl.MetaAttribute
- attrTypeName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaAttribute
- authCache - Variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
- authentication() - Method in interface org.apache.calcite.avatica.ConnectionConfig
- authentication() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
- AUTHENTICATION - Enum constant in enum org.apache.calcite.avatica.BuiltInConnectionProperty
-
The type of authentication to be used
- AuthenticationType - Enum in org.apache.calcite.avatica.remote
-
An enumeration for support types of authentication for the HttpServer.
- authRegistry - Variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
- 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
- AVATICA_PASSWORD - Enum constant in enum org.apache.calcite.avatica.BuiltInConnectionProperty
-
Avatica-based authentication password
- AVATICA_USER - Enum constant in enum org.apache.calcite.avatica.BuiltInConnectionProperty
-
Avatica-based authentication user name
- AVATICA_VERSION - Enum constant in enum org.apache.calcite.avatica.Meta.DatabaseProperty
-
Database property which is the Avatica version
- AvaticaClientRuntimeException - Exception in org.apache.calcite.avatica
-
The client-side representation of
AvaticaRuntimeException. - AvaticaClientRuntimeException(String, int, String, AvaticaSeverity, List<String>, Service.RpcMetadataResponse) - Constructor for exception org.apache.calcite.avatica.AvaticaClientRuntimeException
- AvaticaClientRuntimeException(String, Throwable) - Constructor for exception org.apache.calcite.avatica.AvaticaClientRuntimeException
- AvaticaCommonsHttpClientImpl - Class in org.apache.calcite.avatica.remote
-
A common class to invoke HTTP requests against the Avatica server agnostic of the data being sent and received across the wire.
- AvaticaCommonsHttpClientImpl(URL) - Constructor for class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
- AvaticaConnection - Class in org.apache.calcite.avatica
-
Implementation of JDBC connection for the Avatica framework.
- AvaticaConnection(UnregisteredDriver, AvaticaFactory, String, Properties) - Constructor for class org.apache.calcite.avatica.AvaticaConnection
-
Creates an AvaticaConnection.
- AvaticaConnection.CallableWithoutException<T> - Interface in org.apache.calcite.avatica
-
A Callable-like interface but without a "throws Exception".
- AvaticaConnection.Trojan - Class in org.apache.calcite.avatica
-
A way to call package-protected methods.
- AvaticaDatabaseMetaData - Class in org.apache.calcite.avatica
-
Implementation of
DatabaseMetaDatafor the Avatica engine. - AvaticaDatabaseMetaData(AvaticaConnection) - Constructor for class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- AvaticaFactory - Interface in org.apache.calcite.avatica
-
Factory for JDBC objects.
- AvaticaHttpClient - Interface in org.apache.calcite.avatica.remote
-
An interface which defines how requests are sent to the Avatica server.
- AvaticaHttpClientFactory - Interface in org.apache.calcite.avatica.remote
-
A factory for constructing
AvaticaHttpClient's. - AvaticaHttpClientFactoryImpl - Class in org.apache.calcite.avatica.remote
-
Default implementation of
AvaticaHttpClientFactorywhich chooses an implementation from a property. - AvaticaHttpClientFactoryImpl() - Constructor for class org.apache.calcite.avatica.remote.AvaticaHttpClientFactoryImpl
- AvaticaHttpClientImpl - Class in org.apache.calcite.avatica.remote
-
A common class to invoke HTTP requests against the Avatica server agnostic of the data being sent and received across the wire.
- AvaticaHttpClientImpl(URL) - Constructor for class org.apache.calcite.avatica.remote.AvaticaHttpClientImpl
- AvaticaParameter - Class in org.apache.calcite.avatica
-
Metadata for a parameter.
- AvaticaParameter(boolean, int, int, int, String, String, String) - Constructor for class org.apache.calcite.avatica.AvaticaParameter
- avaticaPassword() - Method in interface org.apache.calcite.avatica.ConnectionConfig
- avaticaPassword() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
- AvaticaPreparedStatement - Class in org.apache.calcite.avatica
-
Implementation of
PreparedStatementfor the Avatica engine. - AvaticaPreparedStatement(AvaticaConnection, Meta.StatementHandle, Meta.Signature, int, int, int) - Constructor for class org.apache.calcite.avatica.AvaticaPreparedStatement
-
Creates an AvaticaPreparedStatement.
- AvaticaRemoteConnectionConfigImpl - Class in org.apache.calcite.avatica.remote
-
Implementation of
ConnectionConfigwith extra properties specific to Remote Driver. - AvaticaRemoteConnectionConfigImpl(Properties) - Constructor for class org.apache.calcite.avatica.remote.AvaticaRemoteConnectionConfigImpl
- AvaticaRemoteConnectionProperty - Enum in org.apache.calcite.avatica.remote
-
Enumeration of Avatica remote driver's built-in connection properties.
- AvaticaResultSet - Class in org.apache.calcite.avatica
-
Implementation of
ResultSetfor the Avatica engine. - AvaticaResultSet(AvaticaStatement, QueryState, Meta.Signature, ResultSetMetaData, TimeZone, Meta.Frame) - Constructor for class org.apache.calcite.avatica.AvaticaResultSet
-
Creates an
AvaticaResultSet. - AvaticaResultSetMetaData - Class in org.apache.calcite.avatica
-
Implementation of
ResultSetMetaDatafor the Avatica framework. - AvaticaResultSetMetaData(AvaticaStatement, Object, Meta.Signature) - Constructor for class org.apache.calcite.avatica.AvaticaResultSetMetaData
- AvaticaRuntimeException - Exception in org.apache.calcite.avatica.remote
-
A
RuntimeExceptionthrown by Avatica with additional contextual information about what happened to cause the Exception. - AvaticaRuntimeException() - Constructor for exception org.apache.calcite.avatica.remote.AvaticaRuntimeException
-
Constructs an
AvaticaRuntimeExceptionwith no additional information. - AvaticaRuntimeException(String, int, String, AvaticaSeverity) - Constructor for exception org.apache.calcite.avatica.remote.AvaticaRuntimeException
-
Constructs an
AvaticaRuntimeExceptionwith the given contextual information surrounding the error. - AvaticaSeverity - Enum in org.apache.calcite.avatica
-
An enumeration that denotes the severity of a given unexpected state.
- AvaticaSite - Class in org.apache.calcite.avatica
-
A location that a value can be written to or read from.
- AvaticaSite(AvaticaParameter, Calendar, int, TypedValue[]) - Constructor for class org.apache.calcite.avatica.AvaticaSite
- AvaticaSpecificDatabaseMetaData - Interface in org.apache.calcite.avatica
-
Avatica additions to the JDBC
DatabaseMetaDatainterface. - AvaticaSqlException - Exception in org.apache.calcite.avatica
-
A client-facing
SQLExceptionwhich encapsulates errors from the remote Avatica server. - AvaticaSqlException(String, String, int, List<String>, String) - Constructor for exception org.apache.calcite.avatica.AvaticaSqlException
-
Construct the Exception with information from the server.
- AvaticaStatement - Class in org.apache.calcite.avatica
-
Implementation of
Statementfor the Avatica engine. - AvaticaStatement(AvaticaConnection, Meta.StatementHandle, int, int, int) - Constructor for class org.apache.calcite.avatica.AvaticaStatement
-
Creates an AvaticaStatement.
- AvaticaStatement(AvaticaConnection, Meta.StatementHandle, int, int, int, Meta.Signature) - Constructor for class org.apache.calcite.avatica.AvaticaStatement
- AvaticaType(int, String, ColumnMetaData.Rep) - Constructor for class org.apache.calcite.avatica.ColumnMetaData.AvaticaType
- avaticaUser() - Method in interface org.apache.calcite.avatica.ConnectionConfig
- avaticaUser() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
- AvaticaUtils - Class in org.apache.calcite.avatica
-
Avatica utilities.
B
- BACK_TICK - Enum constant in enum org.apache.calcite.avatica.util.Quoting
-
Quote identifiers in back-quotes, and use back-quotes to escape back-quotes.
- BACK_TICK_BACKSLASH - Enum constant in enum org.apache.calcite.avatica.util.Quoting
-
Quote identifiers in back-quotes, and use backslash to escape back-quotes.
- Base() - Constructor for class org.apache.calcite.avatica.remote.Service.Base
- Base64 - Class in org.apache.calcite.avatica.util
-
Encodes and decodes to and from Base64 notation.
- Base64.InputStream - Class in org.apache.calcite.avatica.util
-
A
Base64.InputStreamwill read data from anotherjava.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly. - Base64.OutputStream - Class in org.apache.calcite.avatica.util
-
A
Base64.OutputStreamwill write data to anotherjava.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly. - baseType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaUdt
- BASIC - Enum constant in enum org.apache.calcite.avatica.remote.AuthenticationType
- beforeFirst() - Method in class org.apache.calcite.avatica.AvaticaResultSet
- BIGINT - Enum constant in enum org.apache.calcite.avatica.SqlType
- BINARY - Enum constant in enum org.apache.calcite.avatica.SqlType
- BIT - Enum constant in enum org.apache.calcite.avatica.SqlType
- BLOB - Enum constant in enum org.apache.calcite.avatica.SqlType
- BOOLEAN - Enum constant in enum org.apache.calcite.avatica.ColumnMetaData.Rep
- BOOLEAN - Enum constant in enum org.apache.calcite.avatica.ConnectionProperty.Type
- BOOLEAN - Enum constant in enum org.apache.calcite.avatica.SqlType
- BOOLEAN_CONVERTER - Static variable in class org.apache.calcite.avatica.ConnectionConfigImpl
- 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.
- BRACKET - Enum constant in enum org.apache.calcite.avatica.util.Quoting
-
Quote identifiers in brackets.
- bufferLength - Variable in class org.apache.calcite.avatica.MetaImpl.MetaBestRowIdentifier
- bufferLength - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
- bufferLength - Variable in class org.apache.calcite.avatica.MetaImpl.MetaVersionColumn
- BuiltInConnectionProperty - Enum in org.apache.calcite.avatica
-
Enumeration of Avatica's built-in connection properties.
- BY_CODE - Static variable in enum org.apache.calcite.avatica.SqlState
- BYTE - Enum constant in enum org.apache.calcite.avatica.ColumnMetaData.Rep
- BYTE_STRING - Enum constant in enum org.apache.calcite.avatica.ColumnMetaData.Rep
- byteAt(int) - Method in class org.apache.calcite.avatica.util.ByteString
-
Returns the byte at a given position in the byte string.
- ByteString - Class in org.apache.calcite.avatica.util
-
Collection of bytes.
- ByteString(byte[]) - Constructor for class org.apache.calcite.avatica.util.ByteString
-
Creates a ByteString.
C
- calendar() - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
-
Creates an instance of
Calendarin the root locale and UTC time zone. - call() - Method in interface org.apache.calcite.avatica.AvaticaConnection.CallableWithoutException
- CALL - Enum constant in enum org.apache.calcite.avatica.Meta.StatementType
- camelName() - Method in enum org.apache.calcite.avatica.BuiltInConnectionProperty
- camelName() - Method in interface org.apache.calcite.avatica.ConnectionProperty
-
The name of this property in camel-case.
- camelName() - Method in enum org.apache.calcite.avatica.remote.AvaticaRemoteConnectionProperty
- camelToUpper(String) - Static method in class org.apache.calcite.avatica.AvaticaUtils
-
Converts a camelCase name into an upper-case underscore-separated name.
- cancel() - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
Sets the flag to indicate that cancel has been requested.
- cancel() - Method in class org.apache.calcite.avatica.AvaticaStatement
- cancelFlag - Variable in class org.apache.calcite.avatica.AvaticaStatement
-
Support for
AvaticaStatement.cancel()method. - cancelRowUpdates() - Method in class org.apache.calcite.avatica.AvaticaResultSet
- canGet(SqlType.Method, SqlType) - Static method in enum org.apache.calcite.avatica.SqlType
-
Returns whether
ResultSet.getInt(int)and similar methods can convert a value to a particular SQL type. - canSet(Class, SqlType) - Static method in enum org.apache.calcite.avatica.SqlType
-
Returns whether
PreparedStatement.setObject(int, java.lang.Object, int)andPreparedStatement.setNull(int, int)can assign a value of a particular class to a column of a particular SQL type. - canUpdate() - Method in enum org.apache.calcite.avatica.Meta.StatementType
- cardinality - Variable in class org.apache.calcite.avatica.MetaImpl.MetaIndexInfo
- CARDINALITY_VIOLATION_NO_SUBCLASS - Enum constant in enum org.apache.calcite.avatica.SqlState
-
21000: cardinality violation
- CASE_SENSITIVE - Enum constant in enum org.apache.calcite.avatica.InternalProperty
-
Whether identifiers are matched case-sensitively.
- caseSensitive - Variable in class org.apache.calcite.avatica.ColumnMetaData
- caseSensitive - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
- Casing - Enum in org.apache.calcite.avatica.util
-
Policy for converting case of identifiers before storing them.
- castProtobufMessage(Message, Class<T>) - Static method in class org.apache.calcite.avatica.remote.ProtobufService
-
Checks if the provided
Messageis an instance of the Class given byexpectedType. - 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
- catalogName - Variable in class org.apache.calcite.avatica.ColumnMetaData
- CatalogsRequest() - Constructor for class org.apache.calcite.avatica.remote.Service.CatalogsRequest
- CatalogsRequest(String) - Constructor for class org.apache.calcite.avatica.remote.Service.CatalogsRequest
- category - Variable in enum org.apache.calcite.avatica.SqlState
- CENTURY - Enum constant in enum org.apache.calcite.avatica.util.TimeUnit
- CENTURY - Enum constant in enum org.apache.calcite.avatica.util.TimeUnitRange
- CHAR - Enum constant in enum org.apache.calcite.avatica.SqlType
- CHARACTER - Enum constant in enum org.apache.calcite.avatica.ColumnMetaData.Rep
- charOctetLength - Variable in class org.apache.calcite.avatica.MetaImpl.MetaAttribute
- charOctetLength - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
- charOctetLength - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunctionColumn
- charOctetLength - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
- charOctetLength - Variable in class org.apache.calcite.avatica.MetaImpl.MetaPseudoColumn
- checkDateFormat(String) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
-
Checks if the date/time format is valid
- checkOpen() - Method in class org.apache.calcite.avatica.AvaticaConnection
- checkOpen() - Method in class org.apache.calcite.avatica.AvaticaResultSet
- checkOpen() - Method in class org.apache.calcite.avatica.AvaticaStatement
- checkParameterValueHasNull(List<TypedValue>) - Static method in class org.apache.calcite.avatica.MetaImpl
-
Returns whether a list of parameter values has any null elements.
- className - Variable in class org.apache.calcite.avatica.AvaticaParameter
- className - Variable in class org.apache.calcite.avatica.MetaImpl.MetaUdt
- clazz - Variable in enum org.apache.calcite.avatica.ColumnMetaData.Rep
- clazz - Variable in class org.apache.calcite.avatica.Meta.CursorFactory
- clazz - Variable in enum org.apache.calcite.avatica.SqlType
-
Default Java type for this SQL type, as described in table B-1.
- clear() - Method in interface org.apache.calcite.avatica.Meta.PrepareCallback
- clearBatch() - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- clearBatch() - Method in class org.apache.calcite.avatica.AvaticaStatement
- clearParameters() - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- 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
- CLI_SPECIFIC_CONDITION_NO_SUBCLASS - Enum constant in enum org.apache.calcite.avatica.SqlState
-
HY000: cli specific condition
- client - Variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
- clientInfo() - Method in class org.apache.calcite.avatica.Helper
- ClientKeytabJaasConf - Class in org.apache.calcite.avatica.remote
-
Javax Configuration class which always returns a configuration for our keytab-based login suitable for callers which are acting as initiators (e.g.
- ClientKeytabJaasConf(String, String) - Constructor for class org.apache.calcite.avatica.remote.ClientKeytabJaasConf
- CLOB - Enum constant in enum org.apache.calcite.avatica.SqlType
- 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
- CloseConnectionRequest(String) - Constructor for class org.apache.calcite.avatica.remote.Service.CloseConnectionRequest
- CloseConnectionResponse() - Constructor for class org.apache.calcite.avatica.remote.Service.CloseConnectionResponse
- CloseConnectionResponse(Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.CloseConnectionResponse
- closed - Variable in class org.apache.calcite.avatica.AvaticaStatement
- closed() - Method in class org.apache.calcite.avatica.Helper
- closeOnCompletion - Variable in class org.apache.calcite.avatica.AvaticaStatement
-
Support for
AvaticaStatement.closeOnCompletion()method. - closeOnCompletion() - Method in class org.apache.calcite.avatica.AvaticaStatement
- closeStatement(Meta.StatementHandle) - Method in interface org.apache.calcite.avatica.Meta
-
Closes a statement.
- CloseStatementRequest(String, int) - Constructor for class org.apache.calcite.avatica.remote.Service.CloseStatementRequest
- CloseStatementResponse() - Constructor for class org.apache.calcite.avatica.remote.Service.CloseStatementResponse
- CloseStatementResponse(Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.CloseStatementResponse
- code - Variable in enum org.apache.calcite.avatica.SqlState
- collect(Meta.CursorFactory, Iterable<Object>, List<List<Object>>) - Static method in class org.apache.calcite.avatica.MetaImpl
- collect(Meta.CursorFactory, Iterator<Object>, List<List<Object>>) - Static method in class org.apache.calcite.avatica.MetaImpl
- COLUMN_LIST - Enum constant in enum org.apache.calcite.avatica.SqlType
- columnClassName - Variable in class org.apache.calcite.avatica.ColumnMetaData
- columnClassName() - Method in class org.apache.calcite.avatica.ColumnMetaData.AvaticaType
- columnDef - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
- columnDef - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
- columnMetaData(String, int, Class<?>, boolean) - Static method in class org.apache.calcite.avatica.MetaImpl
- columnMetaData(String, int, Class<?>, int) - Static method in class org.apache.calcite.avatica.MetaImpl
- columnMetaData(String, int, ColumnMetaData.AvaticaType, boolean) - Static method in class org.apache.calcite.avatica.MetaImpl
- columnMetaData(String, int, ColumnMetaData.AvaticaType, int) - Static method in class org.apache.calcite.avatica.MetaImpl
- ColumnMetaData - Class in org.apache.calcite.avatica
-
Metadata for a column.
- ColumnMetaData(int, boolean, boolean, boolean, boolean, int, boolean, int, String, String, String, int, int, String, String, ColumnMetaData.AvaticaType, boolean, boolean, boolean, String) - Constructor for class org.apache.calcite.avatica.ColumnMetaData
- ColumnMetaData.ArrayType - Class in org.apache.calcite.avatica
-
Array type.
- ColumnMetaData.AvaticaType - Class in org.apache.calcite.avatica
-
Base class for a column type.
- ColumnMetaData.Rep - Enum in org.apache.calcite.avatica
-
Description of the type used to internally represent a value.
- ColumnMetaData.ScalarType - Class in org.apache.calcite.avatica
-
Scalar type.
- ColumnMetaData.StructType - Class in org.apache.calcite.avatica
-
Record type.
- columnMetaDataList - Variable in class org.apache.calcite.avatica.AvaticaResultSet
- columnName - Variable in class org.apache.calcite.avatica.ColumnMetaData
- columnName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaBestRowIdentifier
- columnName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
- columnName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumnPrivilege
- columnName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunctionColumn
- columnName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaIndexInfo
- columnName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaPrimaryKey
- columnName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
- columnName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaPseudoColumn
- columnName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaVersionColumn
- columnNamePattern - Variable in class org.apache.calcite.avatica.remote.Service.ColumnsRequest
- columns - Variable in class org.apache.calcite.avatica.ColumnMetaData.StructType
- columns - Variable in class org.apache.calcite.avatica.Meta.Signature
- columnSize - Variable in class org.apache.calcite.avatica.MetaImpl.MetaBestRowIdentifier
- columnSize - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
- columnSize - Variable in class org.apache.calcite.avatica.MetaImpl.MetaPseudoColumn
- columnSize - Variable in class org.apache.calcite.avatica.MetaImpl.MetaVersionColumn
- ColumnsRequest(String, String, String, String, String) - Constructor for class org.apache.calcite.avatica.remote.Service.ColumnsRequest
- columnType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunctionColumn
- columnType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
- columnUsage - Variable in class org.apache.calcite.avatica.MetaImpl.MetaPseudoColumn
- commit() - Method in class org.apache.calcite.avatica.AvaticaConnection
- commit(Meta.ConnectionHandle) - Method in interface org.apache.calcite.avatica.Meta
-
Makes all changes since the last commit/rollback permanent.
- CommitRequest(String) - Constructor for class org.apache.calcite.avatica.remote.Service.CommitRequest
- CommonsHttpClientPoolCache - Class in org.apache.calcite.avatica.remote
-
Creates and returns a PoolingHttpClientConnectionManager object.
- compareTo(ByteString) - Method in class org.apache.calcite.avatica.util.ByteString
- componentType - Variable in class org.apache.calcite.avatica.remote.TypedValue
-
Non-null for ARRAYs, the type of the values stored in the ARRAY.
- concat(Class<?>, String) - Static method in class org.apache.calcite.avatica.remote.MetricsHelper
- concat(ByteString) - Method in class org.apache.calcite.avatica.util.ByteString
-
Returns a ByteString consisting of the concatenation of this and another string.
- condition - Variable in enum org.apache.calcite.avatica.SqlState
- config() - Method in class org.apache.calcite.avatica.AvaticaConnection
-
Returns a view onto this connection's configuration properties.
- connect(String, Properties) - Method in class org.apache.calcite.avatica.remote.Driver
- connect(String, Properties) - Method in class org.apache.calcite.avatica.UnregisteredDriver
- CONNECT_STRING_PREFIX - Static variable in class org.apache.calcite.avatica.remote.Driver
- connection - Variable in class org.apache.calcite.avatica.AvaticaStatement
- connection - Variable in class org.apache.calcite.avatica.MetaImpl
-
The
AvaticaConnectionbackingthis. - CONNECTION_EXCEPTION_CONNECTION_DOES_NOT_EXIST - Enum constant in enum org.apache.calcite.avatica.SqlState
-
08003: connection exception: connection does not exist
- CONNECTION_EXCEPTION_CONNECTION_FAILURE - Enum constant in enum org.apache.calcite.avatica.SqlState
-
08006: connection exception: connection failure
- CONNECTION_EXCEPTION_CONNECTION_NAME_IN_USE - Enum constant in enum org.apache.calcite.avatica.SqlState
-
08002: connection exception: connection name in use
- CONNECTION_EXCEPTION_NO_SUBCLASS - Enum constant in enum org.apache.calcite.avatica.SqlState
-
08000: connection exception
- CONNECTION_EXCEPTION_SQLCLIENT_UNABLE_TO_ESTABLISH_SQLCONNECTION - Enum constant in enum org.apache.calcite.avatica.SqlState
-
08001: connection exception: SQL-client unable to establish SQL-connection
- CONNECTION_EXCEPTION_SQLSERVER_REJECTED_ESTABLISHMENT_OF_SQLCONNECTION - Enum constant in enum org.apache.calcite.avatica.SqlState
-
08004: connection exception: SQL-server rejected establishment of SQL-connection
- CONNECTION_EXCEPTION_TRANSACTION_RESOLUTION_UNKNOWN - Enum constant in enum org.apache.calcite.avatica.SqlState
-
08007: connection exception: transaction resolution unknown
- ConnectionConfig - Interface in org.apache.calcite.avatica
-
Connection configuration.
- ConnectionConfigImpl - Class in org.apache.calcite.avatica
-
Implementation of
ConnectionConfig. - ConnectionConfigImpl(Properties) - Constructor for class org.apache.calcite.avatica.ConnectionConfigImpl
- ConnectionConfigImpl.Converter<T> - Interface in org.apache.calcite.avatica
-
Callback to parse a property from string to its native type.
- ConnectionConfigImpl.PropEnv - Class in org.apache.calcite.avatica
-
The combination of a property definition and a map of property values.
- ConnectionHandle(String) - Constructor for class org.apache.calcite.avatica.Meta.ConnectionHandle
- connectionId - Variable in class org.apache.calcite.avatica.Meta.MetaResultSet
- connectionId - Variable in class org.apache.calcite.avatica.Meta.StatementHandle
- connectionId - Variable in class org.apache.calcite.avatica.remote.Service.CatalogsRequest
- connectionId - Variable in class org.apache.calcite.avatica.remote.Service.CloseConnectionRequest
- connectionId - Variable in class org.apache.calcite.avatica.remote.Service.CloseStatementRequest
- connectionId - Variable in class org.apache.calcite.avatica.remote.Service.ColumnsRequest
- connectionId - Variable in class org.apache.calcite.avatica.remote.Service.CommitRequest
- connectionId - Variable in class org.apache.calcite.avatica.remote.Service.ConnectionSyncRequest
- connectionId - Variable in class org.apache.calcite.avatica.remote.Service.CreateStatementRequest
- connectionId - Variable in class org.apache.calcite.avatica.remote.Service.CreateStatementResponse
- connectionId - Variable in class org.apache.calcite.avatica.remote.Service.DatabasePropertyRequest
- connectionId - Variable in class org.apache.calcite.avatica.remote.Service.ExecuteBatchRequest
- connectionId - Variable in class org.apache.calcite.avatica.remote.Service.ExecuteBatchResponse
- connectionId - Variable in class org.apache.calcite.avatica.remote.Service.FetchRequest
- connectionId - Variable in class org.apache.calcite.avatica.remote.Service.OpenConnectionRequest
- connectionId - Variable in class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteBatchRequest
- connectionId - Variable in class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteRequest
- connectionId - Variable in class org.apache.calcite.avatica.remote.Service.PrepareRequest
- connectionId - Variable in class org.apache.calcite.avatica.remote.Service.ResultSetResponse
- connectionId - Variable in class org.apache.calcite.avatica.remote.Service.RollbackRequest
- connectionId - Variable in class org.apache.calcite.avatica.remote.Service.SchemasRequest
- connectionId - Variable in class org.apache.calcite.avatica.remote.Service.SyncResultsRequest
- connectionId - Variable in class org.apache.calcite.avatica.remote.Service.TablesRequest
- connectionId - Variable in class org.apache.calcite.avatica.remote.Service.TableTypesRequest
- connectionId - Variable in class org.apache.calcite.avatica.remote.Service.TypeInfoRequest
- ConnectionPropertiesImpl - Class in org.apache.calcite.avatica
-
Concrete implementation of
Meta.ConnectionProperties. - ConnectionPropertiesImpl() - Constructor for class org.apache.calcite.avatica.ConnectionPropertiesImpl
- ConnectionPropertiesImpl(Boolean, Boolean, Integer, String, String) - Constructor for class org.apache.calcite.avatica.ConnectionPropertiesImpl
- ConnectionPropertiesImpl(Connection) - Constructor for class org.apache.calcite.avatica.ConnectionPropertiesImpl
- ConnectionProperty - Interface in org.apache.calcite.avatica
-
Definition of a property that may be specified on the JDBC connect string.
- ConnectionProperty.Type - Enum in org.apache.calcite.avatica
-
Data type of property.
- connectionSync(Meta.ConnectionHandle, Meta.ConnectionProperties) - Method in interface org.apache.calcite.avatica.Meta
-
Synchronizes client and server view of connection properties.
- connectionSync(Meta.ConnectionHandle, Meta.ConnectionProperties) - Method in class org.apache.calcite.avatica.MetaImpl
- ConnectionSyncRequest(String, Meta.ConnectionProperties) - Constructor for class org.apache.calcite.avatica.remote.Service.ConnectionSyncRequest
- ConnectionSyncResponse(Meta.ConnectionProperties, Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.ConnectionSyncResponse
- ConnectStringParser - Class in org.apache.calcite.avatica
-
ConnectStringParser is a utility class that parses or creates a JDBC connect string according to the OLE DB Connection String Syntax.
- connProps - Variable in class org.apache.calcite.avatica.MetaImpl
-
Represents the various states specific to
MetaImpl.connection. - connProps - Variable in class org.apache.calcite.avatica.remote.Service.ConnectionSyncRequest
- connProps - Variable in class org.apache.calcite.avatica.remote.Service.ConnectionSyncResponse
- convertToErrorResponse(Exception) - Method in class org.apache.calcite.avatica.remote.AbstractHandler
-
Attempts to convert an Exception to an ErrorResponse.
- copyParameterValues() - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
-
Returns a copy of the current parameter values.
- count(String, int, long) - Static method in class org.apache.calcite.avatica.Meta.MetaResultSet
- create(long, boolean, List<Object>) - Static method in class org.apache.calcite.avatica.Meta.Frame
- create(String, int, boolean, Meta.Signature, Meta.Frame) - Static method in class org.apache.calcite.avatica.Meta.MetaResultSet
- create(String, int, boolean, Meta.Signature, Meta.Frame, long) - Static method in class org.apache.calcite.avatica.Meta.MetaResultSet
- create(String, Object) - Static method in class org.apache.calcite.avatica.remote.TypedValue
- create(List<String>) - Method in interface org.apache.calcite.avatica.Meta.Factory
- create(List<ColumnMetaData>, String, List<AvaticaParameter>, Meta.CursorFactory, Meta.StatementType) - Static method in class org.apache.calcite.avatica.Meta.Signature
-
Used by Jackson to create a Signature by de-serializing JSON.
- create(AvaticaConnection) - Method in class org.apache.calcite.avatica.remote.MockJsonService.Factory
- create(AvaticaConnection) - Method in class org.apache.calcite.avatica.remote.MockProtobufService.MockProtobufServiceFactory
- create(AvaticaConnection) - Method in interface org.apache.calcite.avatica.remote.Service.Factory
- create(ColumnMetaData.AvaticaType, Iterable<Object>) - Method in class org.apache.calcite.avatica.util.ArrayFactoryImpl
- create(ColumnMetaData.AvaticaType, Iterable<Object>) - Method in interface org.apache.calcite.avatica.util.ArrayImpl.Factory
-
Creates a
ResultSetfrom the given list of values perArray.getResultSet(). - create(ColumnMetaData.AvaticaType, Iterable<Object>) - Method in interface org.apache.calcite.avatica.util.StructImpl.Factory
- create(Meta.Style, Class, List<String>) - Static method in class org.apache.calcite.avatica.Meta.CursorFactory
- CREATE - Enum constant in enum org.apache.calcite.avatica.Meta.StatementType
- createAccessor(ColumnMetaData, int, Calendar, ArrayImpl.Factory) - Method in class org.apache.calcite.avatica.util.AbstractCursor
- createAccessor(ColumnMetaData, AbstractCursor.Getter, Calendar, ArrayImpl.Factory) - Method in class org.apache.calcite.avatica.util.AbstractCursor
- createAccessors(List<ColumnMetaData>, Calendar, ArrayImpl.Factory) - Method in class org.apache.calcite.avatica.util.AbstractCursor
- createAccessors(List<ColumnMetaData>, Calendar, ArrayImpl.Factory) - Method in interface org.apache.calcite.avatica.util.Cursor
-
Creates a list of accessors, one per column.
- createArray(ColumnMetaData.AvaticaType, Iterable<Object>) - Method in class org.apache.calcite.avatica.util.ArrayFactoryImpl
- createArray(ColumnMetaData.AvaticaType, Iterable<Object>) - Method in interface org.apache.calcite.avatica.util.ArrayImpl.Factory
-
Creates an
Arrayfrom the given list of values, converting any primitive values into the corresponding objects. - createArrayOf(String, Object[]) - Method in class org.apache.calcite.avatica.AvaticaConnection
- createBlob() - Method in class org.apache.calcite.avatica.AvaticaConnection
- createClob() - Method in class org.apache.calcite.avatica.AvaticaConnection
- createCursor(Meta.CursorFactory, Iterable<Object>) - Static method in class org.apache.calcite.avatica.MetaImpl
- createDriverVersion() - Method in class org.apache.calcite.avatica.remote.Driver
- createDriverVersion() - Method in class org.apache.calcite.avatica.UnregisteredDriver
-
Creates an object describing the name and version of this driver.
- createEmptyResultSet(Class<E>) - Method in class org.apache.calcite.avatica.MetaImpl
-
Creates an empty result set.
- createException(String) - Method in class org.apache.calcite.avatica.Helper
- createException(String, Exception) - Method in class org.apache.calcite.avatica.Helper
- createException(String, String, Exception) - Method in class org.apache.calcite.avatica.Helper
- createFactory() - Method in class org.apache.calcite.avatica.UnregisteredDriver
-
Creates a factory for JDBC objects (connection, statement).
- createGetter(int) - Method in class org.apache.calcite.avatica.util.AbstractCursor
- createGetter(int) - Method in class org.apache.calcite.avatica.util.ArrayIteratorCursor
- createGetter(int) - Method in class org.apache.calcite.avatica.util.ListIteratorCursor
- createGetter(int) - Method in class org.apache.calcite.avatica.util.MapIteratorCursor
- createGetter(int) - Method in class org.apache.calcite.avatica.util.RecordIteratorCursor
- createHandler() - Method in class org.apache.calcite.avatica.UnregisteredDriver
-
Creates a Handler.
- createIterable(Meta.StatementHandle, QueryState, Meta.Signature, List<TypedValue>, Meta.Frame) - Method in interface org.apache.calcite.avatica.Meta
-
Creates an iterable for a result set.
- createIterable(Meta.StatementHandle, QueryState, Meta.Signature, List<TypedValue>, Meta.Frame) - Method in class org.apache.calcite.avatica.MetaImpl
- 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(Map<String, Object>, List<ColumnMetaData>, Meta.CursorFactory, Meta.Frame) - Method in class org.apache.calcite.avatica.MetaImpl
- createResultSet(Meta.MetaResultSet, QueryState) - Method in class org.apache.calcite.avatica.AvaticaConnection
- createSQLXML() - Method in class org.apache.calcite.avatica.AvaticaConnection
- 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
- CreateStatementRequest(String) - Constructor for class org.apache.calcite.avatica.remote.Service.CreateStatementRequest
- CreateStatementResponse(String, int, Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.CreateStatementResponse
- createStruct(String, Object[]) - Method in class org.apache.calcite.avatica.AvaticaConnection
- createTrojan() - Static method in class org.apache.calcite.avatica.AvaticaConnection
- credentials - Variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
- credentialsProvider - Variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
- currency - Variable in class org.apache.calcite.avatica.ColumnMetaData
- current() - Static method in enum org.apache.calcite.avatica.UnregisteredDriver.JdbcVersion
-
Deduces the current JDBC version.
- current() - Method in class org.apache.calcite.avatica.util.IteratorCursor
- current() - Method in class org.apache.calcite.avatica.util.PositionedCursor
-
Returns the current row.
- cursor - Variable in class org.apache.calcite.avatica.AvaticaResultSet
- Cursor - Interface in org.apache.calcite.avatica.util
-
Interface to an iteration that is similar to, and can easily support, a JDBC
ResultSet, but is simpler to implement. - CURSOR - Enum constant in enum org.apache.calcite.avatica.SqlType
- CURSOR_SENSITIVITY_EXCEPTION_NO_SUBCLASS - Enum constant in enum org.apache.calcite.avatica.SqlState
-
36000: cursor sensitivity exception
- CURSOR_SENSITIVITY_EXCEPTION_REQUEST_FAILED - Enum constant in enum org.apache.calcite.avatica.SqlState
-
36002: cursor sensitivity exception: request failed
- CURSOR_SENSITIVITY_EXCEPTION_REQUEST_REJECTED - Enum constant in enum org.apache.calcite.avatica.SqlState
-
36001: cursor sensitivity exception: request rejected
- Cursor.Accessor - Interface in org.apache.calcite.avatica.util
-
Accessor of a column value.
- cursorFactory - Variable in class org.apache.calcite.avatica.Meta.Signature
- CUSTOM - Enum constant in enum org.apache.calcite.avatica.remote.AuthenticationType
D
- DATA_EXCEPTION_ARRAY_DATA_RIGHT_TRUNCATION - Enum constant in enum org.apache.calcite.avatica.SqlState
-
2202F: data exception: array data, right truncation
- DATA_EXCEPTION_ARRAY_ELEMENT_ERROR - Enum constant in enum org.apache.calcite.avatica.SqlState
-
2202E: data exception: array element error
- DATA_EXCEPTION_ATTEMPT_TO_REPLACE_A_ZERO_LENGTH_STRING - Enum constant in enum org.apache.calcite.avatica.SqlState
-
2201U: data exception: attempt to replace a zero-length string
- DATA_EXCEPTION_CHARACTER_NOT_IN_REPERTOIRE - Enum constant in enum org.apache.calcite.avatica.SqlState
-
22021: data exception: character not in repertoire
- DATA_EXCEPTION_DATETIME_FIELD_OVERFLOW - Enum constant in enum org.apache.calcite.avatica.SqlState
-
22008: data exception: datetime field overflow
- DATA_EXCEPTION_DIVISION_BY_ZERO - Enum constant in enum org.apache.calcite.avatica.SqlState
-
22012: data exception: division by zero
- DATA_EXCEPTION_ERROR_IN_ASSIGNMENT - Enum constant in enum org.apache.calcite.avatica.SqlState
-
22005: data exception: error in assignment
- DATA_EXCEPTION_ESCAPE_CHARACTER_CONFLICT - Enum constant in enum org.apache.calcite.avatica.SqlState
-
2200B: data exception: escape character conflict
- DATA_EXCEPTION_INDICATOR_OVERFLOW - Enum constant in enum org.apache.calcite.avatica.SqlState
-
22022: data exception: indicator overflow
- DATA_EXCEPTION_INTERVAL_FIELD_OVERFLOW - Enum constant in enum org.apache.calcite.avatica.SqlState
-
22015: data exception: interval field overflow
- DATA_EXCEPTION_INTERVAL_VALUE_OUT_OF_RANGE - Enum constant in enum org.apache.calcite.avatica.SqlState
-
2200P: data exception: interval value out of range
- DATA_EXCEPTION_INVALID_ARGUMENT_FOR_NATURAL_LOGARITHM - Enum constant in enum org.apache.calcite.avatica.SqlState
-
2201E: data exception: invalid argument for natural logarithm
- DATA_EXCEPTION_INVALID_ARGUMENT_FOR_NTH_VALUE_FUNCTION - Enum constant in enum org.apache.calcite.avatica.SqlState
-
22016: data exception: invalid argument for NTH_VALUE function
- DATA_EXCEPTION_INVALID_ARGUMENT_FOR_NTILE_FUNCTION - Enum constant in enum org.apache.calcite.avatica.SqlState
-
22014: data exception: invalid argument for NTILE function
- DATA_EXCEPTION_INVALID_ARGUMENT_FOR_POWER_FUNCTION - Enum constant in enum org.apache.calcite.avatica.SqlState
-
2201F: data exception: invalid argument for power function
- DATA_EXCEPTION_INVALID_ARGUMENT_FOR_ROW_PATTERN_NAVIGATION_OPERATION - Enum constant in enum org.apache.calcite.avatica.SqlState
-
2202J: data exception: invalid argument for row pattern navigation operation
- DATA_EXCEPTION_INVALID_ARGUMENT_FOR_WIDTH_BUCKET_FUNCTION - Enum constant in enum org.apache.calcite.avatica.SqlState
-
2201G: data exception: invalid argument for width bucket function
- DATA_EXCEPTION_INVALID_CHARACTER_VALUE_FOR_CAST - Enum constant in enum org.apache.calcite.avatica.SqlState
-
22018: data exception: invalid character value for cast
- DATA_EXCEPTION_INVALID_DATETIME_FORMAT - Enum constant in enum org.apache.calcite.avatica.SqlState
-
22007: data exception: invalid datetime format
- DATA_EXCEPTION_INVALID_ESCAPE_CHARACTER - Enum constant in enum org.apache.calcite.avatica.SqlState
-
22019: data exception: invalid escape character
- DATA_EXCEPTION_INVALID_ESCAPE_OCTET - Enum constant in enum org.apache.calcite.avatica.SqlState
-
2200D: data exception: invalid escape octet
- DATA_EXCEPTION_INVALID_ESCAPE_SEQUENCE - Enum constant in enum org.apache.calcite.avatica.SqlState
-
22025: data exception: invalid escape sequence
- DATA_EXCEPTION_INVALID_INDICATOR_PARAMETER_VALUE - Enum constant in enum org.apache.calcite.avatica.SqlState
-
22010: data exception: invalid indicator parameter value
- DATA_EXCEPTION_INVALID_INTERVAL_FORMAT - Enum constant in enum org.apache.calcite.avatica.SqlState
-
22006: data exception: invalid interval format
- DATA_EXCEPTION_INVALID_PARAMETER_VALUE - Enum constant in enum org.apache.calcite.avatica.SqlState
-
22023: data exception: invalid parameter value
- DATA_EXCEPTION_INVALID_PERIOD_VALUE - Enum constant in enum org.apache.calcite.avatica.SqlState
-
22020: data exception: invalid period value
- DATA_EXCEPTION_INVALID_PRECEDING_OR_FOLLOWING_SIZE_IN_WINDOW_FUNCTION - Enum constant in enum org.apache.calcite.avatica.SqlState
-
22013: data exception: invalid preceding or following size in window function
- DATA_EXCEPTION_INVALID_REGULAR_EXPRESSION - Enum constant in enum org.apache.calcite.avatica.SqlState
-
2201B: data exception: invalid regular expression
- DATA_EXCEPTION_INVALID_REPEAT_ARGUMENT_IN_A_SAMPLE_CLAUSE - Enum constant in enum org.apache.calcite.avatica.SqlState
-
2202G: data exception: invalid repeat argument in a sample clause
- DATA_EXCEPTION_INVALID_ROW_COUNT_IN_FETCH_FIRST_CLAUSE - Enum constant in enum org.apache.calcite.avatica.SqlState
-
2201W: data exception: invalid row count in fetch first clause
- DATA_EXCEPTION_INVALID_ROW_COUNT_IN_RESULT_OFFSET_CLAUSE - Enum constant in enum org.apache.calcite.avatica.SqlState
-
2201X: data exception: invalid row count in result offset clause
- DATA_EXCEPTION_INVALID_ROW_VERSION - Enum constant in enum org.apache.calcite.avatica.SqlState
-
2201H: data exception: invalid row version
- DATA_EXCEPTION_INVALID_SAMPLE_SIZE - Enum constant in enum org.apache.calcite.avatica.SqlState
-
2202H: data exception: invalid sample size
- DATA_EXCEPTION_INVALID_TIME_ZONE_DISPLACEMENT_VALUE - Enum constant in enum org.apache.calcite.avatica.SqlState
-
22009: data exception: invalid time zone displacement value
- DATA_EXCEPTION_INVALID_USE_OF_ESCAPE_CHARACTER - Enum constant in enum org.apache.calcite.avatica.SqlState
-
2200C: data exception: invalid use of escape character
- DATA_EXCEPTION_INVALID_XQUERY_OPTION_FLAG - Enum constant in enum org.apache.calcite.avatica.SqlState
-
2201T: data exception: invalid XQuery option flag
- DATA_EXCEPTION_INVALID_XQUERY_REGULAR_EXPRESSION - Enum constant in enum org.apache.calcite.avatica.SqlState
-
2201S: data exception: invalid XQuery regular expression
- DATA_EXCEPTION_INVALID_XQUERY_REPLACEMENT_STRING - Enum constant in enum org.apache.calcite.avatica.SqlState
-
2201V: data exception: invalid XQuery replacement string
- DATA_EXCEPTION_MOST_SPECIFIC_TYPE_MISMATCH - Enum constant in enum org.apache.calcite.avatica.SqlState
-
2200G: data exception: most specific type mismatch
- DATA_EXCEPTION_MULTISET_VALUE_OVERFLOW - Enum constant in enum org.apache.calcite.avatica.SqlState
-
2200Q: data exception: multiset value overflow
- DATA_EXCEPTION_NO_SUBCLASS - Enum constant in enum org.apache.calcite.avatica.SqlState
-
22000: data exception
- DATA_EXCEPTION_NONCHARACTER_IN_UCS_STRING - Enum constant in enum org.apache.calcite.avatica.SqlState
-
22029: data exception: noncharacter in UCS string
- DATA_EXCEPTION_NULL_ROW_NOT_PERMITTED_IN_TABLE - Enum constant in enum org.apache.calcite.avatica.SqlState
-
2201C: data exception: null row not permitted in table
- DATA_EXCEPTION_NULL_VALUE_IN_ARRAY_TARGET - Enum constant in enum org.apache.calcite.avatica.SqlState
-
2200E: data exception: null value in array target
- DATA_EXCEPTION_NULL_VALUE_NO_INDICATOR_PARAMETER - Enum constant in enum org.apache.calcite.avatica.SqlState
-
22002: data exception: null value, no indicator parameter
- DATA_EXCEPTION_NULL_VALUE_NOT_ALLOWED - Enum constant in enum org.apache.calcite.avatica.SqlState
-
22004: data exception: null value not allowed
- DATA_EXCEPTION_NULL_VALUE_SUBSTITUTED_FOR_MUTATOR_SUBJECT_PARAMETER - Enum constant in enum org.apache.calcite.avatica.SqlState
-
2202D: data exception: null value substituted for mutator subject parameter
- DATA_EXCEPTION_NUMERIC_VALUE_OUT_OF_RANGE - Enum constant in enum org.apache.calcite.avatica.SqlState
-
22003: data exception: numeric value out of range
- DATA_EXCEPTION_SEQUENCE_GENERATOR_LIMIT_EXCEEDED - Enum constant in enum org.apache.calcite.avatica.SqlState
-
2200H: data exception: sequence generator limit exceeded
- DATA_EXCEPTION_SKIP_TO_FIRST_ROW_OF_MATCH - Enum constant in enum org.apache.calcite.avatica.SqlState
-
2202L: data exception: skip to first row of match
- DATA_EXCEPTION_SKIP_TO_NON_EXISTENT_ROW - Enum constant in enum org.apache.calcite.avatica.SqlState
-
2202K: data exception: skip to non-existent row
- DATA_EXCEPTION_STRING_DATA_LENGTH_MISMATCH - Enum constant in enum org.apache.calcite.avatica.SqlState
-
22026: data exception: string data, length mismatch
- DATA_EXCEPTION_STRING_DATA_RIGHT_TRUNCATION - Enum constant in enum org.apache.calcite.avatica.SqlState
-
22001: data exception: string data, right truncation
- DATA_EXCEPTION_SUBSTRING_ERROR - Enum constant in enum org.apache.calcite.avatica.SqlState
-
22011: data exception: substring error
- DATA_EXCEPTION_TRIM_ERROR - Enum constant in enum org.apache.calcite.avatica.SqlState
-
22027: data exception: trim error
- DATA_EXCEPTION_UNTERMINATED_C_STRING - Enum constant in enum org.apache.calcite.avatica.SqlState
-
22024: data exception: unterminated C string
- DATA_EXCEPTION_ZERO_LENGTH_CHARACTER_STRING - Enum constant in enum org.apache.calcite.avatica.SqlState
-
2200F: data exception: zero-length character string
- databaseMajorVersion - Variable in class org.apache.calcite.avatica.DriverVersion
- databaseMinorVersion - Variable in class org.apache.calcite.avatica.DriverVersion
- DatabasePropertyRequest() - Constructor for class org.apache.calcite.avatica.remote.Service.DatabasePropertyRequest
- DatabasePropertyRequest(String) - Constructor for class org.apache.calcite.avatica.remote.Service.DatabasePropertyRequest
- DatabasePropertyResponse(Map<Meta.DatabaseProperty, Object>, Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.DatabasePropertyResponse
- dataDefinitionCausesTransactionCommit() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- dataDefinitionIgnoredInTransactions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- DATALINK - Enum constant in enum org.apache.calcite.avatica.SqlType
- dataType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaAttribute
- dataType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaBestRowIdentifier
- dataType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
- dataType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunctionColumn
- dataType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
- dataType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaPseudoColumn
- dataType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
- dataType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaUdt
- dataType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaVersionColumn
- DATE - Enum constant in enum org.apache.calcite.avatica.SqlType
- DATE_FORMAT_STRING - Static variable in class org.apache.calcite.avatica.util.DateTimeUtils
-
The SimpleDateFormat string for ISO dates, "yyyy-MM-dd".
- dateStringToUnixDate(String) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
- DateTimeUtils - Class in org.apache.calcite.avatica.util
-
Utility functions for datetime types: date, time, timestamp.
- DateTimeUtils.PrecisionTime - Class in org.apache.calcite.avatica.util
- DAY - Enum constant in enum org.apache.calcite.avatica.util.TimeUnit
- DAY - Enum constant in enum org.apache.calcite.avatica.util.TimeUnitRange
- DAY_TO_HOUR - Enum constant in enum org.apache.calcite.avatica.util.TimeUnitRange
- DAY_TO_MINUTE - Enum constant in enum org.apache.calcite.avatica.util.TimeUnitRange
- DAY_TO_SECOND - Enum constant in enum org.apache.calcite.avatica.util.TimeUnitRange
- DECADE - Enum constant in enum org.apache.calcite.avatica.util.TimeUnit
- DECADE - Enum constant in enum org.apache.calcite.avatica.util.TimeUnitRange
- DECIMAL - Enum constant in enum org.apache.calcite.avatica.SqlType
- decimalDigits - Variable in class org.apache.calcite.avatica.MetaImpl.MetaAttribute
- decimalDigits - Variable in class org.apache.calcite.avatica.MetaImpl.MetaBestRowIdentifier
- decimalDigits - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
- decimalDigits - Variable in class org.apache.calcite.avatica.MetaImpl.MetaPseudoColumn
- decimalDigits - Variable in class org.apache.calcite.avatica.MetaImpl.MetaVersionColumn
- decode(byte[]) - Static method in class org.apache.calcite.avatica.util.Base64
-
Low-level access to decoding ASCII characters in the form of a byte array.
- decode(byte[], int, int, int) - Static method in class org.apache.calcite.avatica.util.Base64
-
Low-level access to decoding ASCII characters in the form of a byte array.
- decode(String) - Static method in class org.apache.calcite.avatica.util.Base64
-
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
- decode(String, int) - Static method in class org.apache.calcite.avatica.util.Base64
-
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
- decode(String, Class<T>) - Static method in class org.apache.calcite.avatica.remote.JsonService
- DECODE - Static variable in class org.apache.calcite.avatica.util.Base64
-
Specify decoding in first bit.
- decodeFileToFile(String, String) - Static method in class org.apache.calcite.avatica.util.Base64
-
Reads
infileand decodes it tooutfile. - decodeFromFile(String) - Static method in class org.apache.calcite.avatica.util.Base64
-
Convenience method for reading a base64-encoded file and decoding it.
- 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
-
Deduces the appropriate
CursorFactoryfor accessing the underlying result set. - deduceValueClass(Object, Class) - Method in enum org.apache.calcite.avatica.ConnectionProperty.Type
-
Deduces the class of a property of this type, given the default value and the user-specified value class (each of which may be null, unless this is an enum or a plugin).
- DEFAULT_FETCH_SIZE - Static variable in class org.apache.calcite.avatica.AvaticaStatement
-
The default value for
Statement.getFetchSize(). - DEFAULT_ZONE - Static variable in class org.apache.calcite.avatica.util.DateTimeUtils
-
The Java default time zone.
- defaultValue - Variable in enum org.apache.calcite.avatica.Meta.DatabaseProperty
- defaultValue - Variable in class org.apache.calcite.avatica.MetaImpl.MetaClientInfoProperty
- defaultValue() - Method in enum org.apache.calcite.avatica.BuiltInConnectionProperty
- defaultValue() - Method in interface org.apache.calcite.avatica.ConnectionProperty
-
Returns the default value of this property.
- defaultValue() - Method in enum org.apache.calcite.avatica.remote.AvaticaRemoteConnectionProperty
- defaultValueClass() - Method in enum org.apache.calcite.avatica.ConnectionProperty.Type
- deferability - Variable in class org.apache.calcite.avatica.MetaImpl.MetaCrossReference
- deferability - Variable in class org.apache.calcite.avatica.MetaImpl.MetaExportedKey
- deferability - Variable in class org.apache.calcite.avatica.MetaImpl.MetaImportedKey
- definitelyWritable - Variable in class org.apache.calcite.avatica.ColumnMetaData
- DELETE - Enum constant in enum org.apache.calcite.avatica.Meta.StatementType
- deleteRow() - Method in class org.apache.calcite.avatica.AvaticaResultSet
- deleteRule - Variable in class org.apache.calcite.avatica.MetaImpl.MetaCrossReference
- deleteRule - Variable in class org.apache.calcite.avatica.MetaImpl.MetaExportedKey
- deleteRule - Variable in class org.apache.calcite.avatica.MetaImpl.MetaImportedKey
- deletesAreDetected(int) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- DEPENDENT_PRIVILEGE_DESCRIPTORS_STILL_EXIST_NO_SUBCLASS - Enum constant in enum org.apache.calcite.avatica.SqlState
-
2B000: dependent privilege descriptors still exist
- description - Variable in class org.apache.calcite.avatica.MetaImpl.MetaClientInfoProperty
- deserialize(Message) - Method in class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteBatchRequest
- DIAGNOSTICS_EXCEPTION_MAXIMUM_NUMBER_OF_DIAGNOSTICS_AREAS_EXCEEDED - Enum constant in enum org.apache.calcite.avatica.SqlState
-
0Z001: diagnostics exception: maximum number of stacked diagnostics areas exceeded
- DIAGNOSTICS_EXCEPTION_NO_SUBCLASS - Enum constant in enum org.apache.calcite.avatica.SqlState
-
0Z000: diagnostics exception
- DIGEST - Enum constant in enum org.apache.calcite.avatica.remote.AuthenticationType
- digitCount(int) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
- discard(Object) - Static method in class org.apache.calcite.avatica.AvaticaUtils
-
Does nothing with its argument.
- displaySize - Variable in class org.apache.calcite.avatica.ColumnMetaData
- DISTINCT - Enum constant in enum org.apache.calcite.avatica.SqlType
- DO_BREAK_LINES - Static variable in class org.apache.calcite.avatica.util.Base64
-
Do break lines when encoding.
- DoAsAvaticaHttpClient - Class in org.apache.calcite.avatica.remote
-
HTTP client implementation which invokes the wrapped HTTP client in a doAs with the provided Subject.
- DoAsAvaticaHttpClient(AvaticaHttpClient, KerberosConnection) - Constructor for class org.apache.calcite.avatica.remote.DoAsAvaticaHttpClient
- doesMaxRowSizeIncludeBlobs() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- done - Variable in class org.apache.calcite.avatica.Meta.Frame
-
Whether this is definitely the last frame of rows.
- DONT_GUNZIP - Static variable in class org.apache.calcite.avatica.util.Base64
-
Specify that gzipped data should not be automatically gunzipped.
- DOUBLE - Enum constant in enum org.apache.calcite.avatica.ColumnMetaData.Rep
- DOUBLE - Enum constant in enum org.apache.calcite.avatica.SqlType
- DOUBLE_QUOTE - Enum constant in enum org.apache.calcite.avatica.util.Quoting
-
Quote identifiers in double-quotes, and use double-quote to escape double-quotes.
- DOUBLE_QUOTE_BACKSLASH - Enum constant in enum org.apache.calcite.avatica.util.Quoting
-
Quote identifiers in double-quotes, and use backslash to escape double-quotes.
- DOW - Enum constant in enum org.apache.calcite.avatica.util.TimeUnit
- DOW - Enum constant in enum org.apache.calcite.avatica.util.TimeUnitRange
- DOY - Enum constant in enum org.apache.calcite.avatica.util.TimeUnit
- DOY - Enum constant in enum org.apache.calcite.avatica.util.TimeUnitRange
- driver - Variable in class org.apache.calcite.avatica.AvaticaConnection
- Driver - Class in org.apache.calcite.avatica.remote
-
Avatica Remote JDBC driver.
- Driver() - Constructor for class org.apache.calcite.avatica.remote.Driver
- Driver.Serialization - Enum in org.apache.calcite.avatica.remote
-
Defines the method of message serialization used by the Driver
- DriverVersion - Class in org.apache.calcite.avatica
-
Driver version information.
- DriverVersion(String, String, String, String, boolean, int, int, int, int) - Constructor for class org.apache.calcite.avatica.DriverVersion
-
Creates a DriverVersion.
- DROP - Enum constant in enum org.apache.calcite.avatica.Meta.StatementType
- dummy(ColumnMetaData.AvaticaType, boolean) - Static method in class org.apache.calcite.avatica.ColumnMetaData
-
Creates a ColumnMetaData for result sets that are not based on a struct but need to have a single 'field' for purposes of
ResultSetMetaData. - DUMMY_VALUE - Static variable in class org.apache.calcite.avatica.AvaticaSite
-
Value that means the parameter has been set to null.
- DYNAMIC_SQL_ERROR_CURSOR_SPECIFICATION_CANNOT_BE_EXECUTED - Enum constant in enum org.apache.calcite.avatica.SqlState
-
07003: dynamic SQL error: cursor specification cannot be executed
- DYNAMIC_SQL_ERROR_DATA_TYPE_TRANSFORM_FUNCTION_VIOLATION - Enum constant in enum org.apache.calcite.avatica.SqlState
-
0700B: dynamic SQL error: data type transform function violation
- DYNAMIC_SQL_ERROR_INVALID_DATA_TARGET - Enum constant in enum org.apache.calcite.avatica.SqlState
-
0700D: dynamic SQL error: invalid DATA target
- DYNAMIC_SQL_ERROR_INVALID_DATETIME_INTERVAL_CODE - Enum constant in enum org.apache.calcite.avatica.SqlState
-
0700F: dynamic SQL error: invalid DATETIME_INTERVAL_CODE
- DYNAMIC_SQL_ERROR_INVALID_DESCRIPTOR_COUNT - Enum constant in enum org.apache.calcite.avatica.SqlState
-
07008: dynamic SQL error: invalid descriptor count
- DYNAMIC_SQL_ERROR_INVALID_DESCRIPTOR_INDEX - Enum constant in enum org.apache.calcite.avatica.SqlState
-
07009: dynamic SQL error: invalid descriptor index
- DYNAMIC_SQL_ERROR_INVALID_LEVEL_VALUE - Enum constant in enum org.apache.calcite.avatica.SqlState
-
0700E: dynamic SQL error: invalid LEVEL value
- DYNAMIC_SQL_ERROR_NO_SUBCLASS - Enum constant in enum org.apache.calcite.avatica.SqlState
-
07000: dynamic SQL error
- DYNAMIC_SQL_ERROR_PREPARED_STATEMENT_NOT_A_CURSOR_SPECIFICATION - Enum constant in enum org.apache.calcite.avatica.SqlState
-
07005: dynamic SQL error: prepared statement not a cursor specification
- DYNAMIC_SQL_ERROR_RESTRICTED_DATA_TYPE_ATTRIBUTE_VIOLATION - Enum constant in enum org.apache.calcite.avatica.SqlState
-
07006: dynamic SQL error: restricted data type attribute violation
- DYNAMIC_SQL_ERROR_UNDEFINED_DATA_VALUE - Enum constant in enum org.apache.calcite.avatica.SqlState
-
0700C: dynamic SQL error: undefined DATA value
- DYNAMIC_SQL_ERROR_USING_CLAUSE_DOES_NOT_MATCH_DYNAMIC_PARAMETER_SPEC - Enum constant in enum org.apache.calcite.avatica.SqlState
-
07001: dynamic SQL error: using clause does not match dynamic parameter specifications
- DYNAMIC_SQL_ERROR_USING_CLAUSE_DOES_NOT_MATCH_TARGET_SPEC - Enum constant in enum org.apache.calcite.avatica.SqlState
-
07002: dynamic SQL error: using clause does not match target specifications
- DYNAMIC_SQL_ERROR_USING_CLAUSE_REQUIRED_FOR_DYNAMIC_PARAMETERS - Enum constant in enum org.apache.calcite.avatica.SqlState
-
07004: dynamic SQL error: using clause required for dynamic parameters
- DYNAMIC_SQL_ERROR_USING_CLAUSE_REQUIRED_FOR_RESULT_FIELDS - Enum constant in enum org.apache.calcite.avatica.SqlState
-
07007: dynamic SQL error: using clause required for result fields
E
- EMPTY - Static variable in class org.apache.calcite.avatica.Meta.Frame
-
Frame that has zero rows and is the last frame.
- EMPTY - Static variable in class org.apache.calcite.avatica.util.ByteString
-
An empty byte string.
- encode(ByteBuffer, ByteBuffer) - Static method in class org.apache.calcite.avatica.util.Base64
-
Performs Base64 encoding on the
rawByteBuffer, writing it to theencodedByteBuffer. - encode(ByteBuffer, CharBuffer) - Static method in class org.apache.calcite.avatica.util.Base64
-
Performs Base64 encoding on the
rawByteBuffer, writing it to theencodedCharBuffer. - encode(T) - Static method in class org.apache.calcite.avatica.remote.JsonService
- ENCODE - Static variable in class org.apache.calcite.avatica.util.Base64
-
Specify encoding in first bit.
- encodeBytes(byte[]) - Static method in class org.apache.calcite.avatica.util.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int) - Static method in class org.apache.calcite.avatica.util.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int, int) - Static method in class org.apache.calcite.avatica.util.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int, int, int) - Static method in class org.apache.calcite.avatica.util.Base64
-
Encodes a byte array into Base64 notation.
- encodeBytesToBytes(byte[]) - Static method in class org.apache.calcite.avatica.util.Base64
-
Similar to
Base64.encodeBytes(byte[])but returns a byte array instead of instantiating a String. - encodeBytesToBytes(byte[], int, int, int) - Static method in class org.apache.calcite.avatica.util.Base64
-
Similar to
Base64.encodeBytes(byte[], int, int, int)but returns a byte array instead of instantiating a String. - encodeFileToFile(String, String) - Static method in class org.apache.calcite.avatica.util.Base64
-
Reads
infileand encodes it tooutfile. - encodeFromFile(String) - Static method in class org.apache.calcite.avatica.util.Base64
-
Convenience method for reading a binary file and base64-encoding it.
- encodeObject(Serializable) - Static method in class org.apache.calcite.avatica.util.Base64
-
Serializes an object and returns the Base64-encoded version of that serialized object.
- encodeObject(Serializable, int) - Static method in class org.apache.calcite.avatica.util.Base64
-
Serializes an object and returns the Base64-encoded version of that serialized object.
- encodeToFile(byte[], String) - Static method in class org.apache.calcite.avatica.util.Base64
-
Convenience method for encoding data to a file.
- endUnit - Variable in enum org.apache.calcite.avatica.util.TimeUnitRange
- ENUM - Enum constant in enum org.apache.calcite.avatica.ConnectionProperty.Type
- enumConverter(Class<E>) - Static method in class org.apache.calcite.avatica.ConnectionConfigImpl
- EPOCH - Enum constant in enum org.apache.calcite.avatica.util.TimeUnit
- EPOCH - Enum constant in enum org.apache.calcite.avatica.util.TimeUnitRange
- EPOCH_JULIAN - Static variable in class org.apache.calcite.avatica.util.DateTimeUtils
-
The julian date of the epoch, 1970-01-01.
- equalContents(Array, Array) - Static method in class org.apache.calcite.avatica.util.ArrayImpl
-
Returns whether two arrays have the same contents.
- 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.ExecuteBatchRequest
- equals(Object) - Method in class org.apache.calcite.avatica.remote.Service.ExecuteBatchResponse
- equals(Object) - Method in class org.apache.calcite.avatica.remote.Service.ExecuteRequest
- equals(Object) - Method in class org.apache.calcite.avatica.remote.Service.ExecuteResponse
- equals(Object) - Method in class org.apache.calcite.avatica.remote.Service.FetchRequest
- equals(Object) - Method in class org.apache.calcite.avatica.remote.Service.FetchResponse
- equals(Object) - Method in class org.apache.calcite.avatica.remote.Service.OpenConnectionRequest
- equals(Object) - Method in class org.apache.calcite.avatica.remote.Service.OpenConnectionResponse
- equals(Object) - Method in class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteBatchRequest
- equals(Object) - Method in class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteRequest
- equals(Object) - Method in class org.apache.calcite.avatica.remote.Service.PrepareRequest
- equals(Object) - Method in class org.apache.calcite.avatica.remote.Service.PrepareResponse
- equals(Object) - Method in class org.apache.calcite.avatica.remote.Service.ResultSetResponse
- equals(Object) - Method in class org.apache.calcite.avatica.remote.Service.RollbackRequest
- equals(Object) - Method in class org.apache.calcite.avatica.remote.Service.RollbackResponse
- equals(Object) - Method in class org.apache.calcite.avatica.remote.Service.RpcMetadataResponse
- equals(Object) - Method in class org.apache.calcite.avatica.remote.Service.SchemasRequest
- equals(Object) - Method in class org.apache.calcite.avatica.remote.Service.SyncResultsRequest
- equals(Object) - Method in class org.apache.calcite.avatica.remote.Service.SyncResultsResponse
- equals(Object) - Method in class org.apache.calcite.avatica.remote.Service.TablesRequest
- equals(Object) - Method in class org.apache.calcite.avatica.remote.Service.TableTypesRequest
- equals(Object) - Method in class org.apache.calcite.avatica.remote.Service.TypeInfoRequest
- equals(Object) - Method in class org.apache.calcite.avatica.remote.TypedValue
- equals(Object) - Method in class org.apache.calcite.avatica.util.ByteString
- ERROR - Enum constant in enum org.apache.calcite.avatica.AvaticaSeverity
-
The result of an action resulted in an error which the current operation cannot recover from.
- errorCode - Variable in class org.apache.calcite.avatica.remote.Service.ErrorResponse
- errorMessage - Variable in class org.apache.calcite.avatica.remote.Service.ErrorResponse
- ErrorResponse(Exception, String, int, String, AvaticaSeverity, Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.ErrorResponse
- ErrorResponse(String, int, String, AvaticaSeverity, List<String>, Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.ErrorResponse
- ErrorResponse(List<String>, String, int, String, AvaticaSeverity, Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.ErrorResponse
- exceptions - Variable in class org.apache.calcite.avatica.remote.Service.ErrorResponse
- execute() - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- execute() - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
Executes this result set.
- execute() - Method in interface org.apache.calcite.avatica.Meta.PrepareCallback
- execute(String) - Method in class org.apache.calcite.avatica.AvaticaStatement
- execute(String, int) - Method in class org.apache.calcite.avatica.AvaticaStatement
- execute(String, int[]) - Method in class org.apache.calcite.avatica.AvaticaStatement
- execute(String, String[]) - Method in class org.apache.calcite.avatica.AvaticaStatement
- execute(AvaticaResultSet) - Method in class org.apache.calcite.avatica.AvaticaConnection.Trojan
-
A means for anyone who has a trojan to call the protected method
AvaticaResultSet.execute(). - execute(Meta.StatementHandle, List<TypedValue>, int) - Method in interface org.apache.calcite.avatica.Meta
-
Executes a prepared statement.
- execute(Meta.StatementHandle, List<TypedValue>, long) - Method in interface org.apache.calcite.avatica.Meta
-
Deprecated.
- execute2(Cursor, List<ColumnMetaData>) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- executeBatch() - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- executeBatch() - Method in class org.apache.calcite.avatica.AvaticaStatement
- executeBatch(Meta.StatementHandle, List<List<TypedValue>>) - Method in interface org.apache.calcite.avatica.Meta
-
Executes a collection of bound parameter values on a prepared statement.
- executeBatchInternal() - Method in class org.apache.calcite.avatica.AvaticaStatement
-
Executes a collection of updates in a single batch RPC.
- executeBatchProtobuf(Meta.StatementHandle, List<Requests.UpdateBatch>) - Method in interface org.apache.calcite.avatica.remote.ProtobufMeta
-
Executes a batch of commands on a prepared statement.
- ExecuteBatchRequest(String, int, List<List<TypedValue>>) - Constructor for class org.apache.calcite.avatica.remote.Service.ExecuteBatchRequest
- ExecuteBatchResponse(String, int, long[], boolean, Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.ExecuteBatchResponse
- ExecuteBatchResult(long[]) - Constructor for class org.apache.calcite.avatica.Meta.ExecuteBatchResult
- executeBatchUpdateInternal(AvaticaPreparedStatement) - Method in class org.apache.calcite.avatica.AvaticaConnection
-
Executes a batch update using an
AvaticaPreparedStatement. - executeInternal(String) - Method in class org.apache.calcite.avatica.AvaticaStatement
- executeInternal(Meta.Signature, boolean) - Method in class org.apache.calcite.avatica.AvaticaStatement
-
Executes a prepared statement.
- executeLargeBatch() - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- executeLargeBatch() - Method in class org.apache.calcite.avatica.AvaticaStatement
- executeLargeBatch(Statement) - Static method in class org.apache.calcite.avatica.AvaticaUtils
-
Invokes
Statement#executeLargeBatch, falling back onStatement.executeBatch()if the method does not exist (before JDK 1.8) or throwsUnsupportedOperationException. - executeLargeUpdate() - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- executeLargeUpdate(String) - Method in class org.apache.calcite.avatica.AvaticaStatement
- executeQuery() - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- executeQuery(String) - Method in class org.apache.calcite.avatica.AvaticaStatement
- executeQueryInternal(AvaticaStatement, Meta.Signature, Meta.Frame, QueryState, boolean) - Method in class org.apache.calcite.avatica.AvaticaConnection
-
Executes a prepared query, closing any previously open result set.
- executeQueryInternal(Meta.Signature, boolean) - Method in class org.apache.calcite.avatica.AvaticaStatement
-
Executes a prepared query, closing any previously open result set.
- ExecuteRequest(Meta.StatementHandle, List<TypedValue>, int) - Constructor for class org.apache.calcite.avatica.remote.Service.ExecuteRequest
- ExecuteResponse(List<Service.ResultSetResponse>, boolean, Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.ExecuteResponse
- ExecuteResult(List<Meta.MetaResultSet>) - Constructor for class org.apache.calcite.avatica.Meta.ExecuteResult
- executeUpdate() - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- executeUpdate(String) - Method in class org.apache.calcite.avatica.AvaticaStatement
- executeUpdate(String, int) - Method in class org.apache.calcite.avatica.AvaticaStatement
- executeUpdate(String, int[]) - Method in class org.apache.calcite.avatica.AvaticaStatement
- executeUpdate(String, String[]) - Method in class org.apache.calcite.avatica.AvaticaStatement
- EXPLICIT_NULL - Static variable in class org.apache.calcite.avatica.remote.TypedValue
- EXTERNAL_ROUTINE_EXCEPTION_CONTAINING_SQL_NOT_PERMITTED - Enum constant in enum org.apache.calcite.avatica.SqlState
-
38001: external routine exception: containing SQL not permitted
- EXTERNAL_ROUTINE_EXCEPTION_MODIFYING_SQL_DATA_NOT_PERMITTED - Enum constant in enum org.apache.calcite.avatica.SqlState
-
38002: external routine exception: modifying SQL-data not permitted
- EXTERNAL_ROUTINE_EXCEPTION_NO_SUBCLASS - Enum constant in enum org.apache.calcite.avatica.SqlState
-
38000: external routine exception
- EXTERNAL_ROUTINE_EXCEPTION_PROHIBITED_SQL_STATEMENT_ATTEMPTED - Enum constant in enum org.apache.calcite.avatica.SqlState
-
38003: external routine exception: prohibited SQL-statement attempted
- EXTERNAL_ROUTINE_EXCEPTION_READING_SQL_DATA_NOT_PERMITTED - Enum constant in enum org.apache.calcite.avatica.SqlState
-
38004: external routine exception: reading SQL-data not permitted
- EXTERNAL_ROUTINE_INVOCATION_EXCEPTION_NO_SUBCLASS - Enum constant in enum org.apache.calcite.avatica.SqlState
-
39000: external routine invocation exception
- EXTERNAL_ROUTINE_INVOCATION_EXCEPTION_NULL_VALUE_NOT_ALLOWED - Enum constant in enum org.apache.calcite.avatica.SqlState
-
39004: external routine invocation exception: null value not allowed
F
- factory - Variable in class org.apache.calcite.avatica.AvaticaConnection
- factory - Variable in class org.apache.calcite.avatica.UnregisteredDriver
- factory() - Method in interface org.apache.calcite.avatica.ConnectionConfig
- factory() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
- factory() - Method in class org.apache.calcite.avatica.remote.AvaticaRemoteConnectionConfigImpl
- Factory() - Constructor for class org.apache.calcite.avatica.remote.MockJsonService.Factory
- FACTORY - Enum constant in enum org.apache.calcite.avatica.BuiltInConnectionProperty
-
Factory.
- FACTORY - Enum constant in enum org.apache.calcite.avatica.remote.AvaticaRemoteConnectionProperty
-
Factory.
- FATAL - Enum constant in enum org.apache.calcite.avatica.AvaticaSeverity
-
The system has been left in an unrecoverable state as a result of an operation.
- FEATURE_NOT_SUPPORTED_MULTIPLE_ENVIRONMENT_TRANSACTIONS - Enum constant in enum org.apache.calcite.avatica.SqlState
-
0A001: feature not supported: multiple server transactions
- FEATURE_NOT_SUPPORTED_NO_SUBCLASS - Enum constant in enum org.apache.calcite.avatica.SqlState
-
0A000: feature not supported
- fetch(AvaticaStatement, List<TypedValue>, long, int) - Method in class org.apache.calcite.avatica.MetaImpl
- fetch(Meta.StatementHandle, long, int) - Method in interface org.apache.calcite.avatica.Meta
-
Returns a frame of rows.
- fetchMaxRowCount - Variable in class org.apache.calcite.avatica.remote.Service.FetchRequest
-
Maximum number of rows to be returned in the frame.
- FetchRequest(String, int, long, int) - Constructor for class org.apache.calcite.avatica.remote.Service.FetchRequest
- FetchResponse(Meta.Frame, boolean, boolean, Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.FetchResponse
- field - Variable in class org.apache.calcite.avatica.util.PositionedCursor.ArrayGetter
- field - Variable in class org.apache.calcite.avatica.util.PositionedCursor.FieldGetter
- FieldGetter(Field) - Constructor for class org.apache.calcite.avatica.util.PositionedCursor.FieldGetter
- fieldMetaData(Class<?>) - Static method in class org.apache.calcite.avatica.MetaImpl
- fieldNames - Variable in class org.apache.calcite.avatica.Meta.CursorFactory
- fields - Variable in class org.apache.calcite.avatica.Meta.CursorFactory
- file() - Method in interface org.apache.calcite.avatica.util.Source
- file(File, String) - Static method in class org.apache.calcite.avatica.util.Sources
- filterCondition - Variable in class org.apache.calcite.avatica.MetaImpl.MetaIndexInfo
- FilteredConstants - Class in org.apache.calcite.avatica.util
-
A class which, at build time, will have build-specific variables substituted into it.
- FilteredConstants() - Constructor for class org.apache.calcite.avatica.util.FilteredConstants
- findColumn(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- first() - Method in class org.apache.calcite.avatica.AvaticaResultSet
- firstFrame - Variable in class org.apache.calcite.avatica.AvaticaResultSet
- firstFrame - Variable in class org.apache.calcite.avatica.Meta.MetaResultSet
- firstFrame - Variable in class org.apache.calcite.avatica.remote.Service.ResultSetResponse
- fixedPrecScale - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
- fkcolumnName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaCrossReference
- fkcolumnName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaExportedKey
- fkcolumnName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaImportedKey
- fkName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaCrossReference
- fkName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaExportedKey
- fkName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaImportedKey
- fktableCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaCrossReference
- fktableCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaExportedKey
- fktableCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaImportedKey
- fktableName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaCrossReference
- fktableName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaExportedKey
- fktableName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaImportedKey
- fktableSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaCrossReference
- fktableSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaExportedKey
- fktableSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaImportedKey
- FLOAT - Enum constant in enum org.apache.calcite.avatica.ColumnMetaData.Rep
- FLOAT - Enum constant in enum org.apache.calcite.avatica.SqlType
- floorDiv(long, long) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
-
Divide, rounding towards negative infinity.
- floorMod(long, long) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
-
Modulo, always returning a non-negative result.
- flushBase64() - Method in class org.apache.calcite.avatica.util.Base64.OutputStream
-
Method added by PHIL.
- formatLocalString(String, Object...) - Static method in class org.apache.calcite.avatica.util.Unsafe
-
Returns a
String, created from the given format and args, with the root locale. - frame - Variable in class org.apache.calcite.avatica.remote.Service.FetchResponse
- Frame(long, boolean, Iterable<Object>) - Constructor for class org.apache.calcite.avatica.Meta.Frame
- free() - Method in class org.apache.calcite.avatica.util.ArrayImpl
- fromProto(Common.AvaticaParameter) - Static method in class org.apache.calcite.avatica.AvaticaParameter
- fromProto(Common.AvaticaType) - Static method in class org.apache.calcite.avatica.ColumnMetaData.AvaticaType
- fromProto(Common.ColumnMetaData) - Static method in class org.apache.calcite.avatica.ColumnMetaData
- fromProto(Common.ConnectionProperties) - Static method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
- fromProto(Common.CursorFactory) - Static method in class org.apache.calcite.avatica.Meta.CursorFactory
- fromProto(Common.CursorFactory.Style) - Static method in enum org.apache.calcite.avatica.Meta.Style
- fromProto(Common.DatabaseProperty) - Static method in enum org.apache.calcite.avatica.Meta.DatabaseProperty
- fromProto(Common.Frame) - Static method in class org.apache.calcite.avatica.Meta.Frame
- fromProto(Common.MetaDataOperation) - Static method in enum org.apache.calcite.avatica.remote.MetaDataOperation
- fromProto(Common.QueryState) - Static method in class org.apache.calcite.avatica.QueryState
- fromProto(Common.Rep) - Static method in enum org.apache.calcite.avatica.ColumnMetaData.Rep
- fromProto(Common.Severity) - Static method in enum org.apache.calcite.avatica.AvaticaSeverity
- fromProto(Common.Signature) - Static method in class org.apache.calcite.avatica.Meta.Signature
- fromProto(Common.StatementHandle) - Static method in class org.apache.calcite.avatica.Meta.StatementHandle
- fromProto(Common.StatementType) - Static method in enum org.apache.calcite.avatica.Meta.StatementType
- fromProto(Common.StateType) - Static method in enum org.apache.calcite.avatica.QueryState.StateType
- fromProto(Common.TypedValue) - Static method in class org.apache.calcite.avatica.remote.TypedValue
-
Constructs a
TypedValuefrom the protocol buffer representation. - functionCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunction
- functionCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunctionColumn
- functionName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunction
- functionName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunctionColumn
- functionSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunction
- functionSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunctionColumn
- functionType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunction
- futureUse1 - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedure
- futureUse2 - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedure
- futureUse3 - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedure
G
- generatedKeyAlwaysReturned() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- get() - Method in class org.apache.calcite.avatica.util.Spacer
-
Returns the current number of spaces.
- get(Cursor.Accessor, int, Calendar) - Static method in class org.apache.calcite.avatica.AvaticaSite
-
Similar logic to
AvaticaSite.setObject(java.lang.Object, int). - GET_ARRAY - Enum constant in enum org.apache.calcite.avatica.SqlType.Method
- GET_ASCII_STREAM - Enum constant in enum org.apache.calcite.avatica.SqlType.Method
- GET_ATTRIBUTES - Enum constant in enum org.apache.calcite.avatica.remote.MetaDataOperation
- GET_BEST_ROW_IDENTIFIER - Enum constant in enum org.apache.calcite.avatica.remote.MetaDataOperation
- GET_BIG_DECIMAL - Enum constant in enum org.apache.calcite.avatica.SqlType.Method
- GET_BINARY_STREAM - Enum constant in enum org.apache.calcite.avatica.SqlType.Method
- GET_BLOB - Enum constant in enum org.apache.calcite.avatica.SqlType.Method
- GET_BOOLEAN - Enum constant in enum org.apache.calcite.avatica.SqlType.Method
- GET_BYTE - Enum constant in enum org.apache.calcite.avatica.SqlType.Method
- GET_BYTES - Enum constant in enum org.apache.calcite.avatica.SqlType.Method
- GET_CATALOGS - Enum constant in enum org.apache.calcite.avatica.remote.MetaDataOperation
- GET_CHARACTER_STREAM - Enum constant in enum org.apache.calcite.avatica.SqlType.Method
- GET_CLIENT_INFO_PROPERTIES - Enum constant in enum org.apache.calcite.avatica.remote.MetaDataOperation
- GET_CLOB - Enum constant in enum org.apache.calcite.avatica.SqlType.Method
- GET_COLUMN_PRIVILEGES - Enum constant in enum org.apache.calcite.avatica.remote.MetaDataOperation
- GET_COLUMNS - Enum constant in enum org.apache.calcite.avatica.remote.MetaDataOperation
- GET_CROSS_REFERENCE - Enum constant in enum org.apache.calcite.avatica.remote.MetaDataOperation
- GET_DATABASE_MAJOR_VERSION - Enum constant in enum org.apache.calcite.avatica.Meta.DatabaseProperty
-
Database property containing the value of
DatabaseMetaData.getDatabaseMajorVersion(). - GET_DATABASE_MINOR_VERSION - Enum constant in enum org.apache.calcite.avatica.Meta.DatabaseProperty
-
Database property containing the value of
DatabaseMetaData.getDatabaseMinorVersion(). - GET_DATABASE_PRODUCT_NAME - Enum constant in enum org.apache.calcite.avatica.Meta.DatabaseProperty
-
Database property containing the value of
DatabaseMetaData.getDatabaseProductName(). - GET_DATABASE_PRODUCT_VERSION - Enum constant in enum org.apache.calcite.avatica.Meta.DatabaseProperty
-
Database property containing the value of
DatabaseMetaData.getDatabaseProductVersion(). - GET_DATE - Enum constant in enum org.apache.calcite.avatica.SqlType.Method
- GET_DEFAULT_TRANSACTION_ISOLATION - Enum constant in enum org.apache.calcite.avatica.Meta.DatabaseProperty
-
Database property containing the value of
DatabaseMetaData.getDefaultTransactionIsolation(). - GET_DOUBLE - Enum constant in enum org.apache.calcite.avatica.SqlType.Method
- GET_DRIVER_MAJOR_VERSION - Enum constant in enum org.apache.calcite.avatica.Meta.DatabaseProperty
-
Database property containing the value of
DatabaseMetaData.getDriverMajorVersion(). - GET_DRIVER_MINOR_VERSION - Enum constant in enum org.apache.calcite.avatica.Meta.DatabaseProperty
-
Database property containing the value of
DatabaseMetaData.getDriverMinorVersion(). - GET_DRIVER_NAME - Enum constant in enum org.apache.calcite.avatica.Meta.DatabaseProperty
-
Database property containing the value of
DatabaseMetaData.getDriverName(). - GET_DRIVER_VERSION - Enum constant in enum org.apache.calcite.avatica.Meta.DatabaseProperty
-
Database property containing the value of
DatabaseMetaData.getDriverVersion(). - GET_EXPORTED_KEYS - Enum constant in enum org.apache.calcite.avatica.remote.MetaDataOperation
- GET_FLOAT - Enum constant in enum org.apache.calcite.avatica.SqlType.Method
- GET_FUNCTION_COLUMNS - Enum constant in enum org.apache.calcite.avatica.remote.MetaDataOperation
- GET_FUNCTIONS - Enum constant in enum org.apache.calcite.avatica.remote.MetaDataOperation
- GET_IMPORTED_KEYS - Enum constant in enum org.apache.calcite.avatica.remote.MetaDataOperation
- GET_INDEX_INFO - Enum constant in enum org.apache.calcite.avatica.remote.MetaDataOperation
- GET_INT - Enum constant in enum org.apache.calcite.avatica.SqlType.Method
- GET_LIST - Static variable in enum org.apache.calcite.avatica.SqlType
- GET_LONG - Enum constant in enum org.apache.calcite.avatica.SqlType.Method
- GET_N_CHARACTER_STREAM - Enum constant in enum org.apache.calcite.avatica.SqlType.Method
- GET_N_CLOB - Enum constant in enum org.apache.calcite.avatica.SqlType.Method
- GET_N_STRING - Enum constant in enum org.apache.calcite.avatica.SqlType.Method
- GET_NUMERIC_FUNCTIONS - Enum constant in enum org.apache.calcite.avatica.Meta.DatabaseProperty
-
Database property containing the value of
DatabaseMetaData.getNumericFunctions(). - GET_OBJECT - Enum constant in enum org.apache.calcite.avatica.SqlType.Method
- GET_PRIMARY_KEYS - Enum constant in enum org.apache.calcite.avatica.remote.MetaDataOperation
- GET_PROCEDURE_COLUMNS - Enum constant in enum org.apache.calcite.avatica.remote.MetaDataOperation
- GET_PROCEDURES - Enum constant in enum org.apache.calcite.avatica.remote.MetaDataOperation
- GET_PSEUDO_COLUMNS - Enum constant in enum org.apache.calcite.avatica.remote.MetaDataOperation
- GET_REF - Enum constant in enum org.apache.calcite.avatica.SqlType.Method
- GET_ROW_ID - Enum constant in enum org.apache.calcite.avatica.SqlType.Method
- GET_S_Q_L_KEYWORDS - Enum constant in enum org.apache.calcite.avatica.Meta.DatabaseProperty
-
Database property containing the value of
DatabaseMetaData.getSQLKeywords(). - GET_SCHEMAS - Enum constant in enum org.apache.calcite.avatica.remote.MetaDataOperation
- GET_SCHEMAS_WITH_ARGS - Enum constant in enum org.apache.calcite.avatica.remote.MetaDataOperation
- GET_SHORT - Enum constant in enum org.apache.calcite.avatica.SqlType.Method
- GET_SQLXML - Enum constant in enum org.apache.calcite.avatica.SqlType.Method
- GET_STRING - Enum constant in enum org.apache.calcite.avatica.SqlType.Method
- GET_STRING_FUNCTIONS - Enum constant in enum org.apache.calcite.avatica.Meta.DatabaseProperty
-
Database property containing the value of
DatabaseMetaData.getStringFunctions(). - GET_SUPER_TABLES - Enum constant in enum org.apache.calcite.avatica.remote.MetaDataOperation
- GET_SUPER_TYPES - Enum constant in enum org.apache.calcite.avatica.remote.MetaDataOperation
- GET_SYSTEM_FUNCTIONS - Enum constant in enum org.apache.calcite.avatica.Meta.DatabaseProperty
-
Database property containing the value of
DatabaseMetaData.getSystemFunctions(). - GET_TABLE_PRIVILEGES - Enum constant in enum org.apache.calcite.avatica.remote.MetaDataOperation
- GET_TABLE_TYPES - Enum constant in enum org.apache.calcite.avatica.remote.MetaDataOperation
- GET_TABLES - Enum constant in enum org.apache.calcite.avatica.remote.MetaDataOperation
- GET_TIME - Enum constant in enum org.apache.calcite.avatica.SqlType.Method
- GET_TIME_DATE_FUNCTIONS - Enum constant in enum org.apache.calcite.avatica.Meta.DatabaseProperty
-
Database property containing the value of
DatabaseMetaData.getTimeDateFunctions(). - GET_TIMESTAMP - Enum constant in enum org.apache.calcite.avatica.SqlType.Method
- GET_TYPE_INFO - Enum constant in enum org.apache.calcite.avatica.remote.MetaDataOperation
- GET_UDTS - Enum constant in enum org.apache.calcite.avatica.remote.MetaDataOperation
- GET_URL - Enum constant in enum org.apache.calcite.avatica.SqlType.Method
- GET_VERSION_COLUMNS - Enum constant in enum org.apache.calcite.avatica.remote.MetaDataOperation
- getAppConfigurationEntry(String) - Method in class org.apache.calcite.avatica.remote.ClientKeytabJaasConf
- getArray() - Method in class org.apache.calcite.avatica.util.AbstractCursor.ArrayAccessor
- getArray() - Method in class org.apache.calcite.avatica.util.ArrayImpl
- getArray() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
- getArray(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getArray(long, int) - Method in class org.apache.calcite.avatica.util.ArrayImpl
- getArray(long, int, Map<String, Class<?>>) - Method in class org.apache.calcite.avatica.util.ArrayImpl
- getArray(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getArray(List<?>, AbstractCursor.ArrayAccessor) - Method in class org.apache.calcite.avatica.util.ArrayImpl
-
Converts a list into an array.
- getArray(Map<String, Class<?>>) - Method in class org.apache.calcite.avatica.util.ArrayImpl
- getAsciiStream() - Method in class org.apache.calcite.avatica.util.AbstractCursor.ArrayAccessor
- getAsciiStream() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
- getAsciiStream(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getAsciiStream(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getAttributes() - Method in class org.apache.calcite.avatica.util.StructImpl
- getAttributes(String, String, String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getAttributes(Map<String, Class<?>>) - Method in class org.apache.calcite.avatica.util.StructImpl
- getAttributes(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, Meta.Pat) - Method in interface org.apache.calcite.avatica.Meta
- getAttributes(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.MetaImpl
- getAutoCommit() - Method in class org.apache.calcite.avatica.AvaticaConnection
- getAvaticaServerVersion() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
Fetches the Avatica version from the given server.
- getAvaticaServerVersion() - Method in interface org.apache.calcite.avatica.AvaticaSpecificDatabaseMetaData
-
Retrieves the Avatica version from the server.
- getBaseType() - Method in class org.apache.calcite.avatica.util.ArrayImpl
- getBaseTypeName() - Method in class org.apache.calcite.avatica.util.ArrayImpl
- getBestRowIdentifier(String, String, String, int, boolean) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getBestRowIdentifier(Meta.ConnectionHandle, String, String, String, int, boolean) - Method in interface org.apache.calcite.avatica.Meta
- getBestRowIdentifier(Meta.ConnectionHandle, String, String, String, int, boolean) - Method in class org.apache.calcite.avatica.MetaImpl
- getBigDecimal() - Method in class org.apache.calcite.avatica.util.AbstractCursor.ArrayAccessor
- getBigDecimal() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
- getBigDecimal(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getBigDecimal(int) - Method in class org.apache.calcite.avatica.util.AbstractCursor.ArrayAccessor
- getBigDecimal(int) - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
- getBigDecimal(int, int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getBigDecimal(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getBigDecimal(String, int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getBinaryStream() - Method in class org.apache.calcite.avatica.util.AbstractCursor.ArrayAccessor
- getBinaryStream() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
- getBinaryStream(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getBinaryStream(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getBlob() - Method in class org.apache.calcite.avatica.util.AbstractCursor.ArrayAccessor
- getBlob() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
- getBlob(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getBlob(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getBoolean() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
-
Returns the boolean value of this property.
- getBoolean() - Method in class org.apache.calcite.avatica.util.AbstractCursor.ArrayAccessor
- getBoolean() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
- getBoolean(boolean) - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
-
Returns the boolean value of this property.
- getBoolean(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getBoolean(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getBoolean(Map<InternalProperty, Object>) - Method in enum org.apache.calcite.avatica.InternalProperty
-
Returns the boolean value of this property.
- getBoundParameterValues() - Method in class org.apache.calcite.avatica.AvaticaStatement
-
Returns a list of bound parameter values.
- getByte() - Method in class org.apache.calcite.avatica.util.AbstractCursor.ArrayAccessor
- getByte() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
- getByte(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getByte(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getBytes() - Method in class org.apache.calcite.avatica.util.AbstractCursor.ArrayAccessor
- getBytes() - Method in class org.apache.calcite.avatica.util.ByteString
-
Returns a copy of the byte array.
- getBytes() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
- getBytes(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getBytes(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getCalendar() - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
-
Returns a calendar in the connection's time zone, creating one the first time this method is called.
- getCalendar() - Method in class org.apache.calcite.avatica.util.DateTimeUtils.PrecisionTime
- getCancelFlag(Meta.StatementHandle) - Method in class org.apache.calcite.avatica.AvaticaConnection
-
Returns or creates a slot whose state can be changed to cancel a statement.
- 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
- getCatalogName(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
- 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
- getCatalogSeparator() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getCatalogTerm() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getCharacterStream() - Method in class org.apache.calcite.avatica.util.AbstractCursor.ArrayAccessor
- getCharacterStream() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
- getCharacterStream(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getCharacterStream(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getClient(URL, ConnectionConfig, KerberosConnection) - Method in interface org.apache.calcite.avatica.remote.AvaticaHttpClientFactory
-
Construct the appropriate implementation of
AvaticaHttpClient. - getClient(URL, ConnectionConfig, KerberosConnection) - Method in class org.apache.calcite.avatica.remote.AvaticaHttpClientFactoryImpl
- getClientInfo() - Method in class org.apache.calcite.avatica.AvaticaConnection
- getClientInfo(String) - Method in class org.apache.calcite.avatica.AvaticaConnection
- getClientInfoProperties() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getClientInfoProperties(Meta.ConnectionHandle) - Method in interface org.apache.calcite.avatica.Meta
- getClientInfoProperties(Meta.ConnectionHandle) - Method in class org.apache.calcite.avatica.MetaImpl
- getClob() - Method in class org.apache.calcite.avatica.util.AbstractCursor.ArrayAccessor
- getClob() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
- getClob(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getClob(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getColumnClassName(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
- 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
- getColumnName(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
- getColumnNullability(Field) - Static method in class org.apache.calcite.avatica.MetaImpl
- getColumnPrivileges(String, String, String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getColumnPrivileges(Meta.ConnectionHandle, String, String, String, Meta.Pat) - Method in interface org.apache.calcite.avatica.Meta
- 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
- getColumnType(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
- getColumnTypeName(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
- getComponent() - Method in class org.apache.calcite.avatica.ColumnMetaData.ArrayType
- 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
- 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.
- 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
- 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
- getDate(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getDate(int, Calendar) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getDate(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getDate(String, Calendar) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getDate(Calendar) - Method in class org.apache.calcite.avatica.util.AbstractCursor.ArrayAccessor
- getDate(Calendar) - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
- getDefaultTransactionIsolation() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getDouble() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
-
Returns the double value of this property.
- getDouble() - Method in class org.apache.calcite.avatica.util.AbstractCursor.ArrayAccessor
- getDouble() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
- getDouble(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getDouble(Number) - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
-
Returns the double value of this property.
- getDouble(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- 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 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 exception org.apache.calcite.avatica.remote.AvaticaRuntimeException
-
Returns a human-readable error message.
- 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
- getFetchSize() - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getFetchSize() - Method in class org.apache.calcite.avatica.AvaticaStatement
- getFloat() - Method in class org.apache.calcite.avatica.util.AbstractCursor.ArrayAccessor
- getFloat() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
- getFloat(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getFloat(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getFraction() - Method in class org.apache.calcite.avatica.util.DateTimeUtils.PrecisionTime
- 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
- getGeneratedKeys() - Method in class org.apache.calcite.avatica.AvaticaStatement
- getHandle() - Method in exception org.apache.calcite.avatica.MissingResultsException
- getHoldability() - Method in class org.apache.calcite.avatica.AvaticaConnection
- getHoldability() - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getId() - Method in class org.apache.calcite.avatica.AvaticaStatement
-
Returns the identifier of the statement, unique within its connection.
- 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
- getInstance() - Static method in class org.apache.calcite.avatica.remote.AvaticaHttpClientFactoryImpl
-
Returns a singleton instance of
AvaticaHttpClientFactoryImpl. - getInt() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
-
Returns the int value of this property.
- getInt() - Method in class org.apache.calcite.avatica.util.AbstractCursor.ArrayAccessor
- getInt() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
- getInt(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getInt(Number) - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
-
Returns the int value of this property.
- getInt(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getJdbcMajorVersion() - Method in interface org.apache.calcite.avatica.AvaticaFactory
- getJDBCMajorVersion() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getJdbcMinorVersion() - Method in interface org.apache.calcite.avatica.AvaticaFactory
- getJDBCMinorVersion() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getKerberosConnection() - Method in class org.apache.calcite.avatica.AvaticaConnection
- getKrb5LoginModuleName() - Static method in class org.apache.calcite.avatica.remote.KerberosConnection
-
Returns the KRB5 LoginModule implementation.
- getLargeMaxRows() - Method in class org.apache.calcite.avatica.AvaticaStatement
- getLargeMaxRows(Statement) - Static method in class org.apache.calcite.avatica.AvaticaUtils
-
Invokes
Statement#getLargeMaxRows, falling back onStatement.getMaxRows()if the method does not exist (before JDK 1.8) or throwsUnsupportedOperationException. - getLargeUpdateCount() - Method in class org.apache.calcite.avatica.AvaticaStatement
- getLargeUpdateCount(Statement) - Static method in class org.apache.calcite.avatica.AvaticaUtils
-
Invokes
Statement#getLargeUpdateCount, falling back onStatement.getUpdateCount()if the method does not exist (before JDK 1.8) or throwsUnsupportedOperationException. - getLocalCalendar() - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
Returns the calendar used by this result set.
- getLong() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
-
Returns the long value of this property.
- getLong() - Method in class org.apache.calcite.avatica.util.AbstractCursor.ArrayAccessor
- getLong() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
- getLong(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getLong(Number) - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
-
Returns the long value of this property.
- getLong(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getMajorVersion() - Method in class org.apache.calcite.avatica.UnregisteredDriver
- getMaxBinaryLiteralLength() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getMaxCatalogNameLength() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getMaxCharLiteralLength() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getMaxColumnNameLength() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getMaxColumnsInGroupBy() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getMaxColumnsInIndex() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getMaxColumnsInOrderBy() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getMaxColumnsInSelect() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getMaxColumnsInTable() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getMaxConnections() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getMaxCursorNameLength() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getMaxFieldSize() - Method in class org.apache.calcite.avatica.AvaticaStatement
- getMaxIndexLength() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getMaxProcedureNameLength() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- 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
- getMetaDataOperation() - Method in class org.apache.calcite.avatica.QueryState
- getMinorVersion() - Method in class org.apache.calcite.avatica.UnregisteredDriver
- 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
- getName() - Method in class org.apache.calcite.avatica.ColumnMetaData.AvaticaType
- getName() - Method in class org.apache.calcite.avatica.MetaImpl.MetaCatalog
- getName() - Method in class org.apache.calcite.avatica.MetaImpl.MetaColumn
- getName() - Method in class org.apache.calcite.avatica.MetaImpl.MetaSchema
- getName() - Method in class org.apache.calcite.avatica.MetaImpl.MetaTable
- getName() - Method in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
- getName() - Method in interface org.apache.calcite.avatica.MetaImpl.Named
- getNCharacterStream() - Method in class org.apache.calcite.avatica.util.AbstractCursor.ArrayAccessor
- getNCharacterStream() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
- getNCharacterStream(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getNCharacterStream(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getNClob() - Method in class org.apache.calcite.avatica.util.AbstractCursor.ArrayAccessor
- getNClob() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
- getNClob(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getNClob(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getNetworkTimeout() - Method in class org.apache.calcite.avatica.AvaticaConnection
- getNString() - Method in class org.apache.calcite.avatica.util.AbstractCursor.ArrayAccessor
- getNString() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
- getNString(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getNString(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getNumericFunctions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getObject() - Method in class org.apache.calcite.avatica.util.AbstractCursor.ArrayAccessor
- getObject() - Method in interface org.apache.calcite.avatica.util.AbstractCursor.Getter
- getObject() - Method in class org.apache.calcite.avatica.util.AbstractCursor.SlotGetter
- getObject() - Method in class org.apache.calcite.avatica.util.AbstractCursor.StructGetter
- getObject() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
- getObject() - Method in class org.apache.calcite.avatica.util.PositionedCursor.ArrayGetter
- getObject() - Method in class org.apache.calcite.avatica.util.PositionedCursor.FieldGetter
- getObject() - Method in class org.apache.calcite.avatica.util.PositionedCursor.ListGetter
- getObject() - Method in class org.apache.calcite.avatica.util.PositionedCursor.MapGetter
- getObject() - Method in class org.apache.calcite.avatica.util.PositionedCursor.ObjectGetter
- getObject(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getObject(int, Class<T>) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getObject(int, Map<String, Class<?>>) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getObject(Class<T>) - Method in class org.apache.calcite.avatica.util.AbstractCursor.ArrayAccessor
- getObject(Class<T>) - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
- getObject(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getObject(String, Class<T>) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getObject(String, Map<String, Class<?>>) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getObject(Map<String, Class<?>>) - Method in class org.apache.calcite.avatica.util.AbstractCursor.ArrayAccessor
- getObject(Map<String, Class<?>>) - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
- getOffset() - Method in class org.apache.calcite.avatica.util.UnsynchronizedBuffer
- getOperationArgs() - Method in class org.apache.calcite.avatica.QueryState
- 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
- getParameterType(int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- getParameterTypeName(int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- getParameterValueBatch() - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- getParameterValues() - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- getParameterValues() - Method in class org.apache.calcite.avatica.AvaticaStatement
-
Returns the list of values of this statement's parameters.
- getParameterValues(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(). - 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.
- getPlugin(Class<T>, String, T) - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
-
Returns an instance of a plugin, using a given class name if none is set.
- getPlugin(Class<T>, T) - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
-
Returns an instance of a plugin.
- getPool(ConnectionConfig) - Static method in class org.apache.calcite.avatica.remote.CommonsHttpClientPoolCache
- getPrecision() - Method in class org.apache.calcite.avatica.util.DateTimeUtils.PrecisionTime
- getPrecision(int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- getPrecision(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
- getPrimaryKeys(String, String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getPrimaryKeys(Meta.ConnectionHandle, String, String, String) - Method in interface org.apache.calcite.avatica.Meta
- 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(Map<Meta.DatabaseProperty, Object>, Class<T>) - Method in enum org.apache.calcite.avatica.Meta.DatabaseProperty
-
Returns a value of this property, using the default value if the map does not contain an explicit value.
- getProp(Meta, Meta.ConnectionHandle, Class<T>) - Method in enum org.apache.calcite.avatica.Meta.DatabaseProperty
-
Returns a value of this property, using the default value if the map does not contain an explicit value.
- getPropertyInfo(String, Properties) - Method in class org.apache.calcite.avatica.UnregisteredDriver
- getProtoUpdateBatches() - Method in class org.apache.calcite.avatica.remote.Service.ExecuteBatchRequest
- getPseudoColumns(String, String, String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getPseudoColumns(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, Meta.Pat) - Method in interface org.apache.calcite.avatica.Meta
- 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
- getRef() - Method in class org.apache.calcite.avatica.util.AbstractCursor.ArrayAccessor
- getRef() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
- getRef(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getRef(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getRemoteAvaticaProperties() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getRemoteAvaticaProperties() - Method in interface org.apache.calcite.avatica.AvaticaSpecificDatabaseMetaData
-
Retrieves all Avatica-centric properties from the server.
- getRemoteServer() - Method in exception org.apache.calcite.avatica.AvaticaSqlException
- getResponse() - Method in class org.apache.calcite.avatica.remote.Handler.HandlerResponse
- getResultSet() - Method in class org.apache.calcite.avatica.AvaticaStatement
- getResultSet() - Method in class org.apache.calcite.avatica.util.ArrayImpl
- getResultSet(long, int) - Method in class org.apache.calcite.avatica.util.ArrayImpl
- getResultSet(long, int, Map<String, Class<?>>) - Method in class org.apache.calcite.avatica.util.ArrayImpl
- getResultSet(Map<String, Class<?>>) - Method in class org.apache.calcite.avatica.util.ArrayImpl
- getResultSetConcurrency() - Method in class org.apache.calcite.avatica.AvaticaStatement
- getResultSetHoldability() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getResultSetHoldability() - Method in class org.apache.calcite.avatica.AvaticaStatement
- getResultSetType() - Method in class org.apache.calcite.avatica.AvaticaStatement
- 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
- getRpcMetadata() - Method in exception org.apache.calcite.avatica.AvaticaClientRuntimeException
- getScale(int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- getScale(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
- getSchema() - Method in class org.apache.calcite.avatica.AvaticaConnection
- getSchema() - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
- getSchema() - Method in interface org.apache.calcite.avatica.Meta.ConnectionProperties
- getSchemaName(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
- getSchemas() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getSchemas(String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getSchemas(Meta.ConnectionHandle, String, Meta.Pat) - Method in interface org.apache.calcite.avatica.Meta
- getSchemas(Meta.ConnectionHandle, String, Meta.Pat) - Method in class org.apache.calcite.avatica.MetaImpl
- getSchemaTerm() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getSearchStringEscape() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getSerialFromProto(Common.TypedValue) - Static method in class org.apache.calcite.avatica.remote.TypedValue
-
Converts the serialized value into the appropriate primitive/object.
- getServerExceptions() - Method in exception org.apache.calcite.avatica.AvaticaClientRuntimeException
- getService() - Method in class org.apache.calcite.avatica.AvaticaConnection
- getSetConversions() - Static method in enum org.apache.calcite.avatica.SqlType
-
Returns the entries in JDBC table B-5.
- getSeverity() - Method in exception org.apache.calcite.avatica.AvaticaClientRuntimeException
- getSeverity() - Method in exception org.apache.calcite.avatica.remote.AvaticaRuntimeException
-
Returns the severity at which this exception is thrown.
- getShort() - Method in class org.apache.calcite.avatica.util.AbstractCursor.ArrayAccessor
- getShort() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
- getShort(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getShort(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getSignature() - Method in class org.apache.calcite.avatica.AvaticaStatement
- getSite(int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- getSize() - Method in class org.apache.calcite.avatica.util.UnsynchronizedBuffer
- getSql() - Method in class org.apache.calcite.avatica.QueryState
- getSQLKeywords() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getSqlState() - Method in exception org.apache.calcite.avatica.AvaticaClientRuntimeException
- getSqlState() - Method in exception org.apache.calcite.avatica.remote.AvaticaRuntimeException
-
Returns the five-character identifier for this error.
- getSQLStateType() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getSQLTypeName() - Method in class org.apache.calcite.avatica.util.StructImpl
- getSQLXML() - Method in class org.apache.calcite.avatica.util.AbstractCursor.ArrayAccessor
- getSQLXML() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
- getSQLXML(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getSQLXML(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getStackTraces() - Method in exception org.apache.calcite.avatica.AvaticaSqlException
- getStatement() - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getStatementHandle() - Method in exception org.apache.calcite.avatica.NoSuchStatementException
- getStatementType() - Method in class org.apache.calcite.avatica.AvaticaStatement
- getStatusCode() - Method in class org.apache.calcite.avatica.remote.Handler.HandlerResponse
- getString() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
-
Returns the string value of this property, or null if not specified and no default.
- getString() - Method in class org.apache.calcite.avatica.util.AbstractCursor.ArrayAccessor
- getString() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
- getString(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getString(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getString(String) - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
-
Returns the string value of this property, or null if not specified and no default.
- getString(Map<InternalProperty, Object>) - Method in enum org.apache.calcite.avatica.InternalProperty
-
Returns the string value of this property, or null if not specified and no default.
- getStringFunctions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getStruct() - Method in class org.apache.calcite.avatica.util.AbstractCursor.ArrayAccessor
- getStruct() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
- getSubject() - Method in class org.apache.calcite.avatica.remote.KerberosConnection
- getSuperTables(String, String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getSuperTables(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat) - Method in interface org.apache.calcite.avatica.Meta
- 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
- 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
- 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
- getter - Variable in class org.apache.calcite.avatica.util.AbstractCursor.ArrayAccessor
- getter - Variable in class org.apache.calcite.avatica.util.AbstractCursor.StructGetter
- getTime(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getTime(int, Calendar) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getTime(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getTime(String, Calendar) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getTime(Calendar) - Method in class org.apache.calcite.avatica.util.AbstractCursor.ArrayAccessor
- getTime(Calendar) - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
- getTimeDateFunctions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getTimestamp(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getTimestamp(int, Calendar) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getTimestamp(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getTimestamp(String, Calendar) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getTimestamp(Calendar) - Method in class org.apache.calcite.avatica.util.AbstractCursor.ArrayAccessor
- 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
- getType() - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getType() - Method in class org.apache.calcite.avatica.QueryState
- 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
- getTypeMap() - Method in class org.apache.calcite.avatica.AvaticaConnection
- 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() - Method in class org.apache.calcite.avatica.util.AbstractCursor.ArrayAccessor
- getUnicodeStream() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
- getUnicodeStream(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getUnicodeStream(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getUpdateCount() - Method in class org.apache.calcite.avatica.AvaticaStatement
- getURL() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getURL() - Method in class org.apache.calcite.avatica.util.AbstractCursor.ArrayAccessor
- getURL() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
- getURL(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getURL(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- getUserName() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- getValue() - Method in enum org.apache.calcite.avatica.AvaticaSeverity
- getValue(int) - Static method in enum org.apache.calcite.avatica.util.TimeUnit
-
Returns the TimeUnit associated with an ordinal.
- 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
- GMT_ZONE - Static variable in class org.apache.calcite.avatica.util.DateTimeUtils
-
Deprecated.
- grantee - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumnPrivilege
- grantee - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTablePrivilege
- grantor - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumnPrivilege
- grantor - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTablePrivilege
- GSSAuthenticateable - Interface in org.apache.calcite.avatica.remote
-
Interface that allows configuration of a GSS credential with SPENGO HTTP authentication.
- GZIP - Static variable in class org.apache.calcite.avatica.util.Base64
-
Specify that data should be gzip-compressed in second bit.
H
- handle - Variable in class org.apache.calcite.avatica.AvaticaConnection
- handle - Variable in class org.apache.calcite.avatica.AvaticaStatement
-
Statement id; unique within connection.
- handle(IOException) - Method in class org.apache.calcite.avatica.remote.JsonService
- handler - Variable in class org.apache.calcite.avatica.UnregisteredDriver
- Handler - Interface in org.apache.calcite.avatica
-
Called at various points in the JDBC lifecycle.
- Handler<T> - Interface in org.apache.calcite.avatica.remote
-
API for text request-response calls to an Avatica server.
- HANDLER_SERIALIZATION_METRICS_NAME - Static variable in interface org.apache.calcite.avatica.remote.Handler
- Handler.HandlerResponse<T> - Class in org.apache.calcite.avatica.remote
-
Struct that encapsulates the context of the result of a request to Avatica.
- Handler.ResultSink - Interface in org.apache.calcite.avatica
-
Handler for temporary tables.
- HandlerImpl - Class in org.apache.calcite.avatica
-
Implementation of
Handlerthat does nothing for each callback. - HandlerImpl() - Constructor for class org.apache.calcite.avatica.HandlerImpl
- HandlerResponse(T, int) - Constructor for class org.apache.calcite.avatica.remote.Handler.HandlerResponse
- 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.ExecuteBatchRequest
- hashCode() - Method in class org.apache.calcite.avatica.remote.Service.ExecuteBatchResponse
- hashCode() - Method in class org.apache.calcite.avatica.remote.Service.ExecuteRequest
- hashCode() - Method in class org.apache.calcite.avatica.remote.Service.ExecuteResponse
- hashCode() - Method in class org.apache.calcite.avatica.remote.Service.FetchRequest
- hashCode() - Method in class org.apache.calcite.avatica.remote.Service.FetchResponse
- hashCode() - Method in class org.apache.calcite.avatica.remote.Service.OpenConnectionRequest
- hashCode() - Method in class org.apache.calcite.avatica.remote.Service.OpenConnectionResponse
- hashCode() - Method in class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteBatchRequest
- hashCode() - Method in class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteRequest
- hashCode() - Method in class org.apache.calcite.avatica.remote.Service.PrepareRequest
- hashCode() - Method in class org.apache.calcite.avatica.remote.Service.PrepareResponse
- hashCode() - Method in class org.apache.calcite.avatica.remote.Service.ResultSetResponse
- hashCode() - Method in class org.apache.calcite.avatica.remote.Service.RollbackRequest
- hashCode() - Method in class org.apache.calcite.avatica.remote.Service.RollbackResponse
- hashCode() - Method in class org.apache.calcite.avatica.remote.Service.RpcMetadataResponse
- hashCode() - Method in class org.apache.calcite.avatica.remote.Service.SchemasRequest
- hashCode() - Method in class org.apache.calcite.avatica.remote.Service.SyncResultsRequest
- hashCode() - Method in class org.apache.calcite.avatica.remote.Service.SyncResultsResponse
- hashCode() - Method in class org.apache.calcite.avatica.remote.Service.TablesRequest
- hashCode() - Method in class org.apache.calcite.avatica.remote.Service.TableTypesRequest
- hashCode() - Method in class org.apache.calcite.avatica.remote.Service.TypeInfoRequest
- hashCode() - Method in class org.apache.calcite.avatica.remote.TypedValue
- hashCode() - Method in class org.apache.calcite.avatica.util.ByteString
- hasProtoUpdateBatches() - Method in class org.apache.calcite.avatica.remote.Service.ExecuteBatchRequest
-
Does this instance contain protobuf update batches.
- Helper - Class in org.apache.calcite.avatica
-
Utility methods, mainly concerning error-handling.
- HELPER - Static variable in class org.apache.calcite.avatica.AvaticaConnection
- HOSTNAME_VERIFICATION - Enum constant in enum org.apache.calcite.avatica.BuiltInConnectionProperty
- hostnameVerification() - Method in interface org.apache.calcite.avatica.ConnectionConfig
- hostnameVerification() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
- HostnameVerificationConfigurable - Interface in org.apache.calcite.avatica.remote
-
Deprecated.
- HostnameVerificationConfigurable.HostnameVerification - Enum in org.apache.calcite.avatica.remote
-
Deprecated.Describes the support hostname verification methods of
AvaticaHttpClient. - HOUR - Enum constant in enum org.apache.calcite.avatica.util.TimeUnit
- HOUR - Enum constant in enum org.apache.calcite.avatica.util.TimeUnitRange
- HOUR_TO_MINUTE - Enum constant in enum org.apache.calcite.avatica.util.TimeUnitRange
- HOUR_TO_SECOND - Enum constant in enum org.apache.calcite.avatica.util.TimeUnitRange
- HTTP_CLIENT_FACTORY - Enum constant in enum org.apache.calcite.avatica.BuiltInConnectionProperty
-
Factory for constructing http clients.
- HTTP_CLIENT_IMPL - Enum constant in enum org.apache.calcite.avatica.BuiltInConnectionProperty
-
HttpClient implementation class name.
- HTTP_CLIENT_IMPL_DEFAULT - Static variable in class org.apache.calcite.avatica.remote.AvaticaHttpClientFactoryImpl
- HTTP_INTERNAL_SERVER_ERROR - Static variable in interface org.apache.calcite.avatica.remote.Handler
- HTTP_OK - Static variable in interface org.apache.calcite.avatica.remote.Handler
- HTTP_UNAUTHENTICATED - Static variable in interface org.apache.calcite.avatica.remote.Handler
- HTTP_UNAUTHORIZED - Static variable in interface org.apache.calcite.avatica.remote.Handler
- httpClientClass() - Method in interface org.apache.calcite.avatica.ConnectionConfig
- httpClientClass() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
- httpClientFactory() - Method in interface org.apache.calcite.avatica.ConnectionConfig
- httpClientFactory() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
- HttpClientPoolConfigurable - Interface in org.apache.calcite.avatica.remote
-
Allows a http connection pool to be provided to enable TLS authentication.
I
- id - Variable in class org.apache.calcite.avatica.AvaticaConnection
- id - Variable in class org.apache.calcite.avatica.ColumnMetaData.AvaticaType
- id - Variable in class org.apache.calcite.avatica.Meta.ConnectionHandle
- id - Variable in class org.apache.calcite.avatica.Meta.StatementHandle
- id - Variable in enum org.apache.calcite.avatica.SqlType
-
Type id as appears in
Types, e.g. - IDENTITY_CONVERTER - Static variable in class org.apache.calcite.avatica.ConnectionConfigImpl
- index - Variable in class org.apache.calcite.avatica.util.PositionedCursor.ListGetter
- indexName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaIndexInfo
- indexOf(ByteString) - Method in class org.apache.calcite.avatica.util.ByteString
-
Returns the position at which
seekfirst occurs in this byte string, or -1 if it does not occur. - indexOf(ByteString, int) - Method in class org.apache.calcite.avatica.util.ByteString
-
Returns the position at which
seekfirst occurs in this byte string, starting at the specified index, or -1 if it does not occur. - indexQualifier - Variable in class org.apache.calcite.avatica.MetaImpl.MetaIndexInfo
- info - Variable in class org.apache.calcite.avatica.AvaticaConnection
- info - Variable in class org.apache.calcite.avatica.remote.Service.OpenConnectionRequest
- initializeClient(PoolingHttpClientConnectionManager) - Method in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
- InputStream(InputStream) - Constructor for class org.apache.calcite.avatica.util.Base64.InputStream
-
Constructs a
Base64.InputStreamin DECODE mode. - InputStream(InputStream, int) - Constructor for class org.apache.calcite.avatica.util.Base64.InputStream
-
Constructs a
Base64.InputStreamin either ENCODE or DECODE mode. - INSERT - Enum constant in enum org.apache.calcite.avatica.Meta.StatementType
- 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.remote.AvaticaHttpClientFactoryImpl
- instantiateFactory(String) - Static method in class org.apache.calcite.avatica.UnregisteredDriver
-
Helper method for creating factories.
- instantiatePlugin(Class<T>, String) - Static method in class org.apache.calcite.avatica.AvaticaUtils
-
Creates an instance of a plugin class.
- INTEGER - Enum constant in enum org.apache.calcite.avatica.ColumnMetaData.Rep
- INTEGER - Enum constant in enum org.apache.calcite.avatica.SqlType
- INTEGRITY_CONSTRAINT_VIOLATION_NO_SUBCLASS - Enum constant in enum org.apache.calcite.avatica.SqlState
-
23000: integrity constraint violation
- INTEGRITY_CONSTRAINT_VIOLATION_RESTRICT_VIOLATION - Enum constant in enum org.apache.calcite.avatica.SqlState
-
23001: integrity constraint violation: restrict violation
- internal - Variable in enum org.apache.calcite.avatica.SqlType
-
Class used internally in Calcite to represent instances of this type.
- 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. - INTERVAL_DAY_TIME - Enum constant in enum org.apache.calcite.avatica.SqlType
- INTERVAL_YEAR_MONTH - Enum constant in enum org.apache.calcite.avatica.SqlType
- intervalDayTimeToString(long, TimeUnitRange, int) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
- intervalYearMonthToString(int, TimeUnitRange) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
- INVALID_AUTHORIZATION_SPECIFICATION_NO_SUBCLASS - Enum constant in enum org.apache.calcite.avatica.SqlState
-
28000: invalid authorization specification
- INVALID_CATALOG_NAME_NO_SUBCLASS - Enum constant in enum org.apache.calcite.avatica.SqlState
-
3D000: invalid catalog name
- INVALID_CHARACTER_SET_NAME_CANNOT_DROP_SQLSESSION_DEFAULT_CHARACTER_SET - Enum constant in enum org.apache.calcite.avatica.SqlState
-
2C001: invalid character set name: cannot drop SQL-session default character set
- INVALID_CHARACTER_SET_NAME_NO_SUBCLASS - Enum constant in enum org.apache.calcite.avatica.SqlState
-
2C000: invalid character set name
- INVALID_COLLATION_NAME_NO_SUBCLASS - Enum constant in enum org.apache.calcite.avatica.SqlState
-
2H000: invalid collation name
- INVALID_CONDITION_NUMBER_NO_SUBCLASS - Enum constant in enum org.apache.calcite.avatica.SqlState
-
35000: invalid condition number
- INVALID_CONNECTION_NAME_NO_SUBCLASS - Enum constant in enum org.apache.calcite.avatica.SqlState
-
2E000: invalid connection name
- INVALID_CURSOR_NAME_NO_SUBCLASS - Enum constant in enum org.apache.calcite.avatica.SqlState
-
34000: invalid cursor name
- INVALID_CURSOR_STATE_NO_SUBCLASS - Enum constant in enum org.apache.calcite.avatica.SqlState
-
24000: invalid cursor state
- INVALID_GRANTOR_STATE_NO_SUBCLASS - Enum constant in enum org.apache.calcite.avatica.SqlState
-
0L000: invalid grantor
- INVALID_ROLE_SPECIFICATION - Enum constant in enum org.apache.calcite.avatica.SqlState
-
0P000: invalid role specification
- INVALID_SCHEMA_NAME_LIST_SPECIFICATION_NO_SUBCLASS - Enum constant in enum org.apache.calcite.avatica.SqlState
-
0E000: invalid schema name list specification
- INVALID_SCHEMA_NAME_NO_SUBCLASS - Enum constant in enum org.apache.calcite.avatica.SqlState
-
3F000: invalid schema name
- INVALID_SQL_DESCRIPTOR_NAME_NO_SUBCLASS - Enum constant in enum org.apache.calcite.avatica.SqlState
-
33000: invalid SQL descriptor name
- INVALID_SQL_INVOKED_PROCEDURE_REFERENCE_NO_SUBCLASS - Enum constant in enum org.apache.calcite.avatica.SqlState
-
0M000: invalid SQL-invoked procedure reference
- INVALID_SQL_STATEMENT - Static variable in enum org.apache.calcite.avatica.SqlState
-
Alias for backwards compatibility with previous versions of SQL spec.
- INVALID_SQL_STATEMENT_IDENTIFIER_NO_SUBCLASS - Enum constant in enum org.apache.calcite.avatica.SqlState
-
30000: invalid SQL statement identifier
- INVALID_SQL_STATEMENT_NAME_NO_SUBCLASS - Enum constant in enum org.apache.calcite.avatica.SqlState
-
26000: invalid SQL statement name
- INVALID_TARGET_TYPE_SPECIFICATION_NO_SUBCLASS - Enum constant in enum org.apache.calcite.avatica.SqlState
-
0D000: invalid target type specification
- INVALID_TRANSACTION_STATE_ACTIVE_SQL_TRANSACTION - Enum constant in enum org.apache.calcite.avatica.SqlState
-
25001: invalid transaction state: active SQL-transaction
- INVALID_TRANSACTION_STATE_BRANCH_TRANSACTION_ALREADY_ACTIVE - Enum constant in enum org.apache.calcite.avatica.SqlState
-
25002: invalid transaction state: branch transaction already active
- INVALID_TRANSACTION_STATE_HELD_CURSOR_REQUIRES_SAME_ISOLATION_LEVEL - Enum constant in enum org.apache.calcite.avatica.SqlState
-
25008: invalid transaction state: held cursor requires same isolation level
- INVALID_TRANSACTION_STATE_INAPPROPRIATE_ACCESS_MODE_FOR_BRANCH_TRANSACTION - Enum constant in enum org.apache.calcite.avatica.SqlState
-
25003: invalid transaction state: inappropriate access mode for branch transaction
- INVALID_TRANSACTION_STATE_INAPPROPRIATE_ISOLATION_LEVEL_FOR_BRANCH_TRANSACTION - Enum constant in enum org.apache.calcite.avatica.SqlState
-
25004: invalid transaction state: inappropriate isolation level for branch transaction
- INVALID_TRANSACTION_STATE_NO_ACTIVE_SQL_TRANSACTION_FOR_BRANCH_TRANSACTION - Enum constant in enum org.apache.calcite.avatica.SqlState
-
25005: invalid transaction state: no active SQL-transaction for branch transaction
- INVALID_TRANSACTION_STATE_NO_SUBCLASS - Enum constant in enum org.apache.calcite.avatica.SqlState
-
25000: invalid transaction state
- INVALID_TRANSACTION_STATE_READ_ONLY_SQL_TRANSACTION - Enum constant in enum org.apache.calcite.avatica.SqlState
-
25006: invalid transaction state: read-only SQL-transaction
- INVALID_TRANSACTION_STATE_SCHEMA_AND_DATA_STATEMENT_MIXING_NOT_SUPPORTED - Enum constant in enum org.apache.calcite.avatica.SqlState
-
25007: invalid transaction state: schema and data statement mixing not supported
- INVALID_TRANSACTION_TERMINATION_NO_SUBCLASS - Enum constant in enum org.apache.calcite.avatica.SqlState
-
2D000: invalid transaction termination
- INVALID_TRANSFORM_GROUP_NAME_SPECIFICATION_NO_SUBCLASS - Enum constant in enum org.apache.calcite.avatica.SqlState
-
0S000: invalid transform group name specification
- invoke(Connection, Statement) - Method in class org.apache.calcite.avatica.QueryState
- invokeWithRetries(AvaticaConnection.CallableWithoutException<T>) - Method in class org.apache.calcite.avatica.AvaticaConnection
-
Invokes the given "callable", retrying the call when the server responds with an error denoting that the connection is missing on the server.
- IS_DML - Enum constant in enum org.apache.calcite.avatica.Meta.StatementType
- isAfterLast() - Method in class org.apache.calcite.avatica.AvaticaResultSet
- isAutoCommit() - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
- isAutoCommit() - Method in interface org.apache.calcite.avatica.Meta.ConnectionProperties
- isAutoincrement - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
- isAutoIncrement(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
- isBeforeFirst() - Method in class org.apache.calcite.avatica.AvaticaResultSet
- isCaseSensitive(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
- isCatalogAtStart() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- isClosed() - Method in class org.apache.calcite.avatica.AvaticaConnection
- isClosed() - Method in class org.apache.calcite.avatica.AvaticaResultSet
- isClosed() - Method in class org.apache.calcite.avatica.AvaticaStatement
- isCloseOnCompletion() - Method in class org.apache.calcite.avatica.AvaticaStatement
- isCurrency(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
- isDefinitelyWritable(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
- isDirty() - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
- isEmpty() - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
- isEmpty() - Method in interface org.apache.calcite.avatica.Meta.ConnectionProperties
- isFirst() - Method in class org.apache.calcite.avatica.AvaticaResultSet
- isGeneratedcolumn - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
- isGrantable - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumnPrivilege
- isGrantable - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTablePrivilege
- isIbmJava() - Static method in class org.apache.calcite.avatica.remote.KerberosConnection
-
Returns whether or not the current environment is IBM Java.
- isJdbc - Variable in enum org.apache.calcite.avatica.Meta.DatabaseProperty
- isLast() - Method in class org.apache.calcite.avatica.AvaticaResultSet
- isLocalProperty(Object) - Static method in enum org.apache.calcite.avatica.BuiltInConnectionProperty
-
Checks if the given property only applicable to the remote driver (should not be sent to the Avatica server).
- isNullable - Variable in class org.apache.calcite.avatica.MetaImpl.MetaAttribute
- isNullable - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
- isNullable - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunctionColumn
- isNullable - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
- isNullable - Variable in class org.apache.calcite.avatica.MetaImpl.MetaPseudoColumn
- isNullable(int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- isNullable(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
- ISODOW - Enum constant in enum org.apache.calcite.avatica.util.TimeUnit
- ISODOW - Enum constant in enum org.apache.calcite.avatica.util.TimeUnitRange
- isOffsetDateTime(Object) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
-
Returns whether a value is an
OffsetDateTime. - ISOYEAR - Enum constant in enum org.apache.calcite.avatica.util.TimeUnit
- ISOYEAR - Enum constant in enum org.apache.calcite.avatica.util.TimeUnitRange
- isPoolable() - Method in class org.apache.calcite.avatica.AvaticaStatement
- isReadOnly() - Method in class org.apache.calcite.avatica.AvaticaConnection
- isReadOnly() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- isReadOnly() - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
- isReadOnly() - Method in interface org.apache.calcite.avatica.Meta.ConnectionProperties
- isReadOnly(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
- isSearchable(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
- 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
- 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
- IteratorCursor<E> - Class in org.apache.calcite.avatica.util
- IteratorCursor(Iterator<E>) - Constructor for class org.apache.calcite.avatica.util.IteratorCursor
-
Creates an
IteratorCursor.
J
- JAVA_OBJECT - Enum constant in enum org.apache.calcite.avatica.SqlType
- JAVA_SQL_DATE - Enum constant in enum org.apache.calcite.avatica.ColumnMetaData.Rep
- JAVA_SQL_TIME - Enum constant in enum org.apache.calcite.avatica.ColumnMetaData.Rep
- JAVA_SQL_TIMESTAMP - Enum constant in enum org.apache.calcite.avatica.ColumnMetaData.Rep
- JAVA_UTIL_DATE - Enum constant in enum org.apache.calcite.avatica.ColumnMetaData.Rep
- JDBC_30 - Enum constant in enum org.apache.calcite.avatica.UnregisteredDriver.JdbcVersion
-
JDBC version 3.0.
- JDBC_40 - Enum constant in enum org.apache.calcite.avatica.UnregisteredDriver.JdbcVersion
-
JDBC version 4.0.
- JDBC_41 - Enum constant in enum org.apache.calcite.avatica.UnregisteredDriver.JdbcVersion
-
JDBC version 4.1.
- JDBC_UNKNOWN - Enum constant in enum org.apache.calcite.avatica.UnregisteredDriver.JdbcVersion
-
Unknown JDBC version.
- jdbcCompliant - Variable in class org.apache.calcite.avatica.DriverVersion
- jdbcCompliant() - Method in class org.apache.calcite.avatica.UnregisteredDriver
- jdbcGet(ResultSet, int) - Method in enum org.apache.calcite.avatica.ColumnMetaData.Rep
-
Returns the value of a column of this type from a result set.
- JSON - Enum constant in enum org.apache.calcite.avatica.remote.Driver.Serialization
- JsonHandler - Class in org.apache.calcite.avatica.remote
- JsonHandler(Service, MetricsSystem) - Constructor for class org.apache.calcite.avatica.remote.JsonHandler
- JsonService - Class in org.apache.calcite.avatica.remote
-
Implementation of
Servicethat encodes requests and responses as JSON. - JsonService() - Constructor for class org.apache.calcite.avatica.remote.JsonService
K
- KerberosConnection - Class in org.apache.calcite.avatica.remote
-
A utility to perform Kerberos logins and renewals.
- KerberosConnection(String, File) - Constructor for class org.apache.calcite.avatica.remote.KerberosConnection
-
Constructs an instance.
- kerberosKeytab() - Method in interface org.apache.calcite.avatica.ConnectionConfig
- kerberosKeytab() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
- kerberosPrincipal() - Method in interface org.apache.calcite.avatica.ConnectionConfig
- kerberosPrincipal() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
- key - Variable in class org.apache.calcite.avatica.util.PositionedCursor.MapGetter
- KEY_PASSWORD - Enum constant in enum org.apache.calcite.avatica.BuiltInConnectionProperty
-
Password for the key inside keystore
- keyPassword() - Method in interface org.apache.calcite.avatica.ConnectionConfig
- keyPassword() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
- keySeq - Variable in class org.apache.calcite.avatica.MetaImpl.MetaCrossReference
- keySeq - Variable in class org.apache.calcite.avatica.MetaImpl.MetaExportedKey
- keySeq - Variable in class org.apache.calcite.avatica.MetaImpl.MetaImportedKey
- keySeq - Variable in class org.apache.calcite.avatica.MetaImpl.MetaPrimaryKey
- keystore() - Method in interface org.apache.calcite.avatica.ConnectionConfig
- keystore() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
- KEYSTORE - Enum constant in enum org.apache.calcite.avatica.BuiltInConnectionProperty
-
Keystore for MTLS authentication
- KEYSTORE_PASSWORD - Enum constant in enum org.apache.calcite.avatica.BuiltInConnectionProperty
-
Password for the keystore
- KeyStoreConfigurable - Interface in org.apache.calcite.avatica.remote
-
Deprecated.
- keystorePassword() - Method in interface org.apache.calcite.avatica.ConnectionConfig
- keystorePassword() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
- KEYTAB - Enum constant in enum org.apache.calcite.avatica.BuiltInConnectionProperty
-
Keytab to use to perform Kerberos login.
- klass - Variable in enum org.apache.calcite.avatica.SqlState
L
- label - Variable in class org.apache.calcite.avatica.ColumnMetaData
- last() - Method in class org.apache.calcite.avatica.AvaticaResultSet
- length - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunctionColumn
- length - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
- length() - Method in class org.apache.calcite.avatica.util.ByteString
-
Returns the number of bytes in this byte string.
- LIST - Enum constant in enum org.apache.calcite.avatica.Meta.Style
- LIST - Static variable in class org.apache.calcite.avatica.Meta.CursorFactory
- ListGetter(int) - Constructor for class org.apache.calcite.avatica.util.PositionedCursor.ListGetter
- ListIteratorCursor - Class in org.apache.calcite.avatica.util
- ListIteratorCursor(Iterator<List<Object>>) - Constructor for class org.apache.calcite.avatica.util.ListIteratorCursor
-
Creates a RecordEnumeratorCursor.
- literalPrefix - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
- literalSuffix - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
- load(Class<? extends UnregisteredDriver>, String, String, String, String, String) - Static method in class org.apache.calcite.avatica.DriverVersion
-
Loads a driver version from a properties file, read from the classpath.
- localCalendar - Variable in class org.apache.calcite.avatica.AvaticaResultSet
- localCalendar() - Static method in class org.apache.calcite.avatica.util.Unsafe
-
Returns a
Calendarwith the local time zone and root locale. - LocalJsonService - Class in org.apache.calcite.avatica.remote
-
Implementation of
Servicethat goes to an in-process instance ofService. - LocalJsonService(Service) - Constructor for class org.apache.calcite.avatica.remote.LocalJsonService
- LocalProtobufService - Class in org.apache.calcite.avatica.remote
-
A Service implementation that performs protocol buffer serialization on request and responses on either side of computing a response from a request to mimic some transport to a server which would normally perform such computation.
- LocalProtobufService(Service, ProtobufTranslation) - Constructor for class org.apache.calcite.avatica.remote.LocalProtobufService
- LocalService - Class in org.apache.calcite.avatica.remote
- LocalService(Meta) - Constructor for class org.apache.calcite.avatica.remote.LocalService
- LocalService(Meta, MetricsSystem) - Constructor for class org.apache.calcite.avatica.remote.LocalService
- localTypeName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
- LOCATOR_EXCEPTION_INVALID_SPECIFICATION - Enum constant in enum org.apache.calcite.avatica.SqlState
-
0F001: locator exception: invalid specification
- LOCATOR_EXCEPTION_NO_SUBCLASS - Enum constant in enum org.apache.calcite.avatica.SqlState
-
0F000: locator exception
- locatorsUpdateCopy() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- login() - Method in class org.apache.calcite.avatica.remote.KerberosConnection
-
Perform a Kerberos login and launch a daemon thread to periodically perfrom renewals of that Kerberos login.
- LONG - Enum constant in enum org.apache.calcite.avatica.ColumnMetaData.Rep
- LONGNVARCHAR - Enum constant in enum org.apache.calcite.avatica.SqlType
- LONGVARBINARY - Enum constant in enum org.apache.calcite.avatica.SqlType
- LONGVARCHAR - Enum constant in enum org.apache.calcite.avatica.SqlType
- lookupStatement(Meta.StatementHandle) - Method in class org.apache.calcite.avatica.AvaticaConnection
-
Creates a statement wrapper around an existing handle.
M
- majorVersion - Variable in class org.apache.calcite.avatica.DriverVersion
- map - Variable in class org.apache.calcite.avatica.remote.Service.DatabasePropertyResponse
- map(List<String>) - Static method in class org.apache.calcite.avatica.Meta.CursorFactory
- MAP - Enum constant in enum org.apache.calcite.avatica.Meta.Style
- MAP - Enum constant in enum org.apache.calcite.avatica.SqlType
- MapGetter(K) - Constructor for class org.apache.calcite.avatica.util.PositionedCursor.MapGetter
- MapIteratorCursor - Class in org.apache.calcite.avatica.util
- MapIteratorCursor(Iterator<Map<String, Object>>, List<String>) - Constructor for class org.apache.calcite.avatica.util.MapIteratorCursor
-
Creates a MapIteratorCursor.
- MAPPER - Static variable in class org.apache.calcite.avatica.remote.JsonHandler
- MAPPER - Static variable in class org.apache.calcite.avatica.remote.JsonService
- MAX - Static variable in class org.apache.calcite.avatica.util.Spaces
-
The longest possible string of spaces.
- maximumScale - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
- maxLen - Variable in class org.apache.calcite.avatica.MetaImpl.MetaClientInfoProperty
- maxRetriesPerExecute - Variable in class org.apache.calcite.avatica.AvaticaConnection
- maxRowCount - Variable in class org.apache.calcite.avatica.AvaticaStatement
- maxRowCount - Variable in class org.apache.calcite.avatica.remote.Service.ExecuteRequest
- maxRowCount - Variable in class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteRequest
- maxRowCount - Variable in class org.apache.calcite.avatica.remote.Service.PrepareRequest
- maxRowsInFirstFrame - Variable in class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteRequest
- merge(Meta.ConnectionProperties) - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
-
Overwrites fields in
thiswith any non-null fields inthat. - merge(Meta.ConnectionProperties) - Method in interface org.apache.calcite.avatica.Meta.ConnectionProperties
-
Overwrite fields in
thiswith any non-null fields inthat - MERGE - Enum constant in enum org.apache.calcite.avatica.Meta.StatementType
- meta - Variable in class org.apache.calcite.avatica.AvaticaConnection
- Meta - Interface in org.apache.calcite.avatica
-
Command handler for getting various metadata.
- Meta.ConnectionHandle - Class in org.apache.calcite.avatica
-
Connection handle.
- Meta.ConnectionProperties - Interface in org.apache.calcite.avatica
-
A pojo containing various client-settable
Connectionproperties. - Meta.CursorFactory - Class in org.apache.calcite.avatica
- Meta.DatabaseProperty - Enum in org.apache.calcite.avatica
-
Database property.
- Meta.ExecuteBatchResult - Class in org.apache.calcite.avatica
-
Response from a collection of SQL commands or parameter values in a single batch.
- Meta.ExecuteResult - Class in org.apache.calcite.avatica
-
Response from execute.
- Meta.Factory - Interface in org.apache.calcite.avatica
-
Factory to create instances of
Meta. - Meta.Frame - Class in org.apache.calcite.avatica
-
A collection of rows.
- Meta.MetaResultSet - Class in org.apache.calcite.avatica
-
Meta data from which a result set can be constructed.
- Meta.Pat - Class in org.apache.calcite.avatica
-
Wrapper to remind API calls that a parameter is a pattern (allows '%' and '_' wildcards, per the JDBC spec) rather than a string to be matched exactly.
- Meta.PrepareCallback - Interface in org.apache.calcite.avatica
-
API to put a result set into a statement, being careful to enforce thread-safety and not to overwrite existing open result sets.
- Meta.Signature - Class in org.apache.calcite.avatica
-
Result of preparing a statement.
- Meta.StatementHandle - Class in org.apache.calcite.avatica
-
Statement handle.
- Meta.StatementType - Enum in org.apache.calcite.avatica
-
Type of statement.
- Meta.Style - Enum in org.apache.calcite.avatica
-
How logical fields are represented in the objects returned by the iterator.
- MetaAttribute(String, String, String, String, int, String, Integer, Integer, Integer, int, Integer, int, String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaAttribute
- MetaBestRowIdentifier(short, String, int, String, Integer, Short, short) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaBestRowIdentifier
- MetaCatalog(String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaCatalog
- MetaClientInfoProperty(String, int, String, String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaClientInfoProperty
- MetaColumn(String, String, String, String, int, String, Integer, Integer, Integer, int, Integer, int, String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaColumn
- MetaColumnPrivilege(String, String, String, String, String, String, String, String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaColumnPrivilege
- MetaCrossReference(String, String, String, String, String, String, String, String, short, short, short, String, String, short) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaCrossReference
- metaData - Variable in class org.apache.calcite.avatica.AvaticaConnection
- METADATA - Enum constant in enum org.apache.calcite.avatica.QueryState.StateType
- metaDataOperation - Variable in class org.apache.calcite.avatica.QueryState
- MetaDataOperation - Enum in org.apache.calcite.avatica.remote
-
Identifies an operation from
DatabaseMetaDatawhich returns aResultSet. - MetaExportedKey(String, String, String, String, String, String, String, String, short, short, short, String, String, short) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaExportedKey
- MetaFunction(String, String, String, short, String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaFunction
- MetaFunctionColumn(String, String, String, String, short, int, String, Integer, Integer, Short, Short, short, Integer, int, String, String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaFunctionColumn
- MetaImpl - Class in org.apache.calcite.avatica
-
Basic implementation of
Meta. - MetaImpl(AvaticaConnection) - Constructor for class org.apache.calcite.avatica.MetaImpl
- MetaImpl.ColumnNoNulls - Annotation Type in org.apache.calcite.avatica
-
Annotation that indicates that a meta field may not contain null values.
- MetaImpl.ColumnNullable - Annotation Type in org.apache.calcite.avatica
-
Annotation that indicates that a meta field may contain null values.
- MetaImpl.ColumnNullableUnknown - Annotation Type in org.apache.calcite.avatica
-
Annotation that indicates that it is unknown whether a meta field may contain null values.
- MetaImpl.MetaAttribute - Class in org.apache.calcite.avatica
-
Metadata describing an attribute.
- MetaImpl.MetaBestRowIdentifier - Class in org.apache.calcite.avatica
-
Metadata describing the best identifier for a row.
- MetaImpl.MetaCatalog - Class in org.apache.calcite.avatica
-
Metadata describing a catalog.
- MetaImpl.MetaClientInfoProperty - Class in org.apache.calcite.avatica
-
Metadata describing a client info property.
- MetaImpl.MetaColumn - Class in org.apache.calcite.avatica
-
Metadata describing a column.
- MetaImpl.MetaColumnPrivilege - Class in org.apache.calcite.avatica
-
Metadata describing a column privilege.
- MetaImpl.MetaCrossReference - Class in org.apache.calcite.avatica
-
Metadata describing a cross reference.
- MetaImpl.MetaExportedKey - Class in org.apache.calcite.avatica
-
Metadata describing an exported key.
- MetaImpl.MetaFunction - Class in org.apache.calcite.avatica
-
Metadata describing a function.
- MetaImpl.MetaFunctionColumn - Class in org.apache.calcite.avatica
-
Metadata describing a function column.
- MetaImpl.MetaImportedKey - Class in org.apache.calcite.avatica
-
Metadata describing an imported key.
- MetaImpl.MetaIndexInfo - Class in org.apache.calcite.avatica
-
Metadata describing index info.
- MetaImpl.MetaPrimaryKey - Class in org.apache.calcite.avatica
-
Metadata describing a primary key.
- MetaImpl.MetaProcedure - Class in org.apache.calcite.avatica
-
Metadata describing a procedure.
- MetaImpl.MetaProcedureColumn - Class in org.apache.calcite.avatica
-
Metadata describing a procedure column.
- MetaImpl.MetaPseudoColumn - Class in org.apache.calcite.avatica
-
Metadata describing a pseudo column.
- MetaImpl.MetaSchema - Class in org.apache.calcite.avatica
-
Metadata describing a schema.
- MetaImpl.MetaSuperTable - Class in org.apache.calcite.avatica
-
Metadata describing a super-table.
- MetaImpl.MetaSuperType - Class in org.apache.calcite.avatica
-
Metadata describing a super-type.
- MetaImpl.MetaTable - Class in org.apache.calcite.avatica
-
Metadata describing a table.
- MetaImpl.MetaTablePrivilege - Class in org.apache.calcite.avatica
-
Metadata describing a table privilege.
- MetaImpl.MetaTableType - Class in org.apache.calcite.avatica
-
Metadata describing a table type.
- MetaImpl.MetaTypeInfo - Class in org.apache.calcite.avatica
-
Metadata describing type info.
- MetaImpl.MetaUdt - Class in org.apache.calcite.avatica
-
Metadata describing a user-defined type.
- MetaImpl.MetaVersionColumn - Class in org.apache.calcite.avatica
-
Metadata describing a version column.
- MetaImpl.Named - Interface in org.apache.calcite.avatica
-
An object that has a name.
- MetaImportedKey(String, String, String, String, String, String, String, String, short, short, short, String, String, short) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaImportedKey
- MetaIndexInfo(String, String, String, boolean, String, String, short, short, String, String, long, long, String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaIndexInfo
- MetaProcedure(String, String, String, short, String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaProcedure
- MetaProcedureColumn(String, String, String, String, short, int, String, Integer, Integer, Short, Short, short, String, Integer, int, String, String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
- MetaPseudoColumn(String, String, String, String, int, Integer, Integer, Integer, String, Integer, String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaPseudoColumn
- MetaResultSet(String, int, boolean, Meta.Signature, Meta.Frame, int) - Constructor for class org.apache.calcite.avatica.Meta.MetaResultSet
-
Deprecated.
- MetaResultSet(String, int, boolean, Meta.Signature, Meta.Frame, long) - Constructor for class org.apache.calcite.avatica.Meta.MetaResultSet
- MetaSchema(String, String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaSchema
- MetaSuperTable(String, String, String, String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaSuperTable
- MetaSuperType(String, String, String, String, String, String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaSuperType
- MetaTable(String, String, String, String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaTable
- MetaTablePrivilege(String, String, String, String, String, String, String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaTablePrivilege
- MetaTableType(String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaTableType
- MetaTypeInfo(String, int, Integer, String, String, short, boolean, short, boolean, boolean, boolean, Short, Short, Integer) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
- MetaUdt(String, String, String, String, int, Short) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaUdt
- method - Variable in enum org.apache.calcite.avatica.Meta.DatabaseProperty
- methodName - Variable in enum org.apache.calcite.avatica.SqlType.Method
- MetricsHelper - Class in org.apache.calcite.avatica.remote
-
A utility class to encapsulate common logic in use of metrics implementation.
- MICROSECOND - Enum constant in enum org.apache.calcite.avatica.util.TimeUnit
- MICROSECOND - Enum constant in enum org.apache.calcite.avatica.util.TimeUnitRange
- MILLENNIUM - Enum constant in enum org.apache.calcite.avatica.util.TimeUnit
- MILLENNIUM - Enum constant in enum org.apache.calcite.avatica.util.TimeUnitRange
- MILLIS_PER_DAY - Static variable in class org.apache.calcite.avatica.util.DateTimeUtils
-
The number of milliseconds in a day.
- MILLIS_PER_HOUR - Static variable in class org.apache.calcite.avatica.util.DateTimeUtils
-
The number of milliseconds in an hour.
- MILLIS_PER_MINUTE - Static variable in class org.apache.calcite.avatica.util.DateTimeUtils
-
The number of milliseconds in a minute.
- MILLIS_PER_SECOND - Static variable in class org.apache.calcite.avatica.util.DateTimeUtils
-
The number of milliseconds in a second.
- MILLISECOND - Enum constant in enum org.apache.calcite.avatica.util.TimeUnit
- MILLISECOND - Enum constant in enum org.apache.calcite.avatica.util.TimeUnitRange
- minimumScale - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
- minorVersion - Variable in class org.apache.calcite.avatica.DriverVersion
- MINUTE - Enum constant in enum org.apache.calcite.avatica.util.TimeUnit
- MINUTE - Enum constant in enum org.apache.calcite.avatica.util.TimeUnitRange
- MINUTE_TO_SECOND - Enum constant in enum org.apache.calcite.avatica.util.TimeUnitRange
- MISSING_CONNECTION_ERROR_CODE - Static variable in class org.apache.calcite.avatica.remote.Service.ErrorResponse
- missingResults - Variable in class org.apache.calcite.avatica.remote.Service.FetchResponse
- MissingResultsException - Exception in org.apache.calcite.avatica
-
An Exception which denotes that a cached Statement is present but has no
ResultSet. - MissingResultsException(Meta.StatementHandle) - Constructor for exception org.apache.calcite.avatica.MissingResultsException
- missingStatement - Variable in class org.apache.calcite.avatica.remote.Service.ExecuteBatchResponse
- missingStatement - Variable in class org.apache.calcite.avatica.remote.Service.ExecuteResponse
- missingStatement - Variable in class org.apache.calcite.avatica.remote.Service.FetchResponse
- missingStatement - Variable in class org.apache.calcite.avatica.remote.Service.SyncResultsResponse
- MockJsonService - Class in org.apache.calcite.avatica.remote
-
Mock implementation of
Servicethat encodes its requests and responses as JSON and looks up responses from a pre-defined map. - MockJsonService(Map<String, String>) - Constructor for class org.apache.calcite.avatica.remote.MockJsonService
- MockJsonService.Factory - Class in org.apache.calcite.avatica.remote
-
Factory that creates a
MockJsonService. - MockProtobufService - Class in org.apache.calcite.avatica.remote
-
A mock implementation of ProtobufService for testing.
- MockProtobufService(String) - Constructor for class org.apache.calcite.avatica.remote.MockProtobufService
- MockProtobufService.MockProtobufServiceFactory - Class in org.apache.calcite.avatica.remote
-
A factory that instantiates the mock protobuf service.
- MockProtobufServiceFactory() - Constructor for class org.apache.calcite.avatica.remote.MockProtobufService.MockProtobufServiceFactory
- MONTH - Enum constant in enum org.apache.calcite.avatica.util.TimeUnit
- MONTH - Enum constant in enum org.apache.calcite.avatica.util.TimeUnitRange
- monthly() - Method in enum org.apache.calcite.avatica.util.TimeUnitRange
-
Whether this is in the YEAR-TO-MONTH family of intervals.
- MORE - Static variable in class org.apache.calcite.avatica.Meta.Frame
-
Frame that has zero rows but may have another frame.
- moreResults - Variable in class org.apache.calcite.avatica.remote.Service.SyncResultsResponse
- 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 - Enum constant in enum org.apache.calcite.avatica.ColumnMetaData.Rep
- MULTISET - Enum constant in enum org.apache.calcite.avatica.SqlType
N
- name - Variable in class org.apache.calcite.avatica.AvaticaParameter
- name - Variable in class org.apache.calcite.avatica.ColumnMetaData.AvaticaType
- name - Variable in class org.apache.calcite.avatica.DriverVersion
- name - Variable in class org.apache.calcite.avatica.MetaImpl.MetaClientInfoProperty
- name() - Method in interface org.apache.calcite.avatica.ConnectionProperty
-
The name of this property.
- NANOSECOND - Enum constant in enum org.apache.calcite.avatica.util.TimeUnit
- NANOSECOND - Enum constant in enum org.apache.calcite.avatica.util.TimeUnitRange
- nativeSQL(String) - Method in class org.apache.calcite.avatica.AvaticaConnection
- NCHAR - Enum constant in enum org.apache.calcite.avatica.SqlType
- NCLOB - Enum constant in enum org.apache.calcite.avatica.SqlType
- newConnection(UnregisteredDriver, AvaticaFactory, String, Properties) - Method in interface org.apache.calcite.avatica.AvaticaFactory
- newDatabaseMetaData(AvaticaConnection) - Method in interface org.apache.calcite.avatica.AvaticaFactory
-
Creates meta data for the database.
- newDateFormat(String) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
-
Creates a new date formatter with Farrago specific options.
- newPreparedStatement(AvaticaConnection, Meta.StatementHandle, Meta.Signature, int, int, int) - Method in interface org.apache.calcite.avatica.AvaticaFactory
- newResultSet(AvaticaStatement, QueryState, Meta.Signature, TimeZone, Meta.Frame) - Method in interface org.apache.calcite.avatica.AvaticaFactory
-
Creates a result set.
- newResultSetMetaData(AvaticaStatement, Meta.Signature) - Method in interface org.apache.calcite.avatica.AvaticaFactory
-
Creates meta data for a result set.
- newStatement(AvaticaConnection, Meta.StatementHandle, int, int, int) - Method in interface org.apache.calcite.avatica.AvaticaFactory
- next() - Method in class org.apache.calcite.avatica.AvaticaResultSet
- next() - Method in class org.apache.calcite.avatica.util.AbstractCursor
- next() - Method in interface org.apache.calcite.avatica.util.Cursor
-
Moves to the next row.
- next() - Method in class org.apache.calcite.avatica.util.IteratorCursor
- nextArraySize(int) - Static method in class org.apache.calcite.avatica.util.UnsynchronizedBuffer
-
Determines what next array size should be by rounding up to next power of two.
- NO_DATA_NO_ADDITIONAL_RESULT_SETS_RETURNED - Enum constant in enum org.apache.calcite.avatica.SqlState
-
02001: no data: no additional result sets returned
- NO_DATA_NO_SUBCLASS - Enum constant in enum org.apache.calcite.avatica.SqlState
-
02000: no data
- NO_OPTIONS - Static variable in class org.apache.calcite.avatica.util.Base64
-
No options specified.
- NONE - Enum constant in enum org.apache.calcite.avatica.remote.AuthenticationType
- NONE - Enum constant in enum org.apache.calcite.avatica.remote.HostnameVerificationConfigurable.HostnameVerification
-
Deprecated.No verification is performed.
- nonPrimitiveRepOf(SqlType) - Static method in enum org.apache.calcite.avatica.ColumnMetaData.Rep
-
Computes the given JDBC type for a primitive to the corresponding
ColumnMetaData.Repfor the equivalent Object type. - nonUnique - Variable in class org.apache.calcite.avatica.MetaImpl.MetaIndexInfo
- NoSuchConnectionException - Exception in org.apache.calcite.avatica
-
An Exception that denotes that the given Connection is not cached.
- NoSuchConnectionException(String) - Constructor for exception org.apache.calcite.avatica.NoSuchConnectionException
- NoSuchStatementException - Exception in org.apache.calcite.avatica
-
An Exception that denotes that the given Statement is not cached.
- NoSuchStatementException(Meta.StatementHandle) - Constructor for exception org.apache.calcite.avatica.NoSuchStatementException
- notifyAll(Object) - Static method in class org.apache.calcite.avatica.util.Unsafe
-
Calls
Object.notifyAll(). - NULL - Enum constant in enum org.apache.calcite.avatica.SqlType
- NULL_SORTING - Enum constant in enum org.apache.calcite.avatica.InternalProperty
-
How identifiers are stored if they are not quoted.
- nullable - Variable in class org.apache.calcite.avatica.ColumnMetaData
- nullable - Variable in class org.apache.calcite.avatica.MetaImpl.MetaAttribute
- nullable - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
- nullable - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunctionColumn
- nullable - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
- nullable - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
- 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
- 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 - Enum constant in enum org.apache.calcite.avatica.ColumnMetaData.Rep
-
Values are represented as some sub-class of
Number. - NUMBER - Enum constant in enum org.apache.calcite.avatica.ConnectionProperty.Type
- NUMBER_CONVERTER - Static variable in class org.apache.calcite.avatica.ConnectionConfigImpl
- NUMERIC - Enum constant in enum org.apache.calcite.avatica.SqlType
- numPrecRadix - Variable in class org.apache.calcite.avatica.MetaImpl.MetaAttribute
- numPrecRadix - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
- numPrecRadix - Variable in class org.apache.calcite.avatica.MetaImpl.MetaPseudoColumn
- numPrecRadix - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
- NVARCHAR - Enum constant in enum org.apache.calcite.avatica.SqlType
O
- OBJECT - Enum constant in enum org.apache.calcite.avatica.ColumnMetaData.Rep
- OBJECT - Enum constant in enum org.apache.calcite.avatica.Meta.Style
- OBJECT - Static variable in class org.apache.calcite.avatica.Meta.CursorFactory
- ObjectGetter(int) - Constructor for class org.apache.calcite.avatica.util.PositionedCursor.ObjectGetter
- of(int) - Static method in class org.apache.calcite.avatica.util.Spaces
-
Returns a string of
nspaces. - of(File) - Static method in class org.apache.calcite.avatica.util.Sources
- 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(URL) - Static method in class org.apache.calcite.avatica.util.Sources
- of(TimeUnit, TimeUnit) - Static method in enum org.apache.calcite.avatica.util.TimeUnitRange
-
Returns a
TimeUnitRangewith a given start and end unit. - ofBase64(String) - Static method in class org.apache.calcite.avatica.util.ByteString
-
Creates a byte string from a Base64 string.
- offset - Variable in class org.apache.calcite.avatica.Meta.Frame
-
Zero-based offset of first row.
- offset - Variable in class org.apache.calcite.avatica.remote.Service.FetchRequest
- offset - Variable in class org.apache.calcite.avatica.remote.Service.SyncResultsRequest
- offsetDateTimeValue(Object) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
-
Returns the value of a
OffsetDateTimeas a string. - ofJdbc(Object, Calendar) - Static method in class org.apache.calcite.avatica.remote.TypedValue
-
Creates a TypedValue from a value in JDBC representation, deducing its type.
- ofJdbc(ColumnMetaData.Rep, Object, Calendar) - Static method in class org.apache.calcite.avatica.remote.TypedValue
-
Creates a TypedValue from a value in JDBC representation.
- ofLocal(ColumnMetaData.Rep, Object) - Static method in class org.apache.calcite.avatica.remote.TypedValue
-
Creates a TypedValue from a value in local representation.
- ofSerial(ColumnMetaData.Rep, Object) - Static method in class org.apache.calcite.avatica.remote.TypedValue
-
Creates a TypedValue from a value in serial representation.
- onConnectionClose(AvaticaConnection) - Method in interface org.apache.calcite.avatica.Handler
-
Called by container when a connection is being closed.
- onConnectionClose(AvaticaConnection) - Method in class org.apache.calcite.avatica.HandlerImpl
- onConnectionInit(AvaticaConnection) - Method in interface org.apache.calcite.avatica.Handler
-
Called by container when a connection is being created.
- onConnectionInit(AvaticaConnection) - Method in class org.apache.calcite.avatica.HandlerImpl
- onStatementClose(AvaticaStatement) - Method in interface org.apache.calcite.avatica.Handler
-
Called by container when a statement is being closed.
- onStatementClose(AvaticaStatement) - Method in class org.apache.calcite.avatica.HandlerImpl
- onStatementExecute(AvaticaStatement, Handler.ResultSink) - Method in interface org.apache.calcite.avatica.Handler
-
Called by container when a statement is being executed.
- onStatementExecute(AvaticaStatement, Handler.ResultSink) - Method in class org.apache.calcite.avatica.HandlerImpl
- 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
- OpenConnectionRequest() - Constructor for class org.apache.calcite.avatica.remote.Service.OpenConnectionRequest
- OpenConnectionRequest(String, Map<String, String>) - Constructor for class org.apache.calcite.avatica.remote.Service.OpenConnectionRequest
- OpenConnectionResponse() - Constructor for class org.apache.calcite.avatica.remote.Service.OpenConnectionResponse
- OpenConnectionResponse(Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.OpenConnectionResponse
- openResultSet - Variable in class org.apache.calcite.avatica.AvaticaStatement
-
Current result set, or null if the statement is not executing anything.
- openStream() - Method in interface org.apache.calcite.avatica.util.Source
- operationArgs - Variable in class org.apache.calcite.avatica.QueryState
- ORDERED - Static variable in class org.apache.calcite.avatica.util.Base64
-
Encode using the special "ordered" dialect of Base64 described here: http://www.faqs.org/qa/rfcc-1940.html.
- ordinal - Variable in class org.apache.calcite.avatica.ColumnMetaData
- ordinalPosition - Variable in class org.apache.calcite.avatica.MetaImpl.MetaAttribute
- ordinalPosition - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
- ordinalPosition - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunctionColumn
- ordinalPosition - Variable in class org.apache.calcite.avatica.MetaImpl.MetaIndexInfo
- ordinalPosition - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
- org.apache.calcite.avatica - package org.apache.calcite.avatica
-
Avatica JDBC framework.
- org.apache.calcite.avatica.remote - package org.apache.calcite.avatica.remote
-
JDBC driver that uses remote procedure calls.
- org.apache.calcite.avatica.util - package org.apache.calcite.avatica.util
-
Avatica utilities.
- OTHER - Enum constant in enum org.apache.calcite.avatica.SqlType
- OTHER_DDL - Enum constant in enum org.apache.calcite.avatica.Meta.StatementType
- OTHER_DML - Enum constant in enum org.apache.calcite.avatica.Meta.StatementType
- othersDeletesAreVisible(int) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- othersInsertsAreVisible(int) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- othersUpdatesAreVisible(int) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- OutputStream(OutputStream) - Constructor for class org.apache.calcite.avatica.util.Base64.OutputStream
-
Constructs a
Base64.OutputStreamin ENCODE mode. - OutputStream(OutputStream, int) - Constructor for class org.apache.calcite.avatica.util.Base64.OutputStream
-
Constructs a
Base64.OutputStreamin either ENCODE or DECODE mode. - 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
- ownUpdatesAreVisible(int) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
P
- p(int, boolean) - Static method in class org.apache.calcite.avatica.remote.Service.Base
- p(int, int) - Static method in class org.apache.calcite.avatica.remote.Service.Base
- p(int, long) - Static method in class org.apache.calcite.avatica.remote.Service.Base
- p(int, Object) - Static method in class org.apache.calcite.avatica.remote.Service.Base
- PackageMarker - Annotation Type in org.apache.calcite.avatica.util
-
This is a dummy annotation that forces javac to produce output for otherwise empty package-info.java.
- padLeft(String, int) - Static method in class org.apache.calcite.avatica.util.Spaces
-
Returns a string that is padded on the left with spaces to the given length.
- padRight(String) - Method in class org.apache.calcite.avatica.util.Spacer
-
Returns a string that is padded on the right with spaces to the current length.
- padRight(String, int) - Static method in class org.apache.calcite.avatica.util.Spaces
-
Returns a string that is padded on the right with spaces to the given length.
- pages - Variable in class org.apache.calcite.avatica.MetaImpl.MetaIndexInfo
- parameters - Variable in class org.apache.calcite.avatica.Meta.Signature
- parameterType - Variable in class org.apache.calcite.avatica.AvaticaParameter
- parameterValueBatch - Variable in class org.apache.calcite.avatica.AvaticaPreparedStatement
- parameterValues - Variable in class org.apache.calcite.avatica.remote.Service.ExecuteBatchRequest
- parameterValues - Variable in class org.apache.calcite.avatica.remote.Service.ExecuteRequest
- parse(String) - Static method in class org.apache.calcite.avatica.ConnectStringParser
-
Parses the connect string into a new Properties object.
- parse(String, int) - Static method in class org.apache.calcite.avatica.util.ByteString
-
Parses a hexadecimal or binary string to a byte array.
- parse(String, Properties) - Static method in class org.apache.calcite.avatica.ConnectStringParser
-
Parses the connect string into an existing Properties object.
- parse(Properties, Map<String, ? extends ConnectionProperty>) - Static method in class org.apache.calcite.avatica.ConnectionConfigImpl
-
Converts a
Propertiesobject containing (name, value) pairs into a map whose keys areInternalPropertyobjects. - parseBase64(String) - Static method in class org.apache.calcite.avatica.util.ByteString
-
Parses a Base64 to a byte array.
- parseDateFormat(String, String, TimeZone) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
-
Deprecated.
- parseDateFormat(String, DateFormat, TimeZone) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
-
Parses a string using
SimpleDateFormatand a given pattern. - parsePrecisionDateTimeLiteral(String, String, TimeZone) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
-
Deprecated.
- parsePrecisionDateTimeLiteral(String, DateFormat, TimeZone, int) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
-
Parses a string using
SimpleDateFormatand a given pattern, and if present, parses a fractional seconds component. - 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
- path() - Method in interface org.apache.calcite.avatica.util.Source
- PERCENT_OF_LIFETIME_TO_RENEW - Static variable in class org.apache.calcite.avatica.remote.KerberosConnection
-
The percentage of the Kerberos ticket's lifetime which we should start trying to renew it
- pkcolumnName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaCrossReference
- pkcolumnName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaExportedKey
- pkcolumnName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaImportedKey
- pkName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaCrossReference
- pkName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaExportedKey
- pkName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaImportedKey
- pkName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaPrimaryKey
- pktableCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaCrossReference
- pktableCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaExportedKey
- pktableCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaImportedKey
- pktableName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaCrossReference
- pktableName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaExportedKey
- pktableName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaImportedKey
- pktableSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaCrossReference
- pktableSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaExportedKey
- pktableSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaImportedKey
- PLAN_COLUMN_NAME - Static variable in class org.apache.calcite.avatica.AvaticaConnection
-
The name of the sole column returned by an EXPLAIN statement.
- PLUGIN - Enum constant in enum org.apache.calcite.avatica.ConnectionProperty.Type
- pluginConverter(Class<T>, T) - Static method in class org.apache.calcite.avatica.ConnectionConfigImpl
- pool - Variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
- PositionedCursor<T> - Class in org.apache.calcite.avatica.util
-
Abstract implementation of
Cursorthat caches its current row. - PositionedCursor() - Constructor for class org.apache.calcite.avatica.util.PositionedCursor
- PositionedCursor.ArrayGetter - Class in org.apache.calcite.avatica.util
-
Implementation of
AbstractCursor.Getterthat reads from records that are arrays. - PositionedCursor.FieldGetter - Class in org.apache.calcite.avatica.util
-
Implementation of
AbstractCursor.Getterthat reads fields via reflection. - PositionedCursor.ListGetter - Class in org.apache.calcite.avatica.util
-
Implementation of
AbstractCursor.Getterthat reads items from a list. - PositionedCursor.MapGetter<K> - Class in org.apache.calcite.avatica.util
-
Implementation of
AbstractCursor.Getterthat reads entries from aMap. - PositionedCursor.ObjectGetter - Class in org.apache.calcite.avatica.util
-
Implementation of
AbstractCursor.Getterfor records that consist of a single field. - powerX(long, long) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
-
Cheap, unsafe, long power.
- precision - Variable in class org.apache.calcite.avatica.AvaticaParameter
- precision - Variable in class org.apache.calcite.avatica.ColumnMetaData
- precision - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunctionColumn
- precision - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
- precision - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
- PrecisionTime(Calendar, String, int) - Constructor for class org.apache.calcite.avatica.util.DateTimeUtils.PrecisionTime
- prepare(Meta.ConnectionHandle, String, long) - Method in interface org.apache.calcite.avatica.Meta
-
Prepares a statement.
- prepareAndExecute(Meta.StatementHandle, String, long, int, Meta.PrepareCallback) - Method in interface org.apache.calcite.avatica.Meta
-
Prepares and executes a statement.
- prepareAndExecute(Meta.StatementHandle, String, long, Meta.PrepareCallback) - Method in interface org.apache.calcite.avatica.Meta
- prepareAndExecuteBatch(Meta.StatementHandle, List<String>) - Method in interface org.apache.calcite.avatica.Meta
-
Prepares a statement and then executes a number of SQL commands in one pass.
- PrepareAndExecuteBatchRequest(String, int, List<String>) - Constructor for class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteBatchRequest
- prepareAndExecuteInternal(AvaticaStatement, String, long) - Method in class org.apache.calcite.avatica.AvaticaConnection
- PrepareAndExecuteRequest(String, int, String, long) - Constructor for class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteRequest
- PrepareAndExecuteRequest(String, int, String, long, int) - Constructor for class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteRequest
- prepareAndUpdateBatch(AvaticaStatement, List<String>) - Method in class org.apache.calcite.avatica.AvaticaConnection
- prepareCall(String) - Method in class org.apache.calcite.avatica.AvaticaConnection
- prepareCall(String, int, int) - Method in class org.apache.calcite.avatica.AvaticaConnection
- prepareCall(String, int, int, int) - Method in class org.apache.calcite.avatica.AvaticaConnection
- PrepareRequest(String, String, long) - Constructor for class org.apache.calcite.avatica.remote.Service.PrepareRequest
- PrepareResponse(Meta.StatementHandle, Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.PrepareResponse
- prepareStatement(String) - Method in class org.apache.calcite.avatica.AvaticaConnection
- prepareStatement(String, int) - Method in class org.apache.calcite.avatica.AvaticaConnection
- prepareStatement(String, int[]) - Method in class org.apache.calcite.avatica.AvaticaConnection
- prepareStatement(String, int, int) - Method in class org.apache.calcite.avatica.AvaticaConnection
- prepareStatement(String, int, int, int) - Method in class org.apache.calcite.avatica.AvaticaConnection
- prepareStatement(String, String[]) - Method in class org.apache.calcite.avatica.AvaticaConnection
- previous() - Method in class org.apache.calcite.avatica.AvaticaResultSet
- PRIMITIVE_BOOLEAN - Enum constant in enum org.apache.calcite.avatica.ColumnMetaData.Rep
- PRIMITIVE_BYTE - Enum constant in enum org.apache.calcite.avatica.ColumnMetaData.Rep
- PRIMITIVE_CHAR - Enum constant in enum org.apache.calcite.avatica.ColumnMetaData.Rep
- PRIMITIVE_DOUBLE - Enum constant in enum org.apache.calcite.avatica.ColumnMetaData.Rep
- PRIMITIVE_FLOAT - Enum constant in enum org.apache.calcite.avatica.ColumnMetaData.Rep
- PRIMITIVE_INT - Enum constant in enum org.apache.calcite.avatica.ColumnMetaData.Rep
- PRIMITIVE_LONG - Enum constant in enum org.apache.calcite.avatica.ColumnMetaData.Rep
- PRIMITIVE_SHORT - Enum constant in enum org.apache.calcite.avatica.ColumnMetaData.Rep
- primitiveList(Object) - Static method in class org.apache.calcite.avatica.AvaticaUtils
-
Adapts a primitive array into a
List. - PRINCIPAL - Enum constant in enum org.apache.calcite.avatica.BuiltInConnectionProperty
-
Principal to use to perform Kerberos login.
- printStackTrace(PrintStream) - Method in exception org.apache.calcite.avatica.AvaticaSqlException
- printStackTrace(PrintWriter) - Method in exception org.apache.calcite.avatica.AvaticaSqlException
- privilege - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumnPrivilege
- privilege - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTablePrivilege
- procedureCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedure
- procedureCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
- procedureName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedure
- procedureName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
- procedureSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedure
- procedureSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
- procedureType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedure
- productName - Variable in class org.apache.calcite.avatica.DriverVersion
- productVersion - Variable in class org.apache.calcite.avatica.DriverVersion
- PROHIBITED_STATEMENT_DURING_TRIGGER_EXECUTION_MODIFY_TABLE_MODIFIED_BY_DATA_CHANGE_DELTA_TABLE - Enum constant in enum org.apache.calcite.avatica.SqlState
-
0W001: prohibited statement encountered during trigger execution: modify table modified by data change delta table
- PROHIBITED_STATEMENT_DURING_TRIGGER_EXECUTION_NO_SUBCLASS - Enum constant in enum org.apache.calcite.avatica.SqlState
-
0W000: prohibited statement encountered during trigger execution
- PropEnv(Map<? extends ConnectionProperty, String>, ConnectionProperty) - Constructor for class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
- properties - Variable in class org.apache.calcite.avatica.AvaticaConnection
- properties - Variable in class org.apache.calcite.avatica.ConnectionConfigImpl
- PROTO_IMPLICIT_NULL - Static variable in class org.apache.calcite.avatica.remote.TypedValue
- PROTOBUF - Enum constant in enum org.apache.calcite.avatica.remote.Driver.Serialization
- ProtobufHandler - Class in org.apache.calcite.avatica.remote
-
Dispatches serialized protocol buffer messages to the provided
Serviceby converting them to the POJO Request. - ProtobufHandler(Service, ProtobufTranslation, MetricsSystem) - Constructor for class org.apache.calcite.avatica.remote.ProtobufHandler
- ProtobufMeta - Interface in org.apache.calcite.avatica.remote
-
An extension of
Metawhich allows for native processing of calls with the Protobuf API objects instead of the POJOS (to avoid object translation). - ProtobufService - Class in org.apache.calcite.avatica.remote
-
Service implementation that encodes requests and responses as protocol buffers.
- ProtobufService() - Constructor for class org.apache.calcite.avatica.remote.ProtobufService
- ProtobufTranslation - Interface in org.apache.calcite.avatica.remote
-
Generic interface to support parsing of serialized protocol buffers between client and server.
- ProtobufTranslationImpl - Class in org.apache.calcite.avatica.remote
-
Implementation of
ProtobufTranslationImplthat translates protobuf requests to POJO requests. - ProtobufTranslationImpl() - Constructor for class org.apache.calcite.avatica.remote.ProtobufTranslationImpl
- protocol() - Method in interface org.apache.calcite.avatica.util.Source
- protoToJdbc(Common.TypedValue, Calendar) - Static method in class org.apache.calcite.avatica.remote.TypedValue
-
Extracts the JDBC value from protobuf-TypedValue representation.
- pseudoColumn - Variable in class org.apache.calcite.avatica.MetaImpl.MetaBestRowIdentifier
- pseudoColumn - Variable in class org.apache.calcite.avatica.MetaImpl.MetaVersionColumn
Q
- QUARTER - Enum constant in enum org.apache.calcite.avatica.util.TimeUnit
- QUARTER - Enum constant in enum org.apache.calcite.avatica.util.TimeUnitRange
- QueryState - Class in org.apache.calcite.avatica
-
A struct used to encapsulate the necessary information to reconstitute a ResultSet in the Avatica server.
- QueryState() - Constructor for class org.apache.calcite.avatica.QueryState
-
Not intended for external use.
- QueryState(String) - Constructor for class org.apache.calcite.avatica.QueryState
-
Constructor encapsulating a SQL query used to create a result set.
- QueryState(QueryState.StateType, String, MetaDataOperation, Object...) - Constructor for class org.apache.calcite.avatica.QueryState
-
Not intended for external use.
- QueryState(MetaDataOperation, Object...) - Constructor for class org.apache.calcite.avatica.QueryState
-
Constructor encapsulating a metadata operation's result set.
- QueryState.StateType - Enum in org.apache.calcite.avatica
-
An enumeration that represents how a ResultSet was created.
- QUOTED_CASING - Enum constant in enum org.apache.calcite.avatica.InternalProperty
-
How identifiers are stored if they are quoted.
- Quoting - Enum in org.apache.calcite.avatica.util
-
Syntax for quoting identifiers in SQL statements.
- QUOTING - Enum constant in enum org.apache.calcite.avatica.InternalProperty
-
How identifiers are quoted.
R
- radix - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunctionColumn
- radix - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
- 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. - reader() - Method in interface org.apache.calcite.avatica.util.Source
- readFully(InputStream) - Static method in class org.apache.calcite.avatica.AvaticaUtils
-
Reads the contents of an input stream and returns as a string.
- readFully(InputStream, UnsynchronizedBuffer) - Static method in class org.apache.calcite.avatica.AvaticaUtils
-
Reads the contents of an input stream and returns as a string.
- readFullyToBytes(InputStream) - Static method in class org.apache.calcite.avatica.AvaticaUtils
-
Reads the contents of an input stream and returns as a string.
- readFullyToBytes(InputStream, UnsynchronizedBuffer) - Static method in class org.apache.calcite.avatica.AvaticaUtils
-
Reads the contents of an input stream and returns as a string.
- readOnly - Variable in class org.apache.calcite.avatica.ColumnMetaData
- REAL - Enum constant in enum org.apache.calcite.avatica.SqlType
- record(Class) - Static method in class org.apache.calcite.avatica.Meta.CursorFactory
-
Deprecated.
- record(Class, List<Field>, List<String>) - Static method in class org.apache.calcite.avatica.Meta.CursorFactory
- RECORD - Enum constant in enum org.apache.calcite.avatica.Meta.Style
- RecordIteratorCursor<E> - Class in org.apache.calcite.avatica.util
- RecordIteratorCursor(Iterator<E>, Class<E>) - Constructor for class org.apache.calcite.avatica.util.RecordIteratorCursor
-
Deprecated.
- RecordIteratorCursor(Iterator<E>, Class<E>, List<Field>) - Constructor for class org.apache.calcite.avatica.util.RecordIteratorCursor
-
Creates a RecordIteratorCursor that projects particular fields.
- REF - Enum constant in enum org.apache.calcite.avatica.SqlType
- 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.
- relative(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- relative(Source) - Method in interface org.apache.calcite.avatica.util.Source
-
Returns a relative source, if this source is a child of a given base.
- releaseSavepoint(Savepoint) - Method in class org.apache.calcite.avatica.AvaticaConnection
- remark(T) - Static method in class org.apache.calcite.avatica.AvaticaUtils
-
Use this method to flag temporary code.
- remarks - Variable in class org.apache.calcite.avatica.MetaImpl.MetaAttribute
- remarks - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
- remarks - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunction
- remarks - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunctionColumn
- remarks - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedure
- remarks - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
- remarks - Variable in class org.apache.calcite.avatica.MetaImpl.MetaPseudoColumn
- remarks - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTable
- remarks - Variable in class org.apache.calcite.avatica.MetaImpl.MetaUdt
- REMOTE_DATABASE_ACCESS_NO_SUBCLASS - Enum constant in enum org.apache.calcite.avatica.SqlState
-
HZ: Remote Database Access
- RemoteProtobufService - Class in org.apache.calcite.avatica.remote
-
ProtobufService implementation that queries against a remote implementation, using protocol buffers as the serialized form.
- RemoteProtobufService(AvaticaHttpClient, ProtobufTranslation) - Constructor for class org.apache.calcite.avatica.remote.RemoteProtobufService
- RemoteService - Class in org.apache.calcite.avatica.remote
-
Implementation of
Servicethat translates requests into JSON and sends them to a remote server, usually an HTTP server. - RemoteService(AvaticaHttpClient) - Constructor for class org.apache.calcite.avatica.remote.RemoteService
- RENEWAL_PERIOD - Static variable in class org.apache.calcite.avatica.remote.KerberosConnection
-
How long should we sleep between checks to renew the Kerberos ticket
- rep - Variable in class org.apache.calcite.avatica.ColumnMetaData.AvaticaType
-
The type of the field that holds the value.
- Request() - Constructor for class org.apache.calcite.avatica.remote.Service.Request
- required() - Method in enum org.apache.calcite.avatica.BuiltInConnectionProperty
- required() - Method in interface org.apache.calcite.avatica.ConnectionProperty
-
Whether the property is mandatory.
- required() - Method in enum org.apache.calcite.avatica.remote.AvaticaRemoteConnectionProperty
- reset() - Method in class org.apache.calcite.avatica.util.UnsynchronizedBuffer
-
Resets the internal pointer into the buffer.
- resetDate(long) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
-
Resets to epoch (1970-01-01) the "date" part of a timestamp.
- resetStatement() - Method in class org.apache.calcite.avatica.AvaticaStatement
- resetTime(long) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
-
Resets to zero the "time" part of a timestamp.
- Response() - Constructor for class org.apache.calcite.avatica.remote.Service.Response
- results - Variable in class org.apache.calcite.avatica.remote.Service.ExecuteResponse
- resultSetMetaData - Variable in class org.apache.calcite.avatica.AvaticaResultSet
- ResultSetResponse(String, int, boolean, Meta.Signature, Meta.Frame, long, Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.ResultSetResponse
- resultSets - Variable in class org.apache.calcite.avatica.Meta.ExecuteResult
- resumeEncoding() - Method in class org.apache.calcite.avatica.util.Base64.OutputStream
-
Resumes encoding of the stream.
- rollback() - Method in class org.apache.calcite.avatica.AvaticaConnection
- rollback(Savepoint) - Method in class org.apache.calcite.avatica.AvaticaConnection
- rollback(Meta.ConnectionHandle) - Method in interface org.apache.calcite.avatica.Meta
-
Undoes all changes since the last commit/rollback.
- RollbackRequest(String) - Constructor for class org.apache.calcite.avatica.remote.Service.RollbackRequest
- ROW - Enum constant in enum org.apache.calcite.avatica.SqlType
- ROWCOUNT_COLUMN_NAME - Static variable in class org.apache.calcite.avatica.AvaticaConnection
-
The name of the sole column returned by DML statements, containing the number of rows modified.
- rowDeleted() - Method in class org.apache.calcite.avatica.AvaticaResultSet
- ROWID - Enum constant in enum org.apache.calcite.avatica.SqlType
- rowInserted() - Method in class org.apache.calcite.avatica.AvaticaResultSet
- rows - Variable in class org.apache.calcite.avatica.Meta.Frame
-
The rows.
- rowUpdated() - Method in class org.apache.calcite.avatica.AvaticaResultSet
- rpcMetadata - Variable in class org.apache.calcite.avatica.remote.Service.CloseConnectionResponse
- rpcMetadata - Variable in class org.apache.calcite.avatica.remote.Service.CloseStatementResponse
- rpcMetadata - Variable in class org.apache.calcite.avatica.remote.Service.ConnectionSyncResponse
- rpcMetadata - Variable in class org.apache.calcite.avatica.remote.Service.CreateStatementResponse
- rpcMetadata - Variable in class org.apache.calcite.avatica.remote.Service.DatabasePropertyResponse
- rpcMetadata - Variable in class org.apache.calcite.avatica.remote.Service.ErrorResponse
- rpcMetadata - Variable in class org.apache.calcite.avatica.remote.Service.ExecuteBatchResponse
- rpcMetadata - Variable in class org.apache.calcite.avatica.remote.Service.ExecuteResponse
- rpcMetadata - Variable in class org.apache.calcite.avatica.remote.Service.FetchResponse
- rpcMetadata - Variable in class org.apache.calcite.avatica.remote.Service.OpenConnectionResponse
- rpcMetadata - Variable in class org.apache.calcite.avatica.remote.Service.PrepareResponse
- rpcMetadata - Variable in class org.apache.calcite.avatica.remote.Service.ResultSetResponse
- rpcMetadata - Variable in class org.apache.calcite.avatica.remote.Service.SyncResultsResponse
- RpcMetadataResponse() - Constructor for class org.apache.calcite.avatica.remote.Service.RpcMetadataResponse
- RpcMetadataResponse(String) - Constructor for class org.apache.calcite.avatica.remote.Service.RpcMetadataResponse
S
- s - Variable in class org.apache.calcite.avatica.Meta.Pat
- sanitize() - Method in class org.apache.calcite.avatica.Meta.Signature
-
Creates a copy of this Signature with null lists and maps converted to empty.
- SAVEPOINT_EXCEPTION_INVALID_SPECIFICATION - Enum constant in enum org.apache.calcite.avatica.SqlState
-
3B001: savepoint exception: invalid specification
- SAVEPOINT_EXCEPTION_NO_SUBCLASS - Enum constant in enum org.apache.calcite.avatica.SqlState
-
3B000: savepoint exception
- SAVEPOINT_EXCEPTION_TOO_MANY - Enum constant in enum org.apache.calcite.avatica.SqlState
-
3B002: savepoint exception: too many
- scalar(int, String, ColumnMetaData.Rep) - Static method in class org.apache.calcite.avatica.ColumnMetaData
-
Creates a
ColumnMetaData.ScalarType. - ScalarType(int, String, ColumnMetaData.Rep) - Constructor for class org.apache.calcite.avatica.ColumnMetaData.ScalarType
- scale - Variable in class org.apache.calcite.avatica.AvaticaParameter
- scale - Variable in class org.apache.calcite.avatica.ColumnMetaData
- scale - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunctionColumn
- scale - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
- schema() - Method in interface org.apache.calcite.avatica.ConnectionConfig
- schema() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
- SCHEMA - Enum constant in enum org.apache.calcite.avatica.BuiltInConnectionProperty
-
Name of initial schema.
- schemaName - Variable in class org.apache.calcite.avatica.ColumnMetaData
- schemaPattern - Variable in class org.apache.calcite.avatica.remote.Service.ColumnsRequest
- schemaPattern - Variable in class org.apache.calcite.avatica.remote.Service.SchemasRequest
- schemaPattern - Variable in class org.apache.calcite.avatica.remote.Service.TablesRequest
- SchemasRequest(String, String, String) - Constructor for class org.apache.calcite.avatica.remote.Service.SchemasRequest
- scope - Variable in class org.apache.calcite.avatica.MetaImpl.MetaBestRowIdentifier
- scope - Variable in class org.apache.calcite.avatica.MetaImpl.MetaVersionColumn
- scopeCatalog - Variable in class org.apache.calcite.avatica.MetaImpl.MetaAttribute
- scopeCatalog - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
- scopeSchema - Variable in class org.apache.calcite.avatica.MetaImpl.MetaAttribute
- scopeSchema - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
- scopeTable - Variable in class org.apache.calcite.avatica.MetaImpl.MetaAttribute
- scopeTable - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
- searchable - Variable in class org.apache.calcite.avatica.ColumnMetaData
- searchable - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
- SECOND - Enum constant in enum org.apache.calcite.avatica.util.TimeUnit
- SECOND - Enum constant in enum org.apache.calcite.avatica.util.TimeUnitRange
- SECONDS_PER_DAY - Static variable in class org.apache.calcite.avatica.util.DateTimeUtils
-
The number of seconds in a day.
- SELECT - Enum constant in enum org.apache.calcite.avatica.Meta.StatementType
- selfReferencingColName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTable
- send(byte[]) - Method in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
- send(byte[]) - Method in interface org.apache.calcite.avatica.remote.AvaticaHttpClient
-
Sends a serialized request to the Avatica server.
- send(byte[]) - Method in class org.apache.calcite.avatica.remote.AvaticaHttpClientImpl
- send(byte[]) - Method in class org.apache.calcite.avatica.remote.DoAsAvaticaHttpClient
- separator - Variable in enum org.apache.calcite.avatica.util.TimeUnit
- sequence(int) - Static method in class org.apache.calcite.avatica.util.Spaces
-
Creates a sequence of
nspaces. - serial - Variable in enum org.apache.calcite.avatica.SqlType
-
Class used to serialize values of this type as JSON.
- serialization() - Method in interface org.apache.calcite.avatica.ConnectionConfig
- serialization() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
- SERIALIZATION - Enum constant in enum org.apache.calcite.avatica.BuiltInConnectionProperty
-
Serialization used over remote connections
- serialize() - Method in class org.apache.calcite.avatica.remote.Service.ErrorResponse
- serialize() - Method in class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteBatchRequest
- serializeProperties(Properties) - Static method in class org.apache.calcite.avatica.remote.Service.OpenConnectionRequest
-
Serializes the necessary properties into a Map.
- serializeRequest(Service.Request) - Method in interface org.apache.calcite.avatica.remote.ProtobufTranslation
-
Serializes a
Service.Requestas a protocol buffer. - serializeRequest(Service.Request) - Method in class org.apache.calcite.avatica.remote.ProtobufTranslationImpl
- serializeResponse(Service.Response) - Method in interface org.apache.calcite.avatica.remote.ProtobufTranslation
-
Serializes a
Service.Responseas a protocol buffer. - serializeResponse(Service.Response) - Method in class org.apache.calcite.avatica.remote.ProtobufTranslationImpl
- serialRepOf(SqlType) - Static method in enum org.apache.calcite.avatica.ColumnMetaData.Rep
-
Computes the given JDBC type into the
ColumnMetaData.Repfor the wire (serial) form of that type. - serverAddress - Variable in class org.apache.calcite.avatica.remote.Service.RpcMetadataResponse
- service - Variable in class org.apache.calcite.avatica.remote.AbstractHandler
- Service - Interface in org.apache.calcite.avatica.remote
-
API for request-response calls to an Avatica server.
- Service.Base - Class in org.apache.calcite.avatica.remote
-
Base class for request and response.
- Service.CatalogsRequest - Class in org.apache.calcite.avatica.remote
-
Request for
Meta.getCatalogs(Meta.ConnectionHandle). - Service.CloseConnectionRequest - Class in org.apache.calcite.avatica.remote
- Service.CloseConnectionResponse - Class in org.apache.calcite.avatica.remote
-
Response from
Service.CloseConnectionRequest. - Service.CloseStatementRequest - Class in org.apache.calcite.avatica.remote
- Service.CloseStatementResponse - Class in org.apache.calcite.avatica.remote
-
Response from
Service.CloseStatementRequest. - Service.ColumnsRequest - Class in org.apache.calcite.avatica.remote
- Service.CommitRequest - Class in org.apache.calcite.avatica.remote
-
An RPC request to invoke a commit on a Connection.
- Service.CommitResponse - Class in org.apache.calcite.avatica.remote
-
An RPC response from invoking commit on a Connection.
- Service.ConnectionSyncRequest - Class in org.apache.calcite.avatica.remote
- Service.ConnectionSyncResponse - Class in org.apache.calcite.avatica.remote
- Service.CreateStatementRequest - Class in org.apache.calcite.avatica.remote
- Service.CreateStatementResponse - Class in org.apache.calcite.avatica.remote
-
Response from
Service.CreateStatementRequest. - Service.DatabasePropertyRequest - Class in org.apache.calcite.avatica.remote
-
Request for
Meta.getDatabaseProperties(Meta.ConnectionHandle). - Service.DatabasePropertyResponse - Class in org.apache.calcite.avatica.remote
-
Response for
Meta.getDatabaseProperties(Meta.ConnectionHandle). - Service.ErrorResponse - Class in org.apache.calcite.avatica.remote
-
Response for any request that the server failed to successfully perform.
- Service.ExecuteBatchRequest - Class in org.apache.calcite.avatica.remote
-
Request object to execute a batch of commands.
- Service.ExecuteBatchResponse - Class in org.apache.calcite.avatica.remote
-
Response object for executing a batch of commands.
- Service.ExecuteRequest - Class in org.apache.calcite.avatica.remote
- Service.ExecuteResponse - Class in org.apache.calcite.avatica.remote
-
Response to a
Service.PrepareAndExecuteRequest. - Service.Factory - Interface in org.apache.calcite.avatica.remote
-
Factory that creates a
Service. - Service.FetchRequest - Class in org.apache.calcite.avatica.remote
- Service.FetchResponse - Class in org.apache.calcite.avatica.remote
-
Response from
Service.FetchRequest. - Service.OpenConnectionRequest - Class in org.apache.calcite.avatica.remote
- Service.OpenConnectionResponse - Class in org.apache.calcite.avatica.remote
-
Response from
Service.OpenConnectionRequest. - Service.PrepareAndExecuteBatchRequest - Class in org.apache.calcite.avatica.remote
-
Request to prepare a statement and execute a series of batch commands in one call.
- Service.PrepareAndExecuteRequest - Class in org.apache.calcite.avatica.remote
- Service.PrepareRequest - Class in org.apache.calcite.avatica.remote
-
Request for
Meta.prepare(Meta.ConnectionHandle, String, long). - Service.PrepareResponse - Class in org.apache.calcite.avatica.remote
-
Response from
Service.PrepareRequest. - Service.Request - Class in org.apache.calcite.avatica.remote
-
Base class for all service request messages.
- Service.Response - Class in org.apache.calcite.avatica.remote
-
Base class for all service response messages.
- Service.ResultSetResponse - Class in org.apache.calcite.avatica.remote
-
Response that contains a result set.
- Service.RollbackRequest - Class in org.apache.calcite.avatica.remote
-
An RPC request to invoke a rollback on a Connection.
- Service.RollbackResponse - Class in org.apache.calcite.avatica.remote
-
An RPC response from invoking rollback on a Connection.
- Service.RpcMetadataResponse - Class in org.apache.calcite.avatica.remote
-
Response that includes information about the server that handled an RPC.
- Service.SchemasRequest - Class in org.apache.calcite.avatica.remote
- Service.SyncResultsRequest - Class in org.apache.calcite.avatica.remote
-
Request for
Service.apply(SyncResultsRequest) - Service.SyncResultsResponse - Class in org.apache.calcite.avatica.remote
-
Response for
Service.apply(SyncResultsRequest). - Service.TablesRequest - Class in org.apache.calcite.avatica.remote
- Service.TableTypesRequest - Class in org.apache.calcite.avatica.remote
-
Request for
Meta.getTableTypes(Meta.ConnectionHandle). - Service.TypeInfoRequest - Class in org.apache.calcite.avatica.remote
-
Request for
Meta.getTypeInfo(Meta.ConnectionHandle). - set(int) - Method in class org.apache.calcite.avatica.util.Spacer
-
Sets the current number of spaces.
- SET_LIST - Static variable in enum org.apache.calcite.avatica.SqlType
- setArray(int, Array) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setArray(Array) - Method in class org.apache.calcite.avatica.AvaticaSite
- setAsciiStream(int, InputStream) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setAsciiStream(int, InputStream, int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setAsciiStream(int, InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setAsciiStream(InputStream) - Method in class org.apache.calcite.avatica.AvaticaSite
- setAsciiStream(InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaSite
- setAutoCommit(boolean) - Method in class org.apache.calcite.avatica.AvaticaConnection
- setAutoCommit(boolean) - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
-
Sets
autoCommitstatus and flag as dirty. - setAutoCommit(boolean) - Method in interface org.apache.calcite.avatica.Meta.ConnectionProperties
-
Set
autoCommitstatus. - setBigDecimal(int, BigDecimal) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setBigDecimal(BigDecimal) - Method in class org.apache.calcite.avatica.AvaticaSite
- setBinaryStream(int, InputStream) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setBinaryStream(int, InputStream, int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setBinaryStream(int, InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setBinaryStream(InputStream) - Method in class org.apache.calcite.avatica.AvaticaSite
- setBinaryStream(InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaSite
- setBlob(int, InputStream) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setBlob(int, InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setBlob(int, Blob) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setBlob(InputStream) - Method in class org.apache.calcite.avatica.AvaticaSite
- setBlob(InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaSite
- setBlob(Blob) - Method in class org.apache.calcite.avatica.AvaticaSite
- setBoolean(boolean) - Method in class org.apache.calcite.avatica.AvaticaSite
- setBoolean(int, boolean) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setByte(byte) - Method in class org.apache.calcite.avatica.AvaticaSite
- setByte(int, byte) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setBytes(byte[]) - Method in class org.apache.calcite.avatica.AvaticaSite
- setBytes(int, byte[]) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setCatalog(String) - Method in class org.apache.calcite.avatica.AvaticaConnection
- setCatalog(String) - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
-
Sets
catalogand flag as dirty. - setCatalog(String) - Method in interface org.apache.calcite.avatica.Meta.ConnectionProperties
-
Set
catalog. - setChar(char) - Method in class org.apache.calcite.avatica.AvaticaSite
- setCharacterStream(int, Reader) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setCharacterStream(int, Reader, int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setCharacterStream(int, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setCharacterStream(Reader) - Method in class org.apache.calcite.avatica.AvaticaSite
- setCharacterStream(Reader, long) - Method in class org.apache.calcite.avatica.AvaticaSite
- setClientInfo(String, String) - Method in class org.apache.calcite.avatica.AvaticaConnection
- setClientInfo(Properties) - Method in class org.apache.calcite.avatica.AvaticaConnection
- setClob(int, Reader) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setClob(int, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setClob(int, Clob) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setClob(Reader) - Method in class org.apache.calcite.avatica.AvaticaSite
- setClob(Reader, long) - Method in class org.apache.calcite.avatica.AvaticaSite
- setClob(Clob) - Method in class org.apache.calcite.avatica.AvaticaSite
- setCursorFactory(Meta.CursorFactory) - Method in class org.apache.calcite.avatica.Meta.Signature
-
Returns a copy of this Signature, substituting given CursorFactory.
- setCursorName(String) - Method in class org.apache.calcite.avatica.AvaticaStatement
- setDate(int, Date) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setDate(int, Date, Calendar) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setDate(Date, Calendar) - Method in class org.apache.calcite.avatica.AvaticaSite
- setDirty(boolean) - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
- setDouble(double) - Method in class org.apache.calcite.avatica.AvaticaSite
- setDouble(int, double) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setEscapeProcessing(boolean) - Method in class org.apache.calcite.avatica.AvaticaStatement
- setFetchDirection(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- setFetchDirection(int) - Method in class org.apache.calcite.avatica.AvaticaStatement
- setFetchSize(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- setFetchSize(int) - Method in class org.apache.calcite.avatica.AvaticaStatement
- setFloat(float) - Method in class org.apache.calcite.avatica.AvaticaSite
- setFloat(int, float) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setGSSCredential(GSSCredential) - Method in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
- setGSSCredential(GSSCredential) - Method in interface org.apache.calcite.avatica.remote.GSSAuthenticateable
-
Sets the GSS Credential If credential is null, then the current subject will be used
- setHoldability(int) - Method in class org.apache.calcite.avatica.AvaticaConnection
- setHostnameVerification(HostnameVerificationConfigurable.HostnameVerification) - Method in interface org.apache.calcite.avatica.remote.HostnameVerificationConfigurable
-
Deprecated.Instructs the
AvaticaHttpClienthow to perform hostname verification for SSL connections. - setHttpClientPool(PoolingHttpClientConnectionManager) - Method in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
- setHttpClientPool(PoolingHttpClientConnectionManager) - Method in interface org.apache.calcite.avatica.remote.HttpClientPoolConfigurable
-
Sets a PoolingHttpClientConnectionManager containing the collection of SSL/TLS server keys and truststores to use for HTTPS calls.
- setInt(int) - Method in class org.apache.calcite.avatica.AvaticaSite
- setInt(int, int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setKerberosConnection(KerberosConnection) - Method in class org.apache.calcite.avatica.AvaticaConnection
- setKeyStore(File, String, String) - Method in interface org.apache.calcite.avatica.remote.KeyStoreConfigurable
-
Deprecated.Sets a keystore containing the collection of client side certificates to use for HTTPS mutual authentication along with password for keystore and password for key
- setLargeMaxRows(long) - Method in class org.apache.calcite.avatica.AvaticaStatement
- setLargeMaxRows(Statement, long) - Static method in class org.apache.calcite.avatica.AvaticaUtils
-
Invokes
Statement#setLargeMaxRows, falling back onStatement.setMaxRows(int)if the method does not exist (before JDK 1.8) or throwsUnsupportedOperationException. - setLong(int, long) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setLong(long) - Method in class org.apache.calcite.avatica.AvaticaSite
- setMaxFieldSize(int) - Method in class org.apache.calcite.avatica.AvaticaStatement
- setMaxRows(int) - Method in class org.apache.calcite.avatica.AvaticaStatement
- setNCharacterStream(int, Reader) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setNCharacterStream(int, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setNCharacterStream(Reader) - Method in class org.apache.calcite.avatica.AvaticaSite
- setNCharacterStream(Reader, long) - Method in class org.apache.calcite.avatica.AvaticaSite
- setNClob(int, Reader) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setNClob(int, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setNClob(int, NClob) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setNClob(Reader) - Method in class org.apache.calcite.avatica.AvaticaSite
- setNClob(Reader, long) - Method in class org.apache.calcite.avatica.AvaticaSite
- setNClob(NClob) - Method in class org.apache.calcite.avatica.AvaticaSite
- setNetworkTimeout(Executor, int) - Method in class org.apache.calcite.avatica.AvaticaConnection
- setNString(int, String) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setNString(String) - Method in class org.apache.calcite.avatica.AvaticaSite
- setNull(int) - Method in class org.apache.calcite.avatica.AvaticaSite
- setNull(int, int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setNull(int, int, String) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setNull(int, String) - Method in class org.apache.calcite.avatica.AvaticaSite
- setObject(int, Object) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setObject(int, Object, int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setObject(int, Object, int, int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setObject(Object) - Method in class org.apache.calcite.avatica.AvaticaSite
- setObject(Object, int) - Method in class org.apache.calcite.avatica.AvaticaSite
- setObject(Object, int, int) - Method in class org.apache.calcite.avatica.AvaticaSite
- setPoolable(boolean) - Method in class org.apache.calcite.avatica.AvaticaStatement
- setQueryTimeout(int) - Method in class org.apache.calcite.avatica.AvaticaStatement
- setReadOnly(boolean) - Method in class org.apache.calcite.avatica.AvaticaConnection
- setReadOnly(boolean) - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
-
Sets
readOnlystatus and flag as dirty. - setReadOnly(boolean) - Method in interface org.apache.calcite.avatica.Meta.ConnectionProperties
-
Set
readOnlystatus. - 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
- setRowId(int, RowId) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setRowId(RowId) - Method in class org.apache.calcite.avatica.AvaticaSite
- 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
- setSchema(String) - Method in class org.apache.calcite.avatica.AvaticaConnection
- setSchema(String) - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
-
Sets
schemaand flag as dirty. - setSchema(String) - Method in interface org.apache.calcite.avatica.Meta.ConnectionProperties
-
Set
schema. - setService(Service) - Method in class org.apache.calcite.avatica.AvaticaConnection
- 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
- setSQLXML(int, SQLXML) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setSQLXML(SQLXML) - Method in class org.apache.calcite.avatica.AvaticaSite
- setString(int, String) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setString(String) - Method in class org.apache.calcite.avatica.AvaticaSite
- setTime(int, Time) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setTime(int, Time, Calendar) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setTime(Time, Calendar) - Method in class org.apache.calcite.avatica.AvaticaSite
- setTimestamp(int, Timestamp) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setTimestamp(int, Timestamp, Calendar) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setTimestamp(Timestamp, Calendar) - Method in class org.apache.calcite.avatica.AvaticaSite
- setTransactionIsolation(int) - Method in class org.apache.calcite.avatica.AvaticaConnection
- setTransactionIsolation(int) - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
-
Sets
transactionIsolationstatus and flag as dirty. - setTransactionIsolation(int) - Method in interface org.apache.calcite.avatica.Meta.ConnectionProperties
-
Set
transactionIsolationstatus. - setTrustStore(File, String) - Method in interface org.apache.calcite.avatica.remote.TrustStoreConfigurable
-
Deprecated.Sets a truststore containing the collection of trust SSL/TLS server certificates to use for HTTPS calls and the password for that truststore.
- setTypeMap(Map<String, Class<?>>) - Method in class org.apache.calcite.avatica.AvaticaConnection
- setUnicodeStream(int, InputStream, int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setUnicodeStream(InputStream, int) - Method in class org.apache.calcite.avatica.AvaticaSite
- setURL(int, URL) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
- setURL(URL) - Method in class org.apache.calcite.avatica.AvaticaSite
- setUsernamePassword(AuthenticationType, String, String) - Method in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
- setUsernamePassword(AuthenticationType, String, String) - Method in interface org.apache.calcite.avatica.remote.UsernamePasswordAuthenticateable
-
Sets the username, password and method to be used for authentication.
- severity - Variable in class org.apache.calcite.avatica.remote.Service.ErrorResponse
- SHORT - Enum constant in enum org.apache.calcite.avatica.ColumnMetaData.Rep
- signature - Variable in class org.apache.calcite.avatica.AvaticaResultSet
- 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(List<ColumnMetaData>, String, List<AvaticaParameter>, Map<String, Object>, Meta.CursorFactory, Meta.StatementType) - Constructor for class org.apache.calcite.avatica.Meta.Signature
-
Creates a Signature.
- signed - Variable in class org.apache.calcite.avatica.AvaticaParameter
- signed - Variable in class org.apache.calcite.avatica.ColumnMetaData
- SINGLE_QUOTE - Enum constant in enum org.apache.calcite.avatica.util.Quoting
-
Quote identifiers in single-quotes, and use single-quotes to escape single-quotes.
- SINGLE_QUOTE_BACKSLASH - Enum constant in enum org.apache.calcite.avatica.util.Quoting
-
Quote identifiers in single-quotes, and use backslash to escape single-quotes.
- skipFully(InputStream) - Static method in class org.apache.calcite.avatica.AvaticaUtils
-
Reads and discards all data available on the InputStream.
- slot - Variable in class org.apache.calcite.avatica.util.AbstractCursor.SlotGetter
- SlotGetter() - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.SlotGetter
- slots - Variable in class org.apache.calcite.avatica.AvaticaPreparedStatement
- SMALLINT - Enum constant in enum org.apache.calcite.avatica.SqlType
- socketFactoryRegistry - Variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
- Source - Interface in org.apache.calcite.avatica.util
-
Source of data.
- sourceDataType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaAttribute
- sourceDataType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
- Sources - Class in org.apache.calcite.avatica.util
-
Utilities for
Source. - Spacer - Class in org.apache.calcite.avatica.util
-
Efficiently writes strings of spaces.
- Spacer() - Constructor for class org.apache.calcite.avatica.util.Spacer
-
Creates a Spacer with zero spaces.
- Spacer(int) - Constructor for class org.apache.calcite.avatica.util.Spacer
-
Creates a Spacer with a given number of spaces.
- spaces(StringBuilder) - Method in class org.apache.calcite.avatica.util.Spacer
-
Appends current number of spaces to a
StringBuilder. - Spaces - Class in org.apache.calcite.avatica.util
-
Utilities for creating strings of spaces.
- specificName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunction
- specificName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunctionColumn
- specificName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedure
- specificName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
- SPNEGO - Enum constant in enum org.apache.calcite.avatica.remote.AuthenticationType
- 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 - Enum constant in enum org.apache.calcite.avatica.QueryState.StateType
- SQL_KEYWORDS - Enum constant in enum org.apache.calcite.avatica.InternalProperty
-
Character that quotes identifiers.
- SQL_ROUTINE_EXCEPTION_FUNCTION_EXECUTED_NO_RETURN_STATEMENT - Enum constant in enum org.apache.calcite.avatica.SqlState
-
2F005: SQL routine exception: function executed no return statement
- SQL_ROUTINE_EXCEPTION_MODIFYING_SQL_DATA_NOT_PERMITTED - Enum constant in enum org.apache.calcite.avatica.SqlState
-
2F002: SQL routine exception: modifying SQL-data not permitted
- SQL_ROUTINE_EXCEPTION_NO_SUBCLASS - Enum constant in enum org.apache.calcite.avatica.SqlState
-
2F000: SQL routine exception
- SQL_ROUTINE_EXCEPTION_PROHIBITED_SQL_STATEMENT_ATTEMPTED - Enum constant in enum org.apache.calcite.avatica.SqlState
-
2F003: SQL routine exception: prohibited SQL-statement attempted
- SQL_ROUTINE_EXCEPTION_READING_SQL_DATA_NOT_PERMITTED - Enum constant in enum org.apache.calcite.avatica.SqlState
-
2F004: SQL routine exception: reading SQL-data not permitted
- sqlCommands - Variable in class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteBatchRequest
- sqlDataType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaAttribute
- sqlDataType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
- sqlDataType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
- sqlDataType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
- sqlDatetimeSub - Variable in class org.apache.calcite.avatica.MetaImpl.MetaAttribute
- sqlDatetimeSub - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
- sqlDatetimeSub - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
- sqlDatetimeSub - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
- sqlState - Variable in class org.apache.calcite.avatica.remote.Service.ErrorResponse
- SqlState - Enum in org.apache.calcite.avatica
-
SQL error codes.
- SqlType - Enum in org.apache.calcite.avatica
-
Extends the information in
Types. - SqlType.Method - Enum in org.apache.calcite.avatica
-
Getter methods in
ResultSet. - SQLXML - Enum constant in enum org.apache.calcite.avatica.SqlType
- startUnit - Variable in enum org.apache.calcite.avatica.util.TimeUnitRange
- state - Variable in class org.apache.calcite.avatica.AvaticaResultSet
- state - Variable in class org.apache.calcite.avatica.remote.Service.SyncResultsRequest
- statement - Variable in class org.apache.calcite.avatica.AvaticaResultSet
- statement - Variable in class org.apache.calcite.avatica.remote.Service.PrepareResponse
- statementCount - Variable in class org.apache.calcite.avatica.AvaticaConnection
- statementHandle - Variable in class org.apache.calcite.avatica.remote.Service.ExecuteRequest
- StatementHandle(String, int, Meta.Signature) - Constructor for class org.apache.calcite.avatica.Meta.StatementHandle
- statementId - Variable in class org.apache.calcite.avatica.Meta.MetaResultSet
- statementId - Variable in class org.apache.calcite.avatica.remote.Service.CloseStatementRequest
- statementId - Variable in class org.apache.calcite.avatica.remote.Service.CreateStatementResponse
- statementId - Variable in class org.apache.calcite.avatica.remote.Service.ExecuteBatchRequest
- statementId - Variable in class org.apache.calcite.avatica.remote.Service.ExecuteBatchResponse
- statementId - Variable in class org.apache.calcite.avatica.remote.Service.FetchRequest
- statementId - Variable in class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteBatchRequest
- statementId - Variable in class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteRequest
- statementId - Variable in class org.apache.calcite.avatica.remote.Service.ResultSetResponse
- statementId - Variable in class org.apache.calcite.avatica.remote.Service.SyncResultsRequest
- statementMap - Variable in class org.apache.calcite.avatica.AvaticaConnection
- statementType - Variable in class org.apache.calcite.avatica.Meta.Signature
- stopRenewalThread() - Method in class org.apache.calcite.avatica.remote.KerberosConnection
-
Stops the Kerberos renewal thread if it is still running.
- storesLowerCaseIdentifiers() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- storesLowerCaseQuotedIdentifiers() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- storesMixedCaseIdentifiers() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- storesMixedCaseQuotedIdentifiers() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- storesUpperCaseIdentifiers() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- storesUpperCaseQuotedIdentifiers() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- STRICT - Enum constant in enum org.apache.calcite.avatica.remote.HostnameVerificationConfigurable.HostnameVerification
-
Deprecated.The common name (CN) on the certificate must match the server's hostname.
- string - Variable in enum org.apache.calcite.avatica.util.Quoting
- STRING - Enum constant in enum org.apache.calcite.avatica.ColumnMetaData.Rep
- STRING - Enum constant in enum org.apache.calcite.avatica.ConnectionProperty.Type
- struct(List<ColumnMetaData>) - Static method in class org.apache.calcite.avatica.ColumnMetaData
-
Creates a
ColumnMetaData.StructType. - STRUCT - Enum constant in enum org.apache.calcite.avatica.ColumnMetaData.Rep
- STRUCT - Enum constant in enum org.apache.calcite.avatica.SqlType
- StructGetter(AbstractCursor.Getter, ColumnMetaData) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.StructGetter
- StructImpl - Class in org.apache.calcite.avatica.util
-
Implementation of JDBC
Struct. - StructImpl(List) - Constructor for class org.apache.calcite.avatica.util.StructImpl
- StructImpl.Factory - Interface in org.apache.calcite.avatica.util
-
Factory that can create a result set based on a list of values.
- StructType(List<ColumnMetaData>) - Constructor for class org.apache.calcite.avatica.ColumnMetaData.StructType
- style - Variable in class org.apache.calcite.avatica.Meta.CursorFactory
- subClass - Variable in enum org.apache.calcite.avatica.SqlState
- subCondition - Variable in enum org.apache.calcite.avatica.SqlState
- substring(int) - Method in class org.apache.calcite.avatica.util.ByteString
-
Returns a ByteString that starts at a given position.
- substring(int, int) - Method in class org.apache.calcite.avatica.util.ByteString
-
Returns a ByteString that consists of a given range.
- subtract(int) - Method in class org.apache.calcite.avatica.util.Spacer
-
Reduces the current number of spaces by
n. - subtractMonths(int, int) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
-
Finds the number of months between two dates, each represented as the number of days since the epoch.
- subtractMonths(long, long) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
- SUCCESSFUL_COMPLETION_NO_SUBCLASS - Enum constant in enum org.apache.calcite.avatica.SqlState
-
00000: successful completion
- supertableName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaSuperTable
- supertypeCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaSuperType
- supertypeName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaSuperType
- supertypeSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaSuperType
- supportsAlterTableWithAddColumn() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsAlterTableWithDropColumn() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsANSI92EntryLevelSQL() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsANSI92FullSQL() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsANSI92IntermediateSQL() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsBatchUpdates() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsCatalogsInDataManipulation() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsCatalogsInIndexDefinitions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsCatalogsInPrivilegeDefinitions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsCatalogsInProcedureCalls() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsCatalogsInTableDefinitions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsColumnAliasing() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsConvert() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsConvert(int, int) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsCoreSQLGrammar() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsCorrelatedSubqueries() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsDataDefinitionAndDataManipulationTransactions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsDataManipulationTransactionsOnly() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsDifferentTableCorrelationNames() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsExpressionsInOrderBy() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsExtendedSQLGrammar() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsFullOuterJoins() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsGetGeneratedKeys() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsGroupBy() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsGroupByBeyondSelect() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsGroupByUnrelated() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsIntegrityEnhancementFacility() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsLikeEscapeClause() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsLimitedOuterJoins() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsMinimumSQLGrammar() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsMixedCaseIdentifiers() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsMixedCaseQuotedIdentifiers() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsMultipleOpenResults() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsMultipleResultSets() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsMultipleTransactions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsNamedParameters() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsNonNullableColumns() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsOpenCursorsAcrossCommit() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsOpenCursorsAcrossRollback() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsOpenStatementsAcrossCommit() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsOpenStatementsAcrossRollback() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsOrderByUnrelated() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsOuterJoins() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsPositionedDelete() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsPositionedUpdate() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsResultSetConcurrency(int, int) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsResultSetHoldability(int) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsResultSetType(int) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsSavepoints() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsSchemasInDataManipulation() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsSchemasInIndexDefinitions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsSchemasInPrivilegeDefinitions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsSchemasInProcedureCalls() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsSchemasInTableDefinitions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsSelectForUpdate() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsStatementPooling() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsStoredFunctionsUsingCallSyntax() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsStoredProcedures() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsSubqueriesInComparisons() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsSubqueriesInExists() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsSubqueriesInIns() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsSubqueriesInQuantifieds() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsTableCorrelationNames() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsTransactionIsolationLevel(int) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsTransactions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsUnion() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- supportsUnionAll() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- suspendEncoding() - Method in class org.apache.calcite.avatica.util.Base64.OutputStream
-
Suspends encoding of the stream.
- SYMBOL - Enum constant in enum org.apache.calcite.avatica.SqlType
- syncResults(Meta.StatementHandle, QueryState, long) - Method in interface org.apache.calcite.avatica.Meta
-
Re-sets the
ResultSeton a Statement. - syncResults(QueryState, long) - Method in class org.apache.calcite.avatica.AvaticaStatement
-
Re-initialize the ResultSet on the server with the given state.
- SyncResultsRequest(String, int, QueryState, long) - Constructor for class org.apache.calcite.avatica.remote.Service.SyncResultsRequest
- SyncResultsResponse(boolean, boolean, Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.SyncResultsResponse
- SYNTAX_ERROR_OR_ACCESS_RULE_VIOLATION_IN_DIRECT_STATEMENT_NO_SUBCLASS - Enum constant in enum org.apache.calcite.avatica.SqlState
-
2A000: syntax error or access rule violation
- SYNTAX_ERROR_OR_ACCESS_RULE_VIOLATION_IN_DYNAMIC_STATEMENT_NO_SUBCLASS - Enum constant in enum org.apache.calcite.avatica.SqlState
-
37000: syntax error or access rule violation
- SYNTAX_ERROR_OR_ACCESS_RULE_VIOLATION_NO_SUBCLASS - Enum constant in enum org.apache.calcite.avatica.SqlState
-
42000: syntax error or access rule violation
- systemExit(int) - Static method in class org.apache.calcite.avatica.util.Unsafe
-
Calls
System.exit(int).
T
- tableCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaCatalog
- tableCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
- tableCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumnPrivilege
- tableCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaIndexInfo
- tableCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaPrimaryKey
- tableCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaPseudoColumn
- tableCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaSuperTable
- tableCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTable
- tableCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTablePrivilege
- tableCatalog - Variable in class org.apache.calcite.avatica.MetaImpl.MetaSchema
- tableName - Variable in class org.apache.calcite.avatica.ColumnMetaData
- tableName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
- tableName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumnPrivilege
- tableName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaIndexInfo
- tableName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaPrimaryKey
- tableName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaPseudoColumn
- tableName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaSuperTable
- tableName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTable
- tableName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTablePrivilege
- tableNamePattern - Variable in class org.apache.calcite.avatica.remote.Service.ColumnsRequest
- tableNamePattern - Variable in class org.apache.calcite.avatica.remote.Service.TablesRequest
- tableSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
- tableSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumnPrivilege
- tableSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaIndexInfo
- tableSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaPrimaryKey
- tableSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaPseudoColumn
- tableSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaSchema
- tableSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaSuperTable
- tableSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTable
- tableSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTablePrivilege
- TablesRequest(String, String, String, String, List<String>) - Constructor for class org.apache.calcite.avatica.remote.Service.TablesRequest
- tableType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTable
- tableType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTableType
- TableTypesRequest() - Constructor for class org.apache.calcite.avatica.remote.Service.TableTypesRequest
- TableTypesRequest(String) - Constructor for class org.apache.calcite.avatica.remote.Service.TableTypesRequest
- TARGET_TABLE_DISAGREES_WITH_CURSOR_SPECIFICATION_NO_SUBCLASS - Enum constant in enum org.apache.calcite.avatica.SqlState
-
0T000: target table disagrees with cursor specification
- TIME - Enum constant in enum org.apache.calcite.avatica.SqlType
- TIME_FORMAT_STRING - Static variable in class org.apache.calcite.avatica.util.DateTimeUtils
-
The SimpleDateFormat string for ISO times, "HH:mm:ss".
- TIME_WITH_TIMEZONE - Enum constant in enum org.apache.calcite.avatica.SqlType
- TIME_ZONE - Enum constant in enum org.apache.calcite.avatica.BuiltInConnectionProperty
-
Time zone, for example 'gmt-3'.
- TIMESTAMP - Enum constant in enum org.apache.calcite.avatica.SqlType
- TIMESTAMP_FORMAT_STRING - Static variable in class org.apache.calcite.avatica.util.DateTimeUtils
-
The SimpleDateFormat string for ISO timestamps, "yyyy-MM-dd HH:mm:ss".
- TIMESTAMP_WITH_TIMEZONE - Enum constant in enum org.apache.calcite.avatica.SqlType
- timestampStringToUnixDate(String) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
- timeStringToUnixDate(String) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
- timeStringToUnixDate(String, int) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
- TimeUnit - Enum in org.apache.calcite.avatica.util
-
Enumeration of time units used to construct an interval.
- TimeUnitRange - Enum in org.apache.calcite.avatica.util
-
A range of time units.
- timeZone() - Method in interface org.apache.calcite.avatica.ConnectionConfig
- timeZone() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
- TIMEZONE - Static variable in enum org.apache.calcite.avatica.BuiltInConnectionProperty
-
Deprecated.
- TINYINT - Enum constant in enum org.apache.calcite.avatica.SqlType
- TO_LOWER - Enum constant in enum org.apache.calcite.avatica.util.Casing
-
Identifiers are converted to lower-case.
- TO_UPPER - Enum constant in enum org.apache.calcite.avatica.util.Casing
-
Identifiers are converted to upper-case.
- toArray() - Method in class org.apache.calcite.avatica.util.UnsynchronizedBuffer
-
Gets (a copy of) the contents of this writer's buffer.
- 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
- toCamelCase(String) - Static method in class org.apache.calcite.avatica.AvaticaUtils
-
Converts an underscore-separated name into a camelCase name.
- todo() - Method in class org.apache.calcite.avatica.Helper
- toException() - Method in class org.apache.calcite.avatica.remote.Service.ErrorResponse
- toJdbc(Calendar) - Method in class org.apache.calcite.avatica.remote.TypedValue
-
Converts the value into the JDBC representation.
- toLocal() - Method in class org.apache.calcite.avatica.remote.TypedValue
-
Converts the value into the local representation.
- toLongs(int[]) - Static method in class org.apache.calcite.avatica.AvaticaUtils
-
Converts an array of
intvalues to an array oflongvalues. - toMap(Properties) - Static method in class org.apache.calcite.avatica.ConnectStringParser
-
Converts a
Propertiesobject to a.Map<String, String> - toProto() - Method in class org.apache.calcite.avatica.AvaticaParameter
- toProto() - Method in enum org.apache.calcite.avatica.AvaticaSeverity
- toProto() - Method in class org.apache.calcite.avatica.ColumnMetaData.ArrayType
- toProto() - Method in class org.apache.calcite.avatica.ColumnMetaData.AvaticaType
- toProto() - Method in enum org.apache.calcite.avatica.ColumnMetaData.Rep
- toProto() - Method in class org.apache.calcite.avatica.ColumnMetaData.StructType
- toProto() - Method in class org.apache.calcite.avatica.ColumnMetaData
- toProto() - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
- toProto() - Method in interface org.apache.calcite.avatica.Meta.ConnectionProperties
- toProto() - Method in class org.apache.calcite.avatica.Meta.CursorFactory
- toProto() - Method in enum org.apache.calcite.avatica.Meta.DatabaseProperty
- toProto() - Method in class org.apache.calcite.avatica.Meta.Frame
- toProto() - Method in class org.apache.calcite.avatica.Meta.Signature
- toProto() - Method in class org.apache.calcite.avatica.Meta.StatementHandle
- toProto() - Method in enum org.apache.calcite.avatica.Meta.StatementType
- toProto() - Method in enum org.apache.calcite.avatica.Meta.Style
- toProto() - Method in enum org.apache.calcite.avatica.QueryState.StateType
- toProto() - Method in class org.apache.calcite.avatica.QueryState
- toProto() - Method in enum org.apache.calcite.avatica.remote.MetaDataOperation
- toProto() - Method in class org.apache.calcite.avatica.remote.TypedValue
-
Creates a protocol buffer equivalent object for
this. - toProto(Common.TypedValue.Builder, Object) - Static method in class org.apache.calcite.avatica.remote.TypedValue
-
Writes the given object into the Protobuf representation of a TypedValue.
- toResponse(Meta.MetaResultSet) - Method in class org.apache.calcite.avatica.remote.LocalService
-
Converts a result set (not serializable) into a serializable response.
- toSaturatedInt(long) - Static method in class org.apache.calcite.avatica.AvaticaUtils
-
Converts a
longtoint, rounding as little as possible if the value is outside the legal range for anint. - toSaturatedInts(long[]) - Static method in class org.apache.calcite.avatica.AvaticaUtils
-
Converts an array of
longvalues to an array ofintvalues, truncating values outside the legal range for aninttoInteger.MIN_VALUEorInteger.MAX_VALUE. - toSQLException(SQLException) - Method in class org.apache.calcite.avatica.Helper
- toString() - Method in exception org.apache.calcite.avatica.AvaticaClientRuntimeException
- toString() - Method in class org.apache.calcite.avatica.Meta.ConnectionHandle
- toString() - Method in class org.apache.calcite.avatica.Meta.Pat
- toString() - Method in class org.apache.calcite.avatica.Meta.StatementHandle
- toString() - Method in exception org.apache.calcite.avatica.remote.AvaticaRuntimeException
- toString() - Method in class org.apache.calcite.avatica.remote.Handler.HandlerResponse
- toString() - Method in class org.apache.calcite.avatica.remote.Service.ErrorResponse
- toString() - Method in class org.apache.calcite.avatica.util.ArrayImpl
- toString() - Method in class org.apache.calcite.avatica.util.ByteString
-
Returns this byte string in hexadecimal format.
- toString() - Method in class org.apache.calcite.avatica.util.Spacer
-
Returns a string of the current number of spaces.
- toString() - Method in class org.apache.calcite.avatica.util.StructImpl
- toString(byte[], int) - Static method in class org.apache.calcite.avatica.util.ByteString
-
Returns the given byte array in hexadecimal format.
- toString(int) - Method in class org.apache.calcite.avatica.util.ByteString
-
Returns this byte string in a given base.
- TRANSACTION_ROLLBACK_INTEGRITY_CONSTRAINT_VIOLATION - Enum constant in enum org.apache.calcite.avatica.SqlState
-
40002: transaction rollback: integrity constraint violation
- TRANSACTION_ROLLBACK_NO_SUBCLASS - Enum constant in enum org.apache.calcite.avatica.SqlState
-
40000: transaction rollback
- TRANSACTION_ROLLBACK_SERIALIZATION_FAILURE - Enum constant in enum org.apache.calcite.avatica.SqlState
-
40001: transaction rollback: serialization failure
- TRANSACTION_ROLLBACK_STATEMENT_COMPLETION_UNKNOWN - Enum constant in enum org.apache.calcite.avatica.SqlState
-
40003: transaction rollback: statement completion unknown
- TRANSACTION_ROLLBACK_TRIGGERED_ACTION_EXCEPTION - Enum constant in enum org.apache.calcite.avatica.SqlState
-
40004: transaction rollback: triggered action exception
- TRANSPARENT_RECONNECTION - Enum constant in enum org.apache.calcite.avatica.BuiltInConnectionProperty
- transparentReconnectEnabled - Variable in class org.apache.calcite.avatica.AvaticaConnection
- transparentReconnectionEnabled() - Method in interface org.apache.calcite.avatica.ConnectionConfig
- transparentReconnectionEnabled() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
- TRIGGERED_ACTION_EXCEPTION_NO_SUBCLASS - Enum constant in enum org.apache.calcite.avatica.SqlState
-
09000: triggered action exception
- TRIGGERED_DATA_CHANGE_VIOLATION_MODIFY_TABLE_MODIFIED_BY_DATA_CHANGE_DELTA_TABLE - Enum constant in enum org.apache.calcite.avatica.SqlState
-
27001: triggered data change violation: modify table modified by data change delta table
- TRIGGERED_DATA_CHANGE_VIOLATION_NO_SUBCLASS - Enum constant in enum org.apache.calcite.avatica.SqlState
-
27000: triggered data change violation
- trim(String) - Method in interface org.apache.calcite.avatica.util.Source
-
Looks for a suffix on a path and returns either the path with the suffix removed or the original path.
- trimOrNull(String) - Method in interface org.apache.calcite.avatica.util.Source
-
Looks for a suffix on a path and returns either the path with the suffix removed or null.
- truststore() - Method in interface org.apache.calcite.avatica.ConnectionConfig
- truststore() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
- TRUSTSTORE - Enum constant in enum org.apache.calcite.avatica.BuiltInConnectionProperty
-
Truststore for SSL/TLS communication
- TRUSTSTORE_PASSWORD - Enum constant in enum org.apache.calcite.avatica.BuiltInConnectionProperty
-
Password for the truststore
- TrustStoreConfigurable - Interface in org.apache.calcite.avatica.remote
-
Deprecated.
- truststorePassword() - Method in interface org.apache.calcite.avatica.ConnectionConfig
- truststorePassword() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
- type - Variable in class org.apache.calcite.avatica.ColumnMetaData
- type - Variable in enum org.apache.calcite.avatica.Meta.DatabaseProperty
- type - Variable in class org.apache.calcite.avatica.MetaImpl.MetaIndexInfo
- type - Variable in class org.apache.calcite.avatica.QueryState
- type - Variable in class org.apache.calcite.avatica.remote.TypedValue
-
Type of the value.
- type() - Method in enum org.apache.calcite.avatica.BuiltInConnectionProperty
- type() - Method in interface org.apache.calcite.avatica.ConnectionProperty
-
Returns the data type of this property.
- type() - Method in enum org.apache.calcite.avatica.remote.AvaticaRemoteConnectionProperty
- typeCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaAttribute
- typeCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaSuperType
- typeCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTable
- typeCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaUdt
- TypedValue - Class in org.apache.calcite.avatica.remote
-
Value and type.
- typeId - Variable in enum org.apache.calcite.avatica.ColumnMetaData.Rep
- TypeInfoRequest() - Constructor for class org.apache.calcite.avatica.remote.Service.TypeInfoRequest
- TypeInfoRequest(String) - Constructor for class org.apache.calcite.avatica.remote.Service.TypeInfoRequest
- typeList - Variable in class org.apache.calcite.avatica.remote.Service.TablesRequest
- typeName - Variable in class org.apache.calcite.avatica.AvaticaParameter
- typeName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaAttribute
- typeName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaBestRowIdentifier
- typeName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
- typeName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunctionColumn
- typeName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
- typeName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaSuperType
- typeName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTable
- typeName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
- typeName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaUdt
- typeName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaVersionColumn
- typeSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaAttribute
- typeSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaSuperType
- typeSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTable
- typeSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaUdt
U
- unauthenticatedErrorResponse(Exception) - Method in class org.apache.calcite.avatica.remote.AbstractHandler
-
Attempts to convert an Exception to an ErrorResponse with an HTTP status code of
401. - UNAUTHORIZED_ERROR_CODE - Static variable in class org.apache.calcite.avatica.remote.Service.ErrorResponse
- UNAUTHORIZED_SQL_STATE - Static variable in class org.apache.calcite.avatica.remote.Service.ErrorResponse
- unauthorizedErrorResponse(Exception) - Method in class org.apache.calcite.avatica.remote.AbstractHandler
-
Attempts to convert an Exception to an ErrorResponse with an HTTP stauts code of
403. - UNCHANGED - Enum constant in enum org.apache.calcite.avatica.util.Casing
-
The case of identifiers is not changed.
- unique(String) - Static method in class org.apache.calcite.avatica.AvaticaUtils
-
Generates a string that is unique in the execution of the JVM.
- unixDateCeil(TimeUnitRange, long) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
- unixDateExtract(TimeUnitRange, long) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
- unixDateFloor(TimeUnitRange, long) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
- unixDateToString(int) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
-
Helper for CAST({date} AS VARCHAR(n)).
- unixTimeExtract(TimeUnitRange, int) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
-
Extracts a time unit from a time value (milliseconds since midnight).
- unixTimestamp(int, int, int, int, int, int) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
- unixTimestampCeil(TimeUnitRange, long) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
- unixTimestampExtract(TimeUnitRange, long) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
-
Extracts a time unit from a UNIX date (milliseconds since epoch).
- unixTimestampFloor(TimeUnitRange, long) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
- unixTimestampToString(long) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
-
Helper for CAST({timestamp} AS VARCHAR(n)).
- unixTimestampToString(long, int) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
- unixTimeToString(int) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
-
Helper for CAST({timestamp} AS VARCHAR(n)).
- unixTimeToString(int, int) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
- UNKNOWN - Enum constant in enum org.apache.calcite.avatica.AvaticaSeverity
-
The severity of the outcome of some unexpected state is unknown.
- UNKNOWN_ERROR_CODE - Static variable in class org.apache.calcite.avatica.remote.Service.ErrorResponse
- UNKNOWN_SQL_STATE - Static variable in class org.apache.calcite.avatica.remote.Service.ErrorResponse
- UNQUOTED_CASING - Enum constant in enum org.apache.calcite.avatica.InternalProperty
-
How identifiers are stored if they are not quoted.
- UnregisteredDriver - Class in org.apache.calcite.avatica
-
Implementation of JDBC driver that does not register itself.
- UnregisteredDriver() - Constructor for class org.apache.calcite.avatica.UnregisteredDriver
- UnregisteredDriver.JdbcVersion - Enum in org.apache.calcite.avatica
-
JDBC version.
- Unsafe - Class in org.apache.calcite.avatica.util
-
Contains methods that call JDK methods that the forbidden APIs checker does not approve of.
- unsignedAttribute - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
- unsupported() - Method in class org.apache.calcite.avatica.Helper
- UnsynchronizedBuffer - Class in org.apache.calcite.avatica.util
-
A utility class for reading and writing bytes to byte buffers without synchronization.
- UnsynchronizedBuffer() - Constructor for class org.apache.calcite.avatica.util.UnsynchronizedBuffer
-
Creates a new writer.
- UnsynchronizedBuffer(int) - Constructor for class org.apache.calcite.avatica.util.UnsynchronizedBuffer
-
Creates a new writer.
- unwrap(Class<T>) - Method in class org.apache.calcite.avatica.AvaticaConnection
- unwrap(Class<T>) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- unwrap(Class<T>) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- unwrap(Class<T>) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
- unwrap(Class<T>) - Method in class org.apache.calcite.avatica.AvaticaStatement
- UPDATE - Enum constant in enum org.apache.calcite.avatica.Meta.StatementType
- updateArray(int, Array) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateArray(String, Array) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateAsciiStream(int, InputStream) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateAsciiStream(int, InputStream, int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateAsciiStream(int, InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateAsciiStream(String, InputStream) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateAsciiStream(String, InputStream, int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateAsciiStream(String, InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateBigDecimal(int, BigDecimal) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateBigDecimal(String, BigDecimal) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateBinaryStream(int, InputStream) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateBinaryStream(int, InputStream, int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateBinaryStream(int, InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateBinaryStream(String, InputStream) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateBinaryStream(String, InputStream, int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateBinaryStream(String, InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateBlob(int, InputStream) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateBlob(int, InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateBlob(int, Blob) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateBlob(String, InputStream) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateBlob(String, InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateBlob(String, Blob) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateBoolean(int, boolean) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateBoolean(String, boolean) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateByte(int, byte) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateByte(String, byte) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateBytes(int, byte[]) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateBytes(String, byte[]) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateCharacterStream(int, Reader) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateCharacterStream(int, Reader, int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateCharacterStream(int, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateCharacterStream(String, Reader) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateCharacterStream(String, Reader, int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateCharacterStream(String, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateClob(int, Reader) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateClob(int, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateClob(int, Clob) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateClob(String, Reader) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateClob(String, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateClob(String, Clob) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateComponentType(ColumnMetaData.AvaticaType) - Method in class org.apache.calcite.avatica.ColumnMetaData.ArrayType
-
Updates the component of
thisto the given value. - updateCount - Variable in class org.apache.calcite.avatica.AvaticaStatement
-
Current update count.
- updateCount - Variable in class org.apache.calcite.avatica.Meta.MetaResultSet
- updateCount - Variable in class org.apache.calcite.avatica.remote.Service.ResultSetResponse
- updateCounts - Variable in class org.apache.calcite.avatica.Meta.ExecuteBatchResult
- updateCounts - Variable in class org.apache.calcite.avatica.remote.Service.ExecuteBatchResponse
- updateDate(int, Date) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateDate(String, Date) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateDouble(int, double) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateDouble(String, double) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateFloat(int, float) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateFloat(String, float) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateInt(int, int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateInt(String, int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateLong(int, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateLong(String, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateNCharacterStream(int, Reader) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateNCharacterStream(int, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateNCharacterStream(String, Reader) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateNCharacterStream(String, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateNClob(int, Reader) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateNClob(int, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateNClob(int, NClob) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateNClob(String, Reader) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateNClob(String, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateNClob(String, NClob) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateNString(int, String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateNString(String, String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateNull(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateNull(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateObject(int, Object) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateObject(int, Object, int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateObject(String, Object) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateObject(String, Object, int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateRef(int, Ref) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateRef(String, Ref) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateRow() - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateRowId(int, RowId) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateRowId(String, RowId) - Method in class org.apache.calcite.avatica.AvaticaResultSet
- updateRule - Variable in class org.apache.calcite.avatica.MetaImpl.MetaCrossReference
- updateRule - Variable in class org.apache.calcite.avatica.MetaImpl.MetaExportedKey
- updateRule - Variable in class org.apache.calcite.avatica.MetaImpl.MetaImportedKey
- 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
- upgrade(String) - Static method in class org.apache.calcite.avatica.AvaticaUtils
-
Use this method to flag code that should be re-visited after upgrading a component.
- UPSERT - Enum constant in enum org.apache.calcite.avatica.Meta.StatementType
- uri - Variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
- url - Variable in class org.apache.calcite.avatica.remote.AvaticaHttpClientImpl
- url() - Method in interface org.apache.calcite.avatica.ConnectionConfig
- url() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
- url() - Method in interface org.apache.calcite.avatica.util.Source
- url(String) - Static method in class org.apache.calcite.avatica.util.Sources
- URL - Enum constant in enum org.apache.calcite.avatica.BuiltInConnectionProperty
-
Remote URL.
- URL_SAFE - Static variable in class org.apache.calcite.avatica.util.Base64
-
Encode using Base64-like encoding that is URL- and Filename-safe as described in Section 4 of RFC3548: http://www.faqs.org/rfcs/rfc3548.html.
- UsernamePasswordAuthenticateable - Interface in org.apache.calcite.avatica.remote
-
Interface that allows configuration of a username and password with some HTTP authentication.
- userToken - Variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
- usesLocalFilePerTable() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- usesLocalFiles() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
- UTC_ZONE - Static variable in class org.apache.calcite.avatica.util.DateTimeUtils
-
The UTC time zone.
V
- valid(Object, Class) - Method in enum org.apache.calcite.avatica.ConnectionProperty.Type
-
Returns whether a default value and value types are valid for this kind of property.
- value - Variable in class org.apache.calcite.avatica.remote.TypedValue
-
Value.
- VALUE_MAP - Static variable in enum org.apache.calcite.avatica.ColumnMetaData.Rep
- valueClass() - Method in enum org.apache.calcite.avatica.BuiltInConnectionProperty
- valueClass() - Method in interface org.apache.calcite.avatica.ConnectionProperty
-
Class of values that this property can take.
- valueClass() - Method in enum org.apache.calcite.avatica.remote.AvaticaRemoteConnectionProperty
- valueOf(int) - Static method in enum org.apache.calcite.avatica.SqlType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.calcite.avatica.AvaticaSeverity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.calcite.avatica.BuiltInConnectionProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.calcite.avatica.ColumnMetaData.Rep
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.calcite.avatica.ConnectionProperty.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.calcite.avatica.InternalProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.calcite.avatica.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.QueryState.StateType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.calcite.avatica.remote.AuthenticationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.calcite.avatica.remote.AvaticaRemoteConnectionProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.calcite.avatica.remote.Driver.Serialization
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.calcite.avatica.remote.HostnameVerificationConfigurable.HostnameVerification
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.calcite.avatica.remote.MetaDataOperation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.calcite.avatica.SqlState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.calcite.avatica.SqlType.Method
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.calcite.avatica.SqlType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.calcite.avatica.UnregisteredDriver.JdbcVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.calcite.avatica.util.Casing
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.calcite.avatica.util.Quoting
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.calcite.avatica.util.TimeUnit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.calcite.avatica.util.TimeUnitRange
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.calcite.avatica.AvaticaSeverity
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.calcite.avatica.BuiltInConnectionProperty
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.calcite.avatica.ColumnMetaData.Rep
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.calcite.avatica.ConnectionProperty.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.calcite.avatica.InternalProperty
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.calcite.avatica.Meta.DatabaseProperty
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.calcite.avatica.Meta.StatementType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.calcite.avatica.Meta.Style
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.calcite.avatica.QueryState.StateType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.calcite.avatica.remote.AuthenticationType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.calcite.avatica.remote.AvaticaRemoteConnectionProperty
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.calcite.avatica.remote.Driver.Serialization
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.calcite.avatica.remote.HostnameVerificationConfigurable.HostnameVerification
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.calcite.avatica.remote.MetaDataOperation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.calcite.avatica.SqlState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.calcite.avatica.SqlType.Method
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.calcite.avatica.SqlType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.calcite.avatica.UnregisteredDriver.JdbcVersion
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.calcite.avatica.util.Casing
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.calcite.avatica.util.Quoting
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.calcite.avatica.util.TimeUnit
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.calcite.avatica.util.TimeUnitRange
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values(List<TypedValue>) - Static method in class org.apache.calcite.avatica.remote.TypedValue
-
Converts a list of
TypedValueto a list of values. - VARBINARY - Enum constant in enum org.apache.calcite.avatica.SqlType
- VARCHAR - Enum constant in enum org.apache.calcite.avatica.SqlType
- VERSION - Static variable in class org.apache.calcite.avatica.util.FilteredConstants
- versionString - Variable in class org.apache.calcite.avatica.DriverVersion
W
- wait(Object) - Static method in class org.apache.calcite.avatica.util.Unsafe
-
Calls
Object.wait(). - WARNING - Enum constant in enum org.apache.calcite.avatica.AvaticaSeverity
-
The operation completed successfully but a message was generated to warn the client about some unexpected state or action.
- WARNING_ADDITIONAL_RESULT_SETS_RETURNED - Enum constant in enum org.apache.calcite.avatica.SqlState
-
0100D: warning: additional result sets returned
- WARNING_ARRAY_DATA_RIGHT_TRUNCATION - Enum constant in enum org.apache.calcite.avatica.SqlState
-
0102F: warning: array data, right truncation
- WARNING_ATTEMPT_TO_RETURN_TOO_MANY_RESULT_SETS - Enum constant in enum org.apache.calcite.avatica.SqlState
-
0100E: warning: attempt to return too many result sets
- WARNING_CURSOR_OPERATION_CONFLICT - Enum constant in enum org.apache.calcite.avatica.SqlState
-
01001: warning: cursor operation conflict
- WARNING_DEFAULT_VALUE_TOO_LONG_FOR_INFORMATION_SCHEMA - Enum constant in enum org.apache.calcite.avatica.SqlState
-
0100B: warning: default value too long for information schema
- WARNING_DISCONNECT_ERROR - Enum constant in enum org.apache.calcite.avatica.SqlState
-
01002: warning: disconnect error
- WARNING_DYNAMIC_RESULT_SETS_RETURNED - Enum constant in enum org.apache.calcite.avatica.SqlState
-
0100C: warning: result sets returned
- WARNING_INSUFFICIENT_ITEM_DESCRIPTOR_AREAS - Enum constant in enum org.apache.calcite.avatica.SqlState
-
01005: warning: insufficient item descriptor areas
- WARNING_INVALID_NUMBER_OF_CONDITIONS - Enum constant in enum org.apache.calcite.avatica.SqlState
-
01012: warning: invalid number of conditions
- WARNING_NO_SUBCLASS - Enum constant in enum org.apache.calcite.avatica.SqlState
-
01000: warning
- WARNING_NULL_VALUE_ELIMINATED_IN_SET_FUNCTION - Enum constant in enum org.apache.calcite.avatica.SqlState
-
01003: warning: null value eliminated in set function
- WARNING_PRIVILEGE_NOT_GRANTED - Enum constant in enum org.apache.calcite.avatica.SqlState
-
01007: warning: privilege not granted
- WARNING_PRIVILEGE_NOT_REVOKED - Enum constant in enum org.apache.calcite.avatica.SqlState
-
01006: warning: privilege not revoked
- WARNING_QUERY_EXPRESSION_TOO_LONG_FOR_INFORMATION_SCHEMA - Enum constant in enum org.apache.calcite.avatica.SqlState
-
0100A: warning: query expression too long for information schema
- WARNING_SEARCH_CONDITION_TOO_LONG_FOR_INFORMATION_SCHEMA - Enum constant in enum org.apache.calcite.avatica.SqlState
-
01009: warning: search condition too long for information schema
- WARNING_STATEMENT_TOO_LONG_FOR_INFORMATION_SCHEMA - Enum constant in enum org.apache.calcite.avatica.SqlState
-
0100F: warning: statement too long for information schema
- WARNING_STRING_DATA_RIGHT_TRUNCATION_WARNING - Enum constant in enum org.apache.calcite.avatica.SqlState
-
01004: warning: string data, right truncation
- wasNull - Variable in class org.apache.calcite.avatica.util.AbstractCursor
-
Slot into which each accessor should write whether the value returned was null.
- wasNull() - Method in class org.apache.calcite.avatica.AvaticaResultSet
- wasNull() - Method in class org.apache.calcite.avatica.util.AbstractCursor.AbstractGetter
- wasNull() - Method in class org.apache.calcite.avatica.util.AbstractCursor.ArrayAccessor
- wasNull() - Method in interface org.apache.calcite.avatica.util.AbstractCursor.Getter
- wasNull() - Method in class org.apache.calcite.avatica.util.AbstractCursor.SlotGetter
- wasNull() - Method in class org.apache.calcite.avatica.util.AbstractCursor.StructGetter
- wasNull() - Method in class org.apache.calcite.avatica.util.AbstractCursor
- wasNull() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
- wasNull() - Method in interface org.apache.calcite.avatica.util.Cursor
-
Returns whether the last value returned was null.
- WEEK - Enum constant in enum org.apache.calcite.avatica.util.TimeUnit
- WEEK - Enum constant in enum org.apache.calcite.avatica.util.TimeUnitRange
- WITH_CHECK_OPTION_VIOLATION_NO_SUBCLASS - Enum constant in enum org.apache.calcite.avatica.SqlState
-
44000: with check option violation
- wrap(String, Exception) - Method in class org.apache.calcite.avatica.Helper
- wrap(Properties) - Method in enum org.apache.calcite.avatica.BuiltInConnectionProperty
- wrap(Properties) - Method in interface org.apache.calcite.avatica.ConnectionProperty
-
Wraps this property with a properties object from which its value can be obtained when needed.
- wrap(Properties) - Method in enum org.apache.calcite.avatica.remote.AvaticaRemoteConnectionProperty
- writable - Variable in class org.apache.calcite.avatica.ColumnMetaData
- write(byte[], int, int) - Method in class org.apache.calcite.avatica.util.Base64.OutputStream
-
Calls
Base64.OutputStream.write(int)repeatedly until len bytes are written. - write(byte[], int, int) - Method in class org.apache.calcite.avatica.util.UnsynchronizedBuffer
-
Adds bytes to this writer's buffer.
- write(int) - Method in class org.apache.calcite.avatica.util.Base64.OutputStream
-
Writes the byte to the output stream after converting to/from Base64 notation.
- write(int) - Method in class org.apache.calcite.avatica.util.UnsynchronizedBuffer
Y
- YEAR - Enum constant in enum org.apache.calcite.avatica.util.TimeUnit
- YEAR - Enum constant in enum org.apache.calcite.avatica.util.TimeUnitRange
- YEAR_TO_MONTH - Enum constant in enum org.apache.calcite.avatica.util.TimeUnitRange
- yearMonth - Variable in enum org.apache.calcite.avatica.util.TimeUnit
- ymdToJulian(int, int, int) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
-
Calculates the Julian Day Number for any valid date in the Gregorian calendar.
- 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
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
Meta.execute(StatementHandle, List, int)