JavaScript is disabled on your browser.
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
D
E
G
H
I
N
P
S
U
A
addBatch(String)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
addBatch()
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
C
cancel()
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
clearBatch()
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
clearParameters()
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
clearWarnings()
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
close()
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
closeOnCompletion()
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
com.axiomalaska.jdbc
- package com.axiomalaska.jdbc
createNamedParameterPreparedStatement(Connection, String)
- Static method in class com.axiomalaska.jdbc.
NamedParameterPreparedStatement
createNamedParameterPreparedStatement(Connection, String, int)
- Static method in class com.axiomalaska.jdbc.
NamedParameterPreparedStatement
createNamedParameterPreparedStatement(Connection, String, int[])
- Static method in class com.axiomalaska.jdbc.
NamedParameterPreparedStatement
createNamedParameterPreparedStatement(Connection, String, String[])
- Static method in class com.axiomalaska.jdbc.
NamedParameterPreparedStatement
createNamedParameterPreparedStatement(Connection, String, int, int)
- Static method in class com.axiomalaska.jdbc.
NamedParameterPreparedStatement
createNamedParameterPreparedStatement(Connection, String, int, int, int)
- Static method in class com.axiomalaska.jdbc.
NamedParameterPreparedStatement
D
DelegatingPreparedStatement
- Class in
com.axiomalaska.jdbc
DelegatingPreparedStatement(PreparedStatement)
- Constructor for class com.axiomalaska.jdbc.
DelegatingPreparedStatement
E
execute(String)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
execute()
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
execute(String, int)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
execute(String, int[])
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
execute(String, String[])
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
executeBatch()
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
executeQuery(String)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
executeQuery()
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
executeUpdate(String)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
executeUpdate()
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
executeUpdate(String, int)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
executeUpdate(String, int[])
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
executeUpdate(String, String[])
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
G
getConnection()
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
getDelegate()
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
getFetchDirection()
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
getFetchSize()
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
getGeneratedKeys()
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
getMaxFieldSize()
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
getMaxRows()
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
getMetaData()
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
getMoreResults()
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
getMoreResults(int)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
getParameterMetaData()
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
getQueryTimeout()
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
getResultSet()
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
getResultSetConcurrency()
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
getResultSetHoldability()
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
getResultSetType()
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
getUpdateCount()
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
getWarnings()
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
H
hasNamedParameters()
- Method in class com.axiomalaska.jdbc.
NamedParameterPreparedStatement
I
isClosed()
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
isCloseOnCompletion()
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
isPoolable()
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
isWrapperFor(Class<?>)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
N
NamedParameterPreparedStatement
- Class in
com.axiomalaska.jdbc
P
parse(String)
- Static method in class com.axiomalaska.jdbc.
NamedParameterPreparedStatement
Parse the query string containing named parameters and result a parse result, which holds the parsed sql (named parameters replaced by standard '?' parameters and an ordered list of the named parameters.
S
setArray(int, Array)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
setAsciiStream(int, InputStream, int)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
setAsciiStream(int, InputStream, long)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
setAsciiStream(int, InputStream)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
setAsciiStream(String, InputStream)
- Method in class com.axiomalaska.jdbc.
NamedParameterPreparedStatement
setBigDecimal(int, BigDecimal)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
setBigDecimal(String, BigDecimal)
- Method in class com.axiomalaska.jdbc.
NamedParameterPreparedStatement
setBinaryStream(int, InputStream, int)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
setBinaryStream(int, InputStream, long)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
setBinaryStream(int, InputStream)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
setBinaryStream(String, InputStream, int)
- Method in class com.axiomalaska.jdbc.
NamedParameterPreparedStatement
setBlob(int, Blob)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
setBlob(int, InputStream, long)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
setBlob(int, InputStream)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
setBoolean(int, boolean)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
setBoolean(String, boolean)
- Method in class com.axiomalaska.jdbc.
NamedParameterPreparedStatement
setByte(int, byte)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
setByte(String, byte)
- Method in class com.axiomalaska.jdbc.
NamedParameterPreparedStatement
setBytes(int, byte[])
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
setBytes(String, byte[])
- Method in class com.axiomalaska.jdbc.
NamedParameterPreparedStatement
setCharacterStream(int, Reader, int)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
setCharacterStream(int, Reader, long)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
setCharacterStream(int, Reader)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
setClob(int, Clob)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
setClob(int, Reader, long)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
setClob(int, Reader)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
setCursorName(String)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
setDate(int, Date)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
setDate(int, Date, Calendar)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
setDate(String, Date)
- Method in class com.axiomalaska.jdbc.
NamedParameterPreparedStatement
setDouble(int, double)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
setDouble(String, float)
- Method in class com.axiomalaska.jdbc.
NamedParameterPreparedStatement
setEscapeProcessing(boolean)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
setFetchDirection(int)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
setFetchSize(int)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
setFloat(int, float)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
setFloat(String, float)
- Method in class com.axiomalaska.jdbc.
NamedParameterPreparedStatement
setInt(int, int)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
setInt(String, int)
- Method in class com.axiomalaska.jdbc.
NamedParameterPreparedStatement
setLong(int, long)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
setLong(String, long)
- Method in class com.axiomalaska.jdbc.
NamedParameterPreparedStatement
setMaxFieldSize(int)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
setMaxRows(int)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
setNCharacterStream(int, Reader, long)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
setNCharacterStream(int, Reader)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
setNClob(int, NClob)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
setNClob(int, Reader, long)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
setNClob(int, Reader)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
setNString(int, String)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
setNull(int, int)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
setNull(int, int, String)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
setNull(String, int)
- Method in class com.axiomalaska.jdbc.
NamedParameterPreparedStatement
setObject(int, Object, int)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
setObject(int, Object)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
setObject(int, Object, int, int)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
setObject(String, Object, int, int)
- Method in class com.axiomalaska.jdbc.
NamedParameterPreparedStatement
setObject(String, Object, int)
- Method in class com.axiomalaska.jdbc.
NamedParameterPreparedStatement
setObject(String, Object)
- Method in class com.axiomalaska.jdbc.
NamedParameterPreparedStatement
setPoolable(boolean)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
setQueryTimeout(int)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
setRef(int, Ref)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
setRowId(int, RowId)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
setShort(int, short)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
setShort(String, short)
- Method in class com.axiomalaska.jdbc.
NamedParameterPreparedStatement
setSQLXML(int, SQLXML)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
setString(int, String)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
setString(String, String)
- Method in class com.axiomalaska.jdbc.
NamedParameterPreparedStatement
setTime(int, Time)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
setTime(int, Time, Calendar)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
setTime(String, Time)
- Method in class com.axiomalaska.jdbc.
NamedParameterPreparedStatement
setTimestamp(int, Timestamp)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
setTimestamp(int, Timestamp, Calendar)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
setTimestamp(String, Timestamp)
- Method in class com.axiomalaska.jdbc.
NamedParameterPreparedStatement
setUnicodeStream(int, InputStream, int)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
Deprecated.
setUnicodeStream(String, InputStream, int)
- Method in class com.axiomalaska.jdbc.
NamedParameterPreparedStatement
Deprecated.
setURL(int, URL)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
U
unwrap(Class<T>)
- Method in class com.axiomalaska.jdbc.
DelegatingPreparedStatement
A
C
D
E
G
H
I
N
P
S
U
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2014. All Rights Reserved.