- 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
-
- cancel() - Method in class org.apache.calcite.avatica.AvaticaStatement
-
- cancelRowUpdates() - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- canGet(SqlType.Method, SqlType) - Static method in enum org.apache.calcite.avatica.SqlType
-
- canSet(Class, SqlType) - Static method in enum org.apache.calcite.avatica.SqlType
-
- caseSensitive - Variable in class org.apache.calcite.avatica.ColumnMetaData
-
- Casing - Enum in org.apache.calcite.avatica.util
-
Policy for converting case of identifiers before storing them.
- 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
-
- charOctetLength - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
-
- checkDateFormat(String) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
-
Checks if the date/time format is valid
- className - Variable in class org.apache.calcite.avatica.AvaticaParameter
-
- 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
-
- clear() - Method in interface org.apache.calcite.avatica.Meta.PrepareCallback
-
- clearBatch() - Method in class org.apache.calcite.avatica.AvaticaStatement
-
- clearParameters() - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
-
- clearWarnings() - Method in class org.apache.calcite.avatica.AvaticaConnection
-
- clearWarnings() - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- clearWarnings() - Method in class org.apache.calcite.avatica.AvaticaStatement
-
- 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 interface org.apache.calcite.avatica.util.Cursor
-
Closes this cursor and releases resources.
- close() - Method in class org.apache.calcite.avatica.util.IteratorCursor
-
- close_() - Method in class org.apache.calcite.avatica.AvaticaStatement
-
- closeConnection(Meta.ConnectionHandle) - Method in interface org.apache.calcite.avatica.Meta
-
Close a connection
- closeConnection(Meta.ConnectionHandle) - Method in class org.apache.calcite.avatica.MetaImpl
-
- closed - Variable in class org.apache.calcite.avatica.AvaticaStatement
-
- closeOnCompletion - Variable in class org.apache.calcite.avatica.AvaticaStatement
-
- closeOnCompletion() - Method in class org.apache.calcite.avatica.AvaticaStatement
-
- closeStatement(Meta.StatementHandle) - Method in interface org.apache.calcite.avatica.Meta
-
Close a statement.
- 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
-
- ColumnMetaData - Class in org.apache.calcite.avatica
-
Metadata for a column.
- ColumnMetaData(int, boolean, boolean, boolean, boolean, int, boolean, int, String, String, String, int, int, String, String, ColumnMetaData.AvaticaType, boolean, boolean, boolean, String) - Constructor for class org.apache.calcite.avatica.ColumnMetaData
-
- columnMetaData(String, int, Class<?>) - Static method in class org.apache.calcite.avatica.MetaImpl
-
- ColumnMetaData.ArrayType - Class in org.apache.calcite.avatica
-
Array type.
- ColumnMetaData.AvaticaType - Class in org.apache.calcite.avatica
-
Base class for a column type.
- ColumnMetaData.AvaticaType(int, String, ColumnMetaData.Rep) - Constructor for class org.apache.calcite.avatica.ColumnMetaData.AvaticaType
-
- ColumnMetaData.Rep - Enum in org.apache.calcite.avatica
-
Description of the type used to internally represent a value.
- ColumnMetaData.ScalarType - Class in org.apache.calcite.avatica
-
Scalar type.
- ColumnMetaData.ScalarType(int, String, ColumnMetaData.Rep) - Constructor for class org.apache.calcite.avatica.ColumnMetaData.ScalarType
-
- ColumnMetaData.StructType - Class in org.apache.calcite.avatica
-
Record type.
- ColumnMetaData.StructType(List<ColumnMetaData>) - Constructor for class org.apache.calcite.avatica.ColumnMetaData.StructType
-
- columnMetaDataList - Variable in class org.apache.calcite.avatica.AvaticaResultSet
-
- columnName - Variable in class org.apache.calcite.avatica.ColumnMetaData
-
- columnName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
-
- columnName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaPrimaryKey
-
- columnName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaVersionColumn
-
- columnNamePattern - Variable in class org.apache.calcite.avatica.remote.Service.ColumnsRequest
-
- columns - Variable in class org.apache.calcite.avatica.ColumnMetaData.StructType
-
- columns - Variable in class org.apache.calcite.avatica.Meta.Signature
-
- columnSize - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
-
- columnSize - Variable in class org.apache.calcite.avatica.MetaImpl.MetaVersionColumn
-
- commit() - Method in class org.apache.calcite.avatica.AvaticaConnection
-
- compareTo(ByteString) - Method in class org.apache.calcite.avatica.util.ByteString
-
- component - Variable in class org.apache.calcite.avatica.ColumnMetaData.ArrayType
-
- concat(ByteString) - Method in class org.apache.calcite.avatica.util.ByteString
-
Returns a ByteString consisting of the concatenation of this and another
string.
- config() - Method in class org.apache.calcite.avatica.AvaticaConnection
-
Returns a view onto this connection's configuration properties.
- connect(String, Properties) - Method in class org.apache.calcite.avatica.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
-
- ConnectionConfig - Interface in org.apache.calcite.avatica
-
Connection configuration.
- ConnectionConfigImpl - Class in org.apache.calcite.avatica
-
- ConnectionConfigImpl(Properties) - Constructor for class org.apache.calcite.avatica.ConnectionConfigImpl
-
- ConnectionConfigImpl.Converter<T> - Interface in org.apache.calcite.avatica
-
Callback to parse a property from string to its native type.
- ConnectionConfigImpl.PropEnv - Class in org.apache.calcite.avatica
-
The combination of a property definition and a map of property values.
- ConnectionConfigImpl.PropEnv(Map<? extends ConnectionProperty, String>, ConnectionProperty) - Constructor for class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
-
- connectionId - Variable in class org.apache.calcite.avatica.Meta.MetaResultSet
-
- connectionId - Variable in class org.apache.calcite.avatica.Meta.StatementHandle
-
- connectionId - Variable in 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.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.FetchRequest
-
- 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
-
- ConnectionPropertiesImpl - Class in org.apache.calcite.avatica
-
- 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 interface org.apache.calcite.avatica.Meta
-
Sync client and server view of connection properties.
- connectionSync(Meta.ConnectionHandle, Meta.ConnectionProperties) - Method in class org.apache.calcite.avatica.MetaImpl
-
- ConnectStringParser - Class in org.apache.calcite.avatica
-
ConnectStringParser is a utility class that parses or creates a JDBC connect
string according to the OLE DB connect string syntax described at
OLE DB Connection String Syntax.
- connProps - Variable in class org.apache.calcite.avatica.MetaImpl
-
- connProps - Variable in class org.apache.calcite.avatica.remote.Service.ConnectionSyncRequest
-
- connProps - Variable in class org.apache.calcite.avatica.remote.Service.ConnectionSyncResponse
-
- count(String, int, int) - Static method in class org.apache.calcite.avatica.Meta.MetaResultSet
-
- create(ColumnMetaData.AvaticaType, Iterable<Object>) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- create(Meta.Style, Class, List<String>) - Static method in class org.apache.calcite.avatica.Meta.CursorFactory
-
- create(List<String>) - Method in interface org.apache.calcite.avatica.Meta.Factory
-
- create(int, boolean, List<Object>) - Static method in class org.apache.calcite.avatica.Meta.Frame
-
- create(String, int, boolean, Meta.Signature, Meta.Frame) - Static method in class org.apache.calcite.avatica.Meta.MetaResultSet
-
- create(List<ColumnMetaData>, String, List<AvaticaParameter>, Meta.CursorFactory) - Static method in class org.apache.calcite.avatica.Meta.Signature
-
Used by Jackson to create a Signature by de-serializing JSON.
- create(AvaticaConnection) - Method in class org.apache.calcite.avatica.remote.MockJsonService.Factory
-
- create(AvaticaConnection) - Method in interface org.apache.calcite.avatica.remote.Service.Factory
-
- create(ColumnMetaData.AvaticaType, Iterable<Object>) - Method in interface org.apache.calcite.avatica.util.ArrayImpl.Factory
-
- createAccessor(ColumnMetaData, int, Calendar, ArrayImpl.Factory) - Method in class org.apache.calcite.avatica.util.AbstractCursor
-
- createAccessors(List<ColumnMetaData>, Calendar, ArrayImpl.Factory) - Method in class org.apache.calcite.avatica.util.AbstractCursor
-
- createAccessors(List<ColumnMetaData>, Calendar, ArrayImpl.Factory) - Method in interface org.apache.calcite.avatica.util.Cursor
-
Creates a list of accessors, one per column.
- createArrayOf(String, Object[]) - Method in class org.apache.calcite.avatica.AvaticaConnection
-
- createBlob() - Method in class org.apache.calcite.avatica.AvaticaConnection
-
- createClob() - Method in class org.apache.calcite.avatica.AvaticaConnection
-
- createCursor(Meta.CursorFactory, Iterable<Object>) - Static method in class org.apache.calcite.avatica.MetaImpl
-
- 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) - Method in class org.apache.calcite.avatica.Helper
-
- createFactory() - Method in class org.apache.calcite.avatica.UnregisteredDriver
-
Creates a factory for JDBC objects (connection, statement).
- createGetter(int) - Method in class org.apache.calcite.avatica.util.AbstractCursor
-
- createGetter(int) - Method in class org.apache.calcite.avatica.util.ArrayIteratorCursor
-
- createGetter(int) - Method in class org.apache.calcite.avatica.util.ListIteratorCursor
-
- createGetter(int) - Method in class org.apache.calcite.avatica.util.MapIteratorCursor
-
- createGetter(int) - Method in class org.apache.calcite.avatica.util.RecordIteratorCursor
-
- createHandler() - Method in class org.apache.calcite.avatica.UnregisteredDriver
-
Creates a Handler.
- createIterable(Meta.StatementHandle, Meta.Signature, List<Object>, Meta.Frame) - Method in interface org.apache.calcite.avatica.Meta
-
Creates an iterable for a result set.
- createIterable(Meta.StatementHandle, Meta.Signature, List<Object>, 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
-
- createResultSet(Meta.MetaResultSet) - 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
-
- createStatement() - Method in class org.apache.calcite.avatica.AvaticaConnection
-
- createStatement(int, int) - Method in class org.apache.calcite.avatica.AvaticaConnection
-
- createStatement(int, int, int) - Method in class org.apache.calcite.avatica.AvaticaConnection
-
- createStatement(Meta.ConnectionHandle) - Method in interface org.apache.calcite.avatica.Meta
-
Called during the creation of a statement to allocate a new handle.
- createStatement(Meta.ConnectionHandle) - Method in class org.apache.calcite.avatica.MetaImpl
-
- createStruct(String, Object[]) - Method in class org.apache.calcite.avatica.AvaticaConnection
-
- createTrojan() - Static method in class org.apache.calcite.avatica.AvaticaConnection
-
- currency - Variable in class org.apache.calcite.avatica.ColumnMetaData
-
- 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
-
- generatedKeyAlwaysReturned() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- get(Cursor.Accessor, int, Calendar) - Static method in class org.apache.calcite.avatica.AvaticaParameter
-
- 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
-
- getArray(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getArray(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getArray() - Method in class org.apache.calcite.avatica.util.ArrayImpl
-
- getArray(List) - Method in class org.apache.calcite.avatica.util.ArrayImpl
-
Converts a list into an array.
- getArray(Map<String, Class<?>>) - Method in class org.apache.calcite.avatica.util.ArrayImpl
-
- getArray(long, int) - Method in class org.apache.calcite.avatica.util.ArrayImpl
-
- getArray(long, int, Map<String, Class<?>>) - Method in class org.apache.calcite.avatica.util.ArrayImpl
-
- getArray() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
-
- getAsciiStream(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getAsciiStream(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- 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(String, Meta.Pat, Meta.Pat, Meta.Pat) - Method in interface org.apache.calcite.avatica.Meta
-
- getAttributes(String, Meta.Pat, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.MetaImpl
-
- getAutoCommit() - Method in class org.apache.calcite.avatica.AvaticaConnection
-
- 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(String, String, String, int, boolean) - Method in interface org.apache.calcite.avatica.Meta
-
- getBestRowIdentifier(String, String, String, int, boolean) - Method in class org.apache.calcite.avatica.MetaImpl
-
- getBigDecimal(int, int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getBigDecimal(String, int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getBigDecimal(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getBigDecimal(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getBigDecimal() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
-
- getBigDecimal(int) - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
-
- getBinaryStream(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getBinaryStream(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getBinaryStream() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
-
- getBlob(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getBlob(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getBlob() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
-
- getBoolean(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getBoolean(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getBoolean() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
-
Returns the boolean value of this property.
- getBoolean(boolean) - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
-
Returns the boolean value of this property.
- getBoolean(Map<InternalProperty, Object>) - Method in enum org.apache.calcite.avatica.InternalProperty
-
Returns the boolean value of this property.
- getBoolean() - Method in 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() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
-
- getBytes(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getBytes(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getBytes() - Method in class org.apache.calcite.avatica.util.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.util.DateTimeUtils.PrecisionTime
-
- getCatalog() - Method in class org.apache.calcite.avatica.AvaticaConnection
-
- getCatalog() - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
-
- getCatalog() - Method in interface org.apache.calcite.avatica.Meta.ConnectionProperties
-
- getCatalogName(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
-
- getCatalogs() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getCatalogs() - Method in interface org.apache.calcite.avatica.Meta
-
- getCatalogs() - Method in class org.apache.calcite.avatica.MetaImpl
-
- getCatalogSeparator() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getCatalogTerm() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getCharacterStream(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getCharacterStream(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getCharacterStream() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
-
- getClientInfo(String) - Method in class org.apache.calcite.avatica.AvaticaConnection
-
- getClientInfo() - Method in class org.apache.calcite.avatica.AvaticaConnection
-
- getClientInfoProperties() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getClientInfoProperties() - Method in interface org.apache.calcite.avatica.Meta
-
- getClientInfoProperties() - Method in class org.apache.calcite.avatica.MetaImpl
-
- getClob(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getClob(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getClob() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
-
- getColumnClassName(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
-
- getColumnCount() - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
-
- getColumnDisplaySize(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
-
- getColumnLabel(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
-
- getColumnName(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
-
- getColumnPrivileges(String, String, String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getColumnPrivileges(String, String, String, Meta.Pat) - Method in interface org.apache.calcite.avatica.Meta
-
- getColumnPrivileges(String, String, String, Meta.Pat) - Method in class org.apache.calcite.avatica.MetaImpl
-
- getColumns(String, String, String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getColumns(String, Meta.Pat, Meta.Pat, Meta.Pat) - Method in interface org.apache.calcite.avatica.Meta
-
- getColumns(String, Meta.Pat, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.MetaImpl
-
- getColumnType(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
-
- getColumnTypeName(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
-
- getConcurrency() - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getConnection() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getConnection() - Method in class org.apache.calcite.avatica.AvaticaStatement
-
- getConnectionProperties() - Method in class org.apache.calcite.avatica.remote.Driver
-
- getConnectionProperties() - Method in class org.apache.calcite.avatica.UnregisteredDriver
-
Returns the connection properties supported by this driver.
- getConnectStringPrefix() - Method in class org.apache.calcite.avatica.remote.Driver
-
- getConnectStringPrefix() - Method in class org.apache.calcite.avatica.UnregisteredDriver
-
Returns the prefix of the connect string that this driver will recognize
as its own.
- getCrossReference(String, String, String, String, String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getCrossReference(String, String, String, String, String, String) - Method in interface org.apache.calcite.avatica.Meta
-
- getCrossReference(String, String, String, String, String, String) - Method in class org.apache.calcite.avatica.MetaImpl
-
- getCursorName() - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getDatabaseMajorVersion() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getDatabaseMinorVersion() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getDatabaseProductName() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getDatabaseProductVersion() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getDate(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getDate(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getDate(int, Calendar) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getDate(String, Calendar) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getDate(Calendar) - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
-
- getDefaultTransactionIsolation() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getDouble(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getDouble(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getDouble() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
-
- getDriverMajorVersion() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getDriverMinorVersion() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getDriverName() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getDriverVersion() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getDriverVersion() - Method in class org.apache.calcite.avatica.UnregisteredDriver
-
Returns the driver version object.
- getEnum(Class<E>) - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
-
Returns the enum value of this property.
- getEnum(Class<E>, E) - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
-
Returns the enum value of this property.
- getEnum(Map<InternalProperty, Object>, Class<E>) - Method in enum org.apache.calcite.avatica.InternalProperty
-
Returns the enum value of this property.
- getExportedKeys(String, String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getExportedKeys(String, String, String) - Method in interface org.apache.calcite.avatica.Meta
-
- getExportedKeys(String, String, String) - Method in class org.apache.calcite.avatica.MetaImpl
-
- getExtraNameCharacters() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getFactoryClassName(UnregisteredDriver.JdbcVersion) - Method in class org.apache.calcite.avatica.UnregisteredDriver
-
Returns the name of a class to be factory for JDBC objects
(connection, statement) appropriate for the current JDBC version.
- getFetchDirection() - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getFetchDirection() - Method in class org.apache.calcite.avatica.AvaticaStatement
-
- getFetchSize() - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getFetchSize() - Method in class org.apache.calcite.avatica.AvaticaStatement
-
- getFloat(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getFloat(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getFloat() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
-
- getFunctionColumns(String, String, String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getFunctionColumns(String, Meta.Pat, Meta.Pat, Meta.Pat) - Method in interface org.apache.calcite.avatica.Meta
-
- getFunctionColumns(String, Meta.Pat, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.MetaImpl
-
- getFunctions(String, String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getFunctions(String, Meta.Pat, Meta.Pat) - Method in interface org.apache.calcite.avatica.Meta
-
- getFunctions(String, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.MetaImpl
-
- getGeneratedKeys() - Method in class org.apache.calcite.avatica.AvaticaStatement
-
- getHoldability() - Method in class org.apache.calcite.avatica.AvaticaConnection
-
- getHoldability() - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getId() - Method in class org.apache.calcite.avatica.AvaticaStatement
-
Returns the identifier of the statement, unique within its connection.
- getIdentifierQuoteString() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getImportedKeys(String, String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getImportedKeys(String, String, String) - Method in interface org.apache.calcite.avatica.Meta
-
- getImportedKeys(String, String, String) - Method in class org.apache.calcite.avatica.MetaImpl
-
- getIndexInfo(String, String, String, boolean, boolean) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getIndexInfo(String, String, String, boolean, boolean) - Method in interface org.apache.calcite.avatica.Meta
-
- getIndexInfo(String, String, String, boolean, boolean) - Method in class org.apache.calcite.avatica.MetaImpl
-
- getInt(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getInt(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- 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
-
- getJDBCMinorVersion() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getJdbcMinorVersion() - Method in interface org.apache.calcite.avatica.AvaticaFactory
-
- getLong(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getLong(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getLong() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
-
- getMajorVersion() - Method in class org.apache.calcite.avatica.UnregisteredDriver
-
- getMaxBinaryLiteralLength() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getMaxCatalogNameLength() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getMaxCharLiteralLength() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getMaxColumnNameLength() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getMaxColumnsInGroupBy() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getMaxColumnsInIndex() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getMaxColumnsInOrderBy() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getMaxColumnsInSelect() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getMaxColumnsInTable() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getMaxConnections() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getMaxCursorNameLength() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getMaxFieldSize() - Method in class org.apache.calcite.avatica.AvaticaStatement
-
- getMaxIndexLength() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getMaxProcedureNameLength() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getMaxRows() - Method in class org.apache.calcite.avatica.AvaticaStatement
-
- getMaxRowSize() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getMaxSchemaNameLength() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getMaxStatementLength() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getMaxStatements() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getMaxTableNameLength() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getMaxTablesInSelect() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getMaxUserNameLength() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getMeta(AvaticaConnection) - Method in class org.apache.calcite.avatica.AvaticaConnection.Trojan
-
- 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
-
- getMinorVersion() - Method in class org.apache.calcite.avatica.UnregisteredDriver
-
- getMonitor() - Method in interface org.apache.calcite.avatica.Meta.PrepareCallback
-
- getMoreResults() - Method in class org.apache.calcite.avatica.AvaticaStatement
-
- getMoreResults(int) - Method in class org.apache.calcite.avatica.AvaticaStatement
-
- getName() - Method in class org.apache.calcite.avatica.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 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() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
-
- getNClob(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getNClob(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getNClob() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
-
- getNetworkTimeout() - Method in class org.apache.calcite.avatica.AvaticaConnection
-
- getNString(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getNString(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getNString() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
-
- getNumericFunctions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getNumericFunctions() - Method in interface org.apache.calcite.avatica.Meta
-
- getNumericFunctions() - Method in class org.apache.calcite.avatica.MetaImpl
-
- getObject(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getObject(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getObject(int, Map<String, Class<?>>) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getObject(String, Map<String, Class<?>>) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getObject(int, Class<T>) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getObject(String, Class<T>) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getObject() - Method in interface org.apache.calcite.avatica.util.AbstractCursor.Getter
-
- 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
-
- getParameter(int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
-
- getParameterClassName(int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
-
- getParameterCount() - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
-
- getParameterMetaData() - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
-
- getParameterMode(int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
-
- getParameterType(int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
-
- getParameterTypeName(int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
-
- getParameterValues(AvaticaStatement) - Method in class org.apache.calcite.avatica.AvaticaConnection.Trojan
-
- 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.UnregisteredDriver
-
- getPlugin(Class<T>, T) - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
-
Returns an instance of a plugin.
- getPlugin(Class<T>, String, T) - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
-
Returns an instance of a plugin, using a given class name if none is
set.
- getPrecision(int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
-
- getPrecision(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
-
- getPrecision() - Method in class org.apache.calcite.avatica.util.DateTimeUtils.PrecisionTime
-
- getPrimaryKeys(String, String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getPrimaryKeys(String, String, String) - Method in interface org.apache.calcite.avatica.Meta
-
- getPrimaryKeys(String, String, String) - Method in class org.apache.calcite.avatica.MetaImpl
-
- getProcedureColumns(String, String, String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getProcedureColumns(String, Meta.Pat, Meta.Pat, Meta.Pat) - Method in interface org.apache.calcite.avatica.Meta
-
- getProcedureColumns(String, Meta.Pat, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.MetaImpl
-
- getProcedures(String, String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getProcedures(String, Meta.Pat, Meta.Pat) - Method in interface org.apache.calcite.avatica.Meta
-
- getProcedures(String, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.MetaImpl
-
- getProcedureTerm() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getPropertyInfo(String, Properties) - Method in class org.apache.calcite.avatica.UnregisteredDriver
-
- getPseudoColumns(String, String, String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getPseudoColumns(String, Meta.Pat, Meta.Pat, Meta.Pat) - Method in interface org.apache.calcite.avatica.Meta
-
- getPseudoColumns(String, Meta.Pat, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.MetaImpl
-
- getQueryTimeout() - Method in class org.apache.calcite.avatica.AvaticaStatement
-
- getRef(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getRef(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getRef() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
-
- getResultSet() - Method in class org.apache.calcite.avatica.AvaticaStatement
-
- getResultSet() - Method in class org.apache.calcite.avatica.util.ArrayImpl
-
- getResultSet(Map<String, Class<?>>) - Method in class org.apache.calcite.avatica.util.ArrayImpl
-
- getResultSet(long, int) - Method in class org.apache.calcite.avatica.util.ArrayImpl
-
- getResultSet(long, int, Map<String, Class<?>>) - Method in class org.apache.calcite.avatica.util.ArrayImpl
-
- getResultSetConcurrency() - Method in class org.apache.calcite.avatica.AvaticaStatement
-
- getResultSetHoldability() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getResultSetHoldability() - Method in class org.apache.calcite.avatica.AvaticaStatement
-
- getResultSetType() - Method in class org.apache.calcite.avatica.AvaticaStatement
-
- getRow() - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getRowId(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getRowId(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getRowIdLifetime() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getScale(int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
-
- getScale(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
-
- getSchema() - Method in class org.apache.calcite.avatica.AvaticaConnection
-
- getSchema() - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
-
- getSchema() - Method in interface org.apache.calcite.avatica.Meta.ConnectionProperties
-
- getSchemaName(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
-
- getSchemas(String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getSchemas() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getSchemas(String, Meta.Pat) - Method in interface org.apache.calcite.avatica.Meta
-
- getSchemas(String, Meta.Pat) - Method in class org.apache.calcite.avatica.MetaImpl
-
- getSchemaTerm() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getSearchStringEscape() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getSetConversions() - Static method in enum org.apache.calcite.avatica.SqlType
-
Returns the entries in JDBC table B-5.
- getShort(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getShort(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getShort() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
-
- getSQLKeywords() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getSqlKeywords() - Method in interface org.apache.calcite.avatica.Meta
-
- getSqlKeywords() - Method in class org.apache.calcite.avatica.MetaImpl
-
- getSQLStateType() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getSQLXML(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getSQLXML(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getSQLXML() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
-
- getStatement() - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getString(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getString(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getString() - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
-
Returns the string value of this property, or null if not specified and
no default.
- getString(String) - Method in class org.apache.calcite.avatica.ConnectionConfigImpl.PropEnv
-
Returns the string value of this property, or null if not specified and
no default.
- getString(Map<InternalProperty, Object>) - Method in enum org.apache.calcite.avatica.InternalProperty
-
Returns the string value of this property, or null if not specified and
no default.
- getString() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
-
- getStringFunctions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getStringFunctions() - Method in interface org.apache.calcite.avatica.Meta
-
- getStringFunctions() - Method in class org.apache.calcite.avatica.MetaImpl
-
- getSuperTables(String, String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getSuperTables(String, Meta.Pat, Meta.Pat) - Method in interface org.apache.calcite.avatica.Meta
-
- getSuperTables(String, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.MetaImpl
-
- getSuperTypes(String, String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getSuperTypes(String, Meta.Pat, Meta.Pat) - Method in interface org.apache.calcite.avatica.Meta
-
- getSuperTypes(String, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.MetaImpl
-
- getSystemFunctions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getSystemFunctions() - Method in interface org.apache.calcite.avatica.Meta
-
- getSystemFunctions() - Method in class org.apache.calcite.avatica.MetaImpl
-
- getTableName(int) - Method in class org.apache.calcite.avatica.AvaticaResultSetMetaData
-
- getTablePrivileges(String, String, String) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getTablePrivileges(String, Meta.Pat, Meta.Pat) - Method in interface org.apache.calcite.avatica.Meta
-
- getTablePrivileges(String, Meta.Pat, Meta.Pat) - Method in class org.apache.calcite.avatica.MetaImpl
-
- getTables(String, String, String, String[]) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getTables(String, Meta.Pat, Meta.Pat, List<String>) - Method in interface org.apache.calcite.avatica.Meta
-
- getTables(String, Meta.Pat, Meta.Pat, List<String>) - Method in class org.apache.calcite.avatica.MetaImpl
-
- getTableTypes() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getTableTypes() - Method in interface org.apache.calcite.avatica.Meta
-
- getTableTypes() - Method in class org.apache.calcite.avatica.MetaImpl
-
- getTime(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getTime(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getTime(int, Calendar) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getTime(String, Calendar) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getTime(Calendar) - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
-
- getTimeDateFunctions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getTimeDateFunctions() - Method in interface org.apache.calcite.avatica.Meta
-
- getTimeDateFunctions() - Method in class org.apache.calcite.avatica.MetaImpl
-
- getTimestamp(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getTimestamp(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getTimestamp(int, Calendar) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getTimestamp(String, Calendar) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getTimestamp(Calendar) - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
-
- getTimeZone() - Method in class org.apache.calcite.avatica.AvaticaConnection
-
Returns the time zone of this connection.
- getTimeZone(Calendar) - Static method in class org.apache.calcite.avatica.util.DateTimeUtils
-
Gets the active time zone based on a Calendar argument
- getTransactionIsolation() - Method in class org.apache.calcite.avatica.AvaticaConnection
-
- getTransactionIsolation() - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
-
- getTransactionIsolation() - Method in interface org.apache.calcite.avatica.Meta.ConnectionProperties
-
- getType() - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getTypeInfo() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getTypeInfo() - Method in interface org.apache.calcite.avatica.Meta
-
- getTypeInfo() - Method in class org.apache.calcite.avatica.MetaImpl
-
- getTypeMap() - Method in class org.apache.calcite.avatica.AvaticaConnection
-
- getUDTs(String, String, String, int[]) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- getUDTs(String, Meta.Pat, Meta.Pat, int[]) - Method in interface org.apache.calcite.avatica.Meta
-
- getUDTs(String, Meta.Pat, Meta.Pat, int[]) - Method in class org.apache.calcite.avatica.MetaImpl
-
- getUnicodeStream(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getUnicodeStream(String) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getUnicodeStream() - Method in interface org.apache.calcite.avatica.util.Cursor.Accessor
-
- getUpdateCount() - Method in class org.apache.calcite.avatica.AvaticaStatement
-
- 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 interface org.apache.calcite.avatica.util.Cursor.Accessor
-
- getUserName() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- 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(String, String, String) - Method in interface org.apache.calcite.avatica.Meta
-
- getVersionColumns(String, String, String) - Method in class org.apache.calcite.avatica.MetaImpl
-
- getWarnings() - Method in class org.apache.calcite.avatica.AvaticaConnection
-
- getWarnings() - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- getWarnings() - Method in class org.apache.calcite.avatica.AvaticaStatement
-
- GMT_ZONE - Static variable in class org.apache.calcite.avatica.util.DateTimeUtils
-
The GMT time zone.
- majorVersion - Variable in class org.apache.calcite.avatica.DriverVersion
-
- map(List<String>) - Static method in class org.apache.calcite.avatica.Meta.CursorFactory
-
- MapIteratorCursor - Class in org.apache.calcite.avatica.util
-
- MapIteratorCursor(Iterator<Map<String, Object>>, List<String>) - Constructor for class org.apache.calcite.avatica.util.MapIteratorCursor
-
Creates a MapIteratorCursor.
- MAPPER - Static variable in class org.apache.calcite.avatica.remote.JsonHandler
-
- MAPPER - Static variable in class org.apache.calcite.avatica.remote.JsonService
-
- MAX - Static variable in class org.apache.calcite.avatica.util.Spaces
-
The longest possible string of spaces.
- maxRowCount - Variable in class org.apache.calcite.avatica.AvaticaStatement
-
- maxRowCount - Variable in class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteRequest
-
- maxRowCount - Variable in class org.apache.calcite.avatica.remote.Service.PrepareRequest
-
- 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.ConnectionHandle(String) - Constructor for class org.apache.calcite.avatica.Meta.ConnectionHandle
-
- Meta.ConnectionProperties - Interface in org.apache.calcite.avatica
-
A pojo containing various client-settable
Connection properties.
- Meta.CursorFactory - Class in org.apache.calcite.avatica
-
- Meta.ExecuteResult - Class in org.apache.calcite.avatica
-
Response from execute.
- Meta.ExecuteResult(List<Meta.MetaResultSet>) - Constructor for class org.apache.calcite.avatica.Meta.ExecuteResult
-
- Meta.Factory - Interface in org.apache.calcite.avatica
-
Factory to create instances of
Meta.
- Meta.Frame - Class in org.apache.calcite.avatica
-
A collection of rows.
- Meta.Frame(int, boolean, Iterable<Object>) - Constructor for class org.apache.calcite.avatica.Meta.Frame
-
- Meta.MetaResultSet - Class in org.apache.calcite.avatica
-
Meta data from which a result set can be constructed.
- Meta.MetaResultSet(String, int, boolean, Meta.Signature, Meta.Frame, int) - Constructor for class org.apache.calcite.avatica.Meta.MetaResultSet
-
- 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.Signature(List<ColumnMetaData>, String, List<AvaticaParameter>, Map<String, Object>, Meta.CursorFactory) - Constructor for class org.apache.calcite.avatica.Meta.Signature
-
Creates a Signature.
- Meta.StatementHandle - Class in org.apache.calcite.avatica
-
Statement handle.
- Meta.StatementHandle(String, int, Meta.Signature) - Constructor for class org.apache.calcite.avatica.Meta.StatementHandle
-
- Meta.Style - Enum in org.apache.calcite.avatica
-
How logical fields are represented in the objects returned by the
iterator.
- metaData - Variable in class org.apache.calcite.avatica.AvaticaConnection
-
- MetaImpl - Class in org.apache.calcite.avatica
-
Basic implementation of
Meta.
- MetaImpl(AvaticaConnection) - Constructor for class org.apache.calcite.avatica.MetaImpl
-
- MetaImpl.MetaAttribute - Class in org.apache.calcite.avatica
-
Metadata describing an attribute.
- MetaImpl.MetaAttribute() - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaAttribute
-
- MetaImpl.MetaBestRowIdentifier - Class in org.apache.calcite.avatica
-
Metadata describing the best identifier for a row.
- MetaImpl.MetaBestRowIdentifier() - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaBestRowIdentifier
-
- MetaImpl.MetaCatalog - Class in org.apache.calcite.avatica
-
Metadata describing a catalog.
- MetaImpl.MetaCatalog(String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaCatalog
-
- MetaImpl.MetaClientInfoProperty - Class in org.apache.calcite.avatica
-
Metadata describing a client info property.
- MetaImpl.MetaClientInfoProperty() - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaClientInfoProperty
-
- MetaImpl.MetaColumn - Class in org.apache.calcite.avatica
-
Metadata describing a column.
- MetaImpl.MetaColumn(String, String, String, String, int, String, int, Integer, int, int, int, int, String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaColumn
-
- MetaImpl.MetaColumnPrivilege - Class in org.apache.calcite.avatica
-
Metadata describing a column privilege.
- MetaImpl.MetaColumnPrivilege() - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaColumnPrivilege
-
- MetaImpl.MetaCrossReference - Class in org.apache.calcite.avatica
-
Metadata describing a cross reference.
- MetaImpl.MetaCrossReference() - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaCrossReference
-
- MetaImpl.MetaExportedKey - Class in org.apache.calcite.avatica
-
Metadata describing an exported key.
- MetaImpl.MetaExportedKey() - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaExportedKey
-
- MetaImpl.MetaFunction - Class in org.apache.calcite.avatica
-
Metadata describing a function.
- MetaImpl.MetaFunction() - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaFunction
-
- MetaImpl.MetaFunctionColumn - Class in org.apache.calcite.avatica
-
Metadata describing a function column.
- MetaImpl.MetaFunctionColumn() - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaFunctionColumn
-
- MetaImpl.MetaImportedKey - Class in org.apache.calcite.avatica
-
Metadata describing an imported key.
- MetaImpl.MetaImportedKey() - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaImportedKey
-
- MetaImpl.MetaIndexInfo - Class in org.apache.calcite.avatica
-
Metadata describing index info.
- MetaImpl.MetaIndexInfo() - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaIndexInfo
-
- MetaImpl.MetaPrimaryKey - Class in org.apache.calcite.avatica
-
Metadata describing a primary key.
- MetaImpl.MetaProcedure - Class in org.apache.calcite.avatica
-
Metadata describing a procedure.
- MetaImpl.MetaProcedure() - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaProcedure
-
- MetaImpl.MetaProcedureColumn - Class in org.apache.calcite.avatica
-
Metadata describing a procedure column.
- MetaImpl.MetaProcedureColumn() - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn
-
- MetaImpl.MetaPseudoColumn - Class in org.apache.calcite.avatica
-
Metadata describing a pseudo column.
- MetaImpl.MetaPseudoColumn() - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaPseudoColumn
-
- MetaImpl.MetaSchema - Class in org.apache.calcite.avatica
-
Metadata describing a schema.
- MetaImpl.MetaSchema(String, String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaSchema
-
- MetaImpl.MetaSuperTable - Class in org.apache.calcite.avatica
-
Metadata describing a super-table.
- MetaImpl.MetaSuperTable() - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaSuperTable
-
- MetaImpl.MetaSuperType - Class in org.apache.calcite.avatica
-
Metadata describing a super-type.
- MetaImpl.MetaSuperType() - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaSuperType
-
- MetaImpl.MetaTable - Class in org.apache.calcite.avatica
-
Metadata describing a table.
- MetaImpl.MetaTable(String, String, String, String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaTable
-
- MetaImpl.MetaTablePrivilege - Class in org.apache.calcite.avatica
-
Metadata describing a table privilege.
- MetaImpl.MetaTablePrivilege() - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaTablePrivilege
-
- MetaImpl.MetaTableType - Class in org.apache.calcite.avatica
-
Metadata describing a table type.
- MetaImpl.MetaTableType(String) - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaTableType
-
- MetaImpl.MetaTypeInfo - Class in org.apache.calcite.avatica
-
Metadata describing type info.
- MetaImpl.MetaTypeInfo() - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaTypeInfo
-
- MetaImpl.MetaUdt - Class in org.apache.calcite.avatica
-
Metadata describing a user-defined type.
- MetaImpl.MetaUdt() - Constructor for class org.apache.calcite.avatica.MetaImpl.MetaUdt
-
- MetaImpl.MetaVersionColumn - Class in org.apache.calcite.avatica
-
Metadata describing a version column.
- MetaImpl.Named - Interface in org.apache.calcite.avatica
-
An object that has a name.
- methodName - Variable in enum org.apache.calcite.avatica.SqlType.Method
-
- MILLIS_PER_DAY - Static variable in class org.apache.calcite.avatica.util.DateTimeUtils
-
The number of milliseconds in a day.
- MILLIS_PER_HOUR - Static variable in class org.apache.calcite.avatica.util.DateTimeUtils
-
The number of milliseconds in an hour.
- MILLIS_PER_MINUTE - Static variable in class org.apache.calcite.avatica.util.DateTimeUtils
-
The number of milliseconds in a minute.
- MILLIS_PER_SECOND - Static variable in class org.apache.calcite.avatica.util.DateTimeUtils
-
The number of milliseconds in a second.
- minorVersion - Variable in class org.apache.calcite.avatica.DriverVersion
-
- MockJsonService - Class in org.apache.calcite.avatica.remote
-
Mock implementation of
Service
that encodes its requests and responses as JSON
and looks up responses from a pre-defined map.
- MockJsonService(Map<String, String>) - Constructor for class org.apache.calcite.avatica.remote.MockJsonService
-
- MockJsonService.Factory - Class in org.apache.calcite.avatica.remote
-
Factory that creates a MockJsonService.
- MockJsonService.Factory() - Constructor for class org.apache.calcite.avatica.remote.MockJsonService.Factory
-
- 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.
- moveToCurrentRow() - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- moveToInsertRow() - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- multiplier - Variable in enum org.apache.calcite.avatica.util.TimeUnit
-
- 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
-
- scale - Variable in class org.apache.calcite.avatica.AvaticaParameter
-
- scale - Variable in class org.apache.calcite.avatica.ColumnMetaData
-
- 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
-
- scope - Variable in class org.apache.calcite.avatica.MetaImpl.MetaVersionColumn
-
- scopeCatalog - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
-
- scopeTable - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
-
- searchable - Variable in class org.apache.calcite.avatica.ColumnMetaData
-
- selfReferencingColName - Variable in class org.apache.calcite.avatica.MetaImpl.MetaTable
-
- 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.
- Service - Interface in org.apache.calcite.avatica.remote
-
API for request-response calls to an Avatica server.
- Service.CatalogsRequest - Class in org.apache.calcite.avatica.remote
-
- Service.CatalogsRequest() - Constructor for class org.apache.calcite.avatica.remote.Service.CatalogsRequest
-
- Service.CloseConnectionRequest - Class in org.apache.calcite.avatica.remote
-
- Service.CloseConnectionRequest(String) - Constructor for class org.apache.calcite.avatica.remote.Service.CloseConnectionRequest
-
- Service.CloseConnectionResponse - Class in org.apache.calcite.avatica.remote
-
- Service.CloseConnectionResponse() - Constructor for class org.apache.calcite.avatica.remote.Service.CloseConnectionResponse
-
- Service.CloseStatementRequest - Class in org.apache.calcite.avatica.remote
-
- Service.CloseStatementRequest(String, int) - Constructor for class org.apache.calcite.avatica.remote.Service.CloseStatementRequest
-
- Service.CloseStatementResponse - Class in org.apache.calcite.avatica.remote
-
- Service.CloseStatementResponse() - Constructor for class org.apache.calcite.avatica.remote.Service.CloseStatementResponse
-
- Service.ColumnsRequest - Class in org.apache.calcite.avatica.remote
-
- Service.ColumnsRequest(String, String, String, String) - Constructor for class org.apache.calcite.avatica.remote.Service.ColumnsRequest
-
- Service.ConnectionSyncRequest - Class in org.apache.calcite.avatica.remote
-
- Service.ConnectionSyncRequest(String, Meta.ConnectionProperties) - Constructor for class org.apache.calcite.avatica.remote.Service.ConnectionSyncRequest
-
- Service.ConnectionSyncResponse - Class in org.apache.calcite.avatica.remote
-
- Service.ConnectionSyncResponse(Meta.ConnectionProperties) - Constructor for class org.apache.calcite.avatica.remote.Service.ConnectionSyncResponse
-
- Service.CreateStatementRequest - Class in org.apache.calcite.avatica.remote
-
- Service.CreateStatementRequest(String) - Constructor for class org.apache.calcite.avatica.remote.Service.CreateStatementRequest
-
- Service.CreateStatementResponse - Class in org.apache.calcite.avatica.remote
-
- Service.CreateStatementResponse(String, int) - Constructor for class org.apache.calcite.avatica.remote.Service.CreateStatementResponse
-
- Service.ExecuteResponse - Class in org.apache.calcite.avatica.remote
-
- Service.ExecuteResponse(List<Service.ResultSetResponse>) - Constructor for class org.apache.calcite.avatica.remote.Service.ExecuteResponse
-
- Service.Factory - Interface in org.apache.calcite.avatica.remote
-
Factory that creates a Service.
- Service.FetchRequest - Class in org.apache.calcite.avatica.remote
-
- Service.FetchRequest(String, int, List<Object>, int, int) - Constructor for class org.apache.calcite.avatica.remote.Service.FetchRequest
-
- Service.FetchResponse - Class in org.apache.calcite.avatica.remote
-
- Service.FetchResponse(Meta.Frame) - Constructor for class org.apache.calcite.avatica.remote.Service.FetchResponse
-
- Service.PrepareAndExecuteRequest - Class in org.apache.calcite.avatica.remote
-
- Service.PrepareAndExecuteRequest(String, String, int) - Constructor for class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteRequest
-
- Service.PrepareRequest - Class in org.apache.calcite.avatica.remote
-
- Service.PrepareRequest(String, String, int) - Constructor for class org.apache.calcite.avatica.remote.Service.PrepareRequest
-
- Service.PrepareResponse - Class in org.apache.calcite.avatica.remote
-
- Service.PrepareResponse(Meta.StatementHandle) - Constructor for class org.apache.calcite.avatica.remote.Service.PrepareResponse
-
- Service.Request - Class in org.apache.calcite.avatica.remote
-
Base class for all service request messages.
- Service.Request() - Constructor for class org.apache.calcite.avatica.remote.Service.Request
-
- Service.Response - Class in org.apache.calcite.avatica.remote
-
Base class for all service response messages.
- Service.Response() - Constructor for class org.apache.calcite.avatica.remote.Service.Response
-
- Service.ResultSetResponse - Class in org.apache.calcite.avatica.remote
-
Response that contains a result set.
- Service.ResultSetResponse(String, int, boolean, Meta.Signature, Meta.Frame, int) - Constructor for class org.apache.calcite.avatica.remote.Service.ResultSetResponse
-
- Service.SchemasRequest - Class in org.apache.calcite.avatica.remote
-
- Service.SchemasRequest(String, String) - Constructor for class org.apache.calcite.avatica.remote.Service.SchemasRequest
-
- Service.TablesRequest - Class in org.apache.calcite.avatica.remote
-
- Service.TablesRequest(String, String, String, List<String>) - Constructor for class org.apache.calcite.avatica.remote.Service.TablesRequest
-
- Service.TableTypesRequest - Class in org.apache.calcite.avatica.remote
-
- Service.TableTypesRequest() - Constructor for class org.apache.calcite.avatica.remote.Service.TableTypesRequest
-
- 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(Object[], int, Array) - Method in class org.apache.calcite.avatica.AvaticaParameter
-
- setArray(int, Array) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
-
- setAsciiStream(Object[], int, InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaParameter
-
- setAsciiStream(Object[], int, InputStream) - Method in class org.apache.calcite.avatica.AvaticaParameter
-
- setAsciiStream(int, InputStream, int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
-
- 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.
- setBigDecimal(Object[], int, BigDecimal) - Method in class org.apache.calcite.avatica.AvaticaParameter
-
- setBigDecimal(int, BigDecimal) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
-
- setBinaryStream(Object[], int, InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaParameter
-
- setBinaryStream(Object[], int, InputStream) - Method in class org.apache.calcite.avatica.AvaticaParameter
-
- setBinaryStream(int, InputStream, int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
-
- setBlob(Object[], int, InputStream, long) - Method in class org.apache.calcite.avatica.AvaticaParameter
-
- setBlob(Object[], int, InputStream) - Method in class org.apache.calcite.avatica.AvaticaParameter
-
- setBlob(Object[], int, Blob) - Method in class org.apache.calcite.avatica.AvaticaParameter
-
- setBlob(int, Blob) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
-
- setBoolean(Object[], int, boolean) - Method in class org.apache.calcite.avatica.AvaticaParameter
-
- setBoolean(int, boolean) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
-
- setByte(Object[], int, byte) - Method in class org.apache.calcite.avatica.AvaticaParameter
-
- setByte(int, byte) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
-
- setBytes(Object[], int, byte[]) - Method in class org.apache.calcite.avatica.AvaticaParameter
-
- setBytes(int, byte[]) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
-
- setCatalog(String) - Method in class org.apache.calcite.avatica.AvaticaConnection
-
- setCatalog(String) - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
-
Sets catalog and flag as dirty.
- setCatalog(String) - Method in interface org.apache.calcite.avatica.Meta.ConnectionProperties
-
Set catalog.
- setChar(Object[], int, char) - Method in class org.apache.calcite.avatica.AvaticaParameter
-
- setCharacterStream(Object[], int, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaParameter
-
- setCharacterStream(Object[], int, Reader) - Method in class org.apache.calcite.avatica.AvaticaParameter
-
- setCharacterStream(int, Reader, int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
-
- setClientInfo(String, String) - Method in class org.apache.calcite.avatica.AvaticaConnection
-
- setClientInfo(Properties) - Method in class org.apache.calcite.avatica.AvaticaConnection
-
- setClob(Object[], int, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaParameter
-
- setClob(Object[], int, Reader) - Method in class org.apache.calcite.avatica.AvaticaParameter
-
- setClob(Object[], int, Clob) - Method in class org.apache.calcite.avatica.AvaticaParameter
-
- setClob(int, Clob) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
-
- setCursorFactory(Meta.CursorFactory) - Method in class org.apache.calcite.avatica.Meta.Signature
-
Returns a copy of this Signature, substituting given CursorFactory.
- setCursorName(String) - Method in class org.apache.calcite.avatica.AvaticaStatement
-
- setDate(Object[], int, Date, Calendar) - Method in class org.apache.calcite.avatica.AvaticaParameter
-
- setDate(Object[], int, Date) - Method in class org.apache.calcite.avatica.AvaticaParameter
-
- setDate(int, Date) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
-
- setDate(int, Date, Calendar) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
-
- setDirty(boolean) - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
-
- setDouble(Object[], int, double) - Method in class org.apache.calcite.avatica.AvaticaParameter
-
- setDouble(int, double) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
-
- setEscapeProcessing(boolean) - Method in class org.apache.calcite.avatica.AvaticaStatement
-
- setFetchDirection(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- setFetchDirection(int) - Method in class org.apache.calcite.avatica.AvaticaStatement
-
- setFetchSize(int) - Method in class org.apache.calcite.avatica.AvaticaResultSet
-
- setFetchSize(int) - Method in class org.apache.calcite.avatica.AvaticaStatement
-
- setFloat(Object[], int, float) - Method in class org.apache.calcite.avatica.AvaticaParameter
-
- setFloat(int, float) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
-
- setHoldability(int) - Method in class org.apache.calcite.avatica.AvaticaConnection
-
- setInt(Object[], int, int) - Method in class org.apache.calcite.avatica.AvaticaParameter
-
- setInt(int, int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
-
- setLong(Object[], int, long) - Method in class org.apache.calcite.avatica.AvaticaParameter
-
- setLong(int, long) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
-
- setMaxFieldSize(int) - Method in class org.apache.calcite.avatica.AvaticaStatement
-
- setMaxRows(int) - Method in class org.apache.calcite.avatica.AvaticaStatement
-
- setNCharacterStream(Object[], int, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaParameter
-
- setNCharacterStream(Object[], int, Reader) - Method in class org.apache.calcite.avatica.AvaticaParameter
-
- setNClob(Object[], int, NClob) - Method in class org.apache.calcite.avatica.AvaticaParameter
-
- setNClob(Object[], int, Reader, long) - Method in class org.apache.calcite.avatica.AvaticaParameter
-
- setNClob(Object[], int, Reader) - Method in class org.apache.calcite.avatica.AvaticaParameter
-
- setNetworkTimeout(Executor, int) - Method in class org.apache.calcite.avatica.AvaticaConnection
-
- setNString(Object[], int, String) - Method in class org.apache.calcite.avatica.AvaticaParameter
-
- setNull(Object[], int, int) - Method in class org.apache.calcite.avatica.AvaticaParameter
-
- setNull(Object[], int, int, String) - Method in class org.apache.calcite.avatica.AvaticaParameter
-
- setNull(int, int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
-
- setNull(int, int, String) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
-
- setObject(Object[], int, Object, int) - Method in class org.apache.calcite.avatica.AvaticaParameter
-
- setObject(Object[], int, Object) - Method in class org.apache.calcite.avatica.AvaticaParameter
-
- setObject(Object[], int, Object, int, int) - Method in class org.apache.calcite.avatica.AvaticaParameter
-
- 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
-
- setPoolable(boolean) - Method in class org.apache.calcite.avatica.AvaticaStatement
-
- setQueryTimeout(int) - Method in class org.apache.calcite.avatica.AvaticaStatement
-
- setReadOnly(boolean) - Method in class org.apache.calcite.avatica.AvaticaConnection
-
- setReadOnly(boolean) - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
-
Sets readOnly status and flag as dirty.
- setReadOnly(boolean) - Method in interface org.apache.calcite.avatica.Meta.ConnectionProperties
-
Set readOnly status.
- setRef(Object[], int, Ref) - Method in class org.apache.calcite.avatica.AvaticaParameter
-
- setRef(int, Ref) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
-
- setRep(ColumnMetaData.Rep) - Method in class org.apache.calcite.avatica.ColumnMetaData.AvaticaType
-
- setRep(ColumnMetaData.Rep) - Method in class org.apache.calcite.avatica.ColumnMetaData.ScalarType
-
- setRep(ColumnMetaData.Rep) - Method in class org.apache.calcite.avatica.ColumnMetaData
-
- setRowId(Object[], int, RowId) - Method in class org.apache.calcite.avatica.AvaticaParameter
-
- setSavepoint() - Method in class org.apache.calcite.avatica.AvaticaConnection
-
- setSavepoint(String) - Method in class org.apache.calcite.avatica.AvaticaConnection
-
- setSchema(String) - Method in class org.apache.calcite.avatica.AvaticaConnection
-
- setSchema(String) - Method in class org.apache.calcite.avatica.ConnectionPropertiesImpl
-
Sets schema and flag as dirty.
- setSchema(String) - Method in interface org.apache.calcite.avatica.Meta.ConnectionProperties
-
Set schema.
- setShort(Object[], int, short) - Method in class org.apache.calcite.avatica.AvaticaParameter
-
- setShort(int, short) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
-
- setSQLXML(Object[], int, SQLXML) - Method in class org.apache.calcite.avatica.AvaticaParameter
-
- setString(Object[], int, String) - Method in class org.apache.calcite.avatica.AvaticaParameter
-
- setString(int, String) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
-
- setTime(Object[], int, Time) - Method in class org.apache.calcite.avatica.AvaticaParameter
-
- setTime(Object[], int, Time, Calendar) - Method in class org.apache.calcite.avatica.AvaticaParameter
-
- setTime(int, Time) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
-
- setTime(int, Time, Calendar) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
-
- setTimestamp(Object[], int, Timestamp) - Method in class org.apache.calcite.avatica.AvaticaParameter
-
- setTimestamp(Object[], int, Timestamp, Calendar) - Method in class org.apache.calcite.avatica.AvaticaParameter
-
- setTimestamp(int, Timestamp) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
-
- setTimestamp(int, Timestamp, Calendar) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
-
- 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.
- setTypeMap(Map<String, Class<?>>) - Method in class org.apache.calcite.avatica.AvaticaConnection
-
- setUnicodeStream(Object[], int, InputStream, int) - Method in class org.apache.calcite.avatica.AvaticaParameter
-
- setUnicodeStream(int, InputStream, int) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
-
- setURL(Object[], int, URL) - Method in class org.apache.calcite.avatica.AvaticaParameter
-
- setURL(int, URL) - Method in class org.apache.calcite.avatica.AvaticaPreparedStatement
-
- signature - Variable in class org.apache.calcite.avatica.AvaticaResultSet
-
- signature - Variable in class org.apache.calcite.avatica.Meta.MetaResultSet
-
- signature - Variable in class org.apache.calcite.avatica.Meta.StatementHandle
-
Only present for PreparedStatement handles, null otherwise.
- signature - Variable in class org.apache.calcite.avatica.remote.Service.ResultSetResponse
-
- signed - Variable in class org.apache.calcite.avatica.AvaticaParameter
-
- signed - Variable in class org.apache.calcite.avatica.ColumnMetaData
-
- slots - Variable in class org.apache.calcite.avatica.AvaticaPreparedStatement
-
- sourceDataType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
-
- Spacer - Class in org.apache.calcite.avatica.util
-
Efficiently writes strings of spaces.
- Spacer() - Constructor for class org.apache.calcite.avatica.util.Spacer
-
Creates a Spacer with zero spaces.
- Spacer(int) - Constructor for class org.apache.calcite.avatica.util.Spacer
-
Creates a Spacer with a given number of spaces.
- spaces(StringBuilder) - Method in class org.apache.calcite.avatica.util.Spacer
-
- Spaces - Class in org.apache.calcite.avatica.util
-
Utilities for creating strings of spaces.
- sql - Variable in class org.apache.calcite.avatica.Meta.Signature
-
- sql - Variable in class org.apache.calcite.avatica.remote.Service.PrepareAndExecuteRequest
-
- sql - Variable in class org.apache.calcite.avatica.remote.Service.PrepareRequest
-
- sqlDataType - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
-
- sqlDatetimeSub - Variable in class org.apache.calcite.avatica.MetaImpl.MetaColumn
-
- SqlType - Enum in org.apache.calcite.avatica
-
Extends the information in
Types.
- SqlType.Method - Enum in org.apache.calcite.avatica
-
- startUnit - Variable in enum org.apache.calcite.avatica.util.TimeUnitRange
-
- 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
-
- statementId - Variable in class org.apache.calcite.avatica.Meta.MetaResultSet
-
- statementId - Variable in class org.apache.calcite.avatica.remote.Service.CloseStatementRequest
-
- statementId - Variable in class org.apache.calcite.avatica.remote.Service.CreateStatementResponse
-
- statementId - Variable in class org.apache.calcite.avatica.remote.Service.FetchRequest
-
- statementId - Variable in class org.apache.calcite.avatica.remote.Service.ResultSetResponse
-
- statementMap - Variable in class org.apache.calcite.avatica.AvaticaConnection
-
- storesLowerCaseIdentifiers() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- storesLowerCaseQuotedIdentifiers() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- storesMixedCaseIdentifiers() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- storesMixedCaseQuotedIdentifiers() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- storesUpperCaseIdentifiers() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- storesUpperCaseQuotedIdentifiers() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- string - Variable in enum org.apache.calcite.avatica.util.Quoting
-
- struct(List<ColumnMetaData>) - Static method in class org.apache.calcite.avatica.ColumnMetaData
-
- style - Variable in class org.apache.calcite.avatica.Meta.CursorFactory
-
- substring(int, int) - Method in class org.apache.calcite.avatica.util.ByteString
-
Returns a ByteString that consists of a given range.
- substring(int) - Method in class org.apache.calcite.avatica.util.ByteString
-
Returns a ByteString that starts at a given position.
- subtract(int) - Method in class org.apache.calcite.avatica.util.Spacer
-
Reduces the current number of spaces by n.
- supportsAlterTableWithAddColumn() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsAlterTableWithDropColumn() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsANSI92EntryLevelSQL() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsANSI92FullSQL() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsANSI92IntermediateSQL() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsBatchUpdates() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsCatalogsInDataManipulation() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsCatalogsInIndexDefinitions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsCatalogsInPrivilegeDefinitions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsCatalogsInProcedureCalls() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsCatalogsInTableDefinitions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsColumnAliasing() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsConvert() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsConvert(int, int) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsCoreSQLGrammar() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsCorrelatedSubqueries() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsDataDefinitionAndDataManipulationTransactions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsDataManipulationTransactionsOnly() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsDifferentTableCorrelationNames() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsExpressionsInOrderBy() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsExtendedSQLGrammar() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsFullOuterJoins() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsGetGeneratedKeys() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsGroupBy() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsGroupByBeyondSelect() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsGroupByUnrelated() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsIntegrityEnhancementFacility() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsLikeEscapeClause() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsLimitedOuterJoins() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsMinimumSQLGrammar() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsMixedCaseIdentifiers() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsMixedCaseQuotedIdentifiers() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsMultipleOpenResults() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsMultipleResultSets() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsMultipleTransactions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsNamedParameters() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsNonNullableColumns() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsOpenCursorsAcrossCommit() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsOpenCursorsAcrossRollback() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsOpenStatementsAcrossCommit() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsOpenStatementsAcrossRollback() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsOrderByUnrelated() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsOuterJoins() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsPositionedDelete() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsPositionedUpdate() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsResultSetConcurrency(int, int) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsResultSetHoldability(int) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsResultSetType(int) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsSavepoints() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsSchemasInDataManipulation() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsSchemasInIndexDefinitions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsSchemasInPrivilegeDefinitions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsSchemasInProcedureCalls() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsSchemasInTableDefinitions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsSelectForUpdate() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsStatementPooling() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsStoredFunctionsUsingCallSyntax() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsStoredProcedures() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsSubqueriesInComparisons() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsSubqueriesInExists() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsSubqueriesInIns() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsSubqueriesInQuantifieds() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsTableCorrelationNames() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsTransactionIsolationLevel(int) - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsTransactions() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsUnion() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- supportsUnionAll() - Method in class org.apache.calcite.avatica.AvaticaDatabaseMetaData
-
- valid(Object) - Method in enum org.apache.calcite.avatica.ConnectionProperty.Type
-
- VALUE_MAP - Static variable in enum org.apache.calcite.avatica.ColumnMetaData.Rep
-
- valueOf(String) - Static method in enum org.apache.calcite.avatica.BuiltInConnectionProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.calcite.avatica.ColumnMetaData.Rep
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.calcite.avatica.ConnectionProperty.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.calcite.avatica.InternalProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.calcite.avatica.Meta.Style
-
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.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.BuiltInConnectionProperty
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.calcite.avatica.ColumnMetaData.Rep
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.calcite.avatica.ConnectionProperty.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.calcite.avatica.InternalProperty
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.calcite.avatica.Meta.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.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.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.
- versionString - Variable in class org.apache.calcite.avatica.DriverVersion
-