Package org.apache.calcite.avatica
Class AvaticaJdbc41Factory.AvaticaJdbc41Statement
- java.lang.Object
-
- org.apache.calcite.avatica.AvaticaStatement
-
- org.apache.calcite.avatica.AvaticaJdbc41Factory.AvaticaJdbc41Statement
-
- All Implemented Interfaces:
java.lang.AutoCloseable,java.sql.Statement,java.sql.Wrapper
- Enclosing class:
- AvaticaJdbc41Factory
private static class AvaticaJdbc41Factory.AvaticaJdbc41Statement extends AvaticaStatement
Implementation of Statement for JDBC 4.1.
-
-
Field Summary
-
Fields inherited from class org.apache.calcite.avatica.AvaticaStatement
cancelFlag, closed, closeOnCompletion, connection, DEFAULT_FETCH_SIZE, handle, maxRowCount, openResultSet, resultSetConcurrency, resultSetHoldability, resultSetType, updateCount
-
-
Constructor Summary
Constructors Modifier Constructor Description privateAvaticaJdbc41Statement(AvaticaConnection connection, Meta.StatementHandle h, int resultSetType, int resultSetConcurrency, int resultSetHoldability)
-
Method Summary
-
Methods inherited from class org.apache.calcite.avatica.AvaticaStatement
addBatch, cancel, checkOpen, clearBatch, clearWarnings, close, close_, closeOnCompletion, execute, execute, execute, execute, executeBatch, executeBatchInternal, executeInternal, executeInternal, executeLargeBatch, executeLargeUpdate, executeQuery, executeQueryInternal, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getBoundParameterValues, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getId, getLargeMaxRows, getLargeUpdateCount, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getParameterValues, getQueryTimeout, getQueryTimeoutMillis, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getSignature, getStatementType, getUpdateCount, getWarnings, isClosed, isCloseOnCompletion, isPoolable, isWrapperFor, onResultSetClose, resetStatement, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setLargeMaxRows, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeout, setQueryTimeoutMillis, setSignature, syncResults, unwrap
-
-
-
-
Constructor Detail
-
AvaticaJdbc41Statement
private AvaticaJdbc41Statement(AvaticaConnection connection, Meta.StatementHandle h, int resultSetType, int resultSetConcurrency, int resultSetHoldability)
-
-