A B C D E F G I L N O P R S T U W

A

addBatch() - Method in class sqlWrapper.WrappedPreparedStatement
 
addBatch(String) - Method in class sqlWrapper.WrappedPreparedStatement
 
ARRAY - Static variable in class sqlWrapper.WrapperConstants
 

B

BIGDECIMAL - Static variable in class sqlWrapper.WrapperConstants
 
BLOB - Static variable in class sqlWrapper.WrapperConstants
 
BOOLEAN - Static variable in class sqlWrapper.WrapperConstants
 
BYTE - Static variable in class sqlWrapper.WrapperConstants
 
BYTES - Static variable in class sqlWrapper.WrapperConstants
 

C

cancel() - Method in class sqlWrapper.WrappedPreparedStatement
 
clearBatch() - Method in class sqlWrapper.WrappedPreparedStatement
 
clearParameters() - Method in class sqlWrapper.WrappedPreparedStatement
 
clearWarnings() - Method in class sqlWrapper.WrappedConnection
 
clearWarnings() - Method in class sqlWrapper.WrappedPreparedStatement
 
CLOB - Static variable in class sqlWrapper.WrapperConstants
 
close() - Method in class sqlWrapper.WrappedConnection
 
close() - Method in class sqlWrapper.WrappedPreparedStatement
 
commit() - Method in class sqlWrapper.WrappedConnection
 
connection_ - Variable in class sqlWrapper.WrappedConnection
 
createStatement() - Method in class sqlWrapper.WrappedConnection
 
createStatement(int, int) - Method in class sqlWrapper.WrappedConnection
 
createStatement(int, int, int) - Method in class sqlWrapper.WrappedConnection
 

D

DATE - Static variable in class sqlWrapper.WrapperConstants
 
DOUBLE - Static variable in class sqlWrapper.WrapperConstants
 

E

execute(String) - Method in class sqlWrapper.WrappedPreparedStatement
 
execute() - Method in class sqlWrapper.WrappedPreparedStatement
 
execute(String, int) - Method in class sqlWrapper.WrappedPreparedStatement
 
execute(String, int[]) - Method in class sqlWrapper.WrappedPreparedStatement
 
execute(String, String[]) - Method in class sqlWrapper.WrappedPreparedStatement
 
executeBatch() - Method in class sqlWrapper.WrappedPreparedStatement
 
executeQuery() - Method in class sqlWrapper.WrappedPreparedStatement
 
executeQuery(String) - Method in class sqlWrapper.WrappedPreparedStatement
 
executeUpdate() - Method in class sqlWrapper.WrappedPreparedStatement
 
executeUpdate(String) - Method in class sqlWrapper.WrappedPreparedStatement
 
executeUpdate(String, int) - Method in class sqlWrapper.WrappedPreparedStatement
 
executeUpdate(String, int[]) - Method in class sqlWrapper.WrappedPreparedStatement
 
executeUpdate(String, String[]) - Method in class sqlWrapper.WrappedPreparedStatement
 

F

FLOAT - Static variable in class sqlWrapper.WrapperConstants
 

G

getAutoCommit() - Method in class sqlWrapper.WrappedConnection
 
getCatalog() - Method in class sqlWrapper.WrappedConnection
 
getConnection() - Method in class sqlWrapper.WrappedPreparedStatement
 
getFetchDirection() - Method in class sqlWrapper.WrappedPreparedStatement
 
getFetchSize() - Method in class sqlWrapper.WrappedPreparedStatement
 
getGeneratedKeys() - Method in class sqlWrapper.WrappedPreparedStatement
 
getHoldability() - Method in class sqlWrapper.WrappedConnection
 
getMaxFieldSize() - Method in class sqlWrapper.WrappedPreparedStatement
 
getMaxRows() - Method in class sqlWrapper.WrappedPreparedStatement
 
getMetaData() - Method in class sqlWrapper.WrappedConnection
 
getMetaData() - Method in class sqlWrapper.WrappedPreparedStatement
 
getMoreResults() - Method in class sqlWrapper.WrappedPreparedStatement
 
getMoreResults(int) - Method in class sqlWrapper.WrappedPreparedStatement
 
getParameterMetaData() - Method in class sqlWrapper.WrappedPreparedStatement
 
