A C D E G I J L N O R S T U 

A

acceptsURL(String) - Method in class org.apache.drill.jdbc.Driver
 
acceptsURL(String) - Method in class org.apache.drill.jdbc.proxy.TracingProxyDriver
 
AlreadyClosedSqlException - Exception in org.apache.drill.jdbc
SQLException for object-already-closed conditions, e.g., calling a method on a closed Statement.
AlreadyClosedSqlException(String, String, int) - Constructor for exception org.apache.drill.jdbc.AlreadyClosedSqlException
AlreadyClosedSqlException(String, String) - Constructor for exception org.apache.drill.jdbc.AlreadyClosedSqlException
AlreadyClosedSqlException(String) - Constructor for exception org.apache.drill.jdbc.AlreadyClosedSqlException
AlreadyClosedSqlException() - Constructor for exception org.apache.drill.jdbc.AlreadyClosedSqlException
AlreadyClosedSqlException(Throwable) - Constructor for exception org.apache.drill.jdbc.AlreadyClosedSqlException
AlreadyClosedSqlException(String, Throwable) - Constructor for exception org.apache.drill.jdbc.AlreadyClosedSqlException
AlreadyClosedSqlException(String, String, Throwable) - Constructor for exception org.apache.drill.jdbc.AlreadyClosedSqlException
AlreadyClosedSqlException(String, String, int, Throwable) - Constructor for exception org.apache.drill.jdbc.AlreadyClosedSqlException

C

commit() - Method in interface org.apache.drill.jdbc.DrillConnection
Drill: Not supported.
connect(String, Properties) - Method in class org.apache.drill.jdbc.Driver
 
connect(String, Properties) - Method in class org.apache.drill.jdbc.proxy.TracingProxyDriver
 
contains(Object) - Method in class org.apache.drill.jdbc.impl.DrillColumnMetaDataList
 
containsAll(Collection<?>) - Method in class org.apache.drill.jdbc.impl.DrillColumnMetaDataList
 
createDriverVersion() - Method in class org.apache.drill.jdbc.impl.DriverImpl
 
createHandler() - Method in class org.apache.drill.jdbc.impl.DriverImpl
 

D

DrillColumnMetaDataList - Class in org.apache.drill.jdbc.impl
 
DrillColumnMetaDataList() - Constructor for class org.apache.drill.jdbc.impl.DrillColumnMetaDataList
 
DrillConnection - Interface in org.apache.drill.jdbc
Drill-specific Connection.
DrillConnectionConfig - Class in org.apache.drill.jdbc
NOTE: DrillConnectionConfig will be changed from a class to an interface.
DrillConnectionConfig(Properties) - Constructor for class org.apache.drill.jdbc.DrillConnectionConfig
 
DrillDatabaseMetaData - Interface in org.apache.drill.jdbc
Drill-specific DatabaseMetaData.
DrillJdbc40Factory - Class in org.apache.drill.jdbc.impl
Implementation of AvaticaFactory for Drill and JDBC 4.0 (corresponds to JDK 1.6).
DrillJdbc40Factory() - Constructor for class org.apache.drill.jdbc.impl.DrillJdbc40Factory
Creates a factory for JDBC version 4.1.
DrillJdbc41Factory - Class in org.apache.drill.jdbc.impl
Implementation of AvaticaFactory for Drill and JDBC 4.1 (corresponds to JDK 1.7).
DrillJdbc41Factory() - Constructor for class org.apache.drill.jdbc.impl.DrillJdbc41Factory
Creates a factory for JDBC version 4.1.
DrillJdbc41Factory(int, int) - Constructor for class org.apache.drill.jdbc.impl.DrillJdbc41Factory
Creates a JDBC factory with given major/minor version number.
DrillPreparedStatement - Interface in org.apache.drill.jdbc
Drill-specific PreparedStatement.
DrillResultSet - Interface in org.apache.drill.jdbc
Drill-specific ResultSet.
DrillResultSetMetaDataImpl - Class in org.apache.drill.jdbc.impl
 
