public class DrillMetaImpl
extends org.apache.calcite.avatica.MetaImpl
| Modifier and Type | Class and Description |
|---|---|
static class |
DrillMetaImpl.MetaColumn
Metadata describing a column.
|
org.apache.calcite.avatica.MetaImpl.ColumnNoNulls, org.apache.calcite.avatica.MetaImpl.ColumnNullable, org.apache.calcite.avatica.MetaImpl.ColumnNullableUnknown, org.apache.calcite.avatica.MetaImpl.MetaAttribute, org.apache.calcite.avatica.MetaImpl.MetaBestRowIdentifier, org.apache.calcite.avatica.MetaImpl.MetaCatalog, org.apache.calcite.avatica.MetaImpl.MetaClientInfoProperty, org.apache.calcite.avatica.MetaImpl.MetaColumnPrivilege, org.apache.calcite.avatica.MetaImpl.MetaCrossReference, org.apache.calcite.avatica.MetaImpl.MetaExportedKey, org.apache.calcite.avatica.MetaImpl.MetaFunction, org.apache.calcite.avatica.MetaImpl.MetaFunctionColumn, org.apache.calcite.avatica.MetaImpl.MetaImportedKey, org.apache.calcite.avatica.MetaImpl.MetaIndexInfo, org.apache.calcite.avatica.MetaImpl.MetaPrimaryKey, org.apache.calcite.avatica.MetaImpl.MetaProcedure, org.apache.calcite.avatica.MetaImpl.MetaProcedureColumn, org.apache.calcite.avatica.MetaImpl.MetaPseudoColumn, org.apache.calcite.avatica.MetaImpl.MetaSchema, org.apache.calcite.avatica.MetaImpl.MetaSuperTable, org.apache.calcite.avatica.MetaImpl.MetaSuperType, org.apache.calcite.avatica.MetaImpl.MetaTable, org.apache.calcite.avatica.MetaImpl.MetaTablePrivilege, org.apache.calcite.avatica.MetaImpl.MetaTableType, org.apache.calcite.avatica.MetaImpl.MetaTypeInfo, org.apache.calcite.avatica.MetaImpl.MetaUdt, org.apache.calcite.avatica.MetaImpl.MetaVersionColumnorg.apache.calcite.avatica.Meta.ConnectionHandle, org.apache.calcite.avatica.Meta.ConnectionProperties, org.apache.calcite.avatica.Meta.CursorFactory, org.apache.calcite.avatica.Meta.DatabaseProperty, org.apache.calcite.avatica.Meta.ExecuteBatchResult, org.apache.calcite.avatica.Meta.ExecuteResult, org.apache.calcite.avatica.Meta.Factory, org.apache.calcite.avatica.Meta.Frame, org.apache.calcite.avatica.Meta.MetaResultSet, org.apache.calcite.avatica.Meta.Pat, org.apache.calcite.avatica.Meta.PrepareCallback, org.apache.calcite.avatica.Meta.Signature, org.apache.calcite.avatica.Meta.StatementHandle, org.apache.calcite.avatica.Meta.StatementType, org.apache.calcite.avatica.Meta.Style| Modifier and Type | Method and Description |
|---|---|
void |
closeStatement(org.apache.calcite.avatica.Meta.StatementHandle h) |
void |
commit(org.apache.calcite.avatica.Meta.ConnectionHandle connectionHandle) |
protected static org.apache.calcite.avatica.ColumnMetaData |
drillColumnMetaData(String name,
int index,
Class<?> type,
boolean notNullable) |
protected static org.apache.calcite.avatica.ColumnMetaData.StructType |
drillFieldMetaData(Class<?> clazz) |
org.apache.calcite.avatica.Meta.ExecuteResult |
execute(org.apache.calcite.avatica.Meta.StatementHandle statementHandle,
List<org.apache.calcite.avatica.remote.TypedValue> list,
int i) |
org.apache.calcite.avatica.Meta.ExecuteResult |
execute(org.apache.calcite.avatica.Meta.StatementHandle statementHandle,
List<org.apache.calcite.avatica.remote.TypedValue> list,
long l) |
org.apache.calcite.avatica.Meta.ExecuteBatchResult |
executeBatch(org.apache.calcite.avatica.Meta.StatementHandle statementHandle,
List<List<org.apache.calcite.avatica.remote.TypedValue>> list) |
org.apache.calcite.avatica.Meta.Frame |
fetch(org.apache.calcite.avatica.Meta.StatementHandle statementHandle,
long l,
int i) |
org.apache.calcite.avatica.Meta.MetaResultSet |
getCatalogs(org.apache.calcite.avatica.Meta.ConnectionHandle ch)
Implements
DatabaseMetaData.getCatalogs(). |
org.apache.calcite.avatica.Meta.MetaResultSet |
getColumns(org.apache.calcite.avatica.Meta.ConnectionHandle ch,
String catalog,
org.apache.calcite.avatica.Meta.Pat schemaPattern,
org.apache.calcite.avatica.Meta.Pat tableNamePattern,
org.apache.calcite.avatica.Meta.Pat columnNamePattern)
|
org.apache.calcite.avatica.Meta.MetaResultSet |
getSchemas(org.apache.calcite.avatica.Meta.ConnectionHandle ch,
String catalog,
org.apache.calcite.avatica.Meta.Pat schemaPattern)
Implements
DatabaseMetaData.getSchemas(). |
org.apache.calcite.avatica.Meta.MetaResultSet |
getTables(org.apache.calcite.avatica.Meta.ConnectionHandle ch,
String catalog,
org.apache.calcite.avatica.Meta.Pat schemaPattern,
org.apache.calcite.avatica.Meta.Pat tableNamePattern,
List<String> typeList)
|
org.apache.calcite.avatica.Meta.StatementHandle |
prepare(org.apache.calcite.avatica.Meta.ConnectionHandle ch,
String sql,
long maxRowCount) |
org.apache.calcite.avatica.Meta.ExecuteResult |
prepareAndExecute(org.apache.calcite.avatica.Meta.StatementHandle handle,
String sql,
long maxRowCount,
int maxRowsInFirstFrame,
org.apache.calcite.avatica.Meta.PrepareCallback callback) |
org.apache.calcite.avatica.Meta.ExecuteResult |
prepareAndExecute(org.apache.calcite.avatica.Meta.StatementHandle h,
String sql,
long maxRowCount,
org.apache.calcite.avatica.Meta.PrepareCallback callback) |
org.apache.calcite.avatica.Meta.ExecuteBatchResult |
prepareAndExecuteBatch(org.apache.calcite.avatica.Meta.StatementHandle statementHandle,
List<String> list) |
void |
rollback(org.apache.calcite.avatica.Meta.ConnectionHandle connectionHandle) |
boolean |
syncResults(org.apache.calcite.avatica.Meta.StatementHandle statementHandle,
org.apache.calcite.avatica.QueryState queryState,
long l) |
checkParameterValueHasNull, closeConnection, collect, collect, columnMetaData, columnMetaData, columnMetaData, columnMetaData, connectionSync, createCursor, createEmptyResultSet, createIterable, createResultSet, createStatement, fetch, fieldMetaData, getAttributes, getBestRowIdentifier, getClientInfoProperties, getColumnNullability, getColumnPrivileges, getCrossReference, getDatabaseProperties, getExportedKeys, getFunctionColumns, getFunctions, getImportedKeys, getIndexInfo, getPrimaryKeys, getProcedureColumns, getProcedures, getPseudoColumns, getSuperTables, getSuperTypes, getTablePrivileges, getTableTypes, getTypeInfo, getUDTs, getVersionColumns, openConnectionprotected static org.apache.calcite.avatica.ColumnMetaData.StructType drillFieldMetaData(Class<?> clazz)
protected static org.apache.calcite.avatica.ColumnMetaData drillColumnMetaData(String name, int index, Class<?> type, boolean notNullable)
public org.apache.calcite.avatica.Meta.MetaResultSet getTables(org.apache.calcite.avatica.Meta.ConnectionHandle ch,
String catalog,
org.apache.calcite.avatica.Meta.Pat schemaPattern,
org.apache.calcite.avatica.Meta.Pat tableNamePattern,
List<String> typeList)
DatabaseMetaData.getTables(java.lang.String, java.lang.String, java.lang.String, java.lang.String[]).getTables in interface org.apache.calcite.avatica.MetagetTables in class org.apache.calcite.avatica.MetaImplpublic org.apache.calcite.avatica.Meta.MetaResultSet getColumns(org.apache.calcite.avatica.Meta.ConnectionHandle ch,
String catalog,
org.apache.calcite.avatica.Meta.Pat schemaPattern,
org.apache.calcite.avatica.Meta.Pat tableNamePattern,
org.apache.calcite.avatica.Meta.Pat columnNamePattern)
DatabaseMetaData.getColumns(java.lang.String, java.lang.String, java.lang.String, java.lang.String).getColumns in interface org.apache.calcite.avatica.MetagetColumns in class org.apache.calcite.avatica.MetaImplpublic org.apache.calcite.avatica.Meta.MetaResultSet getSchemas(org.apache.calcite.avatica.Meta.ConnectionHandle ch,
String catalog,
org.apache.calcite.avatica.Meta.Pat schemaPattern)
DatabaseMetaData.getSchemas().getSchemas in interface org.apache.calcite.avatica.MetagetSchemas in class org.apache.calcite.avatica.MetaImplpublic org.apache.calcite.avatica.Meta.MetaResultSet getCatalogs(org.apache.calcite.avatica.Meta.ConnectionHandle ch)
DatabaseMetaData.getCatalogs().getCatalogs in interface org.apache.calcite.avatica.MetagetCatalogs in class org.apache.calcite.avatica.MetaImplpublic org.apache.calcite.avatica.Meta.StatementHandle prepare(org.apache.calcite.avatica.Meta.ConnectionHandle ch,
String sql,
long maxRowCount)
public org.apache.calcite.avatica.Meta.ExecuteResult prepareAndExecute(org.apache.calcite.avatica.Meta.StatementHandle h,
String sql,
long maxRowCount,
org.apache.calcite.avatica.Meta.PrepareCallback callback)
public org.apache.calcite.avatica.Meta.ExecuteResult prepareAndExecute(org.apache.calcite.avatica.Meta.StatementHandle handle,
String sql,
long maxRowCount,
int maxRowsInFirstFrame,
org.apache.calcite.avatica.Meta.PrepareCallback callback)
throws org.apache.calcite.avatica.NoSuchStatementException
org.apache.calcite.avatica.NoSuchStatementExceptionpublic org.apache.calcite.avatica.Meta.ExecuteBatchResult prepareAndExecuteBatch(org.apache.calcite.avatica.Meta.StatementHandle statementHandle,
List<String> list)
throws org.apache.calcite.avatica.NoSuchStatementException
org.apache.calcite.avatica.NoSuchStatementExceptionpublic org.apache.calcite.avatica.Meta.ExecuteBatchResult executeBatch(org.apache.calcite.avatica.Meta.StatementHandle statementHandle,
List<List<org.apache.calcite.avatica.remote.TypedValue>> list)
throws org.apache.calcite.avatica.NoSuchStatementException
org.apache.calcite.avatica.NoSuchStatementExceptionpublic org.apache.calcite.avatica.Meta.Frame fetch(org.apache.calcite.avatica.Meta.StatementHandle statementHandle,
long l,
int i)
throws org.apache.calcite.avatica.NoSuchStatementException,
org.apache.calcite.avatica.MissingResultsException
org.apache.calcite.avatica.NoSuchStatementExceptionorg.apache.calcite.avatica.MissingResultsExceptionpublic org.apache.calcite.avatica.Meta.ExecuteResult execute(org.apache.calcite.avatica.Meta.StatementHandle statementHandle,
List<org.apache.calcite.avatica.remote.TypedValue> list,
long l)
throws org.apache.calcite.avatica.NoSuchStatementException
org.apache.calcite.avatica.NoSuchStatementExceptionpublic org.apache.calcite.avatica.Meta.ExecuteResult execute(org.apache.calcite.avatica.Meta.StatementHandle statementHandle,
List<org.apache.calcite.avatica.remote.TypedValue> list,
int i)
throws org.apache.calcite.avatica.NoSuchStatementException
org.apache.calcite.avatica.NoSuchStatementExceptionpublic void closeStatement(org.apache.calcite.avatica.Meta.StatementHandle h)
public boolean syncResults(org.apache.calcite.avatica.Meta.StatementHandle statementHandle,
org.apache.calcite.avatica.QueryState queryState,
long l)
throws org.apache.calcite.avatica.NoSuchStatementException
org.apache.calcite.avatica.NoSuchStatementExceptionpublic void commit(org.apache.calcite.avatica.Meta.ConnectionHandle connectionHandle)
public void rollback(org.apache.calcite.avatica.Meta.ConnectionHandle connectionHandle)
Copyright © 2021 The Apache Software Foundation. All rights reserved.