public abstract class CalciteStatement extends AvaticaStatement
Statement
for the Calcite engine.closed, closeOnCompletion, connection, 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.ContextImpl |
createPrepareContext() |
org.apache.calcite.jdbc.CalciteConnectionImpl |
getConnection() |
protected <T> CalcitePrepare.CalciteSignature<T> |
prepare(Queryable<T> queryable) |
<T> T |
unwrap(Class<T> iface) |
addBatch, cancel, clearBatch, clearWarnings, close, closeOnCompletion, execute, execute, execute, execute, executeBatch, executeInternal, executeInternal, executeQuery, executeQueryInternal, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getBoundParameterValues, getFetchDirection, getFetchSize, getGeneratedKeys, getId, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getParameterValues, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, isClosed, isCloseOnCompletion, isPoolable, isWrapperFor, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeoutpublic <T> T unwrap(Class<T> iface) throws SQLException
unwrap in interface Wrapperunwrap in class AvaticaStatementSQLExceptionpublic org.apache.calcite.jdbc.CalciteConnectionImpl getConnection()
getConnection in interface StatementgetConnection in class AvaticaStatementpublic org.apache.calcite.jdbc.CalciteConnectionImpl.ContextImpl createPrepareContext()
protected <T> CalcitePrepare.CalciteSignature<T> prepare(Queryable<T> queryable)
protected void close_()
close_ in class AvaticaStatementCopyright © 2012–2015 The Apache Software Foundation. All rights reserved.