Package oracle.jdbc
Interface OracleCommonStatement
-
- All Superinterfaces:
java.lang.AutoCloseable,java.sql.Statement,java.sql.Wrapper
- All Known Subinterfaces:
OracleCallableStatement,OracleCommonPreparedStatement,OraclePreparedStatement,OracleStatement
public interface OracleCommonStatement extends java.sql.StatementInterface that defines the methods which are common betweenOracleStatementandoracle.nucleo.jdbc.NucleoStatement.- Since:
- 23
-
-
Method Summary
-
Methods inherited from interface java.sql.Statement
addBatch, cancel, clearBatch, clearWarnings, close, closeOnCompletion, enquoteIdentifier, enquoteLiteral, enquoteNCharLiteral, execute, execute, execute, execute, executeBatch, executeLargeBatch, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getLargeMaxRows, getLargeUpdateCount, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, isClosed, isCloseOnCompletion, isPoolable, isSimpleIdentifier, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setLargeMaxRows, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeout
-
-