Package hu.webarticum.miniconnect.jdbc
Class MiniJdbcStatement
java.lang.Object
hu.webarticum.miniconnect.jdbc.AbstractJdbcStatement
hu.webarticum.miniconnect.jdbc.MiniJdbcStatement
- All Implemented Interfaces:
AutoCloseable,Statement,Wrapper
-
Nested Class Summary
Nested classes/interfaces inherited from class hu.webarticum.miniconnect.jdbc.AbstractJdbcStatement
AbstractJdbcStatement.ResultHolder -
Field Summary
Fields inherited from interface java.sql.Statement
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidclose()voidbooleanbooleanbooleanbooleanint[]executeQuery(String sql) intexecuteUpdate(String sql) intexecuteUpdate(String sql, int autoGeneratedKeys) intexecuteUpdate(String sql, int[] columnIndexes) intexecuteUpdate(String sql, String[] columnNames) booleanisClosed()booleanvoidsetPoolable(boolean poolable) Methods inherited from class hu.webarticum.miniconnect.jdbc.AbstractJdbcStatement
cancel, clearWarnings, closeOnCompletion, getConnection, getEscapeProcessing, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, handleExecuteCompleted, isCloseOnCompletion, isWrapperFor, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setQueryTimeout, unwrapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.sql.Statement
enquoteIdentifier, enquoteLiteral, enquoteNCharLiteral, executeLargeBatch, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, getLargeMaxRows, getLargeUpdateCount, isSimpleIdentifier, setLargeMaxRows
-
Constructor Details
-
MiniJdbcStatement
-
-
Method Details
-
setPoolable
- Throws:
SQLException
-
isPoolable
- Throws:
SQLException
-
executeQuery
- Throws:
SQLException
-
executeUpdate
- Throws:
SQLException
-
executeUpdate
- Throws:
SQLException
-
executeUpdate
- Throws:
SQLException
-
executeUpdate
- Throws:
SQLException
-
execute
- Throws:
SQLException
-
execute
- Throws:
SQLException
-
execute
- Throws:
SQLException
-
execute
- Throws:
SQLException
-
addBatch
- Throws:
SQLException
-
executeBatch
- Throws:
SQLException
-
clearBatch
- Throws:
SQLException
-
isClosed
- Throws:
SQLException
-
close
- Throws:
SQLException
-
closeInternal
- Throws:
SQLException
-