com.jdbwc.iface
Interface Statement

All Superinterfaces:
java.sql.Statement, java.sql.Wrapper

public interface Statement
extends java.sql.Statement

Vendor based extension.
This interface is for any extension methods we require over the standard java.sql.Statement interface to help make our driver work.

This interface and its method/s are not designed for direct public consumption.
The purpose of this interface is to expand functionality to assist the driver in doing its job internally.
Declaring any additional public methods here makes it easier to work with the actual implementation.
EG: you can easily tell whats generic to java.sql.Statement and whats an extension.

Version:
2008-05-29
Author:
Tim Gall (Oz-DevWorX)

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
 
Method Summary
 
Methods inherited from interface java.sql.Statement
addBatch, cancel, clearBatch, clearWarnings, close, execute, execute, execute, execute, executeBatch, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, isClosed, isPoolable, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeout
 
Methods inherited from interface java.sql.Wrapper
isWrapperFor, unwrap