getQueryTimeout() - Method in class sqlWrapper.WrappedPreparedStatement
 
getResultSet() - Method in class sqlWrapper.WrappedPreparedStatement
 
getResultSetConcurrency() - Method in class sqlWrapper.WrappedPreparedStatement
 
getResultSetHoldability() - Method in class sqlWrapper.WrappedPreparedStatement
 
getResultSetType() - Method in class sqlWrapper.WrappedPreparedStatement
 
getTransactionIsolation() - Method in class sqlWrapper.WrappedConnection
 
getTypeMap() - Method in class sqlWrapper.WrappedConnection
 
getUpdateCount() - Method in class sqlWrapper.WrappedPreparedStatement
 
getWarnings() - Method in class sqlWrapper.WrappedConnection
 
getWarnings() - Method in class sqlWrapper.WrappedPreparedStatement
 

I

INT - Static variable in class sqlWrapper.WrapperConstants
 
isClosed() - Method in class sqlWrapper.WrappedConnection
 
isReadOnly() - Method in class sqlWrapper.WrappedConnection
 

L

logger - Static variable in class sqlWrapper.WrappedConnection
 
logger - Static variable in class sqlWrapper.WrappedPreparedStatement
 
LONG - Static variable in class sqlWrapper.WrapperConstants
 

N

nativeSQL(String) - Method in class sqlWrapper.WrappedConnection
 
NULL - Static variable in class sqlWrapper.WrapperConstants
 

O

OBJECT - Static variable in class sqlWrapper.WrapperConstants
 

P

prepareCall(String) - Method in class sqlWrapper.WrappedConnection
 
prepareCall(String, int, int) - Method in class sqlWrapper.WrappedConnection
 
prepareCall(String, int, int, int) - Method in class sqlWrapper.WrappedConnection
 
prepareStatement(String) - Method in class sqlWrapper.WrappedConnection
 
prepareStatement(String, int, int) - Method in class sqlWrapper.WrappedConnection
 
prepareStatement(String, int) - Method in class sqlWrapper.WrappedConnection
 
prepareStatement(String, int, int, int) - Method in class sqlWrapper.WrappedConnection
 
prepareStatement(String, int[]) - Method in class sqlWrapper.WrappedConnection
 
prepareStatement(String, String[]) - Method in class sqlWrapper.WrappedConnection
 

R

reconnect() - Method in class sqlWrapper.WrappedConnection
 
REF - Static variable in class sqlWrapper.WrapperConstants
 
releaseSavepoint(Savepoint) - Method in class sqlWrapper.WrappedConnection
 
rollback() - Method in class sqlWrapper.WrappedConnection
 
rollback(Savepoint) - Method in class sqlWrapper.WrappedConnection
 

S

setArray(int, Array) - Method in class sqlWrapper.WrappedPreparedStatement
 
setAsciiStream(int, InputStream, int) - Method in class sqlWrapper.WrappedPreparedStatement
 
setAutoCommit(boolean) - Method in class sqlWrapper.WrappedConnection
 
setBigDecimal(int, BigDecimal) - Method in class sqlWrapper.WrappedPreparedStatement
 
setBinaryStream(int, InputStream, int) - Method in class sqlWrapper.WrappedPreparedStatement
 
setBlob(int, Blob) - Method in class sqlWrapper.WrappedPreparedStatement
 
setBoolean(int, boolean) - Method in class sqlWrapper.WrappedPreparedStatement
 
setByte(int, byte) - Method in class sqlWrapper.WrappedPreparedStatement
 
setBytes(int, byte[]) - Method in class sqlWrapper.WrappedPreparedStatement
 
setCatalog(String) - Method in class sqlWrapper.WrappedConnection
 
setCharacterStream(int, Reader, int) - Method in class sqlWrapper.WrappedPreparedStatement
 
setClob(int, Clob) - Method in class sqlWrapper.WrappedPreparedStatement
 
setCursorName(String) - Method in class sqlWrapper.WrappedPreparedStatement
 
setDate(int, Date) - Method in class sqlWrapper.WrappedPreparedStatement
 
setDate(int, Date, Calendar) - Method in class sqlWrapper.WrappedPreparedStatement
 
setDouble(int, double) - Method in class sqlWrapper.WrappedPreparedStatement
 
setEscapeProcessing(boolean) - Method in class sqlWrapper.WrappedPreparedStatement
 
setFetchDirection(int) - Method in class sqlWrapper.WrappedPreparedStatement
 
setFetchSize(int) - Method in class sqlWrapper.WrappedPreparedStatement
 
setFloat(int, float) - Method in class sqlWrapper.WrappedPreparedStatement
 
setHoldability(int) - Method in class sqlWrapper.WrappedConnection
 
setInt(int, int) - Method in class sqlWrapper.WrappedPreparedStatement
 
setLong(int, long) - Method in class sqlWrapper.WrappedPreparedStatement
 
setMaxFieldSize(int) - Method in class sqlWrapper.WrappedPreparedStatement
 
setMaxRows(int) - Method in class sqlWrapper.WrappedPreparedStatement
 
setNull(int, int) - Method in class sqlWrapper.WrappedPreparedStatement
 
setNull(int, int, String) - Method in class sqlWrapper.WrappedPreparedStatement
 
setObject(int, Object) - Method in class sqlWrapper.WrappedPreparedStatement
 
setObject(int, Object, int) - Method in class sqlWrapper.WrappedPreparedStatement
 
setObject(int, Object, int, int) - Method in class sqlWrapper.WrappedPreparedStatement
 
setQueryTimeout(int) - Method in class sqlWrapper.WrappedPreparedStatement
 
setReadOnly(boolean) - Method in class sqlWrapper.WrappedConnection
 
setRef(int, Ref) - Method in class sqlWrapper.WrappedPreparedStatement
 
setSavepoint() - Method in class sqlWrapper.WrappedConnection
 
setSavepoint(String) - Method in class sqlWrapper.WrappedConnection
 
setShort(int, short) - Method in class sqlWrapper.WrappedPreparedStatement
 
setString(int, String) - Method in class sqlWrapper.WrappedPreparedStatement
 
setTime(int, Time) - Method in class sqlWrapper.WrappedPreparedStatement
 
setTime(int, Time, Calendar) - Method in class sqlWrapper.WrappedPreparedStatement
 
setTimestamp(int, Timestamp) - Method in class sqlWrapper.WrappedPreparedStatement
 
setTimestamp(int, Timestamp, Calendar) - Method in class sqlWrapper.WrappedPreparedStatement
 
setTransactionIsolation(int) - Method in class sqlWrapper.WrappedConnection
 
setTypeMap(Map) - Method in class sqlWrapper.WrappedConnection
 
setUnicodeStream(int, InputStream, int) - Method in class sqlWrapper.WrappedPreparedStatement
Deprecated.  
setURL(int, URL) - Method in class sqlWrapper.WrappedPreparedStatement
 
SHORT - Static variable in class sqlWrapper.WrapperConstants
 
sqlWrapper - package sqlWrapper
 
STRING - Static variable in class sqlWrapper.WrapperConstants
 

T

TIME - Static variable in class sqlWrapper.WrapperConstants
 
TIMESTAMP - Static variable in class sqlWrapper.WrapperConstants
 
toString() - Method in class sqlWrapper.WrappedPreparedStatement
 

U

URL - Static variable in class sqlWrapper.WrapperConstants
 

W

WrappedConnection - Class in sqlWrapper
This class in combination with the WrappedPreparedStatement give you an automatically reconnecting sql connection.
WrappedConnection(String, String, String, String) - Constructor for class sqlWrapper.WrappedConnection
 
WrappedConnection(String, String, String, String, boolean) - Constructor for class sqlWrapper.WrappedConnection
 
WrappedPreparedStatement - Class in sqlWrapper
An automatically reconnecting prepared statement.
WrappedPreparedStatement(WrappedConnection, String) - Constructor for class sqlWrapper.WrappedPreparedStatement
 
WrappedPreparedStatement(WrappedConnection, String, int, int) - Constructor for class sqlWrapper.WrappedPreparedStatement
 
WrapperConstants - Class in sqlWrapper
Constants for the SQL Wrapper Classes.
WrapperConstants() - Constructor for class sqlWrapper.WrapperConstants
 

A B C D E F G I L N O P R S T U W