public abstract class CalciteStatement
extends org.apache.calcite.avatica.AvaticaStatement
Statement
for the Calcite engine.cancelFlag, closed, closeOnCompletion, connection, DEFAULT_FETCH_SIZE, handle, maxRowCount, openResultSet, updateCountCLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO| Modifier and Type | Method and Description |
|---|---|
protected void |
close_() |
org.apache.calcite.jdbc.CalciteConnectionImpl |
getConnection() |
protected <T> CalcitePrepare.CalciteSignature<T> |
prepare(org.apache.calcite.linq4j.Queryable<T> queryable) |
<T> T |
unwrap(Class<T> iface) |
addBatch, cancel, checkOpen, clearBatch, clearWarnings, close, closeOnCompletion, execute, execute, execute, execute, executeBatch, executeBatchInternal, executeInternal, executeInternal, executeLargeBatch, executeLargeUpdate, executeQuery, executeQueryInternal, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getBoundParameterValues, getFetchDirection, getFetchSize, getGeneratedKeys, getId, getLargeMaxRows, getLargeUpdateCount, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getParameterValues, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getSignature, getStatementType, getUpdateCount, getWarnings, isClosed, isCloseOnCompletion, isPoolable, isWrapperFor, resetStatement, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setLargeMaxRows, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeout, setSignature, syncResultsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteLargeUpdate, executeLargeUpdate, executeLargeUpdatepublic <T> T unwrap(Class<T> iface) throws SQLException
unwrap in interface Wrapperunwrap in class org.apache.calcite.avatica.AvaticaStatementSQLExceptionpublic org.apache.calcite.jdbc.CalciteConnectionImpl getConnection()
getConnection in interface StatementgetConnection in class org.apache.calcite.avatica.AvaticaStatementprotected <T> CalcitePrepare.CalciteSignature<T> prepare(org.apache.calcite.linq4j.Queryable<T> queryable)
protected void close_()
close_ in class org.apache.calcite.avatica.AvaticaStatementCopyright © 2012-2022 Apache Software Foundation. All Rights Reserved.