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

A

abort(Executor) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
abort(Executor) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
absolute(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
absolute(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
AbstractAvaticaHandler - Class in org.apache.calcite.avatica.server
Base-class for Avatica implemented Jetty Handlers.
AbstractAvaticaHandler() - Constructor for class org.apache.calcite.avatica.server.AbstractAvaticaHandler
 
AbstractCursor - Class in org.apache.calcite.avatica.util
Base class for implementing a cursor.
AbstractCursor() - Constructor for class org.apache.calcite.avatica.util.AbstractCursor
 
AbstractCursor.AbstractGetter - Class in org.apache.calcite.avatica.util
Abstract implementation of AbstractCursor.Getter.
AbstractCursor.ArrayAccessor - Class in org.apache.calcite.avatica.util
Accessor that assumes that the underlying value is an ARRAY; corresponds to Types.ARRAY.
AbstractCursor.Getter - Interface in org.apache.calcite.avatica.util
Gets a value from a particular field of the current record of this cursor.
AbstractCursor.SlotGetter - Class in org.apache.calcite.avatica.util
Implementation of AbstractCursor.Getter that returns the current contents of a mutable slot.
AbstractCursor.StructGetter - Class in org.apache.calcite.avatica.util
Implementation of AbstractCursor.Getter that returns the value of a given field of the current contents of another getter.
AbstractGetter() - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.AbstractGetter
 
AbstractHandler<T> - Class in org.apache.calcite.avatica.remote
Abstract base class for Handlers to extend to inherit functionality common across serialization strategies.
AbstractHandler(Service) - Constructor for class org.apache.calcite.avatica.remote.AbstractHandler
 
AbstractService - Class in org.apache.calcite.avatica.remote
A common base class for Service implementations that implement modifications made to response objects.
AbstractService() - Constructor for class org.apache.calcite.avatica.remote.AbstractService
 
accept(Service) - Method in class org.apache.calcite.avatica.remote.Service.ExecuteBatchRequest
 
accept(Service) - Method in class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteBatchRequest
 
acceptsURL(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDriver
 
acceptsURL(String) - Method in class org.apache.calcite.avatica.UnregisteredDriver
 
accessorList - Variable in class org.apache.calcite.avatica.AvaticaResultSet
 
add(int) - Method in class org.apache.calcite.avatica.util.Spacer
Increases the current number of spaces by n.
addBatch() - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
addBatch(String) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
addBatch(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
addBatch() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
addBatch(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
addLifeCycleListener(LifeCycle.Listener) - Method in class org.apache.calcite.avatica.server.DelegatingAvaticaHandler
 
addMonths(long, int) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
Adds a given number of months to a timestamp, represented as the number of milliseconds since the epoch.
addMonths(int, int) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
Adds a given number of months to a date, represented as the number of days since the epoch.
advanceResultSetToOffset(ResultSet, long) - Method in class org.apache.calcite.avatica.jdbc.StatementInfo
Consumes offset - position elements from the ResultSet.
afterLast() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
afterLast() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
allProceduresAreCallable() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
allProceduresAreCallable() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
allTablesAreSelectable() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
allTablesAreSelectable() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
append(Source) - Method in interface org.apache.calcite.avatica.util.Source
Returns a source whose path concatenates this with a child.
append(Appendable, int) - Static method in class org.apache.calcite.avatica.util.Spaces
Appends n spaces to an Appendable.
append(PrintWriter, int) - Static method in class org.apache.calcite.avatica.util.Spaces
Appends n spaces to a PrintWriter.
append(StringWriter, int) - Static method in class org.apache.calcite.avatica.util.Spaces
Appends n spaces to a StringWriter.
append(StringBuilder, int) - Static method in class org.apache.calcite.avatica.util.Spaces
Appends n spaces to a StringBuilder.
append(StringBuffer, int) - Static method in class org.apache.calcite.avatica.util.Spaces
Appends n spaces to a StringBuffer.
apply(ConnectionProperty, String) - Method in interface org.apache.calcite.avatica.ConnectionConfigImpl.Converter
 
apply(Connection, Meta.ConnectionProperties) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
apply(T) - Method in class org.apache.calcite.avatica.remote.AbstractHandler
Compute a response for the given request, handling errors generated by that computation.
apply(T) - Method in interface org.apache.calcite.avatica.remote.Handler
 
apply(String) - Method in class org.apache.calcite.avatica.remote.JsonHandler
 
apply(String) - Method in class org.apache.calcite.avatica.remote.JsonService
Derived class should implement this method to transport requests and responses to and from the peer service.
apply(Service.CatalogsRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(Service.SchemasRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(Service.TablesRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(Service.TableTypesRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(Service.TypeInfoRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(Service.ColumnsRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(Service.PrepareRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(Service.PrepareAndExecuteRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(Service.FetchRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(Service.ExecuteRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(Service.CreateStatementRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(Service.CloseStatementRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(Service.OpenConnectionRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(Service.CloseConnectionRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(Service.ConnectionSyncRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(Service.DatabasePropertyRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(Service.SyncResultsRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(Service.CommitRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(Service.RollbackRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(Service.PrepareAndExecuteBatchRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(Service.ExecuteBatchRequest) - Method in class org.apache.calcite.avatica.remote.JsonService
 
apply(String) - Method in class org.apache.calcite.avatica.remote.LocalJsonService
 
apply(Service.CatalogsRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(Service.SchemasRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(Service.TablesRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(Service.TableTypesRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(Service.TypeInfoRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(Service.ColumnsRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(Service.PrepareRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(Service.PrepareAndExecuteRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(Service.FetchRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(Service.ExecuteRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(Service.CreateStatementRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(Service.CloseStatementRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(Service.OpenConnectionRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(Service.CloseConnectionRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(Service.ConnectionSyncRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(Service.DatabasePropertyRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(Service.SyncResultsRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(Service.CommitRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(Service.RollbackRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(Service.PrepareAndExecuteBatchRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(Service.ExecuteBatchRequest) - Method in class org.apache.calcite.avatica.remote.LocalService
 
apply(String) - Method in class org.apache.calcite.avatica.remote.MockJsonService
 
apply(byte[]) - Method in class org.apache.calcite.avatica.remote.ProtobufHandler
 
apply(Service.CatalogsRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(Service.SchemasRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(Service.TablesRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(Service.TableTypesRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(Service.TypeInfoRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(Service.ColumnsRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(Service.PrepareRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(Service.PrepareAndExecuteRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(Service.FetchRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(Service.CreateStatementRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(Service.CloseStatementRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(Service.OpenConnectionRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(Service.CloseConnectionRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(Service.ConnectionSyncRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(Service.DatabasePropertyRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(Service.ExecuteRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(Service.SyncResultsRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(Service.CommitRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(Service.RollbackRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(Service.PrepareAndExecuteBatchRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(Service.ExecuteBatchRequest) - Method in class org.apache.calcite.avatica.remote.ProtobufService
 
apply(String) - Method in class org.apache.calcite.avatica.remote.RemoteService
 
apply(Service.CatalogsRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
apply(Service.SchemasRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
apply(Service.TablesRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
apply(Service.TableTypesRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
apply(Service.TypeInfoRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
apply(Service.ColumnsRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
apply(Service.PrepareRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
apply(Service.ExecuteRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
apply(Service.PrepareAndExecuteRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
apply(Service.SyncResultsRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
apply(Service.FetchRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
apply(Service.CreateStatementRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
apply(Service.CloseStatementRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
apply(Service.OpenConnectionRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
apply(Service.CloseConnectionRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
apply(Service.ConnectionSyncRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
apply(Service.DatabasePropertyRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
apply(Service.CommitRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
apply(Service.RollbackRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
apply(Service.PrepareAndExecuteBatchRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
apply(Service.ExecuteBatchRequest) - Method in interface org.apache.calcite.avatica.remote.Service
 
array(ColumnMetaData.AvaticaType, String, ColumnMetaData.Rep) - Static method in class org.apache.calcite.avatica.ColumnMetaData
ARRAY - Static variable in class org.apache.calcite.avatica.Meta.CursorFactory
 
ArrayAccessor(AbstractCursor.Getter, ColumnMetaData.AvaticaType, Cursor.Accessor, AbstractCursor.SlotGetter, ArrayImpl.Factory) - Constructor for class org.apache.calcite.avatica.util.AbstractCursor.ArrayAccessor
 
ArrayFactoryImpl - Class in org.apache.calcite.avatica.util
Implementation of ArrayImpl.Factory.
ArrayFactoryImpl(TimeZone) - Constructor for class org.apache.calcite.avatica.util.ArrayFactoryImpl
 
ArrayGetter(int) - Constructor for class org.apache.calcite.avatica.util.PositionedCursor.ArrayGetter
 
ArrayImpl - Class in org.apache.calcite.avatica.util
Implementation of JDBC Array.
ArrayImpl(List<Object>, AbstractCursor.ArrayAccessor) - Constructor for class org.apache.calcite.avatica.util.ArrayImpl
 
ArrayImpl.Factory - Interface in org.apache.calcite.avatica.util
Factory that can create a ResultSet or Array based on a stream of values.
ArrayIteratorCursor - Class in org.apache.calcite.avatica.util
Implementation of Cursor on top of an Iterator that returns an array of Object for each row.
ArrayIteratorCursor(Iterator<Object[]>) - Constructor for class org.apache.calcite.avatica.util.ArrayIteratorCursor
Creates an ArrayEnumeratorCursor.
ArrayType(int, String, ColumnMetaData.Rep, ColumnMetaData.AvaticaType) - Constructor for class org.apache.calcite.avatica.ColumnMetaData.ArrayType
Not for public use.
ascOrDesc - Variable in class org.apache.calcite.avatica.MetaImpl.MetaIndexInfo
 
assign(Meta.Signature, Meta.Frame, long) - Method in interface org.apache.calcite.avatica.Meta.PrepareCallback
 
attrDef - Variable in class org.apache.calcite.avatica.MetaImpl.MetaAttribute
 
attrName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaAttribute
 
attrSize - Variable in class org.apache.calcite.avatica.MetaImpl.MetaAttribute
 
attrTypeName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaAttribute
 
authCache - Variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
 
authentication() - Method in interface org.apache.calcite.avatica.ConnectionConfig
 
authentication() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
 
AuthenticationType - Enum in org.apache.calcite.avatica.remote
An enumeration for support types of authentication for the HttpServer.
authRegistry - Variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
 
autoCommitFailureClosesAllResultSets() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
autoCommitFailureClosesAllResultSets() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
autoIncrement - Variable in class org.apache.calcite.avatica.ColumnMetaData
 
autoIncrement - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
 
AVATICA_USER_ROLE - Static variable in class org.apache.calcite.avatica.server.AvaticaUserStore
 
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 DatabaseMetaData for the Avatica engine.
AvaticaDatabaseMetaData(AvaticaConnection) - Constructor for class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
AvaticaFactory - Interface in org.apache.calcite.avatica
Factory for JDBC objects.
AvaticaHandler - Interface in org.apache.calcite.avatica.server
A custom interface that extends the Jetty interface to enable extra control within Avatica.
AvaticaHttpClient - Interface in org.apache.calcite.avatica.remote
An interface which defines how requests are sent to the Avatica server.
AvaticaHttpClientFactory - Interface in org.apache.calcite.avatica.remote
A factory for constructing AvaticaHttpClient's.
AvaticaHttpClientFactoryImpl - Class in org.apache.calcite.avatica.remote
Default implementation of AvaticaHttpClientFactory which chooses an implementation from a property.
AvaticaHttpClientFactoryImpl() - Constructor for class org.apache.calcite.avatica.remote.AvaticaHttpClientFactoryImpl
 
AvaticaHttpClientImpl - Class in org.apache.calcite.avatica.remote
A common class to invoke HTTP requests against the Avatica server agnostic of the data being sent and received across the wire.
AvaticaHttpClientImpl(URL) - Constructor for class org.apache.calcite.avatica.remote.AvaticaHttpClientImpl
 
AvaticaJsonHandler - Class in org.apache.calcite.avatica.server
Jetty handler that executes Avatica JSON request-responses.
AvaticaJsonHandler(Service) - Constructor for class org.apache.calcite.avatica.server.AvaticaJsonHandler
 
AvaticaJsonHandler(Service, MetricsSystem) - Constructor for class org.apache.calcite.avatica.server.AvaticaJsonHandler
 
AvaticaJsonHandler(Service, MetricsSystem, AvaticaServerConfiguration) - Constructor for class org.apache.calcite.avatica.server.AvaticaJsonHandler
 
AvaticaNoopConnection - Class in org.apache.calcite.avatica.noop
A Connection implementation which does nothing.
AvaticaNoopDatabaseMetaData - Class in org.apache.calcite.avatica.noop
A DatabaseMetaData implementation which does nothing.
AvaticaNoopDriver - Class in org.apache.calcite.avatica.noop
A Noop JDBC Driver.
AvaticaNoopDriver() - Constructor for class org.apache.calcite.avatica.noop.AvaticaNoopDriver
 
AvaticaNoopParameterMetaData - Class in org.apache.calcite.avatica.noop
An implementation of ParameterMetaData which does nothing.
AvaticaNoopPreparedStatement - Class in org.apache.calcite.avatica.noop
A PreparedStatement instance which does nothing.
AvaticaNoopResultSet - Class in org.apache.calcite.avatica.noop
A ResultSet implementation which does nothing.
AvaticaNoopResultSetMetaData - Class in org.apache.calcite.avatica.noop
A ResultSetMetaData implementation which does nothing.
AvaticaNoopStatement - Class in org.apache.calcite.avatica.noop
A Statement implementation which does nothing.
AvaticaParameter - Class in org.apache.calcite.avatica
Metadata for a parameter.
AvaticaParameter(boolean, int, int, int, String, String, String) - Constructor for class org.apache.calcite.avatica.AvaticaParameter
 
avaticaPassword() - Method in interface org.apache.calcite.avatica.ConnectionConfig
 
avaticaPassword() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
 
AvaticaPreparedStatement - Class in org.apache.calcite.avatica
Implementation of PreparedStatement for the Avatica engine.
AvaticaPreparedStatement(AvaticaConnection, Meta.StatementHandle, Meta.Signature, int, int, int) - Constructor for class org.apache.calcite.avatica.AvaticaPreparedStatement
Creates an AvaticaPreparedStatement.
AvaticaProtobufHandler - Class in org.apache.calcite.avatica.server
Jetty handler that executes Avatica JSON request-responses.
AvaticaProtobufHandler(Service) - Constructor for class org.apache.calcite.avatica.server.AvaticaProtobufHandler
 
AvaticaProtobufHandler(Service, MetricsSystem) - Constructor for class org.apache.calcite.avatica.server.AvaticaProtobufHandler
 
AvaticaProtobufHandler(Service, MetricsSystem, AvaticaServerConfiguration) - Constructor for class org.apache.calcite.avatica.server.AvaticaProtobufHandler
 
AvaticaRemoteConnectionConfigImpl - Class in org.apache.calcite.avatica.remote
Implementation of ConnectionConfig with extra properties specific to Remote Driver.
AvaticaRemoteConnectionConfigImpl(Properties) - Constructor for class org.apache.calcite.avatica.remote.AvaticaRemoteConnectionConfigImpl
 
AvaticaRemoteConnectionProperty - Enum in org.apache.calcite.avatica.remote
Enumeration of Avatica remote driver's built-in connection properties.
AvaticaResultSet - Class in org.apache.calcite.avatica
Implementation of ResultSet for the Avatica engine.
AvaticaResultSet(AvaticaStatement, QueryState, Meta.Signature, ResultSetMetaData, TimeZone, Meta.Frame) - Constructor for class org.apache.calcite.avatica.AvaticaResultSet
Creates an AvaticaResultSet.
AvaticaResultSetMetaData - Class in org.apache.calcite.avatica
Implementation of ResultSetMetaData for the Avatica framework.
AvaticaResultSetMetaData(AvaticaStatement, Object, Meta.Signature) - Constructor for class org.apache.calcite.avatica.AvaticaResultSetMetaData
 
AvaticaRuntimeException - Exception in org.apache.calcite.avatica.remote
A RuntimeException thrown by Avatica with additional contextual information about what happened to cause the Exception.
AvaticaRuntimeException() - Constructor for exception org.apache.calcite.avatica.remote.AvaticaRuntimeException
Constructs an AvaticaRuntimeException with no additional information.
AvaticaRuntimeException(String, int, String, AvaticaSeverity) - Constructor for exception org.apache.calcite.avatica.remote.AvaticaRuntimeException
Constructs an AvaticaRuntimeException with the given contextual information surrounding the error.
AvaticaServerConfiguration - Interface in org.apache.calcite.avatica.server
A generic configuration interface that users can implement to configure the HttpServer.
AvaticaSeverity - Enum in org.apache.calcite.avatica
An enumeration that denotes the severity of a given unexpected state.
AvaticaSite - Class in org.apache.calcite.avatica
A location that a value can be written to or read from.
AvaticaSite(AvaticaParameter, Calendar, int, TypedValue[]) - Constructor for class org.apache.calcite.avatica.AvaticaSite
 
AvaticaSpecificDatabaseMetaData - Interface in org.apache.calcite.avatica
Avatica additions to the JDBC DatabaseMetaData interface.
AvaticaSpnegoAuthenticator - Class in org.apache.calcite.avatica.server
Custom SpnegoAuthenticator which will still reponse with a WWW-Authentication: Negotiate header if the client provides some other kind of authentication header.
AvaticaSpnegoAuthenticator() - Constructor for class org.apache.calcite.avatica.server.AvaticaSpnegoAuthenticator
 
AvaticaSqlException - Exception in org.apache.calcite.avatica
A client-facing SQLException which encapsulates errors from the remote Avatica server.
AvaticaSqlException(String, String, int, List<String>, String) - Constructor for exception org.apache.calcite.avatica.AvaticaSqlException
Construct the Exception with information from the server.
AvaticaStatement - Class in org.apache.calcite.avatica
Implementation of Statement for the Avatica engine.
AvaticaStatement(AvaticaConnection, Meta.StatementHandle, int, int, int) - Constructor for class org.apache.calcite.avatica.AvaticaStatement
Creates an AvaticaStatement.
AvaticaStatement(AvaticaConnection, Meta.StatementHandle, int, int, int, Meta.Signature) - Constructor for class org.apache.calcite.avatica.AvaticaStatement
 
AvaticaType(int, String, ColumnMetaData.Rep) - Constructor for class org.apache.calcite.avatica.ColumnMetaData.AvaticaType
 
avaticaUser() - Method in interface org.apache.calcite.avatica.ConnectionConfig
 
avaticaUser() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
 
AvaticaUserStore - Class in org.apache.calcite.avatica.server
Implementation of UserStore which creates users when they do not already exist.
AvaticaUserStore() - Constructor for class org.apache.calcite.avatica.server.AvaticaUserStore
 
AvaticaUtils - Class in org.apache.calcite.avatica
Avatica utilities.

B

badRequestErrorResponse(Exception) - Method in class org.apache.calcite.avatica.remote.AbstractHandler
Attempts to convert an Exception to an ErrorResponse with an HTTP status code of 400.
BadRequestException - Exception in org.apache.calcite.avatica.server
An exception thrown when encountering a malformed request.
BadRequestException(String) - Constructor for exception org.apache.calcite.avatica.server.BadRequestException
 
BadRequestException(String, Throwable) - Constructor for exception org.apache.calcite.avatica.server.BadRequestException
 
Base() - Constructor for class org.apache.calcite.avatica.remote.Service.Base
 
Base64 - Class in org.apache.calcite.avatica.util
Encodes and decodes to and from Base64 notation.
Base64.InputStream - Class in org.apache.calcite.avatica.util
A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream - Class in org.apache.calcite.avatica.util
A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
BaseTckTest - Class in org.apache.calcite.avatica.tck.tests
Base class for TCK tests.
BaseTckTest() - Constructor for class org.apache.calcite.avatica.tck.tests.BaseTckTest
 
baseType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaUdt
 
batchInsert() - Method in class org.apache.calcite.avatica.tck.tests.InsertTest
 
beforeFirst() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
beforeFirst() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
BinaryTest - Class in org.apache.calcite.avatica.tck.tests
TCK test case to verify binary data can be written and read correctly.
BinaryTest() - Constructor for class org.apache.calcite.avatica.tck.tests.BinaryTest
 
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.
bufferLength - Variable in class org.apache.calcite.avatica.MetaImpl.MetaBestRowIdentifier
 
bufferLength - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
 
bufferLength - Variable in class org.apache.calcite.avatica.MetaImpl.MetaVersionColumn
 
build() - Method in class org.apache.calcite.avatica.server.HttpServer.Builder
Builds the HttpServer instance from this.
Builder() - Constructor for class org.apache.calcite.avatica.server.HttpServer.Builder
 
buildSSLContextFactory() - Method in class org.apache.calcite.avatica.server.HttpServer.Builder
 
BuiltInConnectionProperty - Enum in org.apache.calcite.avatica
Enumeration of Avatica's built-in connection properties.
BY_CODE - Static variable in enum org.apache.calcite.avatica.SqlState
 
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 Calendar in the root locale and UTC time zone.
call() - Method in interface org.apache.calcite.avatica.AvaticaConnection.CallableWithoutException
 
camelName() - Method in enum org.apache.calcite.avatica.BuiltInConnectionProperty
 
camelName() - Method in interface org.apache.calcite.avatica.ConnectionProperty
The name of this property in camel-case.
camelName() - Method in enum org.apache.calcite.avatica.remote.AvaticaRemoteConnectionProperty
 
camelToUpper(String) - Static method in class org.apache.calcite.avatica.AvaticaUtils
Converts a camelCase name into an upper-case underscore-separated name.
cancel() - Method in class org.apache.calcite.avatica.AvaticaResultSet
Sets the flag to indicate that cancel has been requested.
cancel() - Method in class org.apache.calcite.avatica.AvaticaStatement
 
cancel() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
cancel() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
cancelFlag - Variable in class org.apache.calcite.avatica.AvaticaStatement
Support for AvaticaStatement.cancel() method.
cancelRowUpdates() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
cancelRowUpdates() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
canGet(SqlType.Method, SqlType) - Static method in enum org.apache.calcite.avatica.SqlType
Returns whether ResultSet.getInt(int) and similar methods can convert a value to a particular SQL type.
canSet(Class, SqlType) - Static method in enum org.apache.calcite.avatica.SqlType
Returns whether PreparedStatement.setObject(int, java.lang.Object, int) and PreparedStatement.setNull(int, int) can assign a value of a particular class to a column of a particular SQL type.
canUpdate() - Method in enum org.apache.calcite.avatica.Meta.StatementType
 
cardinality - Variable in class org.apache.calcite.avatica.MetaImpl.MetaIndexInfo
 
caseSensitive - Variable in class org.apache.calcite.avatica.ColumnMetaData
 
caseSensitive - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
 
Casing - Enum in org.apache.calcite.avatica.util
Policy for converting case of identifiers before storing them.
castProtobufMessage(Message, Class<T>) - Static method in class org.apache.calcite.avatica.remote.ProtobufService
Checks if the provided Message is an instance of the Class given by expectedType.
catalog - Variable in class org.apache.calcite.avatica.remote.Service.ColumnsRequest
 
catalog - Variable in class org.apache.calcite.avatica.remote.Service.SchemasRequest
 
catalog - Variable in class org.apache.calcite.avatica.remote.Service.TablesRequest
 
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
 
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
 
clearBatch() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
clearBatch() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
clearParameters() - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
clearParameters() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
clearWarnings() - Method in class org.apache.calcite.avatica.AvaticaConnection
 
clearWarnings() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
clearWarnings() - Method in class org.apache.calcite.avatica.AvaticaStatement
 
clearWarnings() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
clearWarnings() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
clearWarnings() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
clearWarnings() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
client - Variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
 
clientInfo() - Method in class org.apache.calcite.avatica.Helper
 
ClientKeytabJaasConf - Class in org.apache.calcite.avatica.remote
Javax Configuration class which always returns a configuration for our keytab-based login suitable for callers which are acting as initiators (e.g.
ClientKeytabJaasConf(String, String) - Constructor for class org.apache.calcite.avatica.remote.ClientKeytabJaasConf
 
clone() - Method in class org.apache.calcite.avatica.util.ByteString
 
close() - Method in class org.apache.calcite.avatica.AvaticaConnection
 
close() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
close() - Method in class org.apache.calcite.avatica.AvaticaStatement
 
close() - Method in class org.apache.calcite.avatica.metrics.dropwizard.DropwizardTimer.DropwizardContext
 
close() - Method in class org.apache.calcite.avatica.metrics.noop.NoopTimer.NoopContext
 
close() - Method in interface org.apache.calcite.avatica.metrics.Timer.Context
Stops the timer.
close() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
close() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
close() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
close() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
close() - Method in class org.apache.calcite.avatica.util.Base64.OutputStream
Flushes and closes (I think, in the superclass) the stream.
close() - Method in interface org.apache.calcite.avatica.util.Cursor
Closes this cursor and releases resources.
close() - Method in class org.apache.calcite.avatica.util.IteratorCursor
 
close_() - Method in class org.apache.calcite.avatica.AvaticaStatement
 
closeConnection(Meta.ConnectionHandle) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
closeConnection(Meta.ConnectionHandle) - Method in interface org.apache.calcite.avatica.Meta
Closes a connection
closeConnection(Meta.ConnectionHandle) - Method in class org.apache.calcite.avatica.MetaImpl
 
closeConnection() - Method in class org.apache.calcite.avatica.tck.tests.BaseTckTest
 
CloseConnectionRequest(String) - Constructor for class org.apache.calcite.avatica.remote.Service.CloseConnectionRequest
 
CloseConnectionResponse() - Constructor for class org.apache.calcite.avatica.remote.Service.CloseConnectionResponse
 
CloseConnectionResponse(Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.CloseConnectionResponse
 
closed - Variable in class org.apache.calcite.avatica.AvaticaStatement
 
closed() - Method in class org.apache.calcite.avatica.Helper
 
closeOnCompletion - Variable in class org.apache.calcite.avatica.AvaticaStatement
closeOnCompletion() - Method in class org.apache.calcite.avatica.AvaticaStatement
 
closeOnCompletion() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
closeOnCompletion() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
closeStatement(Meta.StatementHandle) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
closeStatement(Meta.StatementHandle) - Method in interface org.apache.calcite.avatica.Meta
Closes a statement.
CloseStatementRequest(String, int) - Constructor for class org.apache.calcite.avatica.remote.Service.CloseStatementRequest
 
CloseStatementResponse() - Constructor for class org.apache.calcite.avatica.remote.Service.CloseStatementResponse
 
CloseStatementResponse(Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.CloseStatementResponse
 
code - Variable in enum org.apache.calcite.avatica.SqlState
 
collect(Meta.CursorFactory, Iterator<Object>, List<List<Object>>) - Static method in class org.apache.calcite.avatica.MetaImpl
 
collect(Meta.CursorFactory, Iterable<Object>, List<List<Object>>) - Static method in class org.apache.calcite.avatica.MetaImpl
 
columnClassName() - Method in class org.apache.calcite.avatica.ColumnMetaData.AvaticaType
 
columnClassName - Variable in class org.apache.calcite.avatica.ColumnMetaData
 
columnDef - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
 
columnDef - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
 
ColumnMetaData - Class in org.apache.calcite.avatica
Metadata for a column.
ColumnMetaData(int, boolean, boolean, boolean, boolean, int, boolean, int, String, String, String, int, int, String, String, ColumnMetaData.AvaticaType, boolean, boolean, boolean, String) - Constructor for class org.apache.calcite.avatica.ColumnMetaData
 
columnMetaData(String, int, Class<?>, boolean) - Static method in class org.apache.calcite.avatica.MetaImpl
 
columnMetaData(String, int, ColumnMetaData.AvaticaType, boolean) - Static method in class org.apache.calcite.avatica.MetaImpl
 
columnMetaData(String, int, Class<?>, int) - Static method in class org.apache.calcite.avatica.MetaImpl
 
columnMetaData(String, int, ColumnMetaData.AvaticaType, int) - Static method in class org.apache.calcite.avatica.MetaImpl
 
ColumnMetaData.ArrayType - Class in org.apache.calcite.avatica
Array type.
ColumnMetaData.AvaticaType - Class in org.apache.calcite.avatica
Base class for a column type.
ColumnMetaData.Rep - Enum in org.apache.calcite.avatica
Description of the type used to internally represent a value.
ColumnMetaData.ScalarType - Class in org.apache.calcite.avatica
Scalar type.
ColumnMetaData.StructType - Class in org.apache.calcite.avatica
Record type.
columnMetaDataList - Variable in class org.apache.calcite.avatica.AvaticaResultSet
 
columnName - Variable in class org.apache.calcite.avatica.ColumnMetaData
 
columnName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaBestRowIdentifier
 
columnName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
 
columnName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumnPrivilege
 
columnName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunctionColumn
 
columnName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaIndexInfo
 
columnName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaPrimaryKey
 
columnName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
 
columnName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaPseudoColumn
 
columnName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaVersionColumn
 
columnNamePattern - Variable in class org.apache.calcite.avatica.remote.Service.ColumnsRequest
 
columns - Variable in class org.apache.calcite.avatica.ColumnMetaData.StructType
 
columns(ResultSetMetaData) - Static method in class org.apache.calcite.avatica.jdbc.JdbcMeta
Converts from JDBC metadata to Avatica columns.
columns - Variable in class org.apache.calcite.avatica.Meta.Signature
 
columnSize - Variable in class org.apache.calcite.avatica.MetaImpl.MetaBestRowIdentifier
 
columnSize - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
 
columnSize - Variable in class org.apache.calcite.avatica.MetaImpl.MetaPseudoColumn
 
columnSize - Variable in class org.apache.calcite.avatica.MetaImpl.MetaVersionColumn
 
ColumnsRequest(String, String, String, String, String) - Constructor for class org.apache.calcite.avatica.remote.Service.ColumnsRequest
 
columnType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunctionColumn
 
columnType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
 
columnUsage - Variable in class org.apache.calcite.avatica.MetaImpl.MetaPseudoColumn
 
commit() - Method in class org.apache.calcite.avatica.AvaticaConnection
 
commit(Meta.ConnectionHandle) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
commit(Meta.ConnectionHandle) - Method in interface org.apache.calcite.avatica.Meta
Makes all changes since the last commit/rollback permanent.
commit() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
commitAndRollback() - Method in class org.apache.calcite.avatica.tck.tests.InsertTest
 
CommitRequest(String) - Constructor for class org.apache.calcite.avatica.remote.Service.CommitRequest
 
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.
configureBasicAuthentication(Server, AvaticaServerConfiguration) - Method in class org.apache.calcite.avatica.server.HttpServer
 
configureCommonAuthentication(String, String[], Authenticator, String, LoginService) - Method in class org.apache.calcite.avatica.server.HttpServer
 
configureConnector(ServerConnector, int) - Method in class org.apache.calcite.avatica.server.HttpServer
Configures the server connector.
configureDigestAuthentication(Server, AvaticaServerConfiguration) - Method in class org.apache.calcite.avatica.server.HttpServer
 
configureSpnego(Server, AvaticaServerConfiguration) - Method in class org.apache.calcite.avatica.server.HttpServer
Configures the connector given the config for using SPNEGO.
connect(String, Properties) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDriver
 
connect(String, Properties) - Method in class org.apache.calcite.avatica.remote.Driver
 
connect(String, Properties) - Method in class org.apache.calcite.avatica.UnregisteredDriver
 
CONNECT_STRING_PREFIX - Static variable in class org.apache.calcite.avatica.remote.Driver
 
connection - Variable in class org.apache.calcite.avatica.AvaticaStatement
 
connection - Variable in class org.apache.calcite.avatica.MetaImpl
The AvaticaConnection backing this.
connection - Variable in class org.apache.calcite.avatica.tck.tests.BaseTckTest
 
ConnectionConfig - Interface in org.apache.calcite.avatica
Connection configuration.
ConnectionConfigImpl - Class in org.apache.calcite.avatica
Implementation of ConnectionConfig.
ConnectionConfigImpl(Properties) - Constructor for class org.apache.calcite.avatica.ConnectionConfigImpl
 
ConnectionConfigImpl.Converter<T> - Interface in org.apache.calcite.avatica
Callback to parse a property from string to its native type.
ConnectionConfigImpl.PropEnv - Class in org.apache.calcite.avatica
The combination of a property definition and a map of property values.
ConnectionHandle(String) - Constructor for class org.apache.calcite.avatica.Meta.ConnectionHandle
 
connectionId - Variable in class org.apache.calcite.avatica.Meta.MetaResultSet
 
connectionId - Variable in class org.apache.calcite.avatica.Meta.StatementHandle
 
connectionId - Variable in class org.apache.calcite.avatica.remote.Service.CatalogsRequest
 
connectionId - Variable in class org.apache.calcite.avatica.remote.Service.CloseConnectionRequest
 
connectionId - Variable in class org.apache.calcite.avatica.remote.Service.CloseStatementRequest
 
connectionId - Variable in class org.apache.calcite.avatica.remote.Service.ColumnsRequest
 
connectionId - Variable in class org.apache.calcite.avatica.remote.Service.CommitRequest
 
connectionId - Variable in class org.apache.calcite.avatica.remote.Service.ConnectionSyncRequest
 
connectionId - Variable in class org.apache.calcite.avatica.remote.Service.CreateStatementRequest
 
connectionId - Variable in class org.apache.calcite.avatica.remote.Service.CreateStatementResponse
 
connectionId - Variable in class org.apache.calcite.avatica.remote.Service.DatabasePropertyRequest
 
connectionId - Variable in class org.apache.calcite.avatica.remote.Service.ExecuteBatchRequest
 
connectionId - Variable in class org.apache.calcite.avatica.remote.Service.ExecuteBatchResponse
 
connectionId - Variable in class org.apache.calcite.avatica.remote.Service.FetchRequest
 
connectionId - Variable in class org.apache.calcite.avatica.remote.Service.OpenConnectionRequest
 
connectionId - Variable in class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteBatchRequest
 
connectionId - Variable in class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteRequest
 
connectionId - Variable in class org.apache.calcite.avatica.remote.Service.PrepareRequest
 
connectionId - Variable in class org.apache.calcite.avatica.remote.Service.ResultSetResponse
 
connectionId - Variable in class org.apache.calcite.avatica.remote.Service.RollbackRequest
 
connectionId - Variable in class org.apache.calcite.avatica.remote.Service.SchemasRequest
 
connectionId - Variable in class org.apache.calcite.avatica.remote.Service.SyncResultsRequest
 
connectionId - Variable in class org.apache.calcite.avatica.remote.Service.TablesRequest
 
connectionId - Variable in class org.apache.calcite.avatica.remote.Service.TableTypesRequest
 
connectionId - Variable in class org.apache.calcite.avatica.remote.Service.TypeInfoRequest
 
ConnectionPropertiesImpl - Class in org.apache.calcite.avatica
Concrete implementation of Meta.ConnectionProperties.
ConnectionPropertiesImpl() - Constructor for class org.apache.calcite.avatica.ConnectionPropertiesImpl
 
ConnectionPropertiesImpl(Connection) - Constructor for class org.apache.calcite.avatica.ConnectionPropertiesImpl
 
ConnectionPropertiesImpl(Boolean, Boolean, Integer, String, String) - Constructor for class org.apache.calcite.avatica.ConnectionPropertiesImpl
 
ConnectionProperty - Interface in org.apache.calcite.avatica
Definition of a property that may be specified on the JDBC connect string.
ConnectionProperty.Type - Enum in org.apache.calcite.avatica
Data type of property.
connectionSync(Meta.ConnectionHandle, Meta.ConnectionProperties) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
connectionSync(Meta.ConnectionHandle, Meta.ConnectionProperties) - Method in interface org.apache.calcite.avatica.Meta
Synchronizes client and server view of connection properties.
connectionSync(Meta.ConnectionHandle, Meta.ConnectionProperties) - Method in class org.apache.calcite.avatica.MetaImpl
 
ConnectionSyncRequest(String, Meta.ConnectionProperties) - Constructor for class org.apache.calcite.avatica.remote.Service.ConnectionSyncRequest
 
ConnectionSyncResponse(Meta.ConnectionProperties, Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.ConnectionSyncResponse
 
ConnectStringParser - Class in org.apache.calcite.avatica
ConnectStringParser is a utility class that parses or creates a JDBC connect string according to the OLE DB Connection String Syntax.
connProps - Variable in class org.apache.calcite.avatica.MetaImpl
Represents the various states specific to MetaImpl.connection.
connProps - Variable in class org.apache.calcite.avatica.remote.Service.ConnectionSyncRequest
 
connProps - Variable in class org.apache.calcite.avatica.remote.Service.ConnectionSyncResponse
 
convert(String) - Method in class org.apache.calcite.avatica.standalone.StandaloneServer.SerializationConverter
 
convert(String) - Method in class org.apache.calcite.avatica.standalone.StandaloneServer.ToFileConverter
 
convertToErrorResponse(Exception) - Method in class org.apache.calcite.avatica.remote.AbstractHandler
Attempts to convert an Exception to an ErrorResponse.
copyParameterValues() - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
Returns a copy of the current parameter values.
count(String, int, long) - Static method in class org.apache.calcite.avatica.Meta.MetaResultSet
 
Counter - Interface in org.apache.calcite.avatica.metrics
A mutable number.
create(Meta.Style, Class, List<String>) - Static method in class org.apache.calcite.avatica.Meta.CursorFactory
 
create(List<String>) - Method in interface org.apache.calcite.avatica.Meta.Factory
 
create(long, boolean, List<Object>) - Static method in class org.apache.calcite.avatica.Meta.Frame
 
create(String, int, boolean, Meta.Signature, Meta.Frame) - Static method in class org.apache.calcite.avatica.Meta.MetaResultSet
 
create(String, int, boolean, Meta.Signature, Meta.Frame, long) - Static method in class org.apache.calcite.avatica.Meta.MetaResultSet
 
create(List<ColumnMetaData>, String, List<AvaticaParameter>, Meta.CursorFactory, Meta.StatementType) - Static method in class org.apache.calcite.avatica.Meta.Signature
Used by Jackson to create a Signature by de-serializing JSON.
create(MetricsSystemConfiguration<?>) - Method in class org.apache.calcite.avatica.metrics.dropwizard.DropwizardMetricsSystemFactory
 
create(MetricsSystemConfiguration<?>) - Method in interface org.apache.calcite.avatica.metrics.MetricsSystemFactory
Creates an instance of a MetricsSystem.
create(MetricsSystemConfiguration<?>) - Method in class org.apache.calcite.avatica.metrics.noop.NoopMetricsSystemFactory
 
create(AvaticaConnection) - Method in class org.apache.calcite.avatica.remote.MockJsonService.Factory
 
create(AvaticaConnection) - Method in class org.apache.calcite.avatica.remote.MockProtobufService.MockProtobufServiceFactory
 
create(AvaticaConnection) - Method in interface org.apache.calcite.avatica.remote.Service.Factory
 
create(String, Object) - Static method in class org.apache.calcite.avatica.remote.TypedValue
 
create(ColumnMetaData.AvaticaType, Iterable<Object>) - Method in class org.apache.calcite.avatica.util.ArrayFactoryImpl
 
create(ColumnMetaData.AvaticaType, Iterable<Object>) - Method in interface org.apache.calcite.avatica.util.ArrayImpl.Factory
Creates a ResultSet from the given list of values per Array.getResultSet().
create(ColumnMetaData.AvaticaType, Iterable<Object>) - Method in interface org.apache.calcite.avatica.util.StructImpl.Factory
 
createAccessor(ColumnMetaData, int, Calendar, ArrayImpl.Factory) - Method in class org.apache.calcite.avatica.util.AbstractCursor
 
createAccessor(ColumnMetaData, AbstractCursor.Getter, Calendar, ArrayImpl.Factory) - Method in class org.apache.calcite.avatica.util.AbstractCursor
 
createAccessors(List<ColumnMetaData>, Calendar, ArrayImpl.Factory) - Method in class org.apache.calcite.avatica.util.AbstractCursor
 
createAccessors(List<ColumnMetaData>, Calendar, ArrayImpl.Factory) - Method in interface org.apache.calcite.avatica.util.Cursor
Creates a list of accessors, one per column.
createArray(ColumnMetaData.AvaticaType, Iterable<Object>) - Method in class org.apache.calcite.avatica.util.ArrayFactoryImpl
 
createArray(ColumnMetaData.AvaticaType, Iterable<Object>) - Method in interface org.apache.calcite.avatica.util.ArrayImpl.Factory
Creates an Array from the given list of values, converting any primitive values into the corresponding objects.
createArrayOf(String, Object[]) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
createArrayOf(String, Object[]) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
createBlob() - Method in class org.apache.calcite.avatica.AvaticaConnection
 
createBlob() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
createClob() - Method in class org.apache.calcite.avatica.AvaticaConnection
 
createClob() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
createConnection(String, Properties) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
createCursor(Meta.CursorFactory, Iterable<Object>) - Static method in class org.apache.calcite.avatica.MetaImpl
Uses a Meta.CursorFactory to convert an Iterable into a Cursor.
createDriverVersion() - Method in class org.apache.calcite.avatica.remote.Driver
 
createDriverVersion() - Method in class org.apache.calcite.avatica.UnregisteredDriver
Creates an object describing the name and version of this driver.
createEmptyResultSet(Class<E>) - Method in class org.apache.calcite.avatica.MetaImpl
Creates an empty result set.
createException(String, Exception) - Method in class org.apache.calcite.avatica.Helper
 
createException(String, String, Exception) - Method in class org.apache.calcite.avatica.Helper
 
createException(String) - Method in class org.apache.calcite.avatica.Helper
 
createFactory() - Method in class org.apache.calcite.avatica.UnregisteredDriver
Creates a factory for JDBC objects (connection, statement).
createGetter(int) - Method in class org.apache.calcite.avatica.util.AbstractCursor
 
createGetter(int) - Method in class org.apache.calcite.avatica.util.ArrayIteratorCursor
 
createGetter(int) - Method in class org.apache.calcite.avatica.util.ListIteratorCursor
 
createGetter(int) - Method in class org.apache.calcite.avatica.util.MapIteratorCursor
 
createGetter(int) - Method in class org.apache.calcite.avatica.util.RecordIteratorCursor
 
createHandler(Service) - Method in interface org.apache.calcite.avatica.server.Main.HandlerFactory
 
createHandler() - Method in class org.apache.calcite.avatica.UnregisteredDriver
Creates a Handler.
createIterable(Meta.StatementHandle, QueryState, Meta.Signature, List<TypedValue>, Meta.Frame) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
createIterable(Meta.StatementHandle, QueryState, Meta.Signature, List<TypedValue>, Meta.Frame) - Method in interface org.apache.calcite.avatica.Meta
Creates an iterable for a result set.
createIterable(Meta.StatementHandle, QueryState, Meta.Signature, List<TypedValue>, Meta.Frame) - Method in class org.apache.calcite.avatica.MetaImpl
 
createMeta(AvaticaConnection) - Method in class org.apache.calcite.avatica.remote.Driver
 
createMeta(AvaticaConnection) - Method in class org.apache.calcite.avatica.UnregisteredDriver
Creates a service handler that will give connections from this Driver their behavior.
createNClob() - Method in class org.apache.calcite.avatica.AvaticaConnection
 
createNClob() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
createParams - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
 
createResultSet(Meta.MetaResultSet, QueryState) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
createResultSet(Map<String, Object>, List<ColumnMetaData>, Meta.CursorFactory, Meta.Frame) - Method in class org.apache.calcite.avatica.MetaImpl
 
createSQLXML() - Method in class org.apache.calcite.avatica.AvaticaConnection
 
createSQLXML() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
createStatement() - Method in class org.apache.calcite.avatica.AvaticaConnection
 
createStatement(int, int) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
createStatement(int, int, int) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
createStatement(Meta.ConnectionHandle) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
createStatement(Meta.ConnectionHandle) - Method in interface org.apache.calcite.avatica.Meta
Called during the creation of a statement to allocate a new handle.
createStatement(Meta.ConnectionHandle) - Method in class org.apache.calcite.avatica.MetaImpl
 
createStatement() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
createStatement(int, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
createStatement(int, int, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
CreateStatementRequest(String) - Constructor for class org.apache.calcite.avatica.remote.Service.CreateStatementRequest
 
CreateStatementResponse(String, int, Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.CreateStatementResponse
 
createStruct(String, Object[]) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
createStruct(String, Object[]) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
createTrojan() - Static method in class org.apache.calcite.avatica.AvaticaConnection
 
credentials - Variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
 
credentialsProvider - Variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
 
currency - Variable in class org.apache.calcite.avatica.ColumnMetaData
 
current() - Static method in enum org.apache.calcite.avatica.UnregisteredDriver.JdbcVersion
Deduces the current JDBC version.
current() - Method in class org.apache.calcite.avatica.util.IteratorCursor
 
current() - Method in class org.apache.calcite.avatica.util.PositionedCursor
Returns the current row.
cursor - Variable in class org.apache.calcite.avatica.AvaticaResultSet
 
Cursor - Interface in org.apache.calcite.avatica.util
Interface to an iteration that is similar to, and can easily support, a JDBC ResultSet, but is simpler to implement.
Cursor.Accessor - Interface in org.apache.calcite.avatica.util
Accessor of a column value.
cursorFactory - Variable in class org.apache.calcite.avatica.Meta.Signature
 
customize(T) - Method in interface org.apache.calcite.avatica.server.ServerCustomizer
Customize the server during initialization.

D

databaseMajorVersion - Variable in class org.apache.calcite.avatica.DriverVersion
 
databaseMinorVersion - Variable in class org.apache.calcite.avatica.DriverVersion
 
DatabasePropertyRequest() - Constructor for class org.apache.calcite.avatica.remote.Service.DatabasePropertyRequest
 
DatabasePropertyRequest(String) - Constructor for class org.apache.calcite.avatica.remote.Service.DatabasePropertyRequest
 
DatabasePropertyResponse(Map<Meta.DatabaseProperty, Object>, Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.DatabasePropertyResponse
 
dataDefinitionCausesTransactionCommit() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
dataDefinitionCausesTransactionCommit() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
dataDefinitionIgnoredInTransactions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
dataDefinitionIgnoredInTransactions() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
dataType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaAttribute
 
dataType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaBestRowIdentifier
 
dataType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
 
dataType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunctionColumn
 
dataType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
 
dataType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaPseudoColumn
 
dataType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
 
dataType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaUdt
 
dataType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaVersionColumn
 
DATE_FORMAT_STRING - Static variable in class org.apache.calcite.avatica.util.DateTimeUtils
The SimpleDateFormat string for ISO dates, "yyyy-MM-dd".
dateStringToUnixDate(String) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
 
DateTimeUtils - Class in org.apache.calcite.avatica.util
Utility functions for datetime types: date, time, timestamp.
DateTimeUtils.PrecisionTime - Class in org.apache.calcite.avatica.util
decimalDigits - Variable in class org.apache.calcite.avatica.MetaImpl.MetaAttribute
 
decimalDigits - Variable in class org.apache.calcite.avatica.MetaImpl.MetaBestRowIdentifier
 
decimalDigits - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
 
decimalDigits - Variable in class org.apache.calcite.avatica.MetaImpl.MetaPseudoColumn
 
decimalDigits - Variable in class org.apache.calcite.avatica.MetaImpl.MetaVersionColumn
 
decode(String, Class<T>) - Static method in class org.apache.calcite.avatica.remote.JsonService
 
DECODE - Static variable in class org.apache.calcite.avatica.util.Base64
Specify decoding in first bit.
decode(byte[]) - Static method in class org.apache.calcite.avatica.util.Base64
Low-level access to decoding ASCII characters in the form of a byte array.
decode(byte[], int, int, int) - Static method in class org.apache.calcite.avatica.util.Base64
Low-level access to decoding ASCII characters in the form of a byte array.
decode(String) - Static method in class org.apache.calcite.avatica.util.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decode(String, int) - Static method in class org.apache.calcite.avatica.util.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decodeFileToFile(String, String) - Static method in class org.apache.calcite.avatica.util.Base64
Reads infile and decodes it to outfile.
decodeFromFile(String) - Static method in class org.apache.calcite.avatica.util.Base64
Convenience method for reading a base64-encoded file and decoding it.
decodeToFile(String, String) - Static method in class org.apache.calcite.avatica.util.Base64
Convenience method for decoding data to a file.
decodeToObject(String) - Static method in class org.apache.calcite.avatica.util.Base64
Attempts to decode Base64 data and deserialize a Java Object within.
decodeToObject(String, int, ClassLoader) - Static method in class org.apache.calcite.avatica.util.Base64
Attempts to decode Base64 data and deserialize a Java Object within.
decrement() - Method in interface org.apache.calcite.avatica.metrics.Counter
Decrement this by 1.
decrement(long) - Method in interface org.apache.calcite.avatica.metrics.Counter
Decrement this by n.
decrement() - Method in class org.apache.calcite.avatica.metrics.dropwizard.DropwizardCounter
 
decrement(long) - Method in class org.apache.calcite.avatica.metrics.dropwizard.DropwizardCounter
 
decrement() - Method in class org.apache.calcite.avatica.metrics.noop.NoopCounter
 
decrement(long) - Method in class org.apache.calcite.avatica.metrics.noop.NoopCounter
 
deduce(List<ColumnMetaData>, Class) - Static method in class org.apache.calcite.avatica.Meta.CursorFactory
Deduces the appropriate CursorFactory for 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() - Method in enum org.apache.calcite.avatica.BuiltInConnectionProperty
 
defaultValue() - Method in interface org.apache.calcite.avatica.ConnectionProperty
Returns the default value of this property.
defaultValue() - Method in enum org.apache.calcite.avatica.jdbc.JdbcMeta.ConnectionCacheSettings
The default value for this setting.
defaultValue() - Method in enum org.apache.calcite.avatica.jdbc.JdbcMeta.StatementCacheSettings
The default value for this setting.
defaultValue - Variable in enum org.apache.calcite.avatica.Meta.DatabaseProperty
 
defaultValue - Variable in class org.apache.calcite.avatica.MetaImpl.MetaClientInfoProperty
 
defaultValue() - Method in enum org.apache.calcite.avatica.remote.AvaticaRemoteConnectionProperty
 
defaultValueClass() - Method in enum org.apache.calcite.avatica.ConnectionProperty.Type
 
deferability - Variable in class org.apache.calcite.avatica.MetaImpl.MetaCrossReference
 
deferability - Variable in class org.apache.calcite.avatica.MetaImpl.MetaExportedKey
 
deferability - Variable in class org.apache.calcite.avatica.MetaImpl.MetaImportedKey
 
definitelyWritable - Variable in class org.apache.calcite.avatica.ColumnMetaData
 
DelegatingAvaticaHandler - Class in org.apache.calcite.avatica.server
An AvaticaHandler implementation that delegates to a provided Jetty Handler instance.
DelegatingAvaticaHandler(Handler) - Constructor for class org.apache.calcite.avatica.server.DelegatingAvaticaHandler
 
deleteRow() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
deleteRow() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
deleteRule - Variable in class org.apache.calcite.avatica.MetaImpl.MetaCrossReference
 
deleteRule - Variable in class org.apache.calcite.avatica.MetaImpl.MetaExportedKey
 
deleteRule - Variable in class org.apache.calcite.avatica.MetaImpl.MetaImportedKey
 
deletesAreDetected(int) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
deletesAreDetected(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
description - Variable in class org.apache.calcite.avatica.MetaImpl.MetaClientInfoProperty
 
deserialize(Message) - Method in class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteBatchRequest
 
destroy() - Method in class org.apache.calcite.avatica.server.DelegatingAvaticaHandler
 
digitCount(int) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
 
discard(Object) - Static method in class org.apache.calcite.avatica.AvaticaUtils
Does nothing with its argument.
displaySize - Variable in class org.apache.calcite.avatica.ColumnMetaData
 
DO_BREAK_LINES - Static variable in class org.apache.calcite.avatica.util.Base64
Do break lines when encoding.
DoAsAvaticaHttpClient - Class in org.apache.calcite.avatica.remote
HTTP client implementation which invokes the wrapped HTTP client in a doAs with the provided Subject.
DoAsAvaticaHttpClient(AvaticaHttpClient, KerberosConnection) - Constructor for class org.apache.calcite.avatica.remote.DoAsAvaticaHttpClient
 
doAsRemoteUser(String, String, Callable<T>) - Method in interface org.apache.calcite.avatica.server.AvaticaServerConfiguration
Invokes the given action as the remoteUserName.
doAsRemoteUser(String, String, Callable<T>) - Method in interface org.apache.calcite.avatica.server.DoAsRemoteUserCallback
Invokes the given action as the remoteUserName.
DoAsRemoteUserCallback - Interface in org.apache.calcite.avatica.server
A callback which the server can invoke to allow implementations to control additional logic about whether or not a client from a specific host should be run.
doesMaxRowSizeIncludeBlobs() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
doesMaxRowSizeIncludeBlobs() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
done - Variable in class org.apache.calcite.avatica.Meta.Frame
Whether this is definitely the last frame of rows.
DONT_GUNZIP - Static variable in class org.apache.calcite.avatica.util.Base64
Specify that gzipped data should not be automatically gunzipped.
doStart() - Method in class org.apache.calcite.avatica.server.PropertyBasedSpnegoLoginService
 
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.
DropwizardContext(Timer.Context) - Constructor for class org.apache.calcite.avatica.metrics.dropwizard.DropwizardTimer.DropwizardContext
 
DropwizardCounter - Class in org.apache.calcite.avatica.metrics.dropwizard
Dropwizard Metrics implementation of Counter.
DropwizardCounter(Counter) - Constructor for class org.apache.calcite.avatica.metrics.dropwizard.DropwizardCounter
 
DropwizardGauge<T> - Class in org.apache.calcite.avatica.metrics.dropwizard
Dropwizard Metrics implementation of Gauge.
DropwizardGauge(Gauge<T>) - Constructor for class org.apache.calcite.avatica.metrics.dropwizard.DropwizardGauge
 
DropwizardHistogram - Class in org.apache.calcite.avatica.metrics.dropwizard
Dropwizard metrics implementation of Histogram.
DropwizardHistogram(Histogram) - Constructor for class org.apache.calcite.avatica.metrics.dropwizard.DropwizardHistogram
 
DropwizardMeter - Class in org.apache.calcite.avatica.metrics.dropwizard
Dropwizard metrics implementation of Meter.
DropwizardMeter(Meter) - Constructor for class org.apache.calcite.avatica.metrics.dropwizard.DropwizardMeter
 
DropwizardMetricsSystem - Class in org.apache.calcite.avatica.metrics.dropwizard
Dropwizard Metrics implementation of MetricsSystem.
DropwizardMetricsSystem(MetricRegistry) - Constructor for class org.apache.calcite.avatica.metrics.dropwizard.DropwizardMetricsSystem
 
DropwizardMetricsSystemConfiguration - Class in org.apache.calcite.avatica.metrics.dropwizard
A container which provides a MetricRegistry to a DropwizardMetricsSystem.
DropwizardMetricsSystemConfiguration(MetricRegistry) - Constructor for class org.apache.calcite.avatica.metrics.dropwizard.DropwizardMetricsSystemConfiguration
 
DropwizardMetricsSystemFactory - Class in org.apache.calcite.avatica.metrics.dropwizard
DropwizardMetricsSystemFactory() - Constructor for class org.apache.calcite.avatica.metrics.dropwizard.DropwizardMetricsSystemFactory
 
DropwizardTimer - Class in org.apache.calcite.avatica.metrics.dropwizard
Dropwizard Metrics implementation of Timer.
DropwizardTimer(Timer) - Constructor for class org.apache.calcite.avatica.metrics.dropwizard.DropwizardTimer
 
DropwizardTimer.DropwizardContext - Class in org.apache.calcite.avatica.metrics.dropwizard
Dropwizard Metrics implementation of Timer.Context
dummy(ColumnMetaData.AvaticaType, boolean) - Static method in class org.apache.calcite.avatica.ColumnMetaData
Creates a ColumnMetaData for result sets that are not based on a struct but need to have a single 'field' for purposes of ResultSetMetaData.
DUMMY_VALUE - Static variable in class org.apache.calcite.avatica.AvaticaSite
Value that means the parameter has been set to null.

E

EMPTY - Static variable in class org.apache.calcite.avatica.Meta.Frame
Frame that has zero rows and is the last frame.
EMPTY - Static variable in class org.apache.calcite.avatica.util.ByteString
An empty byte string.
encode(T) - Static method in class org.apache.calcite.avatica.remote.JsonService
 
ENCODE - Static variable in class org.apache.calcite.avatica.util.Base64
Specify encoding in first bit.
encode(ByteBuffer, ByteBuffer) - Static method in class org.apache.calcite.avatica.util.Base64
Performs Base64 encoding on the raw ByteBuffer, writing it to the encoded ByteBuffer.
encode(ByteBuffer, CharBuffer) - Static method in class org.apache.calcite.avatica.util.Base64
Performs Base64 encoding on the raw ByteBuffer, writing it to the encoded CharBuffer.
encodeBytes(byte[]) - Static method in class org.apache.calcite.avatica.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int) - Static method in class org.apache.calcite.avatica.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int) - Static method in class org.apache.calcite.avatica.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int, int) - Static method in class org.apache.calcite.avatica.util.Base64
Encodes a byte array into Base64 notation.
encodeBytesToBytes(byte[]) - Static method in class org.apache.calcite.avatica.util.Base64
Similar to Base64.encodeBytes(byte[]) but returns a byte array instead of instantiating a String.
encodeBytesToBytes(byte[], int, int, int) - Static method in class org.apache.calcite.avatica.util.Base64
Similar to Base64.encodeBytes(byte[], int, int, int) but returns a byte array instead of instantiating a String.
encodeFileToFile(String, String) - Static method in class org.apache.calcite.avatica.util.Base64
Reads infile and encodes it to outfile.
encodeFromFile(String) - Static method in class org.apache.calcite.avatica.util.Base64
Convenience method for reading a binary file and base64-encoding it.
encodeObject(Serializable) - Static method in class org.apache.calcite.avatica.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeObject(Serializable, int) - Static method in class org.apache.calcite.avatica.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeToFile(byte[], String) - Static method in class org.apache.calcite.avatica.util.Base64
Convenience method for encoding data to a file.
endsWith(ByteString) - Method in class org.apache.calcite.avatica.util.ByteString
Returns whether this ByteString ends with the specified suffix.
endUnit - Variable in enum org.apache.calcite.avatica.util.TimeUnitRange
 
enumConverter(Class<E>) - Static method in class org.apache.calcite.avatica.ConnectionConfigImpl
 
EPOCH_JULIAN - Static variable in class org.apache.calcite.avatica.util.DateTimeUtils
The julian date of the epoch, 1970-01-01.
equalContents(Array, Array) - Static method in class org.apache.calcite.avatica.util.ArrayImpl
Returns whether two arrays have the same contents.
equals(Object) - Method in class org.apache.calcite.avatica.AvaticaParameter
 
equals(Object) - Method in class org.apache.calcite.avatica.ColumnMetaData.ArrayType
 
equals(Object) - Method in class org.apache.calcite.avatica.ColumnMetaData.AvaticaType
 
equals(Object) - Method in class org.apache.calcite.avatica.ColumnMetaData
 
equals(Object) - Method in class org.apache.calcite.avatica.ColumnMetaData.StructType
 
equals(Object) - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
 
equals(Object) - Method in class org.apache.calcite.avatica.Meta.CursorFactory
 
equals(Object) - Method in class org.apache.calcite.avatica.Meta.Frame
 
equals(Object) - Method in class org.apache.calcite.avatica.Meta.Signature
 
equals(Object) - Method in class org.apache.calcite.avatica.Meta.StatementHandle
 
equals(Object) - Method in class org.apache.calcite.avatica.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
 
errorCode - Variable in class org.apache.calcite.avatica.remote.Service.ErrorResponse
 
errorMessage - Variable in class org.apache.calcite.avatica.remote.Service.ErrorResponse
 
ErrorResponse(List<String>, String, int, String, AvaticaSeverity, Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.ErrorResponse
 
ErrorResponse(Exception, String, int, String, AvaticaSeverity, Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.ErrorResponse
 
ErrorResponse(String, int, String, AvaticaSeverity, List<String>, Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.ErrorResponse
 
exceptions - Variable in class org.apache.calcite.avatica.remote.Service.ErrorResponse
 
execute(AvaticaResultSet) - Method in class org.apache.calcite.avatica.AvaticaConnection.Trojan
A means for anyone who has a trojan to call the protected method AvaticaResultSet.execute().
execute() - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
execute() - Method in class org.apache.calcite.avatica.AvaticaResultSet
Executes this result set.
execute(String) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
execute(String, int) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
execute(String, int[]) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
execute(String, String[]) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
execute(Meta.StatementHandle, List<TypedValue>, long) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
execute(Meta.StatementHandle, List<TypedValue>, int) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
execute(Meta.StatementHandle, List<TypedValue>, long) - Method in interface org.apache.calcite.avatica.Meta
execute(Meta.StatementHandle, List<TypedValue>, int) - Method in interface org.apache.calcite.avatica.Meta
Executes a prepared statement.
execute() - Method in interface org.apache.calcite.avatica.Meta.PrepareCallback
 
execute(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
execute(String, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
execute(String, int[]) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
execute(String, String[]) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
execute() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
execute(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
execute(String, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
execute(String, int[]) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
execute(String, String[]) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
execute2(Cursor, List<ColumnMetaData>) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
executeBatch() - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
executeBatch() - Method in class org.apache.calcite.avatica.AvaticaStatement
 
executeBatch(Meta.StatementHandle, List<List<TypedValue>>) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
executeBatch(Meta.StatementHandle, List<List<TypedValue>>) - Method in interface org.apache.calcite.avatica.Meta
Executes a collection of bound parameter values on a prepared statement.
executeBatch() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
executeBatch() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
executeBatchInternal() - Method in class org.apache.calcite.avatica.AvaticaStatement
Executes a collection of updates in a single batch RPC.
executeBatchProtobuf(Meta.StatementHandle, List<Requests.UpdateBatch>) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
executeBatchProtobuf(Meta.StatementHandle, List<Requests.UpdateBatch>) - Method in interface org.apache.calcite.avatica.remote.ProtobufMeta
Executes a batch of commands on a prepared statement.
ExecuteBatchRequest(String, int, List<List<TypedValue>>) - Constructor for class org.apache.calcite.avatica.remote.Service.ExecuteBatchRequest
 
ExecuteBatchResponse(String, int, long[], boolean, Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.ExecuteBatchResponse
 
ExecuteBatchResult(long[]) - Constructor for class org.apache.calcite.avatica.Meta.ExecuteBatchResult
 
executeBatchUpdateInternal(AvaticaPreparedStatement) - Method in class org.apache.calcite.avatica.AvaticaConnection
Executes a batch update using an AvaticaPreparedStatement.
executeInternal(String) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
executeInternal(Meta.Signature, boolean) - Method in class org.apache.calcite.avatica.AvaticaStatement
Executes a prepared statement.
executeLargeBatch() - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
executeLargeBatch() - Method in class org.apache.calcite.avatica.AvaticaStatement
 
executeLargeBatch(Statement) - Static method in class org.apache.calcite.avatica.AvaticaUtils
Invokes Statement#executeLargeBatch, falling back on Statement.executeBatch() if the method does not exist (before JDK 1.8) or throws UnsupportedOperationException.
executeLargeUpdate() - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
executeLargeUpdate(String) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
executeQuery() - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
executeQuery(String) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
executeQuery(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
executeQuery() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
executeQuery(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
executeQueryInternal(AvaticaStatement, Meta.Signature, Meta.Frame, QueryState, boolean) - Method in class org.apache.calcite.avatica.AvaticaConnection
Executes a prepared query, closing any previously open result set.
executeQueryInternal(Meta.Signature, boolean) - Method in class org.apache.calcite.avatica.AvaticaStatement
Executes a prepared query, closing any previously open result set.
ExecuteRequest(Meta.StatementHandle, List<TypedValue>, int) - Constructor for class org.apache.calcite.avatica.remote.Service.ExecuteRequest
 
ExecuteResponse(List<Service.ResultSetResponse>, boolean, Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.ExecuteResponse
 
ExecuteResult(List<Meta.MetaResultSet>) - Constructor for class org.apache.calcite.avatica.Meta.ExecuteResult
 
executeUpdate() - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
executeUpdate(String) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
executeUpdate(String, int) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
executeUpdate(String, int[]) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
executeUpdate(String, String[]) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
executeUpdate(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
executeUpdate(String, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
executeUpdate(String, int[]) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
executeUpdate(String, String[]) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
executeUpdate() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
executeUpdate(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
executeUpdate(String, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
executeUpdate(String, int[]) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
executeUpdate(String, String[]) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
EXPLICIT_NULL - Static variable in class org.apache.calcite.avatica.remote.TypedValue
 
extract(HttpServletRequest) - Method in class org.apache.calcite.avatica.server.HttpQueryStringParameterRemoteUserExtractor
 
extract(HttpServletRequest) - Method in class org.apache.calcite.avatica.server.HttpRequestRemoteUserExtractor
 
extract(HttpServletRequest) - Method in interface org.apache.calcite.avatica.server.RemoteUserExtractor
 

F

factory - Variable in class org.apache.calcite.avatica.AvaticaConnection
 
factory() - Method in interface org.apache.calcite.avatica.ConnectionConfig
 
factory() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
 
factory() - Method in class org.apache.calcite.avatica.remote.AvaticaRemoteConnectionConfigImpl
 
Factory() - Constructor for class org.apache.calcite.avatica.remote.MockJsonService.Factory
 
factory - Variable in class org.apache.calcite.avatica.UnregisteredDriver
 
fetch(Meta.StatementHandle, long, int) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
fetch(Meta.StatementHandle, long, int) - Method in interface org.apache.calcite.avatica.Meta
Returns a frame of rows.
fetch(AvaticaStatement, List<TypedValue>, long, int) - Method in class org.apache.calcite.avatica.MetaImpl
 
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
 
fetchSize() - Method in interface org.apache.calcite.avatica.ConnectionConfig
 
fetchSize() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
 
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
 
findColumn(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
first() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
first() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
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
 
floorDiv(long, long) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
Deprecated.
floorMod(long, long) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
Deprecated.
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(long, boolean, Iterable<Object>) - Constructor for class org.apache.calcite.avatica.Meta.Frame
 
frame - Variable in class org.apache.calcite.avatica.remote.Service.FetchResponse
 
free() - Method in class org.apache.calcite.avatica.util.ArrayImpl
 
fromProto(Common.AvaticaParameter) - Static method in class org.apache.calcite.avatica.AvaticaParameter
 
fromProto(Common.Severity) - Static method in enum org.apache.calcite.avatica.AvaticaSeverity
 
fromProto(Common.AvaticaType) - Static method in class org.apache.calcite.avatica.ColumnMetaData.AvaticaType
 
fromProto(Common.ColumnMetaData) - Static method in class org.apache.calcite.avatica.ColumnMetaData
 
fromProto(Common.Rep) - Static method in enum org.apache.calcite.avatica.ColumnMetaData.Rep
 
fromProto(Common.ConnectionProperties) - Static method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
 
fromProto(Common.CursorFactory) - Static method in class org.apache.calcite.avatica.Meta.CursorFactory
 
fromProto(Common.DatabaseProperty) - Static method in enum org.apache.calcite.avatica.Meta.DatabaseProperty
 
fromProto(Common.Frame) - Static method in class org.apache.calcite.avatica.Meta.Frame
 
fromProto(Common.Signature) - Static method in class org.apache.calcite.avatica.Meta.Signature
 
fromProto(Common.StatementHandle) - Static method in class org.apache.calcite.avatica.Meta.StatementHandle
 
fromProto(Common.StatementType) - Static method in enum org.apache.calcite.avatica.Meta.StatementType
 
fromProto(Common.CursorFactory.Style) - Static method in enum org.apache.calcite.avatica.Meta.Style
 
fromProto(Common.QueryState) - Static method in class org.apache.calcite.avatica.QueryState
 
fromProto(Common.StateType) - Static method in enum org.apache.calcite.avatica.QueryState.StateType
 
fromProto(Common.MetaDataOperation) - Static method in enum org.apache.calcite.avatica.remote.MetaDataOperation
 
fromProto(Common.TypedValue) - Static method in class org.apache.calcite.avatica.remote.TypedValue
Constructs a TypedValue from the protocol buffer representation.
functionCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunction
 
functionCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunctionColumn
 
functionName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunction
 
functionName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunctionColumn
 
functionSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunction
 
functionSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunctionColumn
 
functionType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunction
 
futureUse1 - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedure
 
futureUse2 - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedure
 
futureUse3 - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedure
 

G

Gauge<T> - Interface in org.apache.calcite.avatica.metrics
A metrics which measures a discrete value.
generatedKeyAlwaysReturned() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
generatedKeyAlwaysReturned() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
get(Cursor.Accessor, int, Calendar) - Static method in class org.apache.calcite.avatica.AvaticaSite
get() - Method in class org.apache.calcite.avatica.metrics.dropwizard.DropwizardMetricsSystemConfiguration
 
get() - Method in interface org.apache.calcite.avatica.metrics.MetricsSystemConfiguration
 
get() - Method in class org.apache.calcite.avatica.metrics.noop.NoopMetricsSystemConfiguration
 
get() - Method in class org.apache.calcite.avatica.util.Spacer
Returns the current number of spaces.
GET_LIST - Static variable in enum org.apache.calcite.avatica.SqlType
 
getAllowedRoles() - Method in interface org.apache.calcite.avatica.server.AvaticaServerConfiguration
Returns the array of allowed roles for login.
getAppConfigurationEntry(String) - Method in class org.apache.calcite.avatica.remote.ClientKeytabJaasConf
 
getAppConfigurationEntry(String) - Method in class org.apache.calcite.avatica.server.ServerKeytabJaasConf
 
getArray(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getArray(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getArray(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getArray(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getArray() - Method in class org.apache.calcite.avatica.util.AbstractCursor.ArrayAccessor
 
getArray() - Method in class org.apache.calcite.avatica.util.ArrayImpl
 
getArray(List<?>, AbstractCursor.ArrayAccessor) - Method in class org.apache.calcite.avatica.util.ArrayImpl
Converts a list into an array.
getArray(Map<String, Class<?>>) - Method in class org.apache.calcite.avatica.util.ArrayImpl
 
getArray(long, int) - Method in class org.apache.calcite.avatica.util.ArrayImpl
 
getArray(long, int, Map<String, Class<?>>) - Method in class org.apache.calcite.avatica.util.ArrayImpl
 
getArray() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getAsciiStream(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getAsciiStream(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getAsciiStream(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getAsciiStream(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getAsciiStream() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getAttributes(String, String, String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getAttributes(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
getAttributes(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, Meta.Pat) - Method in interface org.apache.calcite.avatica.Meta
getAttributes(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.MetaImpl
 
getAttributes(String, String, String, String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getAttributes() - Method in class org.apache.calcite.avatica.util.StructImpl
 
getAttributes(Map<String, Class<?>>) - Method in class org.apache.calcite.avatica.util.StructImpl
 
getAuthenticationType() - Method in interface org.apache.calcite.avatica.server.AvaticaServerConfiguration
Returns the type of authentication the HttpServer should use.
getAutoCommit() - Method in class org.apache.calcite.avatica.AvaticaConnection
 
getAutoCommit() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
getAvaticaServerVersion() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
Fetches the Avatica version from the given server.
getAvaticaServerVersion() - Method in interface org.apache.calcite.avatica.AvaticaSpecificDatabaseMetaData
Retrieves the Avatica version from the server.
getBaseType() - Method in class org.apache.calcite.avatica.util.ArrayImpl
 
getBaseTypeName() - Method in class org.apache.calcite.avatica.util.ArrayImpl
 
getBestRowIdentifier(String, String, String, int, boolean) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getBestRowIdentifier(Meta.ConnectionHandle, String, String, String, int, boolean) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
getBestRowIdentifier(Meta.ConnectionHandle, String, String, String, int, boolean) - Method in interface org.apache.calcite.avatica.Meta
getBestRowIdentifier(Meta.ConnectionHandle, String, String, String, int, boolean) - Method in class org.apache.calcite.avatica.MetaImpl
 
getBestRowIdentifier(String, String, String, int, boolean) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getBigDecimal(int, int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getBigDecimal(String, int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getBigDecimal(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getBigDecimal(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getBigDecimal(int, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getBigDecimal(String, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getBigDecimal(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getBigDecimal(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getBigDecimal() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getBigDecimal(int) - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getBinaryStream(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getBinaryStream(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getBinaryStream(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getBinaryStream(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getBinaryStream() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getBlob(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getBlob(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getBlob(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getBlob(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getBlob() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getBoolean(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getBoolean(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getBoolean() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
Returns the boolean value of this property.
getBoolean(boolean) - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
Returns the boolean value of this property.
getBoolean(Map<InternalProperty, Object>) - Method in enum org.apache.calcite.avatica.InternalProperty
Returns the boolean value of this property.
getBoolean(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getBoolean(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getBoolean() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getBoundParameterValues() - Method in class org.apache.calcite.avatica.AvaticaStatement
Returns a list of bound parameter values.
getByte(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getByte(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getByte(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getByte(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getByte() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getBytes(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getBytes(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getBytes(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getBytes(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getBytes() - Method in class org.apache.calcite.avatica.util.ByteString
Returns a copy of the byte array.
getBytes() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
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
 
getCatalog() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
getCatalogName(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
 
getCatalogName(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSetMetaData
 
getCatalogs() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getCatalogs(Meta.ConnectionHandle) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
getCatalogs(Meta.ConnectionHandle) - Method in interface org.apache.calcite.avatica.Meta
getCatalogs(Meta.ConnectionHandle) - Method in class org.apache.calcite.avatica.MetaImpl
 
getCatalogs() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getCatalogSeparator() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getCatalogSeparator() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getCatalogTerm() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getCatalogTerm() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getCharacterStream(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getCharacterStream(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getCharacterStream(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getCharacterStream(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getCharacterStream() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getClient(URL, ConnectionConfig, KerberosConnection) - Method in interface org.apache.calcite.avatica.remote.AvaticaHttpClientFactory
Construct the appropriate implementation of AvaticaHttpClient.
getClient(URL, ConnectionConfig, KerberosConnection) - Method in class org.apache.calcite.avatica.remote.AvaticaHttpClientFactoryImpl
 
getClientInfo(String) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
getClientInfo() - Method in class org.apache.calcite.avatica.AvaticaConnection
 
getClientInfo(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
getClientInfo() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
getClientInfoProperties() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getClientInfoProperties(Meta.ConnectionHandle) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
getClientInfoProperties(Meta.ConnectionHandle) - Method in interface org.apache.calcite.avatica.Meta
getClientInfoProperties(Meta.ConnectionHandle) - Method in class org.apache.calcite.avatica.MetaImpl
 
getClientInfoProperties() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getClob(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getClob(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getClob(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getClob(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getClob() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getColumnClassName(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
 
getColumnClassName(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSetMetaData
 
getColumnCount() - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
 
getColumnCount() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSetMetaData
 
getColumnDisplaySize(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
 
getColumnDisplaySize(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSetMetaData
 
getColumnLabel(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
 
getColumnLabel(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSetMetaData
 
getColumnName(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
 
getColumnName(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSetMetaData
 
getColumnNullability(Field) - Static method in class org.apache.calcite.avatica.MetaImpl
 
getColumnPrivileges(String, String, String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getColumnPrivileges(Meta.ConnectionHandle, String, String, String, Meta.Pat) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
getColumnPrivileges(Meta.ConnectionHandle, String, String, String, Meta.Pat) - Method in interface org.apache.calcite.avatica.Meta
getColumnPrivileges(Meta.ConnectionHandle, String, String, String, Meta.Pat) - Method in class org.apache.calcite.avatica.MetaImpl
 
getColumnPrivileges(String, String, String, String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getColumns(String, String, String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getColumns(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
getColumns(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, Meta.Pat) - Method in interface org.apache.calcite.avatica.Meta
getColumns(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.MetaImpl
 
getColumns(String, String, String, String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getColumnType(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
 
getColumnType(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSetMetaData
 
getColumnTypeName(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
 
getColumnTypeName(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSetMetaData
 
getComponent() - Method in class org.apache.calcite.avatica.ColumnMetaData.ArrayType
 
getConcurrency() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getConcurrency() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getConfig() - Method in class org.apache.calcite.avatica.server.HttpServer
 
getConnection() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getConnection() - Method in class org.apache.calcite.avatica.AvaticaStatement
 
getConnection(String) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
getConnection() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getConnection() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
getConnection() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
getConnection() - Static method in class org.apache.calcite.avatica.tck.TestRunner
Returns the Connection for tests to use.
getConnection() - Method in class org.apache.calcite.avatica.tck.tests.BaseTckTest
 
getConnectionCache() - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
getConnectionId() - Method in exception org.apache.calcite.avatica.NoSuchConnectionException
 
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.
getCounter(String) - Method in class org.apache.calcite.avatica.metrics.dropwizard.DropwizardMetricsSystem
 
getCounter(String) - Method in interface org.apache.calcite.avatica.metrics.MetricsSystem
Get or construct a Counter used to track a mutable number.
getCounter(String) - Method in class org.apache.calcite.avatica.metrics.noop.NoopMetricsSystem
 
getCrossReference(String, String, String, String, String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getCrossReference(Meta.ConnectionHandle, String, String, String, String, String, String) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
getCrossReference(Meta.ConnectionHandle, String, String, String, String, String, String) - Method in interface org.apache.calcite.avatica.Meta
getCrossReference(Meta.ConnectionHandle, String, String, String, String, String, String) - Method in class org.apache.calcite.avatica.MetaImpl
 
getCrossReference(String, String, String, String, String, String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getCursorName() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getCursorName() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getDatabaseMajorVersion() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getDatabaseMajorVersion() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getDatabaseMinorVersion() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getDatabaseMinorVersion() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getDatabaseProductName() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getDatabaseProductName() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getDatabaseProductVersion() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getDatabaseProductVersion() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getDatabaseProperties(Meta.ConnectionHandle) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
getDatabaseProperties(Meta.ConnectionHandle) - Method in interface org.apache.calcite.avatica.Meta
Returns a map of static database properties.
getDatabaseProperties(Meta.ConnectionHandle) - Method in class org.apache.calcite.avatica.MetaImpl
 
getDate(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getDate(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getDate(int, Calendar) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getDate(String, Calendar) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getDate(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getDate(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getDate(int, Calendar) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getDate(String, Calendar) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getDate(Calendar) - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getDefaultTransactionIsolation() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getDefaultTransactionIsolation() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getDouble(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getDouble(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getDouble() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
Returns the double value of this property.
getDouble(Number) - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
Returns the double value of this property.
getDouble(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getDouble(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getDouble() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getDriverMajorVersion() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getDriverMajorVersion() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getDriverMinorVersion() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getDriverMinorVersion() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getDriverName() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getDriverName() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getDriverVersion() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getDriverVersion() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getDriverVersion() - Method in class org.apache.calcite.avatica.UnregisteredDriver
Returns the driver version object.
getEnum(Class<E>) - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
Returns the enum value of this property.
getEnum(Class<E>, E) - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
Returns the enum value of this property.
getEnum(Map<InternalProperty, Object>, Class<E>) - Method in enum org.apache.calcite.avatica.InternalProperty
Returns the enum value of this property.
getErrorCode() - Method in exception org.apache.calcite.avatica.AvaticaClientRuntimeException
 
getErrorCode() - Method in 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 class org.apache.calcite.avatica.jdbc.JdbcMeta
 
getExportedKeys(Meta.ConnectionHandle, String, String, String) - Method in interface org.apache.calcite.avatica.Meta
getExportedKeys(Meta.ConnectionHandle, String, String, String) - Method in class org.apache.calcite.avatica.MetaImpl
 
getExportedKeys(String, String, String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getExtraNameCharacters() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getExtraNameCharacters() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getFactoryClassName(UnregisteredDriver.JdbcVersion) - Method in class org.apache.calcite.avatica.UnregisteredDriver
Returns the name of a class to be factory for JDBC objects (connection, statement) appropriate for the current JDBC version.
getFetchDirection() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getFetchDirection() - Method in class org.apache.calcite.avatica.AvaticaStatement
 
getFetchDirection() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
getFetchDirection() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getFetchDirection() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
getFetchSize() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getFetchSize() - Method in class org.apache.calcite.avatica.AvaticaStatement
 
getFetchSize() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
getFetchSize() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getFetchSize() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
getFloat(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getFloat(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getFloat(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getFloat(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getFloat() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getFraction() - Method in class org.apache.calcite.avatica.util.DateTimeUtils.PrecisionTime
 
getFunctionColumns(String, String, String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getFunctionColumns(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
getFunctionColumns(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, Meta.Pat) - Method in interface org.apache.calcite.avatica.Meta
getFunctionColumns(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.MetaImpl
 
getFunctionColumns(String, String, String, String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getFunctions(String, String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getFunctions(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
getFunctions(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat) - Method in interface org.apache.calcite.avatica.Meta
getFunctions(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.MetaImpl
 
getFunctions(String, String, String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getGeneratedKeys() - Method in class org.apache.calcite.avatica.AvaticaStatement
 
getGeneratedKeys() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
getGeneratedKeys() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
getHandle() - Method in exception org.apache.calcite.avatica.MissingResultsException
 
getHandler(Service, Driver.Serialization) - Method in class org.apache.calcite.avatica.server.HandlerFactory
Constructs the desired implementation for the given serialization method with metrics.
getHandler(Service, Driver.Serialization, AvaticaServerConfiguration) - Method in class org.apache.calcite.avatica.server.HandlerFactory
Constructs the desired implementation for the given serialization method and server configuration with metrics.
getHandler(Service, Driver.Serialization, MetricsSystemConfiguration<?>) - Method in class org.apache.calcite.avatica.server.HandlerFactory
Constructs the desired implementation for the given serialization method with metrics.
getHandler(Service, Driver.Serialization, MetricsSystemConfiguration<?>, AvaticaServerConfiguration) - Method in class org.apache.calcite.avatica.server.HandlerFactory
Constructs the desired implementation for the given serialization method and server configuration with metrics.
getHashLoginServiceProperties() - Method in interface org.apache.calcite.avatica.server.AvaticaServerConfiguration
Returns the path to a properties file that contains users and realms.
getHashLoginServiceRealm() - Method in interface org.apache.calcite.avatica.server.AvaticaServerConfiguration
Returns the name of the realm to use in coordination with the properties files specified by AvaticaServerConfiguration.getHashLoginServiceProperties().
getHistogram(String) - Method in class org.apache.calcite.avatica.metrics.dropwizard.DropwizardMetricsSystem
 
getHistogram(String) - Method in interface org.apache.calcite.avatica.metrics.MetricsSystem
Get or construct a Histogram used to measure a distribution of values.
getHistogram(String) - Method in class org.apache.calcite.avatica.metrics.noop.NoopMetricsSystem
 
getHoldability() - Method in class org.apache.calcite.avatica.AvaticaConnection
 
getHoldability() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getHoldability() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
getHoldability() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getHttpConnectionTimeout() - Method in interface org.apache.calcite.avatica.ConnectionConfig
 
getHttpConnectionTimeout() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
 
getHttpResponseTimeout() - Method in interface org.apache.calcite.avatica.ConnectionConfig
 
getHttpResponseTimeout() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
 
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
 
getIdentifierQuoteString() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getImportedKeys(String, String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getImportedKeys(Meta.ConnectionHandle, String, String, String) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
getImportedKeys(Meta.ConnectionHandle, String, String, String) - Method in interface org.apache.calcite.avatica.Meta
getImportedKeys(Meta.ConnectionHandle, String, String, String) - Method in class org.apache.calcite.avatica.MetaImpl
 
getImportedKeys(String, String, String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getIndexInfo(String, String, String, boolean, boolean) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getIndexInfo(Meta.ConnectionHandle, String, String, String, boolean, boolean) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
getIndexInfo(Meta.ConnectionHandle, String, String, String, boolean, boolean) - Method in interface org.apache.calcite.avatica.Meta
getIndexInfo(Meta.ConnectionHandle, String, String, String, boolean, boolean) - Method in class org.apache.calcite.avatica.MetaImpl
 
getIndexInfo(String, String, String, boolean, boolean) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getInstance() - Static method in class org.apache.calcite.avatica.metrics.noop.NoopMetricsSystem
 
getInstance() - Static method in class org.apache.calcite.avatica.metrics.noop.NoopMetricsSystemConfiguration
 
getInstance() - Static method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
getInstance() - Static method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getInstance() - Static method in class org.apache.calcite.avatica.noop.AvaticaNoopParameterMetaData
 
getInstance() - Static method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
getInstance() - Static method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getInstance() - Static method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSetMetaData
 
getInstance() - Static method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
getInstance() - Static method in class org.apache.calcite.avatica.remote.AvaticaHttpClientFactoryImpl
Returns a singleton instance of AvaticaHttpClientFactoryImpl.
getInt(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getInt(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getInt() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
Returns the int value of this property.
getInt(Number) - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
Returns the int value of this property.
getInt(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getInt(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getInt() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getJDBCMajorVersion() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getJdbcMajorVersion() - Method in interface org.apache.calcite.avatica.AvaticaFactory
 
getJDBCMajorVersion() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getJDBCMinorVersion() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getJdbcMinorVersion() - Method in interface org.apache.calcite.avatica.AvaticaFactory
 
getJDBCMinorVersion() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getKerberosConnection() - Method in class org.apache.calcite.avatica.AvaticaConnection
 
getKerberosHostName() - Method in interface org.apache.calcite.avatica.server.AvaticaServerConfiguration
Returns the "instance" component of the Kerberos principal for the Avatica server, e.g.
getKerberosKeytab() - Method in interface org.apache.calcite.avatica.server.AvaticaServerConfiguration
Returns the file to the server's Kerberos keytab.
getKerberosPrincipal() - Method in interface org.apache.calcite.avatica.server.AvaticaServerConfiguration
Returns the Kerberos principal that the Avatica server should log in as.
getKerberosRealm() - Method in interface org.apache.calcite.avatica.server.AvaticaServerConfiguration
Returns the Kerberos realm to use for the server's login.
getKerberosServiceName() - Method in interface org.apache.calcite.avatica.server.AvaticaServerConfiguration
Returns the "primary" component of the Kerberos principal for the Avatica server, e.g.
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 on Statement.getMaxRows() if the method does not exist (before JDK 1.8) or throws UnsupportedOperationException.
getLargeUpdateCount() - Method in class org.apache.calcite.avatica.AvaticaStatement
 
getLargeUpdateCount(Statement) - Static method in class org.apache.calcite.avatica.AvaticaUtils
Invokes Statement#getLargeUpdateCount, falling back on Statement.getUpdateCount() if the method does not exist (before JDK 1.8) or throws UnsupportedOperationException.
getLBConnectionFailoverRetries() - Method in interface org.apache.calcite.avatica.ConnectionConfig
 
getLBConnectionFailoverRetries() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
 
getLBConnectionFailoverSleepTime() - Method in interface org.apache.calcite.avatica.ConnectionConfig
 
getLBConnectionFailoverSleepTime() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
 
getLBStrategy() - Method in interface org.apache.calcite.avatica.ConnectionConfig
 
getLBStrategy() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
 
getLbURL(ConnectionConfig) - Method in interface org.apache.calcite.avatica.ha.LBStrategy
Get load balanced URL given the connection configuration.
getLbURL(ConnectionConfig) - Method in class org.apache.calcite.avatica.ha.RandomSelectLBStrategy
 
getLbURL(ConnectionConfig) - Method in class org.apache.calcite.avatica.ha.RoundRobinLBStrategy
 
getLbURL(ConnectionConfig) - Method in class org.apache.calcite.avatica.ha.ShuffledRoundRobinLBStrategy
 
getLbURLs() - Method in interface org.apache.calcite.avatica.ConnectionConfig
 
getLbURLs() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
 
getLocalCalendar() - Method in class org.apache.calcite.avatica.AvaticaResultSet
Returns the calendar used by this result set.
getLong(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getLong(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getLong() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
Returns the long value of this property.
getLong(Number) - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
Returns the long value of this property.
getLong(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getLong(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getLong() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getMajorVersion() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDriver
 
getMajorVersion() - Method in class org.apache.calcite.avatica.UnregisteredDriver
 
getMaxBinaryLiteralLength() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getMaxBinaryLiteralLength() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getMaxCatalogNameLength() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getMaxCatalogNameLength() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getMaxCharLiteralLength() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getMaxCharLiteralLength() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getMaxColumnNameLength() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getMaxColumnNameLength() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getMaxColumnsInGroupBy() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getMaxColumnsInGroupBy() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getMaxColumnsInIndex() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getMaxColumnsInIndex() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getMaxColumnsInOrderBy() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getMaxColumnsInOrderBy() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getMaxColumnsInSelect() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getMaxColumnsInSelect() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getMaxColumnsInTable() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getMaxColumnsInTable() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getMaxConnections() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getMaxConnections() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getMaxCursorNameLength() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getMaxCursorNameLength() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getMaxFieldSize() - Method in class org.apache.calcite.avatica.AvaticaStatement
 
getMaxFieldSize() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
getMaxFieldSize() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
getMaxIndexLength() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getMaxIndexLength() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getMaxProcedureNameLength() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getMaxProcedureNameLength() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getMaxRows() - Method in class org.apache.calcite.avatica.AvaticaStatement
 
getMaxRows() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
getMaxRows() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
getMaxRowSize() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getMaxRowSize() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getMaxSchemaNameLength() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getMaxSchemaNameLength() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getMaxStatementLength() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getMaxStatementLength() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getMaxStatements() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getMaxStatements() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getMaxTableNameLength() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getMaxTableNameLength() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getMaxTablesInSelect() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getMaxTablesInSelect() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getMaxUserNameLength() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getMaxUserNameLength() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getMeta(AvaticaConnection) - Method in class org.apache.calcite.avatica.AvaticaConnection.Trojan
A means for anyone who has a trojan to get the protected field AvaticaConnection.meta.
getMetaData() - Method in class org.apache.calcite.avatica.AvaticaConnection
 
getMetaData() - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
getMetaData() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getMetaData() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
getMetaData() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
getMetaData() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getMetaDataOperation() - Method in class org.apache.calcite.avatica.QueryState
 
getMeter(String) - Method in class org.apache.calcite.avatica.metrics.dropwizard.DropwizardMetricsSystem
 
getMeter(String) - Method in interface org.apache.calcite.avatica.metrics.MetricsSystem
Get or construct a Meter used to measure durations and report distributions (a combination of a Timer and a Histogram.
getMeter(String) - Method in class org.apache.calcite.avatica.metrics.noop.NoopMetricsSystem
 
getMetrics() - Method in class org.apache.calcite.avatica.server.AvaticaJsonHandler
 
getMetrics() - Method in class org.apache.calcite.avatica.server.AvaticaProtobufHandler
 
getMetrics() - Method in interface org.apache.calcite.avatica.server.MetricsAwareAvaticaHandler
 
getMinorVersion() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDriver
 
getMinorVersion() - Method in class org.apache.calcite.avatica.UnregisteredDriver
 
getMonitor() - Method in interface org.apache.calcite.avatica.Meta.PrepareCallback
 
getMoreResults() - Method in class org.apache.calcite.avatica.AvaticaStatement
 
getMoreResults(int) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
getMoreResults() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
getMoreResults(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
getMoreResults() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
getMoreResults(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
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(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getNCharacterStream(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getNCharacterStream(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getNCharacterStream(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getNCharacterStream() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getNClob(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getNClob(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getNClob(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getNClob(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getNClob() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getNetworkTimeout() - Method in class org.apache.calcite.avatica.AvaticaConnection
 
getNetworkTimeout() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
getNString(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getNString(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getNString(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getNString(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getNString() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getNumericFunctions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getNumericFunctions() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getObject(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getObject(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getObject(int, Map<String, Class<?>>) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getObject(String, Map<String, Class<?>>) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getObject(int, Class<T>) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getObject(String, Class<T>) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getObject(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getObject(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getObject(int, Map<String, Class<?>>) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getObject(String, Map<String, Class<?>>) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getObject(int, Class<T>) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getObject(String, Class<T>) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getObject() - Method in class org.apache.calcite.avatica.util.AbstractCursor.ArrayAccessor
 
getObject() - Method in interface org.apache.calcite.avatica.util.AbstractCursor.Getter
 
getObject() - Method in class org.apache.calcite.avatica.util.AbstractCursor.SlotGetter
 
getObject() - Method in class org.apache.calcite.avatica.util.AbstractCursor.StructGetter
 
getObject() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getObject(Map<String, Class<?>>) - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getObject(Class<T>) - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getObject() - Method in class org.apache.calcite.avatica.util.PositionedCursor.ArrayGetter
 
getObject() - Method in class org.apache.calcite.avatica.util.PositionedCursor.FieldGetter
 
getObject() - Method in class org.apache.calcite.avatica.util.PositionedCursor.ListGetter
 
getObject() - Method in class org.apache.calcite.avatica.util.PositionedCursor.MapGetter
 
getObject() - Method in class org.apache.calcite.avatica.util.PositionedCursor.ObjectGetter
 
getOffset() - Method in class org.apache.calcite.avatica.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
 
getParameterClassName(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopParameterMetaData
 
getParameterCount() - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
getParameterCount() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopParameterMetaData
 
getParameterMetaData() - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
getParameterMetaData() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
getParameterMode(int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
getParameterMode(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopParameterMetaData
 
getParameterType(int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
getParameterType(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopParameterMetaData
 
getParameterTypeName(int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
getParameterTypeName(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopParameterMetaData
 
getParameterValueBatch() - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
getParameterValues(AvaticaStatement) - Method in class org.apache.calcite.avatica.AvaticaConnection.Trojan
A means for anyone who has a trojan to call the protected method AvaticaStatement.getParameterValues().
getParameterValues() - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
getParameterValues() - Method in class org.apache.calcite.avatica.AvaticaStatement
Returns the list of values of this statement's parameters.
getParamString(Properties) - Static method in class org.apache.calcite.avatica.ConnectStringParser
Returns a param string, quoted and escaped as needed, to represent the supplied name-value pairs.
getParentLogger() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDriver
 
getParentLogger() - Method in class org.apache.calcite.avatica.UnregisteredDriver
 
getParserForRequest(String) - Static method in class org.apache.calcite.avatica.remote.ProtobufTranslationImpl
Fetches the concrete message's Parser implementation.
getParserForResponse(String) - Static method in class org.apache.calcite.avatica.remote.ProtobufTranslationImpl
Fetches the concrete message's Parser implementation.
getPlugin(Class<T>, T) - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
Returns an instance of a plugin.
getPlugin(Class<T>, String, T) - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
Returns an instance of a plugin, using a given class name if none is set.
getPool(ConnectionConfig) - Static method in class org.apache.calcite.avatica.remote.CommonsHttpClientPoolCache
 
getPort() - Method in class org.apache.calcite.avatica.server.HttpServer
 
getPrecision(int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
getPrecision(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
 
getPrecision(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopParameterMetaData
 
getPrecision(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSetMetaData
 
getPrecision() - Method in class org.apache.calcite.avatica.util.DateTimeUtils.PrecisionTime
 
getPrimaryKeys(String, String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getPrimaryKeys(Meta.ConnectionHandle, String, String, String) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
getPrimaryKeys(Meta.ConnectionHandle, String, String, String) - Method in interface org.apache.calcite.avatica.Meta
getPrimaryKeys(Meta.ConnectionHandle, String, String, String) - Method in class org.apache.calcite.avatica.MetaImpl
 
getPrimaryKeys(String, String, String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getProcedureColumns(String, String, String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getProcedureColumns(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
getProcedureColumns(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, Meta.Pat) - Method in interface org.apache.calcite.avatica.Meta
getProcedureColumns(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.MetaImpl
 
getProcedureColumns(String, String, String, String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getProcedures(String, String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getProcedures(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
getProcedures(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat) - Method in interface org.apache.calcite.avatica.Meta
getProcedures(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.MetaImpl
 
getProcedures(String, String, String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getProcedureTerm() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getProcedureTerm() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getProp(Meta, Meta.ConnectionHandle, Class<T>) - Method in enum org.apache.calcite.avatica.Meta.DatabaseProperty
Returns a value of this property, using the default value if the map does not contain an explicit value.
getProp(Map<Meta.DatabaseProperty, Object>, Class<T>) - Method in enum org.apache.calcite.avatica.Meta.DatabaseProperty
Returns a value of this property, using the default value if the map does not contain an explicit value.
getPropertyInfo(String, Properties) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDriver
 
getPropertyInfo(String, Properties) - Method in class org.apache.calcite.avatica.UnregisteredDriver
 
getProtoUpdateBatches() - Method in class org.apache.calcite.avatica.remote.Service.ExecuteBatchRequest
 
getPseudoColumns(String, String, String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getPseudoColumns(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
getPseudoColumns(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, Meta.Pat) - Method in interface org.apache.calcite.avatica.Meta
getPseudoColumns(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.MetaImpl
 
getPseudoColumns(String, String, String, String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getQueryTimeout() - Method in class org.apache.calcite.avatica.AvaticaStatement
 
getQueryTimeout() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
getQueryTimeout() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
getRef(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getRef(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getRef(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getRef(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getRef() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getRemoteAvaticaProperties() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getRemoteAvaticaProperties() - Method in interface org.apache.calcite.avatica.AvaticaSpecificDatabaseMetaData
Retrieves all Avatica-centric properties from the server.
getRemoteServer() - Method in exception org.apache.calcite.avatica.AvaticaSqlException
 
getRemoteUserExtractor() - Method in interface org.apache.calcite.avatica.server.AvaticaServerConfiguration
Extract the user this request should execute as.
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.jdbc.StatementInfo
 
getResultSet() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
getResultSet() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
getResultSet() - Method in class org.apache.calcite.avatica.util.ArrayImpl
 
getResultSet(Map<String, Class<?>>) - Method in class org.apache.calcite.avatica.util.ArrayImpl
 
getResultSet(long, int) - Method in class org.apache.calcite.avatica.util.ArrayImpl
 
getResultSet(long, int, Map<String, Class<?>>) - Method in class org.apache.calcite.avatica.util.ArrayImpl
 
getResultSetConcurrency() - Method in class org.apache.calcite.avatica.AvaticaStatement
 
getResultSetConcurrency() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
getResultSetConcurrency() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
getResultSetHoldability() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getResultSetHoldability() - Method in class org.apache.calcite.avatica.AvaticaStatement
 
getResultSetHoldability() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getResultSetHoldability() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
getResultSetHoldability() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
getResultSetType() - Method in class org.apache.calcite.avatica.AvaticaStatement
 
getResultSetType() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
getResultSetType() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
getRow() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getRow() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getRowId(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getRowId(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getRowId(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getRowId(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getRowIdLifetime() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getRowIdLifetime() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
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
 
getScale(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopParameterMetaData
 
getScale(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSetMetaData
 
getSchema() - Method in class org.apache.calcite.avatica.AvaticaConnection
 
getSchema() - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
 
getSchema() - Method in interface org.apache.calcite.avatica.Meta.ConnectionProperties
 
getSchema() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
getSchemaName(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
 
getSchemaName(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSetMetaData
 
getSchemas(String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getSchemas() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getSchemas(Meta.ConnectionHandle, String, Meta.Pat) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
getSchemas(Meta.ConnectionHandle, String, Meta.Pat) - Method in interface org.apache.calcite.avatica.Meta
 
getSchemas(Meta.ConnectionHandle, String, Meta.Pat) - Method in class org.apache.calcite.avatica.MetaImpl
 
getSchemas() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getSchemas(String, String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getSchemaTerm() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getSchemaTerm() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getSearchStringEscape() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getSearchStringEscape() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getSerialFromProto(Common.TypedValue) - Static method in class org.apache.calcite.avatica.remote.TypedValue
Converts the serialized value into the appropriate primitive/object.
getServer() - Method in class org.apache.calcite.avatica.server.DelegatingAvaticaHandler
 
getServerConnector() - Method in class org.apache.calcite.avatica.server.HttpServer
 
getServerExceptions() - Method in exception org.apache.calcite.avatica.AvaticaClientRuntimeException
 
getService() - Method in class org.apache.calcite.avatica.AvaticaConnection
 
getSetConversions() - Static method in enum org.apache.calcite.avatica.SqlType
Returns the entries in JDBC table B-5.
getSeverity() - Method in exception org.apache.calcite.avatica.AvaticaClientRuntimeException
 
getSeverity() - Method in exception org.apache.calcite.avatica.remote.AvaticaRuntimeException
Returns the severity at which this exception is thrown.
getShort(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getShort(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getShort(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getShort(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getShort() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getSignature() - Method in class org.apache.calcite.avatica.AvaticaStatement
 
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
 
getSQLKeywords() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
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
 
getSQLStateType() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getSQLTypeName() - Method in class org.apache.calcite.avatica.util.StructImpl
 
getSQLXML(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getSQLXML(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getSQLXML(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getSQLXML(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getSQLXML() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getStackTraces() - Method in exception org.apache.calcite.avatica.AvaticaSqlException
 
getStatement() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getStatement() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getStatementCache() - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
getStatementHandle() - Method in exception org.apache.calcite.avatica.NoSuchStatementException
 
getStatementIdGenerator() - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
getStatementType() - Method in class org.apache.calcite.avatica.AvaticaStatement
 
getStatusCode() - Method in class org.apache.calcite.avatica.remote.Handler.HandlerResponse
 
getString(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getString(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getString() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
Returns the string value of this property, or null if not specified and no default.
getString(String) - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
Returns the string value of this property, or null if not specified and no default.
getString(Map<InternalProperty, Object>) - Method in enum org.apache.calcite.avatica.InternalProperty
Returns the string value of this property, or null if not specified and no default.
getString(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getString(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getString() - Method in class org.apache.calcite.avatica.util.AbstractCursor.ArrayAccessor
 
getString() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getStringFunctions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getStringFunctions() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
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 class org.apache.calcite.avatica.jdbc.JdbcMeta
 
getSuperTables(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat) - Method in interface org.apache.calcite.avatica.Meta
getSuperTables(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.MetaImpl
 
getSuperTables(String, String, String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getSuperTypes(String, String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getSuperTypes(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
getSuperTypes(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat) - Method in interface org.apache.calcite.avatica.Meta
getSuperTypes(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.MetaImpl
 
getSuperTypes(String, String, String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getSystemFunctions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getSystemFunctions() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getTableName(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
 
getTableName(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSetMetaData
 
getTableName() - Method in class org.apache.calcite.avatica.tck.tests.BaseTckTest
 
getTablePrivileges(String, String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getTablePrivileges(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
getTablePrivileges(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat) - Method in interface org.apache.calcite.avatica.Meta
getTablePrivileges(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.MetaImpl
 
getTablePrivileges(String, String, String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getTables(String, String, String, String[]) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getTables(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, List<String>) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
getTables(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, List<String>) - Method in interface org.apache.calcite.avatica.Meta
getTables(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, List<String>) - Method in class org.apache.calcite.avatica.MetaImpl
 
getTables(String, String, String, String[]) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getTableTypes() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getTableTypes(Meta.ConnectionHandle) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
getTableTypes(Meta.ConnectionHandle) - Method in interface org.apache.calcite.avatica.Meta
getTableTypes(Meta.ConnectionHandle) - Method in class org.apache.calcite.avatica.MetaImpl
 
getTableTypes() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getter - Variable in class org.apache.calcite.avatica.util.AbstractCursor.StructGetter
 
getTime(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getTime(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getTime(int, Calendar) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getTime(String, Calendar) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getTime(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getTime(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getTime(int, Calendar) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getTime(String, Calendar) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getTime(Calendar) - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getTimeDateFunctions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getTimeDateFunctions() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getTimer(String) - Method in class org.apache.calcite.avatica.metrics.dropwizard.DropwizardMetricsSystem
 
getTimer(String) - Method in interface org.apache.calcite.avatica.metrics.MetricsSystem
Get or construct a Timer used to measure durations and report rates.
getTimer(String) - Method in class org.apache.calcite.avatica.metrics.noop.NoopMetricsSystem
 
getTimestamp(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getTimestamp(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getTimestamp(int, Calendar) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getTimestamp(String, Calendar) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getTimestamp(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getTimestamp(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getTimestamp(int, Calendar) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getTimestamp(String, Calendar) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getTimestamp(Calendar) - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getTimeZone() - Method in class org.apache.calcite.avatica.AvaticaConnection
Returns the time zone of this connection.
getTimeZone(Calendar) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
Gets the active time zone based on a Calendar argument
getTransactionIsolation() - Method in class org.apache.calcite.avatica.AvaticaConnection
 
getTransactionIsolation() - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
 
getTransactionIsolation() - Method in interface org.apache.calcite.avatica.Meta.ConnectionProperties
 
getTransactionIsolation() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
getType() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getType() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getType() - Method in class org.apache.calcite.avatica.QueryState
 
getTypeInfo() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getTypeInfo(Meta.ConnectionHandle) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
getTypeInfo(Meta.ConnectionHandle) - Method in interface org.apache.calcite.avatica.Meta
getTypeInfo(Meta.ConnectionHandle) - Method in class org.apache.calcite.avatica.MetaImpl
 
getTypeInfo() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getTypeMap() - Method in class org.apache.calcite.avatica.AvaticaConnection
 
getTypeMap() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
getUDTs(String, String, String, int[]) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getUDTs(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, int[]) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
getUDTs(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, int[]) - Method in interface org.apache.calcite.avatica.Meta
getUDTs(Meta.ConnectionHandle, String, Meta.Pat, Meta.Pat, int[]) - Method in class org.apache.calcite.avatica.MetaImpl
 
getUDTs(String, String, String, int[]) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getUnicodeStream(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getUnicodeStream(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getUnicodeStream(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getUnicodeStream(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getUnicodeStream() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getUpdateCount() - Method in class org.apache.calcite.avatica.AvaticaStatement
 
getUpdateCount() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
getUpdateCount() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
getURL() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getURL(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getURL(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getURL() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getURL(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getURL(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getURL() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
getUserIdentity(String) - Method in class org.apache.calcite.avatica.server.AvaticaUserStore
 
getUserName() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
getUserName() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getValue() - Method in enum org.apache.calcite.avatica.AvaticaSeverity
 
getValue() - Method in class org.apache.calcite.avatica.metrics.dropwizard.DropwizardGauge
 
getValue() - Method in interface org.apache.calcite.avatica.metrics.Gauge
 
getValue(int) - 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 class org.apache.calcite.avatica.jdbc.JdbcMeta
 
getVersionColumns(Meta.ConnectionHandle, String, String, String) - Method in interface org.apache.calcite.avatica.Meta
getVersionColumns(Meta.ConnectionHandle, String, String, String) - Method in class org.apache.calcite.avatica.MetaImpl
 
getVersionColumns(String, String, String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
getWarnings() - Method in class org.apache.calcite.avatica.AvaticaConnection
 
getWarnings() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
getWarnings() - Method in class org.apache.calcite.avatica.AvaticaStatement
 
getWarnings() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
getWarnings() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
getWarnings() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
getWarnings() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
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
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.apache.calcite.avatica.server.AvaticaJsonHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.apache.calcite.avatica.server.AvaticaProtobufHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.apache.calcite.avatica.server.DelegatingAvaticaHandler
 
Handler - Interface in org.apache.calcite.avatica
Called at various points in the JDBC lifecycle.
Handler<T> - Interface in org.apache.calcite.avatica.remote
API for text request-response calls to an Avatica server.
handler - Variable in class org.apache.calcite.avatica.UnregisteredDriver
 
Handler.HandlerResponse<T> - Class in org.apache.calcite.avatica.remote
Struct that encapsulates the context of the result of a request to Avatica.
Handler.ResultSink - Interface in org.apache.calcite.avatica
Handler for temporary tables.
HANDLER_PREFIX - Static variable in interface org.apache.calcite.avatica.server.MetricsAwareAvaticaHandler
General prefix for all metrics in a handler.
HANDLER_SERIALIZATION_METRICS_NAME - Static variable in interface org.apache.calcite.avatica.remote.Handler
 
HandlerFactory - Class in org.apache.calcite.avatica.server
Factory that instantiates the desired implementation, typically differing on the method used to serialize messages, for use in the Avatica server.
HandlerFactory() - Constructor for class org.apache.calcite.avatica.server.HandlerFactory
 
HandlerImpl - Class in org.apache.calcite.avatica
Implementation of Handler that does nothing for each callback.
HandlerImpl() - Constructor for class org.apache.calcite.avatica.HandlerImpl
 
HandlerResponse(T, int) - Constructor for class org.apache.calcite.avatica.remote.Handler.HandlerResponse
 
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 - Static variable in class org.apache.calcite.avatica.AvaticaConnection
 
Helper - Class in org.apache.calcite.avatica
Utility methods, mainly concerning error-handling.
Histogram - Interface in org.apache.calcite.avatica.metrics
A metric which measures the distribution of values.
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.
HTTP_BAD_REQUEST - Static variable in interface org.apache.calcite.avatica.remote.Handler
 
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.
HttpQueryStringParameterRemoteUserExtractor - Class in org.apache.calcite.avatica.server
A RemoteUserExtractor that extracts the remote user from an HTTP query string parameter.
HttpQueryStringParameterRemoteUserExtractor(String) - Constructor for class org.apache.calcite.avatica.server.HttpQueryStringParameterRemoteUserExtractor
 
HttpRequestRemoteUserExtractor - Class in org.apache.calcite.avatica.server
A RemoteUserExtractor that extracts the remote user from the HTTP request.
HttpRequestRemoteUserExtractor() - Constructor for class org.apache.calcite.avatica.server.HttpRequestRemoteUserExtractor
 
HttpServer - Class in org.apache.calcite.avatica.server
Avatica HTTP server.
HttpServer(Handler) - Constructor for class org.apache.calcite.avatica.server.HttpServer
Deprecated.
HttpServer(AvaticaHandler) - Constructor for class org.apache.calcite.avatica.server.HttpServer
Constructs an HttpServer which binds to an ephemeral port.
HttpServer(int, Handler) - Constructor for class org.apache.calcite.avatica.server.HttpServer
Deprecated.
HttpServer(int, AvaticaHandler) - Constructor for class org.apache.calcite.avatica.server.HttpServer
Constructs an HttpServer with no additional configuration.
HttpServer(int, AvaticaHandler, AvaticaServerConfiguration) - Constructor for class org.apache.calcite.avatica.server.HttpServer
Constructs an HttpServer.
HttpServer(int, AvaticaHandler, AvaticaServerConfiguration, Subject) - Constructor for class org.apache.calcite.avatica.server.HttpServer
Constructs an HttpServer.
HttpServer(int, AvaticaHandler, AvaticaServerConfiguration, Subject, SslContextFactory.Server) - Constructor for class org.apache.calcite.avatica.server.HttpServer
Constructs an HttpServer.
HttpServer(int, AvaticaHandler, AvaticaServerConfiguration, Subject, SslContextFactory.Server, int) - Constructor for class org.apache.calcite.avatica.server.HttpServer
Constructs an HttpServer.
HttpServer.Builder<T> - Class in org.apache.calcite.avatica.server
Builder class for creating instances of HttpServer.

I

id - Variable in class org.apache.calcite.avatica.AvaticaConnection
 
id - Variable in class org.apache.calcite.avatica.ColumnMetaData.AvaticaType
 
id - Variable in class org.apache.calcite.avatica.Meta.ConnectionHandle
 
id - Variable in class org.apache.calcite.avatica.Meta.StatementHandle
 
id - Variable in enum org.apache.calcite.avatica.SqlType
Type id as appears in Types, e.g.
IDENTITY_CONVERTER - Static variable in class org.apache.calcite.avatica.ConnectionConfigImpl
 
increment() - Method in interface org.apache.calcite.avatica.metrics.Counter
Increment this by 1.
increment(long) - Method in interface org.apache.calcite.avatica.metrics.Counter
Increment this by n.
increment() - Method in class org.apache.calcite.avatica.metrics.dropwizard.DropwizardCounter
 
increment(long) - Method in class org.apache.calcite.avatica.metrics.dropwizard.DropwizardCounter
 
increment() - Method in class org.apache.calcite.avatica.metrics.noop.NoopCounter
 
increment(long) - Method in class org.apache.calcite.avatica.metrics.noop.NoopCounter
 
index - Variable in class org.apache.calcite.avatica.util.PositionedCursor.ListGetter
 
indexName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaIndexInfo
 
indexOf(ByteString) - Method in class org.apache.calcite.avatica.util.ByteString
Returns the position at which seek first occurs in this byte string, or -1 if it does not occur.
indexOf(ByteString, int) - Method in class org.apache.calcite.avatica.util.ByteString
Returns the position at which seek first occurs in this byte string, starting at the specified index, or -1 if it does not occur.
indexQualifier - Variable in class org.apache.calcite.avatica.MetaImpl.MetaIndexInfo
 
info - Variable in class org.apache.calcite.avatica.AvaticaConnection
 
info - Variable in class org.apache.calcite.avatica.remote.Service.OpenConnectionRequest
 
initializeClient(PoolingHttpClientConnectionManager, ConnectionConfig) - Method in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
 
initializeConnection() - Method in class org.apache.calcite.avatica.tck.tests.BaseTckTest
 
InputStream(InputStream) - Constructor for class org.apache.calcite.avatica.util.Base64.InputStream
Constructs a Base64.InputStream in DECODE mode.
InputStream(InputStream, int) - Constructor for class org.apache.calcite.avatica.util.Base64.InputStream
Constructs a Base64.InputStream in either ENCODE or DECODE mode.
insertRow() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
insertRow() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
insertsAreDetected(int) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
insertsAreDetected(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
InsertTest - Class in org.apache.calcite.avatica.tck.tests
Tests for INSERT.
InsertTest() - Constructor for class org.apache.calcite.avatica.tck.tests.InsertTest
 
INSTANCE - Static variable in class org.apache.calcite.avatica.ha.RoundRobinLBStrategy
 
INSTANCE - Static variable in class org.apache.calcite.avatica.ha.ShuffledRoundRobinLBStrategy
 
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.
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.
internalStart() - Method in class org.apache.calcite.avatica.server.HttpServer
 
intervalDayTimeToString(long, TimeUnitRange, int) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
 
intervalYearMonthToString(int, TimeUnitRange) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
 
INVALID_SQL_STATEMENT - Static variable in enum org.apache.calcite.avatica.SqlState
Alias for backwards compatibility with previous versions of SQL spec.
invoke(Connection, Statement) - Method in class org.apache.calcite.avatica.QueryState
 
invokeWithRetries(AvaticaConnection.CallableWithoutException<T>) - Method in class org.apache.calcite.avatica.AvaticaConnection
Invokes the given "callable", retrying the call when the server responds with an error denoting that the connection is missing on the server.
isAfterLast() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
isAfterLast() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
isAutoCommit() - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
 
isAutoCommit() - Method in interface org.apache.calcite.avatica.Meta.ConnectionProperties
 
isAutoIncrement(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
 
isAutoincrement - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
 
isAutoIncrement(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSetMetaData
 
isBeforeFirst() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
isBeforeFirst() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
isCaseSensitive(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
 
isCaseSensitive(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSetMetaData
 
isCatalogAtStart() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
isCatalogAtStart() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
isClosed() - Method in class org.apache.calcite.avatica.AvaticaConnection
 
isClosed() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
isClosed() - Method in class org.apache.calcite.avatica.AvaticaStatement
 
isClosed() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
isClosed() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
isClosed() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
isClosed() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
isCloseOnCompletion() - Method in class org.apache.calcite.avatica.AvaticaStatement
 
isCloseOnCompletion() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
isCloseOnCompletion() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
isCurrency(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
 
isCurrency(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSetMetaData
 
isDefinitelyWritable(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
 
isDefinitelyWritable(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSetMetaData
 
isDirty() - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
 
isEmpty() - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
 
isEmpty() - Method in interface org.apache.calcite.avatica.Meta.ConnectionProperties
 
isFailed() - Method in class org.apache.calcite.avatica.server.DelegatingAvaticaHandler
 
isFirst() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
isFirst() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
isGeneratedcolumn - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
 
isGrantable - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumnPrivilege
 
isGrantable - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTablePrivilege
 
isIbmJava() - Static method in class org.apache.calcite.avatica.remote.KerberosConnection
Returns whether or not the current environment is IBM Java.
isJdbc - Variable in enum org.apache.calcite.avatica.Meta.DatabaseProperty
 
isLast() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
isLast() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
isLocalProperty(Object) - Static method in enum org.apache.calcite.avatica.BuiltInConnectionProperty
Checks if the given property only applicable to the remote driver (should not be sent to the Avatica server).
isNullable(int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
isNullable(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
 
isNullable - Variable in class org.apache.calcite.avatica.MetaImpl.MetaAttribute
 
isNullable - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
 
isNullable - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunctionColumn
 
isNullable - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
 
isNullable - Variable in class org.apache.calcite.avatica.MetaImpl.MetaPseudoColumn
 
isNullable(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopParameterMetaData
 
isNullable(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSetMetaData
 
isOffsetDateTime(Object) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
Returns whether a value is an OffsetDateTime.
isPoolable() - Method in class org.apache.calcite.avatica.AvaticaStatement
 
isPoolable() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
isPoolable() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
isReadOnly() - Method in class org.apache.calcite.avatica.AvaticaConnection
 
isReadOnly() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
isReadOnly(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
 
isReadOnly() - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
 
isReadOnly() - Method in interface org.apache.calcite.avatica.Meta.ConnectionProperties
 
isReadOnly() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
isReadOnly() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
isReadOnly(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSetMetaData
 
isResultSetInitialized() - Method in class org.apache.calcite.avatica.jdbc.StatementInfo
 
isRunning() - Method in class org.apache.calcite.avatica.server.DelegatingAvaticaHandler
 
isSearchable(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
 
isSearchable(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSetMetaData
 
isSet(int) - Method in class org.apache.calcite.avatica.AvaticaSite
 
isSigned(int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
isSigned(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
 
isSigned(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopParameterMetaData
 
isSigned(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSetMetaData
 
isStarted() - Method in class org.apache.calcite.avatica.server.DelegatingAvaticaHandler
 
isStarting() - Method in class org.apache.calcite.avatica.server.DelegatingAvaticaHandler
 
isStopped() - Method in class org.apache.calcite.avatica.server.DelegatingAvaticaHandler
 
isStopping() - Method in class org.apache.calcite.avatica.server.DelegatingAvaticaHandler
 
isUserPermitted(AvaticaServerConfiguration, Request, HttpServletRequest, HttpServletResponse) - Method in class org.apache.calcite.avatica.server.AbstractAvaticaHandler
Determines if a request is permitted to be executed.
isValid(int) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
isValid(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
isValidValue(BigDecimal) - Method in enum org.apache.calcite.avatica.util.TimeUnit
Returns whether a given value is valid for a field of this time unit.
isWrapperFor(Class<?>) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
isWrapperFor(Class<?>) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
isWrapperFor(Class<?>) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
isWrapperFor(Class<?>) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
 
isWrapperFor(Class<?>) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
isWrapperFor(Class<?>) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
isWrapperFor(Class<?>) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
isWrapperFor(Class<?>) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopParameterMetaData
 
isWrapperFor(Class<?>) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
isWrapperFor(Class<?>) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
isWrapperFor(Class<?>) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSetMetaData
 
isWrapperFor(Class<?>) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
isWritable(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
 
isWritable(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSetMetaData
 
IteratorCursor<E> - Class in org.apache.calcite.avatica.util
Implementation of Cursor on top of an Iterator that returns a record for each row.
IteratorCursor(Iterator<E>) - Constructor for class org.apache.calcite.avatica.util.IteratorCursor
Creates an IteratorCursor.

J

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

K

KerberosConnection - Class in org.apache.calcite.avatica.remote
A utility to perform Kerberos logins and renewals.
KerberosConnection(String, File) - Constructor for class org.apache.calcite.avatica.remote.KerberosConnection
Constructs an instance.
kerberosKeytab() - Method in interface org.apache.calcite.avatica.ConnectionConfig
 
kerberosKeytab() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
 
kerberosPrincipal() - Method in interface org.apache.calcite.avatica.ConnectionConfig
 
kerberosPrincipal() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
 
key() - Method in enum org.apache.calcite.avatica.jdbc.JdbcMeta.ConnectionCacheSettings
The configuration key for specifying this setting.
key() - Method in enum org.apache.calcite.avatica.jdbc.JdbcMeta.StatementCacheSettings
The configuration key for specifying this setting.
key - Variable in class org.apache.calcite.avatica.util.PositionedCursor.MapGetter
 
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
 
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
 
keystoreType() - Method in interface org.apache.calcite.avatica.ConnectionConfig
 
keystoreType() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
 
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
 
last() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
lastDay(int) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
SQL LAST_DAY function.
LBStrategy - Interface in org.apache.calcite.avatica.ha
 
length - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunctionColumn
 
length - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
 
length() - Method in class org.apache.calcite.avatica.util.ByteString
Returns the number of bytes in this byte string.
LIST - Static variable in class org.apache.calcite.avatica.Meta.CursorFactory
 
ListGetter(int) - Constructor for class org.apache.calcite.avatica.util.PositionedCursor.ListGetter
 
ListIteratorCursor - Class in org.apache.calcite.avatica.util
Implementation of Cursor on top of an Iterator that returns a List for each row.
ListIteratorCursor(Iterator<List<Object>>) - Constructor for class org.apache.calcite.avatica.util.ListIteratorCursor
Creates a RecordEnumeratorCursor.
literalPrefix - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
 
literalSuffix - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
 
load(Class<? extends UnregisteredDriver>, String, String, String, String, String) - Static method in class org.apache.calcite.avatica.DriverVersion
Loads a driver version from a properties file, read from the classpath.
load(MetricsSystemConfiguration<?>) - Static method in class org.apache.calcite.avatica.metrics.MetricsSystemLoader
Creates a MetricsSystem instance using the corresponding MetricsSystemFactory available to ServiceLoader on the classpath.
localCalendar - Variable in class org.apache.calcite.avatica.AvaticaResultSet
 
localCalendar() - Static method in class org.apache.calcite.avatica.util.Unsafe
Returns a Calendar with the local time zone and root locale.
LocalJsonService - Class in org.apache.calcite.avatica.remote
Implementation of Service that goes to an in-process instance of Service.
LocalJsonService(Service) - Constructor for class org.apache.calcite.avatica.remote.LocalJsonService
 
LocalProtobufService - Class in org.apache.calcite.avatica.remote
A Service implementation that performs protocol buffer serialization on request and responses on either side of computing a response from a request to mimic some transport to a server which would normally perform such computation.
LocalProtobufService(Service, ProtobufTranslation) - Constructor for class org.apache.calcite.avatica.remote.LocalProtobufService
 
LocalService - Class in org.apache.calcite.avatica.remote
Implementation of Service that talks to a local Meta.
LocalService(Meta) - Constructor for class org.apache.calcite.avatica.remote.LocalService
 
LocalService(Meta, MetricsSystem) - Constructor for class org.apache.calcite.avatica.remote.LocalService
 
localTypeName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
 
locatorsUpdateCopy() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
locatorsUpdateCopy() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
login() - Method in class org.apache.calcite.avatica.remote.KerberosConnection
Perform a Kerberos login and launch a daemon thread to periodically perfrom renewals of that Kerberos login.
login(String, Object, ServletRequest) - Method in class org.apache.calcite.avatica.server.PropertyBasedSpnegoLoginService
 
lookupStatement(Meta.StatementHandle) - Method in class org.apache.calcite.avatica.AvaticaConnection
Creates a statement wrapper around an existing handle.

M

Main - Class in org.apache.calcite.avatica.server
Jetty handler that executes Avatica JSON request-responses.
main(String[]) - Static method in class org.apache.calcite.avatica.server.Main
 
main(String[]) - Static method in class org.apache.calcite.avatica.standalone.StandaloneServer
 
main(String[]) - Static method in class org.apache.calcite.avatica.tck.TestRunner
 
Main.HandlerFactory - Interface in org.apache.calcite.avatica.server
Factory that instantiates Jetty Handlers
majorVersion - Variable in class org.apache.calcite.avatica.DriverVersion
 
map(List<String>) - Static method in class org.apache.calcite.avatica.Meta.CursorFactory
 
map - Variable in class org.apache.calcite.avatica.remote.Service.DatabasePropertyResponse
 
MapGetter(K) - Constructor for class org.apache.calcite.avatica.util.PositionedCursor.MapGetter
 
MapIteratorCursor - Class in org.apache.calcite.avatica.util
Implementation of Cursor on top of an Iterator that returns a Map for each row.
MapIteratorCursor(Iterator<Map<String, Object>>, List<String>) - Constructor for class org.apache.calcite.avatica.util.MapIteratorCursor
Creates a MapIteratorCursor.
MAPPER - Static variable in class org.apache.calcite.avatica.remote.JsonHandler
 
MAPPER - Static variable in class org.apache.calcite.avatica.remote.JsonService
 
mark() - Method in class org.apache.calcite.avatica.metrics.dropwizard.DropwizardMeter
 
mark(long) - Method in class org.apache.calcite.avatica.metrics.dropwizard.DropwizardMeter
 
mark() - Method in interface org.apache.calcite.avatica.metrics.Meter
Records one occurrence.
mark(long) - Method in interface org.apache.calcite.avatica.metrics.Meter
Records events occurrences.
mark() - Method in class org.apache.calcite.avatica.metrics.noop.NoopMeter
 
mark(long) - Method in class org.apache.calcite.avatica.metrics.noop.NoopMeter
 
MAX - Static variable in class org.apache.calcite.avatica.util.Spaces
The longest possible string of spaces.
maximumScale - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
 
maxLen - Variable in class org.apache.calcite.avatica.MetaImpl.MetaClientInfoProperty
 
maxRetriesPerExecute - Variable in class org.apache.calcite.avatica.AvaticaConnection
 
maxRowCount - Variable in class org.apache.calcite.avatica.AvaticaStatement
 
maxRowCount - Variable in class org.apache.calcite.avatica.remote.Service.ExecuteRequest
 
maxRowCount - Variable in class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteRequest
 
maxRowCount - Variable in class org.apache.calcite.avatica.remote.Service.PrepareRequest
 
maxRowsInFirstFrame - Variable in class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteRequest
 
merge(Meta.ConnectionProperties) - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
Overwrites fields in this with any non-null fields in that.
merge(Meta.ConnectionProperties) - Method in interface org.apache.calcite.avatica.Meta.ConnectionProperties
Overwrite fields in this with any non-null fields in that
meta - Variable in class org.apache.calcite.avatica.AvaticaConnection
 
Meta - Interface in org.apache.calcite.avatica
Command handler for getting various metadata.
Meta.ConnectionHandle - Class in org.apache.calcite.avatica
Connection handle.
Meta.ConnectionProperties - Interface in org.apache.calcite.avatica
A pojo containing various client-settable Connection properties.
Meta.CursorFactory - Class in org.apache.calcite.avatica
Information necessary to convert an Iterable into a Cursor.
Meta.DatabaseProperty - Enum in org.apache.calcite.avatica
Database property.
Meta.ExecuteBatchResult - Class in org.apache.calcite.avatica
Response from a collection of SQL commands or parameter values in a single batch.
Meta.ExecuteResult - Class in org.apache.calcite.avatica
Response from execute.
Meta.Factory - Interface in org.apache.calcite.avatica
Factory to create instances of Meta.
Meta.Frame - Class in org.apache.calcite.avatica
A collection of rows.
Meta.MetaResultSet - Class in org.apache.calcite.avatica
Meta data from which a result set can be constructed.
Meta.Pat - Class in org.apache.calcite.avatica
Wrapper to remind API calls that a parameter is a pattern (allows '%' and '_' wildcards, per the JDBC spec) rather than a string to be matched exactly.
Meta.PrepareCallback - Interface in org.apache.calcite.avatica
API to put a result set into a statement, being careful to enforce thread-safety and not to overwrite existing open result sets.
Meta.Signature - Class in org.apache.calcite.avatica
Result of preparing a statement.
Meta.StatementHandle - Class in org.apache.calcite.avatica
Statement handle.
Meta.StatementType - Enum in org.apache.calcite.avatica
Type of statement.
Meta.Style - Enum in org.apache.calcite.avatica
How logical fields are represented in the objects returned by the iterator.
MetaAttribute(String, String, String, String, int, String, Integer, Integer, Integer, int, Integer, int, String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaAttribute
 
MetaBestRowIdentifier(short, String, int, String, Integer, Short, short) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaBestRowIdentifier
 
MetaCatalog(String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaCatalog
 
MetaClientInfoProperty(String, int, String, String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaClientInfoProperty
 
MetaColumn(String, String, String, String, int, String, Integer, Integer, Integer, int, Integer, int, String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaColumn
 
MetaColumn(String, String, String, String, int, String, Integer, Integer, Integer, int, Integer, int, String, String, 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
 
metaDataOperation - Variable in class org.apache.calcite.avatica.QueryState
 
MetaDataOperation - Enum in org.apache.calcite.avatica.remote
Identifies an operation from DatabaseMetaData which returns a ResultSet.
MetadataTest - Class in org.apache.calcite.avatica.tck.tests
Test class for metadata operations (parameter, resultset).
MetadataTest() - Constructor for class org.apache.calcite.avatica.tck.tests.MetadataTest
 
MetaExportedKey(String, String, String, String, String, String, String, String, short, short, short, String, String, short) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaExportedKey
 
MetaFunction(String, String, String, short, String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaFunction
 
MetaFunctionColumn(String, String, String, String, short, int, String, Integer, Integer, Short, Short, short, Integer, int, String, String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaFunctionColumn
 
MetaImpl - Class in org.apache.calcite.avatica
Basic implementation of Meta.
MetaImpl(AvaticaConnection) - Constructor for class org.apache.calcite.avatica.MetaImpl
 
MetaImpl.ColumnNoNulls - Annotation Type in org.apache.calcite.avatica
Annotation that indicates that a meta field may not contain null values.
MetaImpl.ColumnNullable - Annotation Type in org.apache.calcite.avatica
Annotation that indicates that a meta field may contain null values.
MetaImpl.ColumnNullableUnknown - Annotation Type in org.apache.calcite.avatica
Annotation that indicates that it is unknown whether a meta field may contain null values.
MetaImpl.MetaAttribute - Class in org.apache.calcite.avatica
Metadata describing an attribute.
MetaImpl.MetaBestRowIdentifier - Class in org.apache.calcite.avatica
Metadata describing the best identifier for a row.
MetaImpl.MetaCatalog - Class in org.apache.calcite.avatica
Metadata describing a catalog.
MetaImpl.MetaClientInfoProperty - Class in org.apache.calcite.avatica
Metadata describing a client info property.
MetaImpl.MetaColumn - Class in org.apache.calcite.avatica
Metadata describing a column.
MetaImpl.MetaColumnPrivilege - Class in org.apache.calcite.avatica
Metadata describing a column privilege.
MetaImpl.MetaCrossReference - Class in org.apache.calcite.avatica
Metadata describing a cross reference.
MetaImpl.MetaExportedKey - Class in org.apache.calcite.avatica
Metadata describing an exported key.
MetaImpl.MetaFunction - Class in org.apache.calcite.avatica
Metadata describing a function.
MetaImpl.MetaFunctionColumn - Class in org.apache.calcite.avatica
Metadata describing a function column.
MetaImpl.MetaImportedKey - Class in org.apache.calcite.avatica
Metadata describing an imported key.
MetaImpl.MetaIndexInfo - Class in org.apache.calcite.avatica
Metadata describing index info.
MetaImpl.MetaPrimaryKey - Class in org.apache.calcite.avatica
Metadata describing a primary key.
MetaImpl.MetaProcedure - Class in org.apache.calcite.avatica
Metadata describing a procedure.
MetaImpl.MetaProcedureColumn - Class in org.apache.calcite.avatica
Metadata describing a procedure column.
MetaImpl.MetaPseudoColumn - Class in org.apache.calcite.avatica
Metadata describing a pseudo column.
MetaImpl.MetaSchema - Class in org.apache.calcite.avatica
Metadata describing a schema.
MetaImpl.MetaSuperTable - Class in org.apache.calcite.avatica
Metadata describing a super-table.
MetaImpl.MetaSuperType - Class in org.apache.calcite.avatica
Metadata describing a super-type.
MetaImpl.MetaTable - Class in org.apache.calcite.avatica
Metadata describing a table.
MetaImpl.MetaTablePrivilege - Class in org.apache.calcite.avatica
Metadata describing a table privilege.
MetaImpl.MetaTableType - Class in org.apache.calcite.avatica
Metadata describing a table type.
MetaImpl.MetaTypeInfo - Class in org.apache.calcite.avatica
Metadata describing type info.
MetaImpl.MetaUdt - Class in org.apache.calcite.avatica
Metadata describing a user-defined type.
MetaImpl.MetaVersionColumn - Class in org.apache.calcite.avatica
Metadata describing a version column.
MetaImpl.Named - Interface in org.apache.calcite.avatica
An object that has a name.
MetaImportedKey(String, String, String, String, String, String, String, String, short, short, short, String, String, short) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaImportedKey
 
MetaIndexInfo(String, String, String, boolean, String, String, short, short, String, String, long, long, String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaIndexInfo
 
MetaProcedure(String, String, String, short, String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaProcedure
 
MetaProcedureColumn(String, String, String, String, short, int, String, Integer, Integer, Short, Short, short, String, Integer, int, String, String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
 
MetaPseudoColumn(String, String, String, String, int, Integer, Integer, Integer, String, Integer, String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaPseudoColumn
 
MetaResultSet(String, int, boolean, Meta.Signature, Meta.Frame, int) - Constructor for class org.apache.calcite.avatica.Meta.MetaResultSet
Deprecated.
MetaResultSet(String, int, boolean, Meta.Signature, Meta.Frame, long) - Constructor for class org.apache.calcite.avatica.Meta.MetaResultSet
 
MetaSchema(String, String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaSchema
 
MetaSuperTable(String, String, String, String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaSuperTable
 
MetaSuperType(String, String, String, String, String, String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaSuperType
 
MetaTable(String, String, String, String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaTable
 
MetaTablePrivilege(String, String, String, String, String, String, String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaTablePrivilege
 
MetaTableType(String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaTableType
 
MetaTypeInfo(String, int, Integer, String, String, short, boolean, short, boolean, boolean, boolean, Short, Short, Integer) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
 
MetaUdt(String, String, String, String, int, Short) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaUdt
 
Meter - Interface in org.apache.calcite.avatica.metrics
A metric which measure the rate at which some operation is invoked.
method - Variable in enum org.apache.calcite.avatica.Meta.DatabaseProperty
 
methodName - Variable in enum org.apache.calcite.avatica.SqlType.Method
 
Metric - Interface in org.apache.calcite.avatica.metrics
Parent interface for all metrics.
MetricsAwareAvaticaHandler - Interface in org.apache.calcite.avatica.server
An AvaticaHandler that is capable of collecting metrics.
MetricsHelper - Class in org.apache.calcite.avatica.remote
A utility class to encapsulate common logic in use of metrics implementation.
MetricsSystem - Interface in org.apache.calcite.avatica.metrics
General purpose factory for creating various metrics.
MetricsSystemConfiguration<T> - Interface in org.apache.calcite.avatica.metrics
A container used by a MetricsSystemFactory to create a MetricsSystem.
MetricsSystemFactory - Interface in org.apache.calcite.avatica.metrics
A factory class for creating instances of MetricsSystem.
MetricsSystemLoader - Class in org.apache.calcite.avatica.metrics
A utility encapsulating use of ServiceLoader to instantiate a MetricsSystem.
MILLIS_PER_DAY - Static variable in class org.apache.calcite.avatica.util.DateTimeUtils
The number of milliseconds in a day.
MILLIS_PER_HOUR - Static variable in class org.apache.calcite.avatica.util.DateTimeUtils
The number of milliseconds in an hour.
MILLIS_PER_MINUTE - Static variable in class org.apache.calcite.avatica.util.DateTimeUtils
The number of milliseconds in a minute.
MILLIS_PER_SECOND - Static variable in class org.apache.calcite.avatica.util.DateTimeUtils
The number of milliseconds in a second.
minimumScale - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
 
minorVersion - Variable in class org.apache.calcite.avatica.DriverVersion
 
MISSING_CONNECTION_ERROR_CODE - Static variable in class org.apache.calcite.avatica.remote.Service.ErrorResponse
 
missingResults - Variable in class org.apache.calcite.avatica.remote.Service.FetchResponse
 
MissingResultsException - Exception in org.apache.calcite.avatica
An Exception which denotes that a cached Statement is present but has no ResultSet.
MissingResultsException(Meta.StatementHandle) - Constructor for exception org.apache.calcite.avatica.MissingResultsException
 
missingStatement - Variable in class org.apache.calcite.avatica.remote.Service.ExecuteBatchResponse
 
missingStatement - Variable in class org.apache.calcite.avatica.remote.Service.ExecuteResponse
 
missingStatement - Variable in class org.apache.calcite.avatica.remote.Service.FetchResponse
 
missingStatement - Variable in class org.apache.calcite.avatica.remote.Service.SyncResultsResponse
 
MockJsonService - Class in org.apache.calcite.avatica.remote
Mock implementation of Service that encodes its requests and responses as JSON and looks up responses from a pre-defined map.
MockJsonService(Map<String, String>) - Constructor for class org.apache.calcite.avatica.remote.MockJsonService
 
MockJsonService.Factory - Class in org.apache.calcite.avatica.remote
Factory that creates a MockJsonService.
MockProtobufService - Class in org.apache.calcite.avatica.remote
A mock implementation of ProtobufService for testing.
MockProtobufService(String) - Constructor for class org.apache.calcite.avatica.remote.MockProtobufService
 
MockProtobufService.MockProtobufServiceFactory - Class in org.apache.calcite.avatica.remote
A factory that instantiates the mock protobuf service.
MockProtobufServiceFactory() - Constructor for class org.apache.calcite.avatica.remote.MockProtobufService.MockProtobufServiceFactory
 
monthly() - Method in enum org.apache.calcite.avatica.util.TimeUnitRange
Whether this is in the YEAR-TO-MONTH family of intervals.
MORE - Static variable in class org.apache.calcite.avatica.Meta.Frame
Frame that has zero rows but may have another frame.
moreResults - Variable in class org.apache.calcite.avatica.remote.Service.SyncResultsResponse
 
moveToCurrentRow() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
moveToCurrentRow() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
moveToInsertRow() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
moveToInsertRow() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
multiplier - Variable in enum org.apache.calcite.avatica.util.TimeUnit
 

N

name - Variable in class org.apache.calcite.avatica.AvaticaParameter
 
name - Variable in class org.apache.calcite.avatica.ColumnMetaData.AvaticaType
 
name() - Method in interface org.apache.calcite.avatica.ConnectionProperty
The name of this property.
name - Variable in class org.apache.calcite.avatica.DriverVersion
 
name - Variable in class org.apache.calcite.avatica.MetaImpl.MetaClientInfoProperty
 
name - Variable in class org.apache.calcite.avatica.tck.tests.BaseTckTest
 
NANOS_PER_MILLI - Static variable in class org.apache.calcite.avatica.util.DateTimeUtils
The number of nanoseconds in a millisecond.
nativeSQL(String) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
nativeSQL(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
newBuilder() - Static method in class org.apache.calcite.avatica.server.HttpServer.Builder
Creates a typed Builder for Server customization.
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
 
newString(byte[], Charset) - Static method in class org.apache.calcite.avatica.AvaticaUtils
 
newString(byte[], String) - Static method in class org.apache.calcite.avatica.AvaticaUtils
 
newStringUtf8(byte[]) - Static method in class org.apache.calcite.avatica.AvaticaUtils
 
next() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
next() - Method in class org.apache.calcite.avatica.jdbc.StatementInfo
 
next() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
next() - Method in class org.apache.calcite.avatica.util.AbstractCursor
 
next() - Method in interface org.apache.calcite.avatica.util.Cursor
Moves to the next row.
next() - Method in class org.apache.calcite.avatica.util.IteratorCursor
 
nextArraySize(int) - Static method in class org.apache.calcite.avatica.util.UnsynchronizedBuffer
Determines what next array size should be by rounding up to next power of two.
NO_OPTIONS - Static variable in class org.apache.calcite.avatica.util.Base64
No options specified.
nonPrimitiveRepOf(SqlType) - Static method in enum org.apache.calcite.avatica.ColumnMetaData.Rep
Computes the given JDBC type for a primitive to the corresponding ColumnMetaData.Rep for the equivalent Object type.
nonUnique - Variable in class org.apache.calcite.avatica.MetaImpl.MetaIndexInfo
 
NoopContext() - Constructor for class org.apache.calcite.avatica.metrics.noop.NoopTimer.NoopContext
 
NoopCounter - Class in org.apache.calcite.avatica.metrics.noop
Counter implementation which does nothing.
NoopCounter() - Constructor for class org.apache.calcite.avatica.metrics.noop.NoopCounter
 
NoopHistogram - Class in org.apache.calcite.avatica.metrics.noop
Histogram which does nothing.
NoopHistogram() - Constructor for class org.apache.calcite.avatica.metrics.noop.NoopHistogram
 
NoopMeter - Class in org.apache.calcite.avatica.metrics.noop
Meter which does nothing.
NoopMeter() - Constructor for class org.apache.calcite.avatica.metrics.noop.NoopMeter
 
NoopMetricsSystem - Class in org.apache.calcite.avatica.metrics.noop
MetricsSystem implementation which does nothing.
NoopMetricsSystemConfiguration - Class in org.apache.calcite.avatica.metrics.noop
An empty configuration for the NoopMetricsSystem.
NoopMetricsSystemFactory - Class in org.apache.calcite.avatica.metrics.noop
NoopMetricsSystemFactory() - Constructor for class org.apache.calcite.avatica.metrics.noop.NoopMetricsSystemFactory
 
NoopTimer - Class in org.apache.calcite.avatica.metrics.noop
Timer which does nothing.
NoopTimer() - Constructor for class org.apache.calcite.avatica.metrics.noop.NoopTimer
 
NoopTimer.NoopContext - Class in org.apache.calcite.avatica.metrics.noop
Timer.Context which does nothing.
NoSuchConnectionException - Exception in org.apache.calcite.avatica
An Exception that denotes that the given Connection is not cached.
NoSuchConnectionException(String) - Constructor for exception org.apache.calcite.avatica.NoSuchConnectionException
 
NoSuchStatementException - Exception in org.apache.calcite.avatica
An Exception that denotes that the given Statement is not cached.
NoSuchStatementException(Meta.StatementHandle) - Constructor for exception org.apache.calcite.avatica.NoSuchStatementException
 
notifyAll(Object) - Static method in class org.apache.calcite.avatica.util.Unsafe
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
 
nullPlusNonNullIsNull() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
nullsAreSortedAtEnd() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
nullsAreSortedAtEnd() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
nullsAreSortedAtStart() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
nullsAreSortedAtStart() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
nullsAreSortedHigh() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
nullsAreSortedHigh() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
nullsAreSortedLow() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
nullsAreSortedLow() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
NUM_EXECUTE_RETRIES_DEFAULT - Static variable in class org.apache.calcite.avatica.AvaticaConnection
 
NUM_EXECUTE_RETRIES_KEY - Static variable in class org.apache.calcite.avatica.AvaticaConnection
 
number(StringBuilder, int, int) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
 
NUMBER_CONVERTER - Static variable in class org.apache.calcite.avatica.ConnectionConfigImpl
 
numPrecRadix - Variable in class org.apache.calcite.avatica.MetaImpl.MetaAttribute
 
numPrecRadix - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
 
numPrecRadix - Variable in class org.apache.calcite.avatica.MetaImpl.MetaPseudoColumn
 
numPrecRadix - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
 

O

OBJECT - Static variable in class org.apache.calcite.avatica.Meta.CursorFactory
 
ObjectGetter(int) - Constructor for class org.apache.calcite.avatica.util.PositionedCursor.ObjectGetter
 
of(Type) - Static method in enum org.apache.calcite.avatica.ColumnMetaData.Rep
 
of(String) - Static method in class org.apache.calcite.avatica.Meta.Pat
 
of(String, int) - Static method in class org.apache.calcite.avatica.util.ByteString
Creates a byte string from a hexadecimal or binary string.
of(File) - Static method in class org.apache.calcite.avatica.util.Sources
 
of(URL) - Static method in class org.apache.calcite.avatica.util.Sources
 
of(int) - Static method in class org.apache.calcite.avatica.util.Spaces
Returns a string of n spaces.
of(TimeUnit, TimeUnit) - Static method in enum org.apache.calcite.avatica.util.TimeUnitRange
Returns a TimeUnitRange with a given start and end unit.
ofBase64(String) - Static method in class org.apache.calcite.avatica.util.ByteString
Creates a byte string from a Base64 string.
offset - Variable in class org.apache.calcite.avatica.Meta.Frame
Zero-based offset of first row.
offset - Variable in class org.apache.calcite.avatica.remote.Service.FetchRequest
 
offset - Variable in class org.apache.calcite.avatica.remote.Service.SyncResultsRequest
 
offsetDateTimeValue(Object) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
Returns the value of a OffsetDateTime as a string.
ofJdbc(ColumnMetaData.Rep, Object, Calendar) - Static method in class org.apache.calcite.avatica.remote.TypedValue
Creates a TypedValue from a value in JDBC representation.
ofJdbc(Object, Calendar) - Static method in class org.apache.calcite.avatica.remote.TypedValue
Creates a TypedValue from a value in JDBC representation, deducing its type.
ofLocal(ColumnMetaData.Rep, Object) - Static method in class org.apache.calcite.avatica.remote.TypedValue
Creates a TypedValue from a value in local representation.
ofSerial(ColumnMetaData.Rep, Object) - Static method in class org.apache.calcite.avatica.remote.TypedValue
Creates a TypedValue from a value in serial representation.
onConnectionClose(AvaticaConnection) - Method in interface org.apache.calcite.avatica.Handler
Called by container when a connection is being closed.
onConnectionClose(AvaticaConnection) - Method in class org.apache.calcite.avatica.HandlerImpl
 
onConnectionInit(AvaticaConnection) - Method in interface org.apache.calcite.avatica.Handler
Called by container when a connection is being created.
onConnectionInit(AvaticaConnection) - Method in class org.apache.calcite.avatica.HandlerImpl
 
onStatementClose(AvaticaStatement) - Method in interface org.apache.calcite.avatica.Handler
Called by container when a statement is being closed.
onStatementClose(AvaticaStatement) - Method in class org.apache.calcite.avatica.HandlerImpl
 
onStatementExecute(AvaticaStatement, Handler.ResultSink) - Method in interface org.apache.calcite.avatica.Handler
Called by container when a statement is being executed.
onStatementExecute(AvaticaStatement, Handler.ResultSink) - Method in class org.apache.calcite.avatica.HandlerImpl
 
openConnection() - Method in class org.apache.calcite.avatica.AvaticaConnection
Opens the connection on the server.
openConnection(Meta.ConnectionHandle, Map<String, String>) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
openConnection(Meta.ConnectionHandle, Map<String, String>) - Method in interface org.apache.calcite.avatica.Meta
Opens (creates) a connection.
openConnection(Meta.ConnectionHandle, Map<String, String>) - Method in class org.apache.calcite.avatica.MetaImpl
 
OpenConnectionRequest() - Constructor for class org.apache.calcite.avatica.remote.Service.OpenConnectionRequest
 
OpenConnectionRequest(String, Map<String, String>) - Constructor for class org.apache.calcite.avatica.remote.Service.OpenConnectionRequest
 
OpenConnectionResponse() - Constructor for class org.apache.calcite.avatica.remote.Service.OpenConnectionResponse
 
OpenConnectionResponse(Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.OpenConnectionResponse
 
openResultSet - Variable in class org.apache.calcite.avatica.AvaticaStatement
Current result set, or null if the statement is not executing anything.
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.ha - package org.apache.calcite.avatica.ha
JDBC driver with client side load balancing feature.
org.apache.calcite.avatica.jdbc - package org.apache.calcite.avatica.jdbc
Implements an Avatica provider on top of an existing JDBC data source.
org.apache.calcite.avatica.metrics - package org.apache.calcite.avatica.metrics
Metrics for the Avatica framework.
org.apache.calcite.avatica.metrics.dropwizard - package org.apache.calcite.avatica.metrics.dropwizard
Dropwizard-Metrics (v3) implementation of the Avatica Metrics framework.
org.apache.calcite.avatica.metrics.noop - package org.apache.calcite.avatica.metrics.noop
No-operation implementation for the Avatica Metrics framework.
org.apache.calcite.avatica.noop - package org.apache.calcite.avatica.noop
A no-operation implementation of a JDBC driver built for testing Avatica.
org.apache.calcite.avatica.remote - package org.apache.calcite.avatica.remote
JDBC driver that uses remote procedure calls.
org.apache.calcite.avatica.server - package org.apache.calcite.avatica.server
Avatica server that listens for HTTP requests.
org.apache.calcite.avatica.standalone - package org.apache.calcite.avatica.standalone
Avatica Server without any authentication for any JDBC driver.
org.apache.calcite.avatica.tck - package org.apache.calcite.avatica.tck
Avatica compatibility framework.
org.apache.calcite.avatica.tck.tests - package org.apache.calcite.avatica.tck.tests
Tests for the Avatica compatibility framework.
org.apache.calcite.avatica.util - package org.apache.calcite.avatica.util
Avatica utilities.
othersDeletesAreVisible(int) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
othersDeletesAreVisible(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
othersInsertsAreVisible(int) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
othersInsertsAreVisible(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
othersUpdatesAreVisible(int) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
othersUpdatesAreVisible(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
OutputStream(OutputStream) - Constructor for class org.apache.calcite.avatica.util.Base64.OutputStream
Constructs a Base64.OutputStream in ENCODE mode.
OutputStream(OutputStream, int) - Constructor for class org.apache.calcite.avatica.util.Base64.OutputStream
Constructs a Base64.OutputStream in either ENCODE or DECODE mode.
ownDeletesAreVisible(int) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
ownDeletesAreVisible(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
ownInsertsAreVisible(int) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
ownInsertsAreVisible(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
ownStatement - Variable in class org.apache.calcite.avatica.Meta.MetaResultSet
 
ownStatement - Variable in class org.apache.calcite.avatica.remote.Service.ResultSetResponse
 
ownUpdatesAreVisible(int) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
ownUpdatesAreVisible(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 

P

p(int, Object) - Static method in class org.apache.calcite.avatica.remote.Service.Base
 
p(int, boolean) - Static method in class org.apache.calcite.avatica.remote.Service.Base
 
p(int, int) - Static method in class org.apache.calcite.avatica.remote.Service.Base
 
p(int, long) - Static method in class org.apache.calcite.avatica.remote.Service.Base
 
PackageMarker - Annotation Type in org.apache.calcite.avatica.metrics
This is a dummy annotation that forces javac to produce output for otherwise empty package-info.java.
PackageMarker - Annotation Type in org.apache.calcite.avatica.noop
This is a dummy annotation that forces javac to produce output for otherwise empty package-info.java.
PackageMarker - Annotation Type in org.apache.calcite.avatica.tck
This is a dummy annotation that forces javac to produce output for otherwise empty package-info.java.
PackageMarker - Annotation Type in org.apache.calcite.avatica.util
This is a dummy annotation that forces javac to produce output for otherwise empty package-info.java.
padLeft(String, int) - Static method in class org.apache.calcite.avatica.util.Spaces
Returns a string that is padded on the left with spaces to the given length.
padRight(String) - Method in class org.apache.calcite.avatica.util.Spacer
Returns a string that is padded on the right with spaces to the current length.
padRight(String, int) - Static method in class org.apache.calcite.avatica.util.Spaces
Returns a string that is padded on the right with spaces to the given length.
pages - Variable in class org.apache.calcite.avatica.MetaImpl.MetaIndexInfo
 
parameterMetadata() - Method in class org.apache.calcite.avatica.tck.tests.MetadataTest
 
parameters(ParameterMetaData) - Static method in class org.apache.calcite.avatica.jdbc.JdbcMeta
Converts from JDBC metadata to Avatica parameters
parameters - Variable in class org.apache.calcite.avatica.Meta.Signature
 
parameterType - Variable in class org.apache.calcite.avatica.AvaticaParameter
 
parameterValueBatch - Variable in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
parameterValues - Variable in class org.apache.calcite.avatica.remote.Service.ExecuteBatchRequest
 
parameterValues - Variable in class org.apache.calcite.avatica.remote.Service.ExecuteRequest
 
parse(Properties, Map<String, ? extends ConnectionProperty>) - Static method in class org.apache.calcite.avatica.ConnectionConfigImpl
Converts a Properties object containing (name, value) pairs into a map whose keys are InternalProperty objects.
parse(String) - Static method in class org.apache.calcite.avatica.ConnectStringParser
Parses the connect string into a new Properties object.
parse(String, Properties) - Static method in class org.apache.calcite.avatica.ConnectStringParser
Parses the connect string into an existing Properties object.
parse(String, int) - Static method in class org.apache.calcite.avatica.util.ByteString
Parses a hexadecimal or binary string to a byte array.
parseBase64(String) - Static method in class org.apache.calcite.avatica.util.ByteString
Parses a Base64 to a byte array.
parseDateFormat(String, String, TimeZone) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
Deprecated.
parseDateFormat(String, DateFormat, TimeZone) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
Parses a string using SimpleDateFormat and a given pattern.
parsePrecisionDateTimeLiteral(String, String, TimeZone) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
Deprecated.
parsePrecisionDateTimeLiteral(String, DateFormat, TimeZone, int) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
Parses a string using SimpleDateFormat and a given pattern, and if present, parses a fractional seconds component.
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.
pluginConverter(Class<T>, T) - Static method in class org.apache.calcite.avatica.ConnectionConfigImpl
 
pool - Variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
 
PositionedCursor<T> - Class in org.apache.calcite.avatica.util
Abstract implementation of Cursor that caches its current row.
PositionedCursor() - Constructor for class org.apache.calcite.avatica.util.PositionedCursor
 
PositionedCursor.ArrayGetter - Class in org.apache.calcite.avatica.util
Implementation of AbstractCursor.Getter that reads from records that are arrays.
PositionedCursor.FieldGetter - Class in org.apache.calcite.avatica.util
Implementation of AbstractCursor.Getter that reads fields via reflection.
PositionedCursor.ListGetter - Class in org.apache.calcite.avatica.util
Implementation of AbstractCursor.Getter that reads items from a list.
PositionedCursor.MapGetter<K> - Class in org.apache.calcite.avatica.util
Implementation of AbstractCursor.Getter that reads entries from a Map.
PositionedCursor.ObjectGetter - Class in org.apache.calcite.avatica.util
Implementation of AbstractCursor.Getter for records that consist of a single field.
powerX(long, long) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
Cheap, unsafe, long power.
precision - Variable in class org.apache.calcite.avatica.AvaticaParameter
 
precision - Variable in class org.apache.calcite.avatica.ColumnMetaData
 
precision - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunctionColumn
 
precision - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
 
precision - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
 
PrecisionTime(Calendar, String, int) - Constructor for class org.apache.calcite.avatica.util.DateTimeUtils.PrecisionTime
 
prepare(Meta.ConnectionHandle, String, long) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
prepare(Meta.ConnectionHandle, String, long) - Method in interface org.apache.calcite.avatica.Meta
Prepares a statement.
prepareAndExecute(Meta.StatementHandle, String, long, Meta.PrepareCallback) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
prepareAndExecute(Meta.StatementHandle, String, long, int, Meta.PrepareCallback) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
prepareAndExecute(Meta.StatementHandle, String, long, Meta.PrepareCallback) - Method in interface org.apache.calcite.avatica.Meta
prepareAndExecute(Meta.StatementHandle, String, long, int, Meta.PrepareCallback) - Method in interface org.apache.calcite.avatica.Meta
Prepares and executes a statement.
prepareAndExecuteBatch(Meta.StatementHandle, List<String>) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
prepareAndExecuteBatch(Meta.StatementHandle, List<String>) - Method in interface org.apache.calcite.avatica.Meta
Prepares a statement and then executes a number of SQL commands in one pass.
PrepareAndExecuteBatchRequest(String, int, List<String>) - Constructor for class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteBatchRequest
 
prepareAndExecuteInternal(AvaticaStatement, String, long) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
PrepareAndExecuteRequest(String, int, String, long) - Constructor for class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteRequest
 
PrepareAndExecuteRequest(String, int, String, long, int) - Constructor for class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteRequest
 
prepareAndUpdateBatch(AvaticaStatement, List<String>) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
prepareCall(String) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
prepareCall(String, int, int) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
prepareCall(String, int, int, int) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
prepareCall(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
prepareCall(String, int, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
prepareCall(String, int, int, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
preparedBatchInsert() - Method in class org.apache.calcite.avatica.tck.tests.InsertTest
 
preparedStatementInsert() - Method in class org.apache.calcite.avatica.tck.tests.InsertTest
 
PrepareRequest(String, String, long) - Constructor for class org.apache.calcite.avatica.remote.Service.PrepareRequest
 
PrepareResponse(Meta.StatementHandle, Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.PrepareResponse
 
prepareStatement(String) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
prepareStatement(String, int, int) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
prepareStatement(String, int, int, int) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
prepareStatement(String, int) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
prepareStatement(String, int[]) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
prepareStatement(String, String[]) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
prepareStatement(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
prepareStatement(String, int, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
prepareStatement(String, int, int, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
prepareStatement(String, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
prepareStatement(String, int[]) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
prepareStatement(String, String[]) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
previous() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
previous() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
primitiveList(Object) - Static method in class org.apache.calcite.avatica.AvaticaUtils
Adapts a primitive array into a List.
printStackTrace(PrintStream) - Method in exception org.apache.calcite.avatica.AvaticaSqlException
 
printStackTrace(PrintWriter) - Method in exception org.apache.calcite.avatica.AvaticaSqlException
 
privilege - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumnPrivilege
 
privilege - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTablePrivilege
 
procedureCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedure
 
procedureCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
 
procedureName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedure
 
procedureName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
 
procedureSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedure
 
procedureSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
 
procedureType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedure
 
productName - Variable in class org.apache.calcite.avatica.DriverVersion
 
productVersion - Variable in class org.apache.calcite.avatica.DriverVersion
 
PropEnv(Map<? extends ConnectionProperty, String>, ConnectionProperty) - Constructor for class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
 
properties - Variable in class org.apache.calcite.avatica.AvaticaConnection
 
properties - Variable in class org.apache.calcite.avatica.ConnectionConfigImpl
 
PropertyBasedSpnegoLoginService - Class in org.apache.calcite.avatica.server
A customization of SpnegoLoginService which directly specifies the server's principal instead of requiring a file to exist.
PropertyBasedSpnegoLoginService(String, String) - Constructor for class org.apache.calcite.avatica.server.PropertyBasedSpnegoLoginService
 
PROTO_IMPLICIT_NULL - Static variable in class org.apache.calcite.avatica.remote.TypedValue
 
ProtobufHandler - Class in org.apache.calcite.avatica.remote
Dispatches serialized protocol buffer messages to the provided Service by converting them to the POJO Request.
ProtobufHandler(Service, ProtobufTranslation, MetricsSystem) - Constructor for class org.apache.calcite.avatica.remote.ProtobufHandler
 
ProtobufMeta - Interface in org.apache.calcite.avatica.remote
An extension of Meta which allows for native processing of calls with the Protobuf API objects instead of the POJOS (to avoid object translation).
ProtobufService - Class in org.apache.calcite.avatica.remote
Service implementation that encodes requests and responses as protocol buffers.
ProtobufService() - Constructor for class org.apache.calcite.avatica.remote.ProtobufService
 
ProtobufTranslation - Interface in org.apache.calcite.avatica.remote
Generic interface to support parsing of serialized protocol buffers between client and server.
ProtobufTranslationImpl - Class in org.apache.calcite.avatica.remote
Implementation of ProtobufTranslationImpl that translates protobuf requests to POJO requests.
ProtobufTranslationImpl() - Constructor for class org.apache.calcite.avatica.remote.ProtobufTranslationImpl
 
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

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

R

radix - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunctionColumn
 
radix - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
 
RandomSelectLBStrategy - Class in org.apache.calcite.avatica.ha
Random Select strategy for client side load balancing.
RandomSelectLBStrategy() - Constructor for class org.apache.calcite.avatica.ha.RandomSelectLBStrategy
 
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
 
readWriteBinaryData() - Method in class org.apache.calcite.avatica.tck.tests.BinaryTest
 
record(Class) - Static method in class org.apache.calcite.avatica.Meta.CursorFactory
record(Class, List<Field>, List<String>) - Static method in class org.apache.calcite.avatica.Meta.CursorFactory
 
RecordIteratorCursor<E> - Class in org.apache.calcite.avatica.util
Implementation of Cursor on top of an Iterator that returns a record for each row.
RecordIteratorCursor(Iterator<E>, Class<E>) - Constructor for class org.apache.calcite.avatica.util.RecordIteratorCursor
RecordIteratorCursor(Iterator<E>, Class<E>, List<Field>) - Constructor for class org.apache.calcite.avatica.util.RecordIteratorCursor
Creates a RecordIteratorCursor that projects particular fields.
refGeneration - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTable
 
refreshRow() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
refreshRow() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
register(String, Gauge<T>) - Method in class org.apache.calcite.avatica.metrics.dropwizard.DropwizardMetricsSystem
 
register(String, Gauge<T>) - Method in interface org.apache.calcite.avatica.metrics.MetricsSystem
Register a Gauge.
register(String, Gauge<T>) - Method in class org.apache.calcite.avatica.metrics.noop.NoopMetricsSystem
 
register() - Method in class org.apache.calcite.avatica.UnregisteredDriver
Registers this driver with the driver manager.
relative(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
relative(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
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
 
releaseSavepoint(Savepoint) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
remark(T) - Static method in class org.apache.calcite.avatica.AvaticaUtils
Use this method to flag temporary code.
remarks - Variable in class org.apache.calcite.avatica.MetaImpl.MetaAttribute
 
remarks - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
 
remarks - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunction
 
remarks - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunctionColumn
 
remarks - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedure
 
remarks - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
 
remarks - Variable in class org.apache.calcite.avatica.MetaImpl.MetaPseudoColumn
 
remarks - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTable
 
remarks - Variable in class org.apache.calcite.avatica.MetaImpl.MetaUdt
 
RemoteProtobufService - Class in org.apache.calcite.avatica.remote
ProtobufService implementation that queries against a remote implementation, using protocol buffers as the serialized form.
RemoteProtobufService(AvaticaHttpClient, ProtobufTranslation) - Constructor for class org.apache.calcite.avatica.remote.RemoteProtobufService
 
RemoteService - Class in org.apache.calcite.avatica.remote
Implementation of Service that translates requests into JSON and sends them to a remote server, usually an HTTP server.
RemoteService(AvaticaHttpClient) - Constructor for class org.apache.calcite.avatica.remote.RemoteService
 
RemoteUserDisallowedException - Exception in org.apache.calcite.avatica.server
An exception to encapsulate that a user is disallowed to access Avatica.
RemoteUserDisallowedException(String) - Constructor for exception org.apache.calcite.avatica.server.RemoteUserDisallowedException
 
RemoteUserDisallowedException(String, Throwable) - Constructor for exception org.apache.calcite.avatica.server.RemoteUserDisallowedException
 
RemoteUserExtractionException - Exception in org.apache.calcite.avatica.server
An exception thrown when encountering an error extracting a remote user from a request.
RemoteUserExtractionException(String) - Constructor for exception org.apache.calcite.avatica.server.RemoteUserExtractionException
Creates a RemoteUserExtractionException.
RemoteUserExtractionException(String, Throwable) - Constructor for exception org.apache.calcite.avatica.server.RemoteUserExtractionException
Creates a RemoteUserExtractionException with a cause.
RemoteUserExtractor - Interface in org.apache.calcite.avatica.server
Extracts remote user from request
removeLifeCycleListener(LifeCycle.Listener) - Method in class org.apache.calcite.avatica.server.DelegatingAvaticaHandler
 
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
 
REQUEST_TIMER_NAME - Static variable in interface org.apache.calcite.avatica.server.MetricsAwareAvaticaHandler
Name for timing requests from users
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 class org.apache.calcite.avatica.jdbc.JdbcMeta
 
rollback(Meta.ConnectionHandle) - Method in interface org.apache.calcite.avatica.Meta
Undoes all changes since the last commit/rollback.
rollback() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
rollback(Savepoint) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
RollbackRequest(String) - Constructor for class org.apache.calcite.avatica.remote.Service.RollbackRequest
 
RoundRobinLBStrategy - Class in org.apache.calcite.avatica.ha
Round Robin strategy for client side load balancing.
ROWCOUNT_COLUMN_NAME - Static variable in class org.apache.calcite.avatica.AvaticaConnection
The name of the sole column returned by DML statements, containing the number of rows modified.
rowDeleted() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
rowDeleted() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
rowInserted() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
rowInserted() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
rows - Variable in class org.apache.calcite.avatica.Meta.Frame
The rows.
rowUpdated() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
rowUpdated() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
rpcMetadata - Variable in class org.apache.calcite.avatica.remote.Service.CloseConnectionResponse
 
rpcMetadata - Variable in class org.apache.calcite.avatica.remote.Service.CloseStatementResponse
 
rpcMetadata - Variable in class org.apache.calcite.avatica.remote.Service.ConnectionSyncResponse
 
rpcMetadata - Variable in class org.apache.calcite.avatica.remote.Service.CreateStatementResponse
 
rpcMetadata - Variable in class org.apache.calcite.avatica.remote.Service.DatabasePropertyResponse
 
rpcMetadata - Variable in class org.apache.calcite.avatica.remote.Service.ErrorResponse
 
rpcMetadata - Variable in class org.apache.calcite.avatica.remote.Service.ExecuteBatchResponse
 
rpcMetadata - Variable in class org.apache.calcite.avatica.remote.Service.ExecuteResponse
 
rpcMetadata - Variable in class org.apache.calcite.avatica.remote.Service.FetchResponse
 
rpcMetadata - Variable in class org.apache.calcite.avatica.remote.Service.OpenConnectionResponse
 
rpcMetadata - Variable in class org.apache.calcite.avatica.remote.Service.PrepareResponse
 
rpcMetadata - Variable in class org.apache.calcite.avatica.remote.Service.ResultSetResponse
 
rpcMetadata - Variable in class org.apache.calcite.avatica.remote.Service.SyncResultsResponse
 
RpcMetadataResponse() - Constructor for class org.apache.calcite.avatica.remote.Service.RpcMetadataResponse
 
RpcMetadataResponse(String) - Constructor for class org.apache.calcite.avatica.remote.Service.RpcMetadataResponse
 
run() - Method in class org.apache.calcite.avatica.tck.TestRunner
 

S

s - Variable in class org.apache.calcite.avatica.Meta.Pat
 
sanitize() - Method in class org.apache.calcite.avatica.Meta.Signature
Creates a copy of this Signature with null lists and maps converted to empty.
scalar(int, String, ColumnMetaData.Rep) - Static method in class org.apache.calcite.avatica.ColumnMetaData
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
 
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
 
SECONDS_PER_DAY - Static variable in class org.apache.calcite.avatica.util.DateTimeUtils
The number of seconds in a day.
selectivelyReadBinaryData() - Method in class org.apache.calcite.avatica.tck.tests.BinaryTest
 
selfReferencingColName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTable
 
send(byte[]) - Method in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
 
send(byte[]) - Method in interface org.apache.calcite.avatica.remote.AvaticaHttpClient
Sends a serialized request to the Avatica server.
send(byte[]) - Method in class org.apache.calcite.avatica.remote.AvaticaHttpClientImpl
 
send(byte[]) - Method in class org.apache.calcite.avatica.remote.DoAsAvaticaHttpClient
 
separator - Variable in enum org.apache.calcite.avatica.util.TimeUnit
 
sequence(int) - Static method in class org.apache.calcite.avatica.util.Spaces
Creates a sequence of n spaces.
serial - Variable in enum org.apache.calcite.avatica.SqlType
Class used to serialize values of this type as JSON.
serialization() - Method in interface org.apache.calcite.avatica.ConnectionConfig
 
serialization() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
 
SerializationConverter() - Constructor for class org.apache.calcite.avatica.standalone.StandaloneServer.SerializationConverter
 
serialize() - Method in class org.apache.calcite.avatica.remote.Service.ErrorResponse
 
serialize() - Method in class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteBatchRequest
 
serializeProperties(Properties) - Static method in class org.apache.calcite.avatica.remote.Service.OpenConnectionRequest
Serializes the necessary properties into a Map.
serializeRequest(Service.Request) - Method in interface org.apache.calcite.avatica.remote.ProtobufTranslation
Serializes a Service.Request as a protocol buffer.
serializeRequest(Service.Request) - Method in class org.apache.calcite.avatica.remote.ProtobufTranslationImpl
 
serializeResponse(Service.Response) - Method in interface org.apache.calcite.avatica.remote.ProtobufTranslation
Serializes a Service.Response as a protocol buffer.
serializeResponse(Service.Response) - Method in class org.apache.calcite.avatica.remote.ProtobufTranslationImpl
 
serialRepOf(SqlType) - Static method in enum org.apache.calcite.avatica.ColumnMetaData.Rep
Computes the given JDBC type into the ColumnMetaData.Rep for the wire (serial) form of that type.
serverAddress - Variable in class org.apache.calcite.avatica.remote.Service.RpcMetadataResponse
 
ServerCustomizer<T> - Interface in org.apache.calcite.avatica.server
Callback for customizing a Server.
ServerKeytabJaasConf - Class in org.apache.calcite.avatica.server
Javax Configuration class which always returns a configuration for our keytab-based login suitable for callers which are acting as a initiator or acceptor (e.g.
ServerKeytabJaasConf(String, String) - Constructor for class org.apache.calcite.avatica.server.ServerKeytabJaasConf
 
service - Variable in class org.apache.calcite.avatica.remote.AbstractHandler
 
Service - Interface in org.apache.calcite.avatica.remote
API for request-response calls to an Avatica server.
Service.Base - Class in org.apache.calcite.avatica.remote
Base class for request and response.
Service.CatalogsRequest - Class in org.apache.calcite.avatica.remote
Service.CloseConnectionRequest - Class in org.apache.calcite.avatica.remote
Service.CloseConnectionResponse - Class in org.apache.calcite.avatica.remote
Service.CloseStatementRequest - Class in org.apache.calcite.avatica.remote
Service.CloseStatementResponse - Class in org.apache.calcite.avatica.remote
Service.ColumnsRequest - Class in org.apache.calcite.avatica.remote
Service.CommitRequest - Class in org.apache.calcite.avatica.remote
An RPC request to invoke a commit on a Connection.
Service.CommitResponse - Class in org.apache.calcite.avatica.remote
An RPC response from invoking commit on a Connection.
Service.ConnectionSyncRequest - Class in org.apache.calcite.avatica.remote
Service.ConnectionSyncResponse - Class in org.apache.calcite.avatica.remote
Service.CreateStatementRequest - Class in org.apache.calcite.avatica.remote
Service.CreateStatementResponse - Class in org.apache.calcite.avatica.remote
Service.DatabasePropertyRequest - Class in org.apache.calcite.avatica.remote
Service.DatabasePropertyResponse - Class in org.apache.calcite.avatica.remote
Service.ErrorResponse - Class in org.apache.calcite.avatica.remote
Response for any request that the server failed to successfully perform.
Service.ExecuteBatchRequest - Class in org.apache.calcite.avatica.remote
Request object to execute a batch of commands.
Service.ExecuteBatchResponse - Class in org.apache.calcite.avatica.remote
Response object for executing a batch of commands.
Service.ExecuteRequest - Class in org.apache.calcite.avatica.remote
Service.ExecuteResponse - Class in org.apache.calcite.avatica.remote
Service.Factory - Interface in org.apache.calcite.avatica.remote
Factory that creates a Service.
Service.FetchRequest - Class in org.apache.calcite.avatica.remote
Service.FetchResponse - Class in org.apache.calcite.avatica.remote
Response from Service.FetchRequest.
Service.OpenConnectionRequest - Class in org.apache.calcite.avatica.remote
Service.OpenConnectionResponse - Class in org.apache.calcite.avatica.remote
Service.PrepareAndExecuteBatchRequest - Class in org.apache.calcite.avatica.remote
Request to prepare a statement and execute a series of batch commands in one call.
Service.PrepareAndExecuteRequest - Class in org.apache.calcite.avatica.remote
Service.PrepareRequest - Class in org.apache.calcite.avatica.remote
Service.PrepareResponse - Class in org.apache.calcite.avatica.remote
Response from Service.PrepareRequest.
Service.Request - Class in org.apache.calcite.avatica.remote
Base class for all service request messages.
Service.Response - Class in org.apache.calcite.avatica.remote
Base class for all service response messages.
Service.ResultSetResponse - Class in org.apache.calcite.avatica.remote
Response that contains a result set.
Service.RollbackRequest - Class in org.apache.calcite.avatica.remote
An RPC request to invoke a rollback on a Connection.
Service.RollbackResponse - Class in org.apache.calcite.avatica.remote
An RPC response from invoking rollback on a Connection.
Service.RpcMetadataResponse - Class in org.apache.calcite.avatica.remote
Response that includes information about the server that handled an RPC.
Service.SchemasRequest - Class in org.apache.calcite.avatica.remote
Service.SyncResultsRequest - Class in org.apache.calcite.avatica.remote
Service.SyncResultsResponse - Class in org.apache.calcite.avatica.remote
Service.TablesRequest - Class in org.apache.calcite.avatica.remote
Service.TableTypesRequest - Class in org.apache.calcite.avatica.remote
Service.TypeInfoRequest - Class in org.apache.calcite.avatica.remote
set(int) - Method in class org.apache.calcite.avatica.util.Spacer
Sets the current number of spaces.
SET_LIST - Static variable in enum org.apache.calcite.avatica.SqlType
 
setArray(int, Array) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setArray(Array) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setArray(int, Array) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setAsciiStream(int, InputStream, int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setAsciiStream(int, InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setAsciiStream(int, InputStream) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setAsciiStream(InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setAsciiStream(InputStream) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setAsciiStream(int, InputStream, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setAsciiStream(int, InputStream, long) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setAsciiStream(int, InputStream) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setAutoCommit(boolean) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
setAutoCommit(boolean) - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
Sets autoCommit status and flag as dirty.
setAutoCommit(boolean) - Method in interface org.apache.calcite.avatica.Meta.ConnectionProperties
Set autoCommit status.
setAutoCommit(boolean) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
setBigDecimal(int, BigDecimal) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setBigDecimal(BigDecimal) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setBigDecimal(int, BigDecimal) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setBinaryStream(int, InputStream, int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setBinaryStream(int, InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setBinaryStream(int, InputStream) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setBinaryStream(InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setBinaryStream(InputStream) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setBinaryStream(int, InputStream, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setBinaryStream(int, InputStream, long) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setBinaryStream(int, InputStream) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setBlob(int, Blob) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setBlob(int, InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setBlob(int, InputStream) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setBlob(InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setBlob(InputStream) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setBlob(Blob) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setBlob(int, Blob) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setBlob(int, InputStream, long) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setBlob(int, InputStream) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setBoolean(int, boolean) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setBoolean(boolean) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setBoolean(int, boolean) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setByte(int, byte) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setByte(byte) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setByte(int, byte) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setBytes(int, byte[]) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setBytes(byte[]) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setBytes(int, byte[]) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setCatalog(String) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
setCatalog(String) - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
Sets catalog and flag as dirty.
setCatalog(String) - Method in interface org.apache.calcite.avatica.Meta.ConnectionProperties
Set catalog.
setCatalog(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
setChar(char) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setCharacterStream(int, Reader, int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setCharacterStream(int, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setCharacterStream(int, Reader) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setCharacterStream(Reader, long) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setCharacterStream(Reader) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setCharacterStream(int, Reader, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setCharacterStream(int, Reader, long) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setCharacterStream(int, Reader) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setClientInfo(String, String) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
setClientInfo(Properties) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
setClientInfo(String, String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
setClientInfo(Properties) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
setClob(int, Clob) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setClob(int, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setClob(int, Reader) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setClob(Reader, long) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setClob(Reader) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setClob(Clob) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setClob(int, Clob) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setClob(int, Reader, long) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setClob(int, Reader) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
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
 
setCursorName(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setCursorName(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
setDate(int, Date, Calendar) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setDate(int, Date) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setDate(Date, Calendar) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setDate(int, Date) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setDate(int, Date, Calendar) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setDirty(boolean) - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
 
setDouble(int, double) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setDouble(double) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setDouble(int, double) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setEscapeProcessing(boolean) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
setEscapeProcessing(boolean) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setEscapeProcessing(boolean) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
setFetchDirection(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
setFetchDirection(int) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
setFetchDirection(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setFetchDirection(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
setFetchDirection(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
setFetchSize(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
setFetchSize(int) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
setFetchSize(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setFetchSize(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
setFetchSize(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
setFloat(int, float) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setFloat(float) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setFloat(int, float) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
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
 
setHoldability(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
setHostnameVerification(HostnameVerificationConfigurable.HostnameVerification) - Method in interface org.apache.calcite.avatica.remote.HostnameVerificationConfigurable
Deprecated.
Instructs the AvaticaHttpClient how to perform hostname verification for SSL connections.
setHttpClientPool(PoolingHttpClientConnectionManager, ConnectionConfig) - Method in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
 
setHttpClientPool(PoolingHttpClientConnectionManager, ConnectionConfig) - 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, int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setInt(int) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setInt(int, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
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 on Statement.setMaxRows(int) if the method does not exist (before JDK 1.8) or throws UnsupportedOperationException.
setLong(int, long) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setLong(long) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setLong(int, long) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setMaxFieldSize(int) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
setMaxFieldSize(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setMaxFieldSize(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
setMaxRows(int) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
setMaxRows(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setMaxRows(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
setNCharacterStream(int, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setNCharacterStream(int, Reader) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setNCharacterStream(Reader, long) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setNCharacterStream(Reader) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setNCharacterStream(int, Reader, long) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setNCharacterStream(int, Reader) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setNClob(int, NClob) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setNClob(int, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setNClob(int, Reader) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setNClob(NClob) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setNClob(Reader, long) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setNClob(Reader) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setNClob(int, NClob) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setNClob(int, Reader, long) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setNClob(int, Reader) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setNetworkTimeout(Executor, int) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
setNetworkTimeout(Executor, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
setNString(int, String) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setNString(String) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setNString(int, String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setNull(int, int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setNull(int, int, String) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setNull(int) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setNull(int, String) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setNull(int, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setNull(int, int, String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setObject(int, Object, int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setObject(int, Object) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setObject(int, Object, int, int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setObject(Object, int) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setObject(Object) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setObject(Object, int, int) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setObject(int, Object, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setObject(int, Object) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setObject(int, Object, int, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setPoolable(boolean) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
setPoolable(boolean) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setPoolable(boolean) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
setQueryTimeout(int) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
setQueryTimeout(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setQueryTimeout(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
setReadOnly(boolean) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
setReadOnly(boolean) - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
Sets readOnly status and flag as dirty.
setReadOnly(boolean) - Method in interface org.apache.calcite.avatica.Meta.ConnectionProperties
Set readOnly status.
setReadOnly(boolean) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
setRef(int, Ref) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setRef(Ref) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setRef(int, Ref) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setRep(ColumnMetaData.Rep) - Method in class org.apache.calcite.avatica.ColumnMetaData.AvaticaType
 
setRep(ColumnMetaData.Rep) - Method in class org.apache.calcite.avatica.ColumnMetaData.ScalarType
 
setRep(ColumnMetaData.Rep) - Method in class org.apache.calcite.avatica.ColumnMetaData
 
setResultSet(ResultSet) - Method in class org.apache.calcite.avatica.jdbc.StatementInfo
Set a ResultSet on this object.
setRowId(int, RowId) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setRowId(RowId) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setRowId(int, RowId) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setRpcMetadata(Service.RpcMetadataResponse) - Method in class org.apache.calcite.avatica.remote.AbstractHandler
 
setRpcMetadata(Service.RpcMetadataResponse) - Method in class org.apache.calcite.avatica.remote.AbstractService
 
setRpcMetadata(Service.RpcMetadataResponse) - Method in interface org.apache.calcite.avatica.remote.Handler
Sets some general server information to return to the client in all responses.
setRpcMetadata(Service.RpcMetadataResponse) - Method in class org.apache.calcite.avatica.remote.LocalService
 
setRpcMetadata(Service.RpcMetadataResponse) - Method in interface org.apache.calcite.avatica.remote.Service
Sets server-level metadata for RPCs.
setSavepoint() - Method in class org.apache.calcite.avatica.AvaticaConnection
 
setSavepoint(String) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
setSavepoint() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
setSavepoint(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
setSchema(String) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
setSchema(String) - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
Sets schema and flag as dirty.
setSchema(String) - Method in interface org.apache.calcite.avatica.Meta.ConnectionProperties
Set schema.
setSchema(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
setServer(Server) - Method in class org.apache.calcite.avatica.server.DelegatingAvaticaHandler
 
setServerRpcMetadata(Service.RpcMetadataResponse) - Method in interface org.apache.calcite.avatica.server.AvaticaHandler
 
setServerRpcMetadata(Service.RpcMetadataResponse) - Method in class org.apache.calcite.avatica.server.AvaticaJsonHandler
 
setServerRpcMetadata(Service.RpcMetadataResponse) - Method in class org.apache.calcite.avatica.server.AvaticaProtobufHandler
 
setServerRpcMetadata(Service.RpcMetadataResponse) - Method in class org.apache.calcite.avatica.server.DelegatingAvaticaHandler
 
setService(Service) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
setShort(int, short) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setShort(short) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setShort(int, short) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setSignature(Meta.Signature) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
setSQLXML(int, SQLXML) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setSQLXML(SQLXML) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setSQLXML(int, SQLXML) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setString(int, String) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setString(String) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setString(int, String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setTime(int, Time, Calendar) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setTime(int, Time) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setTime(Time, Calendar) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setTime(int, Time) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setTime(int, Time, Calendar) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setTimestamp(int, Timestamp, Calendar) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setTimestamp(int, Timestamp) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setTimestamp(Timestamp, Calendar) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setTimestamp(int, Timestamp) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setTimestamp(int, Timestamp, Calendar) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setTransactionIsolation(int) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
setTransactionIsolation(int) - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
Sets transactionIsolation status and flag as dirty.
setTransactionIsolation(int) - Method in interface org.apache.calcite.avatica.Meta.ConnectionProperties
Set transactionIsolation status.
setTransactionIsolation(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
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
 
setTypeMap(Map<String, Class<?>>) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
setUnicodeStream(int, InputStream, int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setUnicodeStream(InputStream, int) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setUnicodeStream(int, InputStream, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setURL(int, URL) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
 
setURL(URL) - Method in class org.apache.calcite.avatica.AvaticaSite
 
setURL(int, URL) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
setUsernamePassword(AuthenticationType, String, String) - Method in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
 
setUsernamePassword(AuthenticationType, String, String) - Method in interface org.apache.calcite.avatica.remote.UsernamePasswordAuthenticateable
Sets the username, password and method to be used for authentication.
severity - Variable in class org.apache.calcite.avatica.remote.Service.ErrorResponse
 
ShuffledRoundRobinLBStrategy - Class in org.apache.calcite.avatica.ha
Shuffled Round Robin strategy for client side load balancing.
signature - Variable in class org.apache.calcite.avatica.AvaticaResultSet
 
signature(ResultSetMetaData, ParameterMetaData, String, Meta.StatementType) - Static method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
signature(ResultSetMetaData) - Static method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
signature - Variable in class org.apache.calcite.avatica.Meta.MetaResultSet
 
Signature(List<ColumnMetaData>, String, List<AvaticaParameter>, Map<String, Object>, Meta.CursorFactory, Meta.StatementType) - Constructor for class org.apache.calcite.avatica.Meta.Signature
Creates a Signature.
signature - Variable in class org.apache.calcite.avatica.Meta.StatementHandle
Only present for PreparedStatement handles, null otherwise.
signature - Variable in class org.apache.calcite.avatica.remote.Service.ResultSetResponse
 
signed - Variable in class org.apache.calcite.avatica.AvaticaParameter
 
signed - Variable in class org.apache.calcite.avatica.ColumnMetaData
 
simpleInsert() - Method in class org.apache.calcite.avatica.tck.tests.InsertTest
 
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
 
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
 
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
 
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
 
sqlDateToUnixDate(Date, Calendar) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
Calculates the unix date as the number of days since January 1st, 1970 UTC for the given SQL date.
sqlDateToUnixDate(Date, TimeZone) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
Calculates the unix date as the number of days since January 1st, 1970 UTC for the given SQL date.
sqlState - Variable in class org.apache.calcite.avatica.remote.Service.ErrorResponse
 
SqlState - Enum in org.apache.calcite.avatica
SQL error codes.
sqlTimestampToUnixTimestamp(Timestamp, Calendar) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
Calculates the unix date as the number of milliseconds since January 1st, 1970 UTC for the given SQL timestamp.
sqlTimestampToUnixTimestamp(Timestamp, TimeZone) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
Calculates the unix date as the number of milliseconds since January 1st, 1970 UTC for the given SQL timestamp.
sqlTimeToUnixTime(Time, Calendar) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
Calculates the unix time as the number of milliseconds since the previous day in UTC for the given SQL time.
sqlTimeToUnixTime(Time, TimeZone) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
Calculates the unix time as the number of milliseconds since the previous day in UTC for the given SQL time.
SqlType - Enum in org.apache.calcite.avatica
Extends the information in Types.
SqlType.Method - Enum in org.apache.calcite.avatica
Getter methods in ResultSet.
StandaloneServer - Class in org.apache.calcite.avatica.standalone
An Avatica server for arbitrary JDBC drivers.
StandaloneServer() - Constructor for class org.apache.calcite.avatica.standalone.StandaloneServer
 
StandaloneServer.SerializationConverter - Class in org.apache.calcite.avatica.standalone
Converter from String to Serialization.
StandaloneServer.ToFileConverter - Class in org.apache.calcite.avatica.standalone
Converter from String to a File.
start() - Method in class org.apache.calcite.avatica.metrics.dropwizard.DropwizardTimer
 
start() - Method in class org.apache.calcite.avatica.metrics.noop.NoopTimer
 
start() - Method in interface org.apache.calcite.avatica.metrics.Timer
 
start() - Method in class org.apache.calcite.avatica.server.DelegatingAvaticaHandler
 
start() - Method in class org.apache.calcite.avatica.server.HttpServer
 
start(String[]) - Static method in class org.apache.calcite.avatica.server.Main
Creates and starts an HttpServer using JSON POJO serialization of requests/responses.
start(String[], int, Main.HandlerFactory) - Static method in class org.apache.calcite.avatica.server.Main
Creates and starts an HttpServer using the given factory to create the Handler.
start() - Method in class org.apache.calcite.avatica.standalone.StandaloneServer
 
startsWith(ByteString, int) - Method in class org.apache.calcite.avatica.util.ByteString
Returns whether the substring of this ByteString beginning at the specified index starts with the specified prefix.
startsWith(ByteString) - Method in class org.apache.calcite.avatica.util.ByteString
Returns whether this ByteString starts with the specified prefix.
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(String, int, Meta.Signature) - Constructor for class org.apache.calcite.avatica.Meta.StatementHandle
 
statementHandle - Variable in class org.apache.calcite.avatica.remote.Service.ExecuteRequest
 
statementId - Variable in class org.apache.calcite.avatica.Meta.MetaResultSet
 
statementId - Variable in class org.apache.calcite.avatica.remote.Service.CloseStatementRequest
 
statementId - Variable in class org.apache.calcite.avatica.remote.Service.CreateStatementResponse
 
statementId - Variable in class org.apache.calcite.avatica.remote.Service.ExecuteBatchRequest
 
statementId - Variable in class org.apache.calcite.avatica.remote.Service.ExecuteBatchResponse
 
statementId - Variable in class org.apache.calcite.avatica.remote.Service.FetchRequest
 
statementId - Variable in class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteBatchRequest
 
statementId - Variable in class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteRequest
 
statementId - Variable in class org.apache.calcite.avatica.remote.Service.ResultSetResponse
 
statementId - Variable in class org.apache.calcite.avatica.remote.Service.SyncResultsRequest
 
StatementInfo - Class in org.apache.calcite.avatica.jdbc
All we know about a statement.
StatementInfo(Statement) - Constructor for class org.apache.calcite.avatica.jdbc.StatementInfo
 
statementMap - Variable in class org.apache.calcite.avatica.AvaticaConnection
 
statementType - Variable in class org.apache.calcite.avatica.Meta.Signature
 
stop() - Method in class org.apache.calcite.avatica.server.DelegatingAvaticaHandler
 
stop() - Method in class org.apache.calcite.avatica.server.HttpServer
 
stop() - Method in class org.apache.calcite.avatica.standalone.StandaloneServer
 
stopRenewalThread() - Method in class org.apache.calcite.avatica.remote.KerberosConnection
Stops the Kerberos renewal thread if it is still running.
storesLowerCaseIdentifiers() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
storesLowerCaseIdentifiers() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
storesLowerCaseQuotedIdentifiers() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
storesLowerCaseQuotedIdentifiers() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
storesMixedCaseIdentifiers() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
storesMixedCaseIdentifiers() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
storesMixedCaseQuotedIdentifiers() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
storesMixedCaseQuotedIdentifiers() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
storesUpperCaseIdentifiers() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
storesUpperCaseIdentifiers() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
storesUpperCaseQuotedIdentifiers() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
storesUpperCaseQuotedIdentifiers() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
string - Variable in enum org.apache.calcite.avatica.util.Quoting
 
struct(List<ColumnMetaData>) - Static method in class org.apache.calcite.avatica.ColumnMetaData
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, int) - Method in class org.apache.calcite.avatica.util.ByteString
Returns a ByteString that consists of a given range.
substring(int) - Method in class org.apache.calcite.avatica.util.ByteString
Returns a ByteString that starts at a given position.
subtract(int) - Method in class org.apache.calcite.avatica.util.Spacer
Reduces the current number of spaces by n.
subtractMonths(int, int) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
Finds the number of months between two dates, each represented as the number of days since the epoch.
subtractMonths(long, long) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
 
supertableName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaSuperTable
 
supertypeCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaSuperType
 
supertypeName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaSuperType
 
supertypeSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaSuperType
 
supportsAlterTableWithAddColumn() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsAlterTableWithAddColumn() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsAlterTableWithDropColumn() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsAlterTableWithDropColumn() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsANSI92EntryLevelSQL() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsANSI92EntryLevelSQL() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsANSI92FullSQL() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsANSI92FullSQL() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsANSI92IntermediateSQL() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsANSI92IntermediateSQL() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsBatchUpdates() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsBatchUpdates() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsCatalogsInDataManipulation() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsCatalogsInDataManipulation() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsCatalogsInIndexDefinitions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsCatalogsInIndexDefinitions() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsCatalogsInPrivilegeDefinitions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsCatalogsInPrivilegeDefinitions() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsCatalogsInProcedureCalls() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsCatalogsInProcedureCalls() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsCatalogsInTableDefinitions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsCatalogsInTableDefinitions() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsColumnAliasing() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsColumnAliasing() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsConvert() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsConvert(int, int) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsConvert() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsConvert(int, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsCoreSQLGrammar() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsCoreSQLGrammar() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsCorrelatedSubqueries() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsCorrelatedSubqueries() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsDataDefinitionAndDataManipulationTransactions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsDataDefinitionAndDataManipulationTransactions() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsDataManipulationTransactionsOnly() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsDataManipulationTransactionsOnly() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsDifferentTableCorrelationNames() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsDifferentTableCorrelationNames() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsExpressionsInOrderBy() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsExpressionsInOrderBy() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsExtendedSQLGrammar() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsExtendedSQLGrammar() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsFullOuterJoins() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsFullOuterJoins() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsGetGeneratedKeys() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsGetGeneratedKeys() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsGroupBy() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsGroupBy() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsGroupByBeyondSelect() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsGroupByBeyondSelect() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsGroupByUnrelated() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsGroupByUnrelated() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsImpersonation() - Method in interface org.apache.calcite.avatica.server.AvaticaServerConfiguration
Returns true if the Avatica server should run user requests at that remote user.
supportsIntegrityEnhancementFacility() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsIntegrityEnhancementFacility() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsLikeEscapeClause() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsLikeEscapeClause() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsLimitedOuterJoins() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsLimitedOuterJoins() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsMinimumSQLGrammar() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsMinimumSQLGrammar() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsMixedCaseIdentifiers() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsMixedCaseIdentifiers() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsMixedCaseQuotedIdentifiers() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsMixedCaseQuotedIdentifiers() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsMultipleOpenResults() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsMultipleOpenResults() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsMultipleResultSets() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsMultipleResultSets() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsMultipleTransactions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsMultipleTransactions() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsNamedParameters() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsNamedParameters() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsNonNullableColumns() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsNonNullableColumns() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsOpenCursorsAcrossCommit() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsOpenCursorsAcrossCommit() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsOpenCursorsAcrossRollback() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsOpenCursorsAcrossRollback() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsOpenStatementsAcrossCommit() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsOpenStatementsAcrossCommit() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsOpenStatementsAcrossRollback() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsOpenStatementsAcrossRollback() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsOrderByUnrelated() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsOrderByUnrelated() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsOuterJoins() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsOuterJoins() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsPositionedDelete() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsPositionedDelete() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsPositionedUpdate() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsPositionedUpdate() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsResultSetConcurrency(int, int) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsResultSetConcurrency(int, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsResultSetHoldability(int) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsResultSetHoldability(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsResultSetType(int) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsResultSetType(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsSavepoints() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsSavepoints() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsSchemasInDataManipulation() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsSchemasInDataManipulation() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsSchemasInIndexDefinitions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsSchemasInIndexDefinitions() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsSchemasInPrivilegeDefinitions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsSchemasInPrivilegeDefinitions() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsSchemasInProcedureCalls() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsSchemasInProcedureCalls() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsSchemasInTableDefinitions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsSchemasInTableDefinitions() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsSelectForUpdate() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsSelectForUpdate() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsStatementPooling() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsStatementPooling() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsStoredFunctionsUsingCallSyntax() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsStoredFunctionsUsingCallSyntax() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsStoredProcedures() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsStoredProcedures() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsSubqueriesInComparisons() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsSubqueriesInComparisons() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsSubqueriesInExists() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsSubqueriesInExists() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsSubqueriesInIns() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsSubqueriesInIns() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsSubqueriesInQuantifieds() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsSubqueriesInQuantifieds() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsTableCorrelationNames() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsTableCorrelationNames() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsTransactionIsolationLevel(int) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsTransactionIsolationLevel(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsTransactions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsTransactions() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsUnion() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsUnion() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
supportsUnionAll() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
supportsUnionAll() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
suspendEncoding() - Method in class org.apache.calcite.avatica.util.Base64.OutputStream
Suspends encoding of the stream.
syncResults(QueryState, long) - Method in class org.apache.calcite.avatica.AvaticaStatement
Re-initialize the ResultSet on the server with the given state.
syncResults(Meta.StatementHandle, QueryState, long) - Method in class org.apache.calcite.avatica.jdbc.JdbcMeta
 
syncResults(Meta.StatementHandle, QueryState, long) - Method in interface org.apache.calcite.avatica.Meta
Re-sets the ResultSet on a Statement.
SyncResultsRequest(String, int, QueryState, long) - Constructor for class org.apache.calcite.avatica.remote.Service.SyncResultsRequest
 
SyncResultsResponse(boolean, boolean, Service.RpcMetadataResponse) - Constructor for class org.apache.calcite.avatica.remote.Service.SyncResultsResponse
 
systemExit(int) - Static method in class org.apache.calcite.avatica.util.Unsafe

T

tableCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaCatalog
 
tableCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
 
tableCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumnPrivilege
 
tableCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaIndexInfo
 
tableCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaPrimaryKey
 
tableCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaPseudoColumn
 
tableCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaSuperTable
 
tableCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTable
 
tableCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTablePrivilege
 
tableCatalog - Variable in class org.apache.calcite.avatica.MetaImpl.MetaSchema
 
tableName - Variable in class org.apache.calcite.avatica.ColumnMetaData
 
tableName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
 
tableName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumnPrivilege
 
tableName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaIndexInfo
 
tableName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaPrimaryKey
 
tableName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaPseudoColumn
 
tableName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaSuperTable
 
tableName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTable
 
tableName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTablePrivilege
 
tableNamePattern - Variable in class org.apache.calcite.avatica.remote.Service.ColumnsRequest
 
tableNamePattern - Variable in class org.apache.calcite.avatica.remote.Service.TablesRequest
 
tableSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
 
tableSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumnPrivilege
 
tableSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaIndexInfo
 
tableSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaPrimaryKey
 
tableSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaPseudoColumn
 
tableSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaSchema
 
tableSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaSuperTable
 
tableSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTable
 
tableSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTablePrivilege
 
TablesRequest(String, String, String, String, List<String>) - Constructor for class org.apache.calcite.avatica.remote.Service.TablesRequest
 
tableType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTable
 
tableType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTableType
 
TableTypesRequest() - Constructor for class org.apache.calcite.avatica.remote.Service.TableTypesRequest
 
TableTypesRequest(String) - Constructor for class org.apache.calcite.avatica.remote.Service.TableTypesRequest
 
TestRunner - Class in org.apache.calcite.avatica.tck
Entry point for running an Avatica cross-version compatibility test.
TestRunner() - Constructor for class org.apache.calcite.avatica.tck.TestRunner
 
TIME_FORMAT_STRING - Static variable in class org.apache.calcite.avatica.util.DateTimeUtils
The SimpleDateFormat string for ISO times, "HH:mm:ss".
Timer - Interface in org.apache.calcite.avatica.metrics
A metric which encompasses a Histogram and Meter.
Timer.Context - Interface in org.apache.calcite.avatica.metrics
A object that tracks an active timing state.
TIMESTAMP_FORMAT_STRING - Static variable in class org.apache.calcite.avatica.util.DateTimeUtils
The SimpleDateFormat string for ISO timestamps, "yyyy-MM-dd HH:mm:ss".
timestampStringToUnixDate(String) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
 
timeStringToUnixDate(String) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
 
timeStringToUnixDate(String, int) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
 
TimeUnit - Enum in org.apache.calcite.avatica.util
Enumeration of time units used to construct an interval.
TimeUnitRange - Enum in org.apache.calcite.avatica.util
A range of time units.
TIMEZONE - Static variable in enum org.apache.calcite.avatica.BuiltInConnectionProperty
Deprecated.
timeZone() - Method in interface org.apache.calcite.avatica.ConnectionConfig
 
timeZone() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
 
toArray() - Method in class org.apache.calcite.avatica.util.UnsynchronizedBuffer
Gets (a copy of) the contents of this writer's buffer.
toBase64String() - Method in class org.apache.calcite.avatica.util.ByteString
Returns this byte string in Base64 format.
toBeCompleted() - Method in interface org.apache.calcite.avatica.Handler.ResultSink
Registers a temporary table.
toBigDecimal(Object) - Static method in class org.apache.calcite.avatica.AvaticaSite
 
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
 
ToFileConverter() - Constructor for class org.apache.calcite.avatica.standalone.StandaloneServer.ToFileConverter
 
toJdbc(Calendar) - Method in class org.apache.calcite.avatica.remote.TypedValue
Converts the value into the JDBC representation.
toLocal() - Method in class org.apache.calcite.avatica.remote.TypedValue
Converts the value into the local representation.
toLongs(int[]) - Static method in class org.apache.calcite.avatica.AvaticaUtils
Converts an array of int values to an array of long values.
toMap(Properties) - Static method in class org.apache.calcite.avatica.ConnectStringParser
Converts a Properties object to a Map<String, String>.
toProto() - Method in class org.apache.calcite.avatica.AvaticaParameter
 
toProto() - Method in enum org.apache.calcite.avatica.AvaticaSeverity
 
toProto() - Method in class org.apache.calcite.avatica.ColumnMetaData.ArrayType
 
toProto() - Method in class org.apache.calcite.avatica.ColumnMetaData.AvaticaType
 
toProto() - Method in enum org.apache.calcite.avatica.ColumnMetaData.Rep
 
toProto() - Method in class org.apache.calcite.avatica.ColumnMetaData.StructType
 
toProto() - Method in class org.apache.calcite.avatica.ColumnMetaData
 
toProto() - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
 
toProto() - Method in interface org.apache.calcite.avatica.Meta.ConnectionProperties
 
toProto() - Method in class org.apache.calcite.avatica.Meta.CursorFactory
 
toProto() - Method in enum org.apache.calcite.avatica.Meta.DatabaseProperty
 
toProto() - Method in class org.apache.calcite.avatica.Meta.Frame
 
toProto() - Method in class org.apache.calcite.avatica.Meta.Signature
 
toProto() - Method in class org.apache.calcite.avatica.Meta.StatementHandle
 
toProto() - Method in enum org.apache.calcite.avatica.Meta.StatementType
 
toProto() - Method in enum org.apache.calcite.avatica.Meta.Style
 
toProto() - Method in enum org.apache.calcite.avatica.QueryState.StateType
 
toProto() - Method in class org.apache.calcite.avatica.QueryState
 
toProto() - Method in enum org.apache.calcite.avatica.remote.MetaDataOperation
 
toProto() - Method in class org.apache.calcite.avatica.remote.TypedValue
Creates a protocol buffer equivalent object for this.
toProto(Common.TypedValue.Builder, Object) - Static method in class org.apache.calcite.avatica.remote.TypedValue
Writes the given object into the Protobuf representation of a TypedValue.
toResponse(Meta.MetaResultSet) - Method in class org.apache.calcite.avatica.remote.LocalService
Converts a result set (not serializable) into a serializable response.
toSaturatedInt(long) - Static method in class org.apache.calcite.avatica.AvaticaUtils
Converts a long to int, rounding as little as possible if the value is outside the legal range for an int.
toSaturatedInts(long[]) - Static method in class org.apache.calcite.avatica.AvaticaUtils
Converts an array of long values to an array of int values, truncating values outside the legal range for an int to Integer.MIN_VALUE or Integer.MAX_VALUE.
toSQLException(SQLException) - Method in class org.apache.calcite.avatica.Helper
 
toString() - Method in exception org.apache.calcite.avatica.AvaticaClientRuntimeException
 
toString() - Method in class org.apache.calcite.avatica.Meta.ConnectionHandle
 
toString() - Method in class org.apache.calcite.avatica.Meta.Pat
 
toString() - Method in class org.apache.calcite.avatica.Meta.StatementHandle
 
toString() - Method in exception org.apache.calcite.avatica.remote.AvaticaRuntimeException
 
toString() - Method in class org.apache.calcite.avatica.remote.Handler.HandlerResponse
 
toString() - Method in class org.apache.calcite.avatica.remote.Service.ErrorResponse
 
toString() - Method in class org.apache.calcite.avatica.util.ArrayImpl
 
toString() - Method in class org.apache.calcite.avatica.util.ByteString
Returns this byte string in hexadecimal format.
toString(int) - Method in class org.apache.calcite.avatica.util.ByteString
Returns this byte string in a given base.
toString(byte[], int) - Static method in class org.apache.calcite.avatica.util.ByteString
Returns the given byte array in hexadecimal format.
toString() - Method in class org.apache.calcite.avatica.util.Spacer
Returns a string of the current number of spaces.
toString() - Method in class org.apache.calcite.avatica.util.StructImpl
 
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
 
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
 
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() - Method in enum org.apache.calcite.avatica.BuiltInConnectionProperty
 
type - Variable in class org.apache.calcite.avatica.ColumnMetaData
 
type() - Method in interface org.apache.calcite.avatica.ConnectionProperty
Returns the data type of this property.
type - Variable in enum org.apache.calcite.avatica.Meta.DatabaseProperty
 
type - Variable in class org.apache.calcite.avatica.MetaImpl.MetaIndexInfo
 
type - Variable in class org.apache.calcite.avatica.QueryState
 
type() - Method in enum org.apache.calcite.avatica.remote.AvaticaRemoteConnectionProperty
 
type - Variable in class org.apache.calcite.avatica.remote.TypedValue
Type of the value.
typeCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaAttribute
 
typeCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaSuperType
 
typeCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTable
 
typeCat - Variable in class org.apache.calcite.avatica.MetaImpl.MetaUdt
 
TypedValue - Class in org.apache.calcite.avatica.remote
Value and type.
typeId - Variable in enum org.apache.calcite.avatica.ColumnMetaData.Rep
 
TypeInfoRequest() - Constructor for class org.apache.calcite.avatica.remote.Service.TypeInfoRequest
 
TypeInfoRequest(String) - Constructor for class org.apache.calcite.avatica.remote.Service.TypeInfoRequest
 
typeList - Variable in class org.apache.calcite.avatica.remote.Service.TablesRequest
 
typeName - Variable in class org.apache.calcite.avatica.AvaticaParameter
 
typeName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaAttribute
 
typeName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaBestRowIdentifier
 
typeName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
 
typeName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaFunctionColumn
 
typeName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
 
typeName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaSuperType
 
typeName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTable
 
typeName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
 
typeName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaUdt
 
typeName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaVersionColumn
 
typeSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaAttribute
 
typeSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaSuperType
 
typeSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTable
 
typeSchem - Variable in class org.apache.calcite.avatica.MetaImpl.MetaUdt
 

U

unauthenticatedErrorResponse(Exception) - Method in class org.apache.calcite.avatica.remote.AbstractHandler
Attempts to convert an Exception to an ErrorResponse with an HTTP status code of 401.
UNAUTHORIZED_ERROR_CODE - Static variable in class org.apache.calcite.avatica.remote.Service.ErrorResponse
 
UNAUTHORIZED_SQL_STATE - Static variable in class org.apache.calcite.avatica.remote.Service.ErrorResponse
 
unauthorizedErrorResponse(Exception) - Method in class org.apache.calcite.avatica.remote.AbstractHandler
Attempts to convert an Exception to an ErrorResponse with an HTTP stauts code of 403.
unique(String) - Static method in class org.apache.calcite.avatica.AvaticaUtils
Generates a string that is unique in the execution of the JVM.
unixDateCeil(TimeUnitRange, long) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
 
unixDateExtract(TimeUnitRange, long) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
 
unixDateFloor(TimeUnitRange, long) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
 
unixDateToSqlDate(int, Calendar) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
Converts the given unix date to a SQL date.
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
 
unixTimestampToSqlTimestamp(long, Calendar) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
Converts the given unix timestamp to a SQL timestamp.
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
 
unixTimestampToUtilDate(long, Calendar) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
Converts the given unix timestamp to a Java date.
unixTimeToSqlTime(int, Calendar) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
Converts the given unix time to a SQL time.
unixTimeToString(int) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
Helper for CAST({timestamp} AS VARCHAR(n)).
unixTimeToString(int, int) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
 
UNKNOWN_ERROR_CODE - Static variable in class org.apache.calcite.avatica.remote.Service.ErrorResponse
 
UNKNOWN_SQL_STATE - Static variable in class org.apache.calcite.avatica.remote.Service.ErrorResponse
 
UNLIMITED_COUNT - Static variable in class org.apache.calcite.avatica.jdbc.JdbcMeta
Special value for Statement#getLargeMaxRows() that means fetch an unlimited number of rows in a single batch.
UnregisteredDriver - Class in org.apache.calcite.avatica
Implementation of JDBC driver that does not register itself.
UnregisteredDriver() - Constructor for class org.apache.calcite.avatica.UnregisteredDriver
 
UnregisteredDriver.JdbcVersion - Enum in org.apache.calcite.avatica
JDBC version.
Unsafe - Class in org.apache.calcite.avatica.util
Contains methods that call JDK methods that the forbidden APIs checker does not approve of.
unsignedAttribute - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
 
unsupported() - Method in class org.apache.calcite.avatica.Helper
 
UnsynchronizedBuffer - Class in org.apache.calcite.avatica.util
A utility class for reading and writing bytes to byte buffers without synchronization.
UnsynchronizedBuffer() - Constructor for class org.apache.calcite.avatica.util.UnsynchronizedBuffer
Creates a new writer.
UnsynchronizedBuffer(int) - Constructor for class org.apache.calcite.avatica.util.UnsynchronizedBuffer
Creates a new writer.
unwrap(Class<T>) - Method in class org.apache.calcite.avatica.AvaticaConnection
 
unwrap(Class<T>) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
unwrap(Class<T>) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
unwrap(Class<T>) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
 
unwrap(Class<T>) - Method in class org.apache.calcite.avatica.AvaticaStatement
 
unwrap(Class<T>) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopConnection
 
unwrap(Class<T>) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
unwrap(Class<T>) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopParameterMetaData
 
unwrap(Class<T>) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopPreparedStatement
 
unwrap(Class<T>) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
unwrap(Class<T>) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSetMetaData
 
unwrap(Class<T>) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopStatement
 
update(int) - Method in class org.apache.calcite.avatica.metrics.dropwizard.DropwizardHistogram
 
update(long) - Method in class org.apache.calcite.avatica.metrics.dropwizard.DropwizardHistogram
 
update(int) - Method in interface org.apache.calcite.avatica.metrics.Histogram
Adds a new value to the distribution.
update(long) - Method in interface org.apache.calcite.avatica.metrics.Histogram
Adds a new value to the distribution.
update(int) - Method in class org.apache.calcite.avatica.metrics.noop.NoopHistogram
 
update(long) - Method in class org.apache.calcite.avatica.metrics.noop.NoopHistogram
 
updateArray(int, Array) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateArray(String, Array) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateArray(int, Array) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateArray(String, Array) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateAsciiStream(int, InputStream, int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateAsciiStream(String, InputStream, int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateAsciiStream(int, InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateAsciiStream(String, InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateAsciiStream(int, InputStream) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateAsciiStream(String, InputStream) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateAsciiStream(int, InputStream, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateAsciiStream(String, InputStream, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateAsciiStream(int, InputStream, long) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateAsciiStream(String, InputStream, long) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateAsciiStream(int, InputStream) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateAsciiStream(String, InputStream) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateBigDecimal(int, BigDecimal) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateBigDecimal(String, BigDecimal) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateBigDecimal(int, BigDecimal) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateBigDecimal(String, BigDecimal) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateBinaryStream(int, InputStream, int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateBinaryStream(String, InputStream, int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateBinaryStream(int, InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateBinaryStream(String, InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateBinaryStream(int, InputStream) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateBinaryStream(String, InputStream) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateBinaryStream(int, InputStream, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateBinaryStream(String, InputStream, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateBinaryStream(int, InputStream, long) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateBinaryStream(String, InputStream, long) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateBinaryStream(int, InputStream) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateBinaryStream(String, InputStream) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateBlob(int, Blob) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateBlob(String, Blob) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateBlob(int, InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateBlob(String, InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateBlob(int, InputStream) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateBlob(String, InputStream) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateBlob(int, Blob) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateBlob(String, Blob) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateBlob(int, InputStream, long) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateBlob(String, InputStream, long) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateBlob(int, InputStream) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateBlob(String, InputStream) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateBoolean(int, boolean) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateBoolean(String, boolean) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateBoolean(int, boolean) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateBoolean(String, boolean) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateByte(int, byte) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateByte(String, byte) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateByte(int, byte) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateByte(String, byte) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateBytes(int, byte[]) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateBytes(String, byte[]) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateBytes(int, byte[]) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateBytes(String, byte[]) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateCharacterStream(int, Reader, int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateCharacterStream(String, Reader, int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateCharacterStream(int, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateCharacterStream(String, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateCharacterStream(int, Reader) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateCharacterStream(String, Reader) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateCharacterStream(int, Reader, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateCharacterStream(String, Reader, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateCharacterStream(int, Reader, long) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateCharacterStream(String, Reader, long) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateCharacterStream(int, Reader) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateCharacterStream(String, Reader) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateClob(int, Clob) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateClob(String, Clob) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateClob(int, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateClob(String, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateClob(int, Reader) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateClob(String, Reader) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateClob(int, Clob) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateClob(String, Clob) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateClob(int, Reader, long) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateClob(String, Reader, long) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateClob(int, Reader) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateClob(String, Reader) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateComponentType(ColumnMetaData.AvaticaType) - Method in class org.apache.calcite.avatica.ColumnMetaData.ArrayType
Updates the component of this to the given value.
updateCount - Variable in class org.apache.calcite.avatica.AvaticaStatement
Current update count.
updateCount - Variable in class org.apache.calcite.avatica.Meta.MetaResultSet
 
updateCount - Variable in class org.apache.calcite.avatica.remote.Service.ResultSetResponse
 
updateCounts - Variable in class org.apache.calcite.avatica.Meta.ExecuteBatchResult
 
updateCounts - Variable in class org.apache.calcite.avatica.remote.Service.ExecuteBatchResponse
 
updateDate(int, Date) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateDate(String, Date) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateDate(int, Date) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateDate(String, Date) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateDouble(int, double) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateDouble(String, double) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateDouble(int, double) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateDouble(String, double) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateFloat(int, float) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateFloat(String, float) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateFloat(int, float) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateFloat(String, float) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateInt(int, int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateInt(String, int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateInt(int, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateInt(String, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateLong(int, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateLong(String, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateLong(int, long) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateLong(String, long) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateNCharacterStream(int, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateNCharacterStream(String, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateNCharacterStream(int, Reader) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateNCharacterStream(String, Reader) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateNCharacterStream(int, Reader, long) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateNCharacterStream(String, Reader, long) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateNCharacterStream(int, Reader) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateNCharacterStream(String, Reader) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateNClob(int, NClob) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateNClob(String, NClob) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateNClob(int, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateNClob(String, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateNClob(int, Reader) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateNClob(String, Reader) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateNClob(int, NClob) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateNClob(String, NClob) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateNClob(int, Reader, long) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateNClob(String, Reader, long) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateNClob(int, Reader) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateNClob(String, Reader) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateNString(int, String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateNString(String, String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateNString(int, String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateNString(String, String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateNull(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateNull(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateNull(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateNull(String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateObject(int, Object, int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateObject(int, Object) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateObject(String, Object, int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateObject(String, Object) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateObject(int, Object, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateObject(int, Object) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateObject(String, Object, int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateObject(String, Object) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateRef(int, Ref) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateRef(String, Ref) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateRef(int, Ref) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateRef(String, Ref) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateRow() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateRow() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateRowId(int, RowId) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateRowId(String, RowId) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateRowId(int, RowId) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateRowId(String, RowId) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateRule - Variable in class org.apache.calcite.avatica.MetaImpl.MetaCrossReference
 
updateRule - Variable in class org.apache.calcite.avatica.MetaImpl.MetaExportedKey
 
updateRule - Variable in class org.apache.calcite.avatica.MetaImpl.MetaImportedKey
 
updatesAreDetected(int) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
updatesAreDetected(int) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
updateShort(int, short) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateShort(String, short) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateShort(int, short) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateShort(String, short) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateSQLXML(int, SQLXML) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateSQLXML(String, SQLXML) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateSQLXML(int, SQLXML) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateSQLXML(String, SQLXML) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateString(int, String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateString(String, String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateString(int, String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateString(String, String) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateTime(int, Time) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateTime(String, Time) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateTime(int, Time) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateTime(String, Time) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateTimestamp(int, Timestamp) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateTimestamp(String, Timestamp) - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
updateTimestamp(int, Timestamp) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
updateTimestamp(String, Timestamp) - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
upgrade(String) - Static method in class org.apache.calcite.avatica.AvaticaUtils
Use this method to flag code that should be re-visited after upgrading a component.
uri - Variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
 
url() - Method in interface org.apache.calcite.avatica.ConnectionConfig
 
url() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
 
url - Variable in class org.apache.calcite.avatica.remote.AvaticaHttpClientImpl
 
url() - Method in interface org.apache.calcite.avatica.util.Source
 
url(String) - Static method in class org.apache.calcite.avatica.util.Sources
 
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.
URL_SEPERATOR_CHAR - Static variable in class org.apache.calcite.avatica.ha.RandomSelectLBStrategy
 
URL_SEPERATOR_CHAR - Static variable in class org.apache.calcite.avatica.ha.RoundRobinLBStrategy
 
URL_SEPERATOR_CHAR - Static variable in class org.apache.calcite.avatica.ha.ShuffledRoundRobinLBStrategy
 
useClientSideLb() - Method in interface org.apache.calcite.avatica.ConnectionConfig
 
useClientSideLb() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl
 
UsernamePasswordAuthenticateable - Interface in org.apache.calcite.avatica.remote
Interface that allows configuration of a username and password with some HTTP authentication.
userToken - Variable in class org.apache.calcite.avatica.remote.AvaticaCommonsHttpClientImpl
 
usesLocalFilePerTable() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
usesLocalFilePerTable() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
usesLocalFiles() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
 
usesLocalFiles() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopDatabaseMetaData
 
UTC_ZONE - Static variable in class org.apache.calcite.avatica.util.DateTimeUtils
The UTC time zone.
utilDateToUnixTimestamp(Date, Calendar) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
Calculates the unix date as the number of milliseconds since January 1st, 1970 UTC for the given date.
utilDateToUnixTimestamp(Date, TimeZone) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
Calculates the unix date as the number of milliseconds since January 1st, 1970 UTC for the given date.

V

valid(Object, Class) - Method in enum org.apache.calcite.avatica.ConnectionProperty.Type
Returns whether a default value and value types are valid for this kind of property.
validateRequest(ServletRequest, ServletResponse, boolean) - Method in class org.apache.calcite.avatica.server.AvaticaSpnegoAuthenticator
 
value - Variable in class org.apache.calcite.avatica.remote.TypedValue
Value.
VALUE_MAP - Static variable in enum org.apache.calcite.avatica.ColumnMetaData.Rep
 
valueClass() - Method in enum org.apache.calcite.avatica.BuiltInConnectionProperty
 
valueClass() - Method in interface org.apache.calcite.avatica.ConnectionProperty
Class of values that this property can take.
valueClass() - Method in enum org.apache.calcite.avatica.remote.AvaticaRemoteConnectionProperty
 
valueOf(String) - Static method in enum org.apache.calcite.avatica.AvaticaSeverity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.calcite.avatica.BuiltInConnectionProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.calcite.avatica.ColumnMetaData.Rep
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.calcite.avatica.ConnectionProperty.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.calcite.avatica.InternalProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.calcite.avatica.jdbc.JdbcMeta.ConnectionCacheSettings
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.calcite.avatica.jdbc.JdbcMeta.StatementCacheSettings
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.calcite.avatica.Meta.DatabaseProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.calcite.avatica.Meta.StatementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.calcite.avatica.Meta.Style
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.calcite.avatica.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(int) - Static method in enum org.apache.calcite.avatica.SqlType
 
valueOf(String) - Static method in enum org.apache.calcite.avatica.UnregisteredDriver.JdbcVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.calcite.avatica.util.Casing
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.calcite.avatica.util.Quoting
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.calcite.avatica.util.TimeUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.calcite.avatica.util.TimeUnitRange
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.calcite.avatica.AvaticaSeverity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.calcite.avatica.BuiltInConnectionProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.calcite.avatica.ColumnMetaData.Rep
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.calcite.avatica.ConnectionProperty.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.calcite.avatica.InternalProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.calcite.avatica.jdbc.JdbcMeta.ConnectionCacheSettings
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.calcite.avatica.jdbc.JdbcMeta.StatementCacheSettings
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.calcite.avatica.Meta.DatabaseProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.calcite.avatica.Meta.StatementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.calcite.avatica.Meta.Style
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.calcite.avatica.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(List<TypedValue>) - Static method in class org.apache.calcite.avatica.remote.TypedValue
Converts a list of TypedValue to a list of values.
values() - Static method in enum org.apache.calcite.avatica.SqlState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.calcite.avatica.SqlType.Method
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.calcite.avatica.SqlType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.calcite.avatica.UnregisteredDriver.JdbcVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.calcite.avatica.util.Casing
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.calcite.avatica.util.Quoting
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.calcite.avatica.util.TimeUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.calcite.avatica.util.TimeUnitRange
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - Static variable in class org.apache.calcite.avatica.util.FilteredConstants
 
versionString - Variable in class org.apache.calcite.avatica.DriverVersion
 

W

wait(Object) - Static method in class org.apache.calcite.avatica.util.Unsafe
wasNull() - Method in class org.apache.calcite.avatica.AvaticaResultSet
 
wasNull() - Method in class org.apache.calcite.avatica.noop.AvaticaNoopResultSet
 
wasNull() - Method in class org.apache.calcite.avatica.util.AbstractCursor.AbstractGetter
 
wasNull() - Method in interface org.apache.calcite.avatica.util.AbstractCursor.Getter
 
wasNull() - Method in class org.apache.calcite.avatica.util.AbstractCursor.SlotGetter
 
wasNull() - Method in class org.apache.calcite.avatica.util.AbstractCursor.StructGetter
 
wasNull - Variable in class org.apache.calcite.avatica.util.AbstractCursor
Slot into which each accessor should write whether the value returned was null.
wasNull() - Method in class org.apache.calcite.avatica.util.AbstractCursor
 
wasNull() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
 
wasNull() - Method in interface org.apache.calcite.avatica.util.Cursor
Returns whether the last value returned was null.
withAutomaticLogin(File) - Method in class org.apache.calcite.avatica.server.HttpServer.Builder
Sets a keytab to be used to perform a Kerberos login automatically (without the use of JAAS).
withBasicAuthentication(String, String[]) - Method in class org.apache.calcite.avatica.server.HttpServer.Builder
Configures the server to use HTTP Basic authentication.
withCustomAuthentication(AvaticaServerConfiguration) - Method in class org.apache.calcite.avatica.server.HttpServer.Builder
Configures the server to use CUSTOM authentication mechanism, which can allow users to combine benefits of multiple auth methods.
withDigestAuthentication(String, String[]) - Method in class org.apache.calcite.avatica.server.HttpServer.Builder
Configures the server to use HTTP Digest authentication.
withHandler(Service, Driver.Serialization) - Method in class org.apache.calcite.avatica.server.HttpServer.Builder
Sets the Service and Driver.Serialization information necessary to construct the appropriate AvaticaHandler.
withHandler(AvaticaHandler) - Method in class org.apache.calcite.avatica.server.HttpServer.Builder
Sets an AvaticaHandler directly on the builder.
withImpersonation(DoAsRemoteUserCallback) - Method in class org.apache.calcite.avatica.server.HttpServer.Builder
Sets a callback implementation to defer the logic on how to run an action as a given user and if the action should be permitted for that user.
withIsAutoincrement(String) - Method in class org.apache.calcite.avatica.MetaImpl.MetaColumn
Returns a copy of this MetaColumn, overriding the value of isAutoincrement.
withIsGeneratedcolumn(String) - Method in class org.apache.calcite.avatica.MetaImpl.MetaColumn
Returns a copy of this MetaColumn, overriding the value of isGeneratedcolumn.
withMaxHeaderSize(int) - Method in class org.apache.calcite.avatica.server.HttpServer.Builder
Configures the maximum size, in bytes, of an HTTP header that the server will read.
withMetricsConfiguration(MetricsSystemConfiguration<?>) - Method in class org.apache.calcite.avatica.server.HttpServer.Builder
Sets the given configuration to enable metrics collection in the server.
withPort(int) - Method in class org.apache.calcite.avatica.server.HttpServer.Builder
 
withRemoteUserExtractor(RemoteUserExtractor) - Method in class org.apache.calcite.avatica.server.HttpServer.Builder
Sets a callback implementation to defer the logic on how to use the right remoteUserExtractor to extract remote user.
withServerCustomizers(List<ServerCustomizer<T>>, Class<T>) - Method in class org.apache.calcite.avatica.server.HttpServer.Builder
Adds customizers to configure a Server before startup.
withSpnego(String) - Method in class org.apache.calcite.avatica.server.HttpServer.Builder
Configures the server to use SPNEGO authentication.
withSpnego(String, String[]) - Method in class org.apache.calcite.avatica.server.HttpServer.Builder
Deprecated.
Since 1.20.0, because additionalAllowedRealms is no longer considered.
withSpnego(String, String) - Method in class org.apache.calcite.avatica.server.HttpServer.Builder
Configures the server to use SPNEGO authentication.
withSpnego(String, String, String[]) - Method in class org.apache.calcite.avatica.server.HttpServer.Builder
Deprecated.
since 1.20.0 because additionalAllowedRealms is no longer considered.
withTLS(File, String, File, String) - Method in class org.apache.calcite.avatica.server.HttpServer.Builder
Configures the server to use TLS for wire encryption.
withTLS(File, String, File, String, String) - Method in class org.apache.calcite.avatica.server.HttpServer.Builder
Configures the server to use TLS for wire encryption.
wrap(Properties) - Method in enum org.apache.calcite.avatica.BuiltInConnectionProperty
 
wrap(Properties) - Method in interface org.apache.calcite.avatica.ConnectionProperty
Wraps this property with a properties object from which its value can be obtained when needed.
wrap(String, Exception) - Method in class org.apache.calcite.avatica.Helper
 
wrap(Properties) - Method in enum org.apache.calcite.avatica.remote.AvaticaRemoteConnectionProperty
 
writable - Variable in class org.apache.calcite.avatica.ColumnMetaData
 
write(int) - Method in class org.apache.calcite.avatica.util.Base64.OutputStream
Writes the byte to the output stream after converting to/from Base64 notation.
write(byte[], int, int) - Method in class org.apache.calcite.avatica.util.Base64.OutputStream
Calls Base64.OutputStream.write(int) repeatedly until len bytes are written.
write(byte[], int, int) - Method in class org.apache.calcite.avatica.util.UnsynchronizedBuffer
Adds bytes to this writer's buffer.
write(int) - Method in class org.apache.calcite.avatica.util.UnsynchronizedBuffer
 

Y

yearMonth - Variable in enum org.apache.calcite.avatica.util.TimeUnit
 
ymdToJulian(int, int, int) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
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
 
A B C D E F G H I J K L M N O P Q R S T U V W Y Z _ 
Skip navigation links
Apache Calcite Avatica

Copyright © 2012-2024 Apache Software Foundation. All Rights Reserved.