DrillResultSetMetaDataImpl(AvaticaStatement, Object, List<ColumnMetaData>) - Constructor for class org.apache.drill.jdbc.impl.DrillResultSetMetaDataImpl
 
DrillStatement - Interface in org.apache.drill.jdbc
Drill-specific Statement.
Driver - Class in org.apache.drill.jdbc
Main class of Apache Drill JDBC driver.
Driver() - Constructor for class org.apache.drill.jdbc.Driver
 
DriverImpl - Class in org.apache.drill.jdbc.impl
Optiq JDBC driver.
DriverImpl() - Constructor for class org.apache.drill.jdbc.impl.DriverImpl
 

E

ExecutionCanceledSqlException - Exception in org.apache.drill.jdbc
SQLException for execution-canceled condition.
ExecutionCanceledSqlException(String) - Constructor for exception org.apache.drill.jdbc.ExecutionCanceledSqlException

G

get(int) - Method in class org.apache.drill.jdbc.impl.DrillColumnMetaDataList
 
getAttributes(String, String, String, String) - Method in interface org.apache.drill.jdbc.DrillDatabaseMetaData
Drill: Currently, returns an empty (zero-row) result set.
getAutoCommit() - Method in interface org.apache.drill.jdbc.DrillConnection
getBestRowIdentifier(String, String, String, int, boolean) - Method in interface org.apache.drill.jdbc.DrillDatabaseMetaData
Drill: Currently, returns an empty (zero-row) result set.
getBigDecimal(int, int) - Method in interface org.apache.drill.jdbc.DrillResultSet
getBigDecimal(String, int) - Method in interface org.apache.drill.jdbc.DrillResultSet
getByte(int) - Method in interface org.apache.drill.jdbc.DrillResultSet
getByte(String) - Method in interface org.apache.drill.jdbc.DrillResultSet
getCatalogName(int) - Method in class org.apache.drill.jdbc.impl.DrillResultSetMetaDataImpl
 
getClient() - Method in interface org.apache.drill.jdbc.DrillConnection
 
getClientInfoProperties() - Method in interface org.apache.drill.jdbc.DrillDatabaseMetaData
Drill: Currently, returns an empty (zero-row) result set.
getColumnClassName(int) - Method in class org.apache.drill.jdbc.impl.DrillResultSetMetaDataImpl
 
getColumnCount() - Method in class org.apache.drill.jdbc.impl.DrillResultSetMetaDataImpl
 
getColumnDisplaySize(int) - Method in class org.apache.drill.jdbc.impl.DrillResultSetMetaDataImpl
 
getColumnLabel(int) - Method in class org.apache.drill.jdbc.impl.DrillResultSetMetaDataImpl
 
getColumnName(int) - Method in class org.apache.drill.jdbc.impl.DrillResultSetMetaDataImpl
 
getColumnPrivileges(String, String, String, String) - Method in interface org.apache.drill.jdbc.DrillDatabaseMetaData
Drill: Currently, returns an empty (zero-row) result set.
getColumnType(int) - Method in class org.apache.drill.jdbc.impl.DrillResultSetMetaDataImpl
 
getColumnTypeName(int) - Method in class org.apache.drill.jdbc.impl.DrillResultSetMetaDataImpl
 
getConfig() - Method in interface org.apache.drill.jdbc.DrillConnection
Returns a view onto this connection's configuration properties.
getConnectStringPrefix() - Method in class org.apache.drill.jdbc.impl.DriverImpl
 
getCrossReference(String, String, String, String, String, String) - Method in interface org.apache.drill.jdbc.DrillDatabaseMetaData
Drill: Currently, returns an empty (zero-row) result set.
getDouble(int) - Method in interface org.apache.drill.jdbc.DrillResultSet
getDouble(String) - Method in interface org.apache.drill.jdbc.DrillResultSet
getExportedKeys(String, String, String) - Method in interface org.apache.drill.jdbc.DrillDatabaseMetaData
Drill: Currently, returns an empty (zero-row) result set.
getFactoryClassName(UnregisteredDriver.JdbcVersion) - Method in class org.apache.drill.jdbc.impl.DriverImpl
 
getFloat(int) - Method in interface org.apache.drill.jdbc.DrillResultSet
getFloat(String) - Method in interface org.apache.drill.jdbc.DrillResultSet
getFunctionColumns(String, String, String, String) - Method in interface org.apache.drill.jdbc.DrillDatabaseMetaData
Drill: Currently, returns an empty (zero-row) result set.
getFunctions(String, String, String) - Method in interface org.apache.drill.jdbc.DrillDatabaseMetaData
Drill: Currently, returns an empty (zero-row) result set.
getIdentifierQuoteString() - Method in interface org.apache.drill.jdbc.DrillDatabaseMetaData
Drill: Reports that the SQL identifier quoting character is the back-quote character ("`"; Unicode U+0060; "GRAVE ACCENT").
getImportedKeys(String, String, String) - Method in interface org.apache.drill.jdbc.DrillDatabaseMetaData
Drill: Currently, returns an empty (zero-row) result set.
getIndexInfo(String, String, String, boolean, boolean) - Method in interface org.apache.drill.jdbc.DrillDatabaseMetaData
Drill: Currently, returns an empty (zero-row) result set.
getInt(int) - Method in interface org.apache.drill.jdbc.DrillResultSet
getInt(String) - Method in interface org.apache.drill.jdbc.DrillResultSet
getLong(int) - Method in interface org.apache.drill.jdbc.DrillResultSet
getLong(String) - Method in interface org.apache.drill.jdbc.DrillResultSet
getMajorVersion() - Method in class org.apache.drill.jdbc.Driver
 
getMajorVersion() - Method in class org.apache.drill.jdbc.proxy.TracingProxyDriver
 
getMinorVersion() - Method in class org.apache.drill.jdbc.Driver
 
getMinorVersion() - Method in class org.apache.drill.jdbc.proxy.TracingProxyDriver
 
getNetworkTimeout() - Method in interface org.apache.drill.jdbc.DrillConnection
Drill: Returns zero.
getObject(int) - Method in interface org.apache.drill.jdbc.DrillResultSet
getObject(String) - Method in interface org.apache.drill.jdbc.DrillResultSet
getParentLogger() - Method in class org.apache.drill.jdbc.Driver
 
getParentLogger() - Method in class org.apache.drill.jdbc.proxy.TracingProxyDriver
 
getPrecision(int) - Method in class org.apache.drill.jdbc.impl.DrillResultSetMetaDataImpl
 
getPrimaryKeys(String, String, String) - Method in interface org.apache.drill.jdbc.DrillDatabaseMetaData
Drill: Currently, returns an empty (zero-row) result set.
getProcedureColumns(String, String, String, String) - Method in interface org.apache.drill.jdbc.DrillDatabaseMetaData
Drill: Currently, returns an empty (zero-row) result set.
getProcedures(String, String, String) - Method in interface org.apache.drill.jdbc.DrillDatabaseMetaData
Drill: Currently, returns an empty (zero-row) result set.
getPropertyInfo(String, Properties) - Method in class org.apache.drill.jdbc.Driver
 
getPropertyInfo(String, Properties) - Method in class org.apache.drill.jdbc.proxy.TracingProxyDriver
 
getPseudoColumns(String, String, String, String) - Method in interface org.apache.drill.jdbc.DrillDatabaseMetaData
Drill: Currently, returns an empty (zero-row) result set.
getQueryId() - Method in interface org.apache.drill.jdbc.DrillResultSet
Gets the ID of the associated query (the query whose results this ResultSet presents).
getQueryTimeout() - Method in interface org.apache.drill.jdbc.DrillStatement
Drill: Returns zero, indicating that no timeout is set.
getScale(int) - Method in class org.apache.drill.jdbc.impl.DrillResultSetMetaDataImpl
 
getSchema() - Method in interface org.apache.drill.jdbc.DrillConnection
 
getSchemaName(int) - Method in class org.apache.drill.jdbc.impl.DrillResultSetMetaDataImpl
 
getShort(int) - Method in interface org.apache.drill.jdbc.DrillResultSet
getShort(String) - Method in interface org.apache.drill.jdbc.DrillResultSet
getString(int) - Method in interface org.apache.drill.jdbc.DrillResultSet
getString(String) - Method in interface org.apache.drill.jdbc.DrillResultSet
getSuperTables(String, String, String) - Method in interface org.apache.drill.jdbc.DrillDatabaseMetaData
Drill: Currently, returns an empty (zero-row) result set.
getSuperTypes(String, String, String) - Method in interface org.apache.drill.jdbc.DrillDatabaseMetaData
Drill: Currently, returns an empty (zero-row) result set.
getTableName(int) - Method in class org.apache.drill.jdbc.impl.DrillResultSetMetaDataImpl
 
getTablePrivileges(String, String, String) - Method in interface org.apache.drill.jdbc.DrillDatabaseMetaData
Drill: Currently, returns an empty (zero-row) result set.
getTableTypes() - Method in interface org.apache.drill.jdbc.DrillDatabaseMetaData
Drill: Currently, returns an empty (zero-row) result set.
getTimeZone() - Method in class org.apache.drill.jdbc.DrillConnectionConfig
 
getTransactionIsolation() - Method in interface org.apache.drill.jdbc.DrillConnection
getTypeInfo() - Method in interface org.apache.drill.jdbc.DrillDatabaseMetaData
Drill: Currently, returns an empty (zero-row) result set.
getUDTs(String, String, String, int[]) - Method in interface org.apache.drill.jdbc.DrillDatabaseMetaData
Drill: Currently, returns an empty (zero-row) result set.
getVersionColumns(String, String, String) - Method in interface org.apache.drill.jdbc.DrillDatabaseMetaData
Drill: Currently, returns an empty (zero-row) result set.
getZookeeperConnectionString() - Method in class org.apache.drill.jdbc.DrillConnectionConfig
 

I

indexOf(Object) - Method in class org.apache.drill.jdbc.impl.DrillColumnMetaDataList
 
InvalidCursorStateSqlException - Exception in org.apache.drill.jdbc
SQLException for invalid-cursor-state conditions, e.g., calling a column accessor method before calling ResultSet.next() or after ResultSet.next() returns false.
InvalidCursorStateSqlException(String, String, int) - Constructor for exception org.apache.drill.jdbc.InvalidCursorStateSqlException
InvalidCursorStateSqlException(String, String) - Constructor for exception org.apache.drill.jdbc.InvalidCursorStateSqlException
InvalidCursorStateSqlException(String) - Constructor for exception org.apache.drill.jdbc.InvalidCursorStateSqlException
InvalidCursorStateSqlException() - Constructor for exception org.apache.drill.jdbc.InvalidCursorStateSqlException
InvalidCursorStateSqlException(Throwable) - Constructor for exception org.apache.drill.jdbc.InvalidCursorStateSqlException
InvalidCursorStateSqlException(String, Throwable) - Constructor for exception org.apache.drill.jdbc.InvalidCursorStateSqlException
InvalidCursorStateSqlException(String, String, Throwable) - Constructor for exception org.apache.drill.jdbc.InvalidCursorStateSqlException
InvalidCursorStateSqlException(String, String, int, Throwable) - Constructor for exception org.apache.drill.jdbc.InvalidCursorStateSqlException
InvalidParameterSqlException - Exception in org.apache.drill.jdbc
JdbcApiSqlException for invalid-parameter-value conditions.
InvalidParameterSqlException(String, String, int) - Constructor for exception org.apache.drill.jdbc.InvalidParameterSqlException
InvalidParameterSqlException(String, String) - Constructor for exception org.apache.drill.jdbc.InvalidParameterSqlException
InvalidParameterSqlException(String) - Constructor for exception org.apache.drill.jdbc.InvalidParameterSqlException
InvalidParameterSqlException(Throwable) - Constructor for exception org.apache.drill.jdbc.InvalidParameterSqlException
InvalidParameterSqlException(String, Throwable) - Constructor for exception org.apache.drill.jdbc.InvalidParameterSqlException
InvalidParameterSqlException(String, String, Throwable) - Constructor for exception org.apache.drill.jdbc.InvalidParameterSqlException
InvalidParameterSqlException(String, String, int, Throwable) - Constructor for exception org.apache.drill.jdbc.InvalidParameterSqlException
isAutoIncrement(int) - Method in class org.apache.drill.jdbc.impl.DrillResultSetMetaDataImpl
 
isCaseSensitive(int) - Method in class org.apache.drill.jdbc.impl.DrillResultSetMetaDataImpl
 
isClosed() - Method in interface org.apache.drill.jdbc.DrillConnection
isClosed() - Method in interface org.apache.drill.jdbc.DrillStatement
isCurrency(int) - Method in class org.apache.drill.jdbc.impl.DrillResultSetMetaDataImpl
 
isDefinitelyWritable(int) - Method in class org.apache.drill.jdbc.impl.DrillResultSetMetaDataImpl
 
isDirect() - Method in class org.apache.drill.jdbc.DrillConnectionConfig
 
isLocal() - Method in class org.apache.drill.jdbc.DrillConnectionConfig
 
isNullable(int) - Method in class org.apache.drill.jdbc.impl.DrillResultSetMetaDataImpl
 
isReadOnly(int) - Method in class org.apache.drill.jdbc.impl.DrillResultSetMetaDataImpl
 
isSearchable(int) - Method in class org.apache.drill.jdbc.impl.DrillResultSetMetaDataImpl
 
isSigned(int) - Method in class org.apache.drill.jdbc.impl.DrillResultSetMetaDataImpl
 
isWrapperFor(Class<?>) - Method in interface org.apache.drill.jdbc.DrillConnection
isWrapperFor(Class<?>) - Method in interface org.apache.drill.jdbc.DrillResultSet
isWritable(int) - Method in class org.apache.drill.jdbc.impl.DrillResultSetMetaDataImpl
 
iterator() - Method in class org.apache.drill.jdbc.impl.DrillColumnMetaDataList
 

J

JdbcApiSqlException - Exception in org.apache.drill.jdbc
SQLException for JDBC API calling-sequence/state problems.
JdbcApiSqlException(String, String, int) - Constructor for exception org.apache.drill.jdbc.JdbcApiSqlException
JdbcApiSqlException(String, String) - Constructor for exception org.apache.drill.jdbc.JdbcApiSqlException
JdbcApiSqlException(String) - Constructor for exception org.apache.drill.jdbc.JdbcApiSqlException
JdbcApiSqlException() - Constructor for exception org.apache.drill.jdbc.JdbcApiSqlException
JdbcApiSqlException(Throwable) - Constructor for exception org.apache.drill.jdbc.JdbcApiSqlException
JdbcApiSqlException(String, Throwable) - Constructor for exception org.apache.drill.jdbc.JdbcApiSqlException
JdbcApiSqlException(String, String, Throwable) - Constructor for exception org.apache.drill.jdbc.JdbcApiSqlException
JdbcApiSqlException(String, String, int, Throwable) - Constructor for exception org.apache.drill.jdbc.JdbcApiSqlException
jdbcCompliant() - Method in class org.apache.drill.jdbc.Driver
 
jdbcCompliant() - Method in class org.apache.drill.jdbc.proxy.TracingProxyDriver
 

L

lastIndexOf(Object) - Method in class org.apache.drill.jdbc.impl.DrillColumnMetaDataList
 
listIterator() - Method in class org.apache.drill.jdbc.impl.DrillColumnMetaDataList
 
listIterator(int) - Method in class org.apache.drill.jdbc.impl.DrillColumnMetaDataList
 
load() - Static method in class org.apache.drill.jdbc.Driver
Ensures that class is loaded.

N

newDatabaseMetaData(AvaticaConnection) - Method in class org.apache.drill.jdbc.impl.DrillJdbc41Factory
 
newPreparedStatement(AvaticaConnection, AvaticaPrepareResult, int, int, int) - Method in class org.apache.drill.jdbc.impl.DrillJdbc41Factory
 
newResultSet(AvaticaStatement, AvaticaPrepareResult, TimeZone) - Method in class org.apache.drill.jdbc.impl.DrillJdbc41Factory
 
newResultSetMetaData(AvaticaStatement, List<ColumnMetaData>) - Method in class org.apache.drill.jdbc.impl.DrillJdbc41Factory
 
newStatement(AvaticaConnection, int, int, int) - Method in class org.apache.drill.jdbc.impl.DrillJdbc41Factory
 
nullsAreSortedAtEnd() - Method in interface org.apache.drill.jdbc.DrillDatabaseMetaData
Drill: Reports that NULL values are not sorted last.
nullsAreSortedAtStart() - Method in interface org.apache.drill.jdbc.DrillDatabaseMetaData
Drill: Reports that NULL values are not sorted first.
nullsAreSortedHigh() - Method in interface org.apache.drill.jdbc.DrillDatabaseMetaData
Drill: Reports that NULL values are sorted high.
nullsAreSortedLow() - Method in interface org.apache.drill.jdbc.DrillDatabaseMetaData
Drill: Reports that NULL values are not sorted low.

O

org.apache.drill.jdbc - package org.apache.drill.jdbc
JDBC driver for Drill.
org.apache.drill.jdbc.impl - package org.apache.drill.jdbc.impl
 
org.apache.drill.jdbc.proxy - package org.apache.drill.jdbc.proxy
Tracing proxy JDBC driver.

R

releaseSavepoint(Savepoint) - Method in interface org.apache.drill.jdbc.DrillConnection
Drill: Not supported.
rollback() - Method in interface org.apache.drill.jdbc.DrillConnection
Drill: Not supported.
rollback(Savepoint) - Method in interface org.apache.drill.jdbc.DrillConnection
Drill: Not supported.

S

schemaChanged(BatchSchema) - Method in interface org.apache.drill.jdbc.SchemaChangeListener
 
SchemaChangeListener - Interface in org.apache.drill.jdbc
 
setAutoCommit(boolean) - Method in interface org.apache.drill.jdbc.DrillConnection
setNetworkTimeout(Executor, int) - Method in interface org.apache.drill.jdbc.DrillConnection
Drill: Not supported (for non-zero timeout value).
setQueryTimeout(int) - Method in interface org.apache.drill.jdbc.DrillStatement
Drill: Not supported (for non-zero timeout value).
setSavepoint() - Method in interface org.apache.drill.jdbc.DrillConnection
Drill: Not supported.
setSavepoint(String) - Method in interface org.apache.drill.jdbc.DrillConnection
Drill: Not supported.
setSchema(String) - Method in interface org.apache.drill.jdbc.DrillConnection
 
setTransactionIsolation(int) - Method in interface org.apache.drill.jdbc.DrillConnection
size() - Method in class org.apache.drill.jdbc.impl.DrillColumnMetaDataList
 
SQLConversionException - Exception in org.apache.drill.jdbc
 
SQLConversionOverflowException - Exception in org.apache.drill.jdbc
 
SQLConversionOverflowException(String) - Constructor for exception org.apache.drill.jdbc.SQLConversionOverflowException
 
SqlTimeoutException - Exception in org.apache.drill.jdbc
Indicates that an operation timed out.
subList(int, int) - Method in class org.apache.drill.jdbc.impl.DrillColumnMetaDataList
 

T

toArray() - Method in class org.apache.drill.jdbc.impl.DrillColumnMetaDataList
 
toArray(T[]) - Method in class org.apache.drill.jdbc.impl.DrillColumnMetaDataList
 
TracingProxyDriver - Class in org.apache.drill.jdbc.proxy
Proxy driver for tracing calls to a JDBC driver.
TracingProxyDriver() - Constructor for class org.apache.drill.jdbc.proxy.TracingProxyDriver
 

U

unwrap(Class<T>) - Method in interface org.apache.drill.jdbc.DrillConnection
unwrap(Class<T>) - Method in interface org.apache.drill.jdbc.DrillResultSet
updateColumnMetaData(String, String, String, BatchSchema, List<Class<?>>) - Method in class org.apache.drill.jdbc.impl.DrillColumnMetaDataList
 
A C D E G I J L N O R S T U 

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