Package com.alibaba.druid.filter
Interface FilterChain
-
- All Known Implementing Classes:
FilterChainImpl
public interface FilterChain- Author:
- wenshao [szujobs@hotmail.com]
-
-
Method Summary
-
-
-
Method Detail
-
getDataSource
DataSourceProxy getDataSource()
-
getFilterSize
int getFilterSize()
-
getPos
int getPos()
-
cloneChain
FilterChain cloneChain()
-
unwrap
<T> T unwrap(Wrapper wrapper, Class<T> iface) throws SQLException
- Throws:
SQLException
-
isWrapperFor
boolean isWrapperFor(Wrapper wrapper, Class<?> iface) throws SQLException
- Throws:
SQLException
-
connection_connect
ConnectionProxy connection_connect(Properties info) throws SQLException
- Throws:
SQLException
-
connection_createStatement
StatementProxy connection_createStatement(ConnectionProxy connection) throws SQLException
- Throws:
SQLException
-
connection_prepareStatement
PreparedStatementProxy connection_prepareStatement(ConnectionProxy connection, String sql) throws SQLException
- Throws:
SQLException
-
connection_prepareCall
CallableStatementProxy connection_prepareCall(ConnectionProxy connection, String sql) throws SQLException
- Throws:
SQLException
-
connection_nativeSQL
String connection_nativeSQL(ConnectionProxy connection, String sql) throws SQLException
- Throws:
SQLException
-
connection_setAutoCommit
void connection_setAutoCommit(ConnectionProxy connection, boolean autoCommit) throws SQLException
- Throws:
SQLException
-
connection_getAutoCommit
boolean connection_getAutoCommit(ConnectionProxy connection) throws SQLException
- Throws:
SQLException
-
connection_commit
void connection_commit(ConnectionProxy connection) throws SQLException
- Throws:
SQLException
-
connection_rollback
void connection_rollback(ConnectionProxy connection) throws SQLException
- Throws:
SQLException
-
connection_close
void connection_close(ConnectionProxy connection) throws SQLException
- Throws:
SQLException
-
connection_isClosed
boolean connection_isClosed(ConnectionProxy connection) throws SQLException
- Throws:
SQLException
-
connection_getMetaData
DatabaseMetaData connection_getMetaData(ConnectionProxy connection) throws SQLException
- Throws:
SQLException
-
connection_setReadOnly
void connection_setReadOnly(ConnectionProxy connection, boolean readOnly) throws SQLException
- Throws:
SQLException
-
connection_isReadOnly
boolean connection_isReadOnly(ConnectionProxy connection) throws SQLException
- Throws:
SQLException
-
connection_setCatalog
void connection_setCatalog(ConnectionProxy connection, String catalog) throws SQLException
- Throws:
SQLException
-
connection_getCatalog
String connection_getCatalog(ConnectionProxy connection) throws SQLException
- Throws:
SQLException
-
connection_setTransactionIsolation
void connection_setTransactionIsolation(ConnectionProxy connection, int level) throws SQLException
- Throws:
SQLException
-
connection_getTransactionIsolation
int connection_getTransactionIsolation(ConnectionProxy connection) throws SQLException
- Throws:
SQLException
-
connection_getWarnings
SQLWarning connection_getWarnings(ConnectionProxy connection) throws SQLException
- Throws:
SQLException
-
connection_clearWarnings
void connection_clearWarnings(ConnectionProxy connection) throws SQLException
- Throws:
SQLException
-
connection_createStatement
StatementProxy connection_createStatement(ConnectionProxy connection, int resultSetType, int resultSetConcurrency) throws SQLException
- Throws:
SQLException
-
connection_prepareStatement
PreparedStatementProxy connection_prepareStatement(ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency) throws SQLException
- Throws:
SQLException
-
connection_prepareCall
CallableStatementProxy connection_prepareCall(ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency) throws SQLException
- Throws:
SQLException
-
connection_getTypeMap
Map<String,Class<?>> connection_getTypeMap(ConnectionProxy connection) throws SQLException
- Throws:
SQLException
-
connection_setTypeMap
void connection_setTypeMap(ConnectionProxy connection, Map<String,Class<?>> map) throws SQLException
- Throws:
SQLException
-
connection_setHoldability
void connection_setHoldability(ConnectionProxy connection, int holdability) throws SQLException
- Throws:
SQLException
-
connection_getHoldability
int connection_getHoldability(ConnectionProxy connection) throws SQLException
- Throws:
SQLException
-
connection_setSavepoint
Savepoint connection_setSavepoint(ConnectionProxy connection) throws SQLException
- Throws:
SQLException
-
connection_setSavepoint
Savepoint connection_setSavepoint(ConnectionProxy connection, String name) throws SQLException
- Throws:
SQLException
-
connection_rollback
void connection_rollback(ConnectionProxy connection, Savepoint savepoint) throws SQLException
- Throws:
SQLException
-
connection_releaseSavepoint
void connection_releaseSavepoint(ConnectionProxy connection, Savepoint savepoint) throws SQLException
- Throws:
SQLException
-
connection_createStatement
StatementProxy connection_createStatement(ConnectionProxy connection, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException
- Throws:
SQLException
-
connection_prepareStatement
PreparedStatementProxy connection_prepareStatement(ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException
- Throws:
SQLException
-
connection_prepareCall
CallableStatementProxy connection_prepareCall(ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException
- Throws:
SQLException
-
connection_prepareStatement
PreparedStatementProxy connection_prepareStatement(ConnectionProxy connection, String sql, int autoGeneratedKeys) throws SQLException
- Throws:
SQLException
-
connection_prepareStatement
PreparedStatementProxy connection_prepareStatement(ConnectionProxy connection, String sql, int[] columnIndexes) throws SQLException
- Throws:
SQLException
-
connection_prepareStatement
PreparedStatementProxy connection_prepareStatement(ConnectionProxy connection, String sql, String[] columnNames) throws SQLException
- Throws:
SQLException
-
connection_createClob
Clob connection_createClob(ConnectionProxy connection) throws SQLException
- Throws:
SQLException
-
connection_createBlob
Blob connection_createBlob(ConnectionProxy connection) throws SQLException
- Throws:
SQLException
-
connection_createNClob
NClob connection_createNClob(ConnectionProxy connection) throws SQLException
- Throws:
SQLException
-
connection_createSQLXML
SQLXML connection_createSQLXML(ConnectionProxy connection) throws SQLException
- Throws:
SQLException
-
connection_isValid
boolean connection_isValid(ConnectionProxy connection, int timeout) throws SQLException
- Throws:
SQLException
-
connection_setClientInfo
void connection_setClientInfo(ConnectionProxy connection, String name, String value) throws SQLClientInfoException
- Throws:
SQLClientInfoException
-
connection_setClientInfo
void connection_setClientInfo(ConnectionProxy connection, Properties properties) throws SQLClientInfoException
- Throws:
SQLClientInfoException
-
connection_getClientInfo
String connection_getClientInfo(ConnectionProxy connection, String name) throws SQLException
- Throws:
SQLException
-
connection_getClientInfo
Properties connection_getClientInfo(ConnectionProxy connection) throws SQLException
- Throws:
SQLException
-
connection_createArrayOf
Array connection_createArrayOf(ConnectionProxy connection, String typeName, Object[] elements) throws SQLException
- Throws:
SQLException
-
connection_createStruct
Struct connection_createStruct(ConnectionProxy connection, String typeName, Object[] attributes) throws SQLException
- Throws:
SQLException
-
connection_getSchema
String connection_getSchema(ConnectionProxy connection) throws SQLException
- Throws:
SQLException
-
connection_setSchema
void connection_setSchema(ConnectionProxy connection, String schema) throws SQLException
- Throws:
SQLException
-
connection_abort
void connection_abort(ConnectionProxy connection, Executor executor) throws SQLException
- Throws:
SQLException
-
connection_setNetworkTimeout
void connection_setNetworkTimeout(ConnectionProxy connection, Executor executor, int milliseconds) throws SQLException
- Throws:
SQLException
-
connection_getNetworkTimeout
int connection_getNetworkTimeout(ConnectionProxy connection) throws SQLException
- Throws:
SQLException
-
resultSet_next
boolean resultSet_next(ResultSetProxy resultSet) throws SQLException
- Throws:
SQLException
-
resultSet_close
void resultSet_close(ResultSetProxy resultSet) throws SQLException
- Throws:
SQLException
-
resultSet_wasNull
boolean resultSet_wasNull(ResultSetProxy resultSet) throws SQLException
- Throws:
SQLException
-
resultSet_getString
String resultSet_getString(ResultSetProxy resultSet, int columnIndex) throws SQLException
- Throws:
SQLException
-
resultSet_getBoolean
boolean resultSet_getBoolean(ResultSetProxy resultSet, int columnIndex) throws SQLException
- Throws:
SQLException
-
resultSet_getByte
byte resultSet_getByte(ResultSetProxy resultSet, int columnIndex) throws SQLException
- Throws:
SQLException
-
resultSet_getShort
short resultSet_getShort(ResultSetProxy resultSet, int columnIndex) throws SQLException
- Throws:
SQLException
-
resultSet_getInt
int resultSet_getInt(ResultSetProxy resultSet, int columnIndex) throws SQLException
- Throws:
SQLException
-
resultSet_getLong
long resultSet_getLong(ResultSetProxy resultSet, int columnIndex) throws SQLException
- Throws:
SQLException
-
resultSet_getFloat
float resultSet_getFloat(ResultSetProxy resultSet, int columnIndex) throws SQLException
- Throws:
SQLException
-
resultSet_getDouble
double resultSet_getDouble(ResultSetProxy resultSet, int columnIndex) throws SQLException
- Throws:
SQLException
-
resultSet_getBigDecimal
BigDecimal resultSet_getBigDecimal(ResultSetProxy resultSet, int columnIndex, int scale) throws SQLException
- Throws:
SQLException
-
resultSet_getBytes
byte[] resultSet_getBytes(ResultSetProxy resultSet, int columnIndex) throws SQLException
- Throws:
SQLException
-
resultSet_getDate
Date resultSet_getDate(ResultSetProxy resultSet, int columnIndex) throws SQLException
- Throws:
SQLException
-
resultSet_getTime
Time resultSet_getTime(ResultSetProxy resultSet, int columnIndex) throws SQLException
- Throws:
SQLException
-
resultSet_getTimestamp
Timestamp resultSet_getTimestamp(ResultSetProxy resultSet, int columnIndex) throws SQLException
- Throws:
SQLException
-
resultSet_getAsciiStream
InputStream resultSet_getAsciiStream(ResultSetProxy resultSet, int columnIndex) throws SQLException
- Throws:
SQLException
-
resultSet_getUnicodeStream
InputStream resultSet_getUnicodeStream(ResultSetProxy resultSet, int columnIndex) throws SQLException
- Throws:
SQLException
-
resultSet_getBinaryStream
InputStream resultSet_getBinaryStream(ResultSetProxy resultSet, int columnIndex) throws SQLException
- Throws:
SQLException
-
resultSet_getString
String resultSet_getString(ResultSetProxy resultSet, String columnLabel) throws SQLException
- Throws:
SQLException
-
resultSet_getBoolean
boolean resultSet_getBoolean(ResultSetProxy resultSet, String columnLabel) throws SQLException
- Throws:
SQLException
-
resultSet_getByte
byte resultSet_getByte(ResultSetProxy resultSet, String columnLabel) throws SQLException
- Throws:
SQLException
-
resultSet_getShort
short resultSet_getShort(ResultSetProxy resultSet, String columnLabel) throws SQLException
- Throws:
SQLException
-
resultSet_getInt
int resultSet_getInt(ResultSetProxy resultSet, String columnLabel) throws SQLException
- Throws:
SQLException
-
resultSet_getLong
long resultSet_getLong(ResultSetProxy resultSet, String columnLabel) throws SQLException
- Throws:
SQLException
-
resultSet_getFloat
float resultSet_getFloat(ResultSetProxy resultSet, String columnLabel) throws SQLException
- Throws:
SQLException
-
resultSet_getDouble
double resultSet_getDouble(ResultSetProxy resultSet, String columnLabel) throws SQLException
- Throws:
SQLException
-
resultSet_getBigDecimal
BigDecimal resultSet_getBigDecimal(ResultSetProxy resultSet, String columnLabel, int scale) throws SQLException
- Throws:
SQLException
-
resultSet_getBytes
byte[] resultSet_getBytes(ResultSetProxy resultSet, String columnLabel) throws SQLException
- Throws:
SQLException
-
resultSet_getDate
Date resultSet_getDate(ResultSetProxy resultSet, String columnLabel) throws SQLException
- Throws:
SQLException
-
resultSet_getTime
Time resultSet_getTime(ResultSetProxy resultSet, String columnLabel) throws SQLException
- Throws:
SQLException
-
resultSet_getTimestamp
Timestamp resultSet_getTimestamp(ResultSetProxy resultSet, String columnLabel) throws SQLException
- Throws:
SQLException
-
resultSet_getAsciiStream
InputStream resultSet_getAsciiStream(ResultSetProxy resultSet, String columnLabel) throws SQLException
- Throws:
SQLException
-
resultSet_getUnicodeStream
InputStream resultSet_getUnicodeStream(ResultSetProxy resultSet, String columnLabel) throws SQLException
- Throws:
SQLException
-
resultSet_getBinaryStream
InputStream resultSet_getBinaryStream(ResultSetProxy resultSet, String columnLabel) throws SQLException
- Throws:
SQLException
-
resultSet_getWarnings
SQLWarning resultSet_getWarnings(ResultSetProxy resultSet) throws SQLException
- Throws:
SQLException
-
resultSet_clearWarnings
void resultSet_clearWarnings(ResultSetProxy resultSet) throws SQLException
- Throws:
SQLException
-
resultSet_getCursorName
String resultSet_getCursorName(ResultSetProxy resultSet) throws SQLException
- Throws:
SQLException
-
resultSet_getMetaData
ResultSetMetaData resultSet_getMetaData(ResultSetProxy resultSet) throws SQLException
- Throws:
SQLException
-
resultSet_getObject
Object resultSet_getObject(ResultSetProxy resultSet, int columnIndex) throws SQLException
- Throws:
SQLException
-
resultSet_getObject
<T> T resultSet_getObject(ResultSetProxy resultSet, int columnIndex, Class<T> type) throws SQLException
- Throws:
SQLException
-
resultSet_getObject
Object resultSet_getObject(ResultSetProxy resultSet, String columnLabel) throws SQLException
- Throws:
SQLException
-
resultSet_getObject
<T> T resultSet_getObject(ResultSetProxy resultSet, String columnLabel, Class<T> type) throws SQLException
- Throws:
SQLException
-
resultSet_findColumn
int resultSet_findColumn(ResultSetProxy resultSet, String columnLabel) throws SQLException
- Throws:
SQLException
-
resultSet_getCharacterStream
Reader resultSet_getCharacterStream(ResultSetProxy resultSet, int columnIndex) throws SQLException
- Throws:
SQLException
-
resultSet_getCharacterStream
Reader resultSet_getCharacterStream(ResultSetProxy resultSet, String columnLabel) throws SQLException
- Throws:
SQLException
-
resultSet_getBigDecimal
BigDecimal resultSet_getBigDecimal(ResultSetProxy resultSet, int columnIndex) throws SQLException
- Throws:
SQLException
-
resultSet_getBigDecimal
BigDecimal resultSet_getBigDecimal(ResultSetProxy resultSet, String columnLabel) throws SQLException
- Throws:
SQLException
-
resultSet_isBeforeFirst
boolean resultSet_isBeforeFirst(ResultSetProxy resultSet) throws SQLException
- Throws:
SQLException
-
resultSet_isAfterLast
boolean resultSet_isAfterLast(ResultSetProxy resultSet) throws SQLException
- Throws:
SQLException
-
resultSet_isFirst
boolean resultSet_isFirst(ResultSetProxy resultSet) throws SQLException
- Throws:
SQLException
-
resultSet_isLast
boolean resultSet_isLast(ResultSetProxy resultSet) throws SQLException
- Throws:
SQLException
-
resultSet_beforeFirst
void resultSet_beforeFirst(ResultSetProxy resultSet) throws SQLException
- Throws:
SQLException
-
resultSet_afterLast
void resultSet_afterLast(ResultSetProxy resultSet) throws SQLException
- Throws:
SQLException
-
resultSet_first
boolean resultSet_first(ResultSetProxy resultSet) throws SQLException
- Throws:
SQLException
-
resultSet_last
boolean resultSet_last(ResultSetProxy resultSet) throws SQLException
- Throws:
SQLException
-
resultSet_getRow
int resultSet_getRow(ResultSetProxy resultSet) throws SQLException
- Throws:
SQLException
-
resultSet_absolute
boolean resultSet_absolute(ResultSetProxy resultSet, int row) throws SQLException
- Throws:
SQLException
-
resultSet_relative
boolean resultSet_relative(ResultSetProxy resultSet, int rows) throws SQLException
- Throws:
SQLException
-
resultSet_previous
boolean resultSet_previous(ResultSetProxy resultSet) throws SQLException
- Throws:
SQLException
-
resultSet_setFetchDirection
void resultSet_setFetchDirection(ResultSetProxy resultSet, int direction) throws SQLException
- Throws:
SQLException
-
resultSet_getFetchDirection
int resultSet_getFetchDirection(ResultSetProxy resultSet) throws SQLException
- Throws:
SQLException
-
resultSet_setFetchSize
void resultSet_setFetchSize(ResultSetProxy resultSet, int rows) throws SQLException
- Throws:
SQLException
-
resultSet_getFetchSize
int resultSet_getFetchSize(ResultSetProxy resultSet) throws SQLException
- Throws:
SQLException
-
resultSet_getType
int resultSet_getType(ResultSetProxy resultSet) throws SQLException
- Throws:
SQLException
-
resultSet_getConcurrency
int resultSet_getConcurrency(ResultSetProxy resultSet) throws SQLException
- Throws:
SQLException
-
resultSet_rowUpdated
boolean resultSet_rowUpdated(ResultSetProxy resultSet) throws SQLException
- Throws:
SQLException
-
resultSet_rowInserted
boolean resultSet_rowInserted(ResultSetProxy resultSet) throws SQLException
- Throws:
SQLException
-
resultSet_rowDeleted
boolean resultSet_rowDeleted(ResultSetProxy resultSet) throws SQLException
- Throws:
SQLException
-
resultSet_updateNull
void resultSet_updateNull(ResultSetProxy resultSet, int columnIndex) throws SQLException
- Throws:
SQLException
-
resultSet_updateBoolean
void resultSet_updateBoolean(ResultSetProxy resultSet, int columnIndex, boolean x) throws SQLException
- Throws:
SQLException
-
resultSet_updateByte
void resultSet_updateByte(ResultSetProxy resultSet, int columnIndex, byte x) throws SQLException
- Throws:
SQLException
-
resultSet_updateShort
void resultSet_updateShort(ResultSetProxy resultSet, int columnIndex, short x) throws SQLException
- Throws:
SQLException
-
resultSet_updateInt
void resultSet_updateInt(ResultSetProxy resultSet, int columnIndex, int x) throws SQLException
- Throws:
SQLException
-
resultSet_updateLong
void resultSet_updateLong(ResultSetProxy resultSet, int columnIndex, long x) throws SQLException
- Throws:
SQLException
-
resultSet_updateFloat
void resultSet_updateFloat(ResultSetProxy resultSet, int columnIndex, float x) throws SQLException
- Throws:
SQLException
-
resultSet_updateDouble
void resultSet_updateDouble(ResultSetProxy resultSet, int columnIndex, double x) throws SQLException
- Throws:
SQLException
-
resultSet_updateBigDecimal
void resultSet_updateBigDecimal(ResultSetProxy resultSet, int columnIndex, BigDecimal x) throws SQLException
- Throws:
SQLException
-
resultSet_updateString
void resultSet_updateString(ResultSetProxy resultSet, int columnIndex, String x) throws SQLException
- Throws:
SQLException
-
resultSet_updateBytes
void resultSet_updateBytes(ResultSetProxy resultSet, int columnIndex, byte[] x) throws SQLException
- Throws:
SQLException
-
resultSet_updateDate
void resultSet_updateDate(ResultSetProxy resultSet, int columnIndex, Date x) throws SQLException
- Throws:
SQLException
-
resultSet_updateTime
void resultSet_updateTime(ResultSetProxy resultSet, int columnIndex, Time x) throws SQLException
- Throws:
SQLException
-
resultSet_updateTimestamp
void resultSet_updateTimestamp(ResultSetProxy resultSet, int columnIndex, Timestamp x) throws SQLException
- Throws:
SQLException
-
resultSet_updateAsciiStream
void resultSet_updateAsciiStream(ResultSetProxy resultSet, int columnIndex, InputStream x, int length) throws SQLException
- Throws:
SQLException
-
resultSet_updateBinaryStream
void resultSet_updateBinaryStream(ResultSetProxy resultSet, int columnIndex, InputStream x, int length) throws SQLException
- Throws:
SQLException
-
resultSet_updateCharacterStream
void resultSet_updateCharacterStream(ResultSetProxy resultSet, int columnIndex, Reader x, int length) throws SQLException
- Throws:
SQLException
-
resultSet_updateObject
void resultSet_updateObject(ResultSetProxy resultSet, int columnIndex, Object x, int scaleOrLength) throws SQLException
- Throws:
SQLException
-
resultSet_updateObject
void resultSet_updateObject(ResultSetProxy resultSet, int columnIndex, Object x) throws SQLException
- Throws:
SQLException
-
resultSet_updateNull
void resultSet_updateNull(ResultSetProxy resultSet, String columnLabel) throws SQLException
- Throws:
SQLException
-
resultSet_updateBoolean
void resultSet_updateBoolean(ResultSetProxy resultSet, String columnLabel, boolean x) throws SQLException
- Throws:
SQLException
-
resultSet_updateByte
void resultSet_updateByte(ResultSetProxy resultSet, String columnLabel, byte x) throws SQLException
- Throws:
SQLException
-
resultSet_updateShort
void resultSet_updateShort(ResultSetProxy resultSet, String columnLabel, short x) throws SQLException
- Throws:
SQLException
-
resultSet_updateInt
void resultSet_updateInt(ResultSetProxy resultSet, String columnLabel, int x) throws SQLException
- Throws:
SQLException
-
resultSet_updateLong
void resultSet_updateLong(ResultSetProxy resultSet, String columnLabel, long x) throws SQLException
- Throws:
SQLException
-
resultSet_updateFloat
void resultSet_updateFloat(ResultSetProxy resultSet, String columnLabel, float x) throws SQLException
- Throws:
SQLException
-
resultSet_updateDouble
void resultSet_updateDouble(ResultSetProxy resultSet, String columnLabel, double x) throws SQLException
- Throws:
SQLException
-
resultSet_updateBigDecimal
void resultSet_updateBigDecimal(ResultSetProxy resultSet, String columnLabel, BigDecimal x) throws SQLException
- Throws:
SQLException
-
resultSet_updateString
void resultSet_updateString(ResultSetProxy resultSet, String columnLabel, String x) throws SQLException
- Throws:
SQLException
-
resultSet_updateBytes
void resultSet_updateBytes(ResultSetProxy resultSet, String columnLabel, byte[] x) throws SQLException
- Throws:
SQLException
-
resultSet_updateDate
void resultSet_updateDate(ResultSetProxy resultSet, String columnLabel, Date x) throws SQLException
- Throws:
SQLException
-
resultSet_updateTime
void resultSet_updateTime(ResultSetProxy resultSet, String columnLabel, Time x) throws SQLException
- Throws:
SQLException
-
resultSet_updateTimestamp
void resultSet_updateTimestamp(ResultSetProxy resultSet, String columnLabel, Timestamp x) throws SQLException
- Throws:
SQLException
-
resultSet_updateAsciiStream
void resultSet_updateAsciiStream(ResultSetProxy resultSet, String columnLabel, InputStream x, int length) throws SQLException
- Throws:
SQLException
-
resultSet_updateBinaryStream
void resultSet_updateBinaryStream(ResultSetProxy resultSet, String columnLabel, InputStream x, int length) throws SQLException
- Throws:
SQLException
-
resultSet_updateCharacterStream
void resultSet_updateCharacterStream(ResultSetProxy resultSet, String columnLabel, Reader reader, int length) throws SQLException
- Throws:
SQLException
-
resultSet_updateObject
void resultSet_updateObject(ResultSetProxy resultSet, String columnLabel, Object x, int scaleOrLength) throws SQLException
- Throws:
SQLException
-
resultSet_updateObject
void resultSet_updateObject(ResultSetProxy resultSet, String columnLabel, Object x) throws SQLException
- Throws:
SQLException
-
resultSet_insertRow
void resultSet_insertRow(ResultSetProxy resultSet) throws SQLException
- Throws:
SQLException
-
resultSet_updateRow
void resultSet_updateRow(ResultSetProxy resultSet) throws SQLException
- Throws:
SQLException
-
resultSet_deleteRow
void resultSet_deleteRow(ResultSetProxy resultSet) throws SQLException
- Throws:
SQLException
-
resultSet_refreshRow
void resultSet_refreshRow(ResultSetProxy resultSet) throws SQLException
- Throws:
SQLException
-
resultSet_cancelRowUpdates
void resultSet_cancelRowUpdates(ResultSetProxy resultSet) throws SQLException
- Throws:
SQLException
-
resultSet_moveToInsertRow
void resultSet_moveToInsertRow(ResultSetProxy resultSet) throws SQLException
- Throws:
SQLException
-
resultSet_moveToCurrentRow
void resultSet_moveToCurrentRow(ResultSetProxy resultSet) throws SQLException
- Throws:
SQLException
-
resultSet_getStatement
Statement resultSet_getStatement(ResultSetProxy resultSet) throws SQLException
- Throws:
SQLException
-
resultSet_getObject
Object resultSet_getObject(ResultSetProxy resultSet, int columnIndex, Map<String,Class<?>> map) throws SQLException
- Throws:
SQLException
-
resultSet_getRef
Ref resultSet_getRef(ResultSetProxy resultSet, int columnIndex) throws SQLException
- Throws:
SQLException
-
resultSet_getBlob
Blob resultSet_getBlob(ResultSetProxy resultSet, int columnIndex) throws SQLException
- Throws:
SQLException
-
resultSet_getClob
Clob resultSet_getClob(ResultSetProxy resultSet, int columnIndex) throws SQLException
- Throws:
SQLException
-
resultSet_getArray
Array resultSet_getArray(ResultSetProxy resultSet, int columnIndex) throws SQLException
- Throws:
SQLException
-
resultSet_getObject
Object resultSet_getObject(ResultSetProxy resultSet, String columnLabel, Map<String,Class<?>> map) throws SQLException
- Throws:
SQLException
-
resultSet_getRef
Ref resultSet_getRef(ResultSetProxy resultSet, String columnLabel) throws SQLException
- Throws:
SQLException
-
resultSet_getBlob
Blob resultSet_getBlob(ResultSetProxy resultSet, String columnLabel) throws SQLException
- Throws:
SQLException
-
resultSet_getClob
Clob resultSet_getClob(ResultSetProxy resultSet, String columnLabel) throws SQLException
- Throws:
SQLException
-
resultSet_getArray
Array resultSet_getArray(ResultSetProxy resultSet, String columnLabel) throws SQLException
- Throws:
SQLException
-
resultSet_getDate
Date resultSet_getDate(ResultSetProxy resultSet, int columnIndex, Calendar cal) throws SQLException
- Throws:
SQLException
-
resultSet_getDate
Date resultSet_getDate(ResultSetProxy resultSet, String columnLabel, Calendar cal) throws SQLException
- Throws:
SQLException
-
resultSet_getTime
Time resultSet_getTime(ResultSetProxy resultSet, int columnIndex, Calendar cal) throws SQLException
- Throws:
SQLException
-
resultSet_getTime
Time resultSet_getTime(ResultSetProxy resultSet, String columnLabel, Calendar cal) throws SQLException
- Throws:
SQLException
-
resultSet_getTimestamp
Timestamp resultSet_getTimestamp(ResultSetProxy resultSet, int columnIndex, Calendar cal) throws SQLException
- Throws:
SQLException
-
resultSet_getTimestamp
Timestamp resultSet_getTimestamp(ResultSetProxy resultSet, String columnLabel, Calendar cal) throws SQLException
- Throws:
SQLException
-
resultSet_getURL
URL resultSet_getURL(ResultSetProxy resultSet, int columnIndex) throws SQLException
- Throws:
SQLException
-
resultSet_getURL
URL resultSet_getURL(ResultSetProxy resultSet, String columnLabel) throws SQLException
- Throws:
SQLException
-
resultSet_updateRef
void resultSet_updateRef(ResultSetProxy resultSet, int columnIndex, Ref x) throws SQLException
- Throws:
SQLException
-
resultSet_updateRef
void resultSet_updateRef(ResultSetProxy resultSet, String columnLabel, Ref x) throws SQLException
- Throws:
SQLException
-
resultSet_updateBlob
void resultSet_updateBlob(ResultSetProxy resultSet, int columnIndex, Blob x) throws SQLException
- Throws:
SQLException
-
resultSet_updateBlob
void resultSet_updateBlob(ResultSetProxy resultSet, String columnLabel, Blob x) throws SQLException
- Throws:
SQLException
-
resultSet_updateClob
void resultSet_updateClob(ResultSetProxy resultSet, int columnIndex, Clob x) throws SQLException
- Throws:
SQLException
-
resultSet_updateClob
void resultSet_updateClob(ResultSetProxy resultSet, String columnLabel, Clob x) throws SQLException
- Throws:
SQLException
-
resultSet_updateArray
void resultSet_updateArray(ResultSetProxy resultSet, int columnIndex, Array x) throws SQLException
- Throws:
SQLException
-
resultSet_updateArray
void resultSet_updateArray(ResultSetProxy resultSet, String columnLabel, Array x) throws SQLException
- Throws:
SQLException
-
resultSet_getRowId
RowId resultSet_getRowId(ResultSetProxy resultSet, int columnIndex) throws SQLException
- Throws:
SQLException
-
resultSet_getRowId
RowId resultSet_getRowId(ResultSetProxy resultSet, String columnLabel) throws SQLException
- Throws:
SQLException
-
resultSet_updateRowId
void resultSet_updateRowId(ResultSetProxy resultSet, int columnIndex, RowId x) throws SQLException
- Throws:
SQLException
-
resultSet_updateRowId
void resultSet_updateRowId(ResultSetProxy resultSet, String columnLabel, RowId x) throws SQLException
- Throws:
SQLException
-
resultSet_getHoldability
int resultSet_getHoldability(ResultSetProxy resultSet) throws SQLException
- Throws:
SQLException
-
resultSet_isClosed
boolean resultSet_isClosed(ResultSetProxy resultSet) throws SQLException
- Throws:
SQLException
-
resultSet_updateNString
void resultSet_updateNString(ResultSetProxy resultSet, int columnIndex, String nString) throws SQLException
- Throws:
SQLException
-
resultSet_updateNString
void resultSet_updateNString(ResultSetProxy resultSet, String columnLabel, String nString) throws SQLException
- Throws:
SQLException
-
resultSet_updateNClob
void resultSet_updateNClob(ResultSetProxy resultSet, int columnIndex, NClob nClob) throws SQLException
- Throws:
SQLException
-
resultSet_updateNClob
void resultSet_updateNClob(ResultSetProxy resultSet, String columnLabel, NClob nClob) throws SQLException
- Throws:
SQLException
-
resultSet_getNClob
NClob resultSet_getNClob(ResultSetProxy resultSet, int columnIndex) throws SQLException
- Throws:
SQLException
-
resultSet_getNClob
NClob resultSet_getNClob(ResultSetProxy resultSet, String columnLabel) throws SQLException
- Throws:
SQLException
-
resultSet_getSQLXML
SQLXML resultSet_getSQLXML(ResultSetProxy resultSet, int columnIndex) throws SQLException
- Throws:
SQLException
-
resultSet_getSQLXML
SQLXML resultSet_getSQLXML(ResultSetProxy resultSet, String columnLabel) throws SQLException
- Throws:
SQLException
-
resultSet_updateSQLXML
void resultSet_updateSQLXML(ResultSetProxy resultSet, int columnIndex, SQLXML xmlObject) throws SQLException
- Throws:
SQLException
-
resultSet_updateSQLXML
void resultSet_updateSQLXML(ResultSetProxy resultSet, String columnLabel, SQLXML xmlObject) throws SQLException
- Throws:
SQLException
-
resultSet_getNString
String resultSet_getNString(ResultSetProxy resultSet, int columnIndex) throws SQLException
- Throws:
SQLException
-
resultSet_getNString
String resultSet_getNString(ResultSetProxy resultSet, String columnLabel) throws SQLException
- Throws:
SQLException
-
resultSet_getNCharacterStream
Reader resultSet_getNCharacterStream(ResultSetProxy resultSet, int columnIndex) throws SQLException
- Throws:
SQLException
-
resultSet_getNCharacterStream
Reader resultSet_getNCharacterStream(ResultSetProxy resultSet, String columnLabel) throws SQLException
- Throws:
SQLException
-
resultSet_updateNCharacterStream
void resultSet_updateNCharacterStream(ResultSetProxy resultSet, int columnIndex, Reader x, long length) throws SQLException
- Throws:
SQLException
-
resultSet_updateNCharacterStream
void resultSet_updateNCharacterStream(ResultSetProxy resultSet, String columnLabel, Reader reader, long length) throws SQLException
- Throws:
SQLException
-
resultSet_updateAsciiStream
void resultSet_updateAsciiStream(ResultSetProxy resultSet, int columnIndex, InputStream x, long length) throws SQLException
- Throws:
SQLException
-
resultSet_updateBinaryStream
void resultSet_updateBinaryStream(ResultSetProxy resultSet, int columnIndex, InputStream x, long length) throws SQLException
- Throws:
SQLException
-
resultSet_updateCharacterStream
void resultSet_updateCharacterStream(ResultSetProxy resultSet, int columnIndex, Reader x, long length) throws SQLException
- Throws:
SQLException
-
resultSet_updateAsciiStream
void resultSet_updateAsciiStream(ResultSetProxy resultSet, String columnLabel, InputStream x, long length) throws SQLException
- Throws:
SQLException
-
resultSet_updateBinaryStream
void resultSet_updateBinaryStream(ResultSetProxy resultSet, String columnLabel, InputStream x, long length) throws SQLException
- Throws:
SQLException
-
resultSet_updateCharacterStream
void resultSet_updateCharacterStream(ResultSetProxy resultSet, String columnLabel, Reader reader, long length) throws SQLException
- Throws:
SQLException
-
resultSet_updateBlob
void resultSet_updateBlob(ResultSetProxy resultSet, int columnIndex, InputStream inputStream, long length) throws SQLException
- Throws:
SQLException
-
resultSet_updateBlob
void resultSet_updateBlob(ResultSetProxy resultSet, String columnLabel, InputStream inputStream, long length) throws SQLException
- Throws:
SQLException
-
resultSet_updateClob
void resultSet_updateClob(ResultSetProxy resultSet, int columnIndex, Reader reader, long length) throws SQLException
- Throws:
SQLException
-
resultSet_updateClob
void resultSet_updateClob(ResultSetProxy resultSet, String columnLabel, Reader reader, long length) throws SQLException
- Throws:
SQLException
-
resultSet_updateNClob
void resultSet_updateNClob(ResultSetProxy resultSet, int columnIndex, Reader reader, long length) throws SQLException
- Throws:
SQLException
-
resultSet_updateNClob
void resultSet_updateNClob(ResultSetProxy resultSet, String columnLabel, Reader reader, long length) throws SQLException
- Throws:
SQLException
-
resultSet_updateNCharacterStream
void resultSet_updateNCharacterStream(ResultSetProxy resultSet, int columnIndex, Reader x) throws SQLException
- Throws:
SQLException
-
resultSet_updateNCharacterStream
void resultSet_updateNCharacterStream(ResultSetProxy resultSet, String columnLabel, Reader reader) throws SQLException
- Throws:
SQLException
-
resultSet_updateAsciiStream
void resultSet_updateAsciiStream(ResultSetProxy resultSet, int columnIndex, InputStream x) throws SQLException
- Throws:
SQLException
-
resultSet_updateBinaryStream
void resultSet_updateBinaryStream(ResultSetProxy resultSet, int columnIndex, InputStream x) throws SQLException
- Throws:
SQLException
-
resultSet_updateCharacterStream
void resultSet_updateCharacterStream(ResultSetProxy resultSet, int columnIndex, Reader x) throws SQLException
- Throws:
SQLException
-
resultSet_updateAsciiStream
void resultSet_updateAsciiStream(ResultSetProxy resultSet, String columnLabel, InputStream x) throws SQLException
- Throws:
SQLException
-
resultSet_updateBinaryStream
void resultSet_updateBinaryStream(ResultSetProxy resultSet, String columnLabel, InputStream x) throws SQLException
- Throws:
SQLException
-
resultSet_updateCharacterStream
void resultSet_updateCharacterStream(ResultSetProxy resultSet, String columnLabel, Reader reader) throws SQLException
- Throws:
SQLException
-
resultSet_updateBlob
void resultSet_updateBlob(ResultSetProxy resultSet, int columnIndex, InputStream inputStream) throws SQLException
- Throws:
SQLException
-
resultSet_updateBlob
void resultSet_updateBlob(ResultSetProxy resultSet, String columnLabel, InputStream inputStream) throws SQLException
- Throws:
SQLException
-
resultSet_updateClob
void resultSet_updateClob(ResultSetProxy resultSet, int columnIndex, Reader reader) throws SQLException
- Throws:
SQLException
-
resultSet_updateClob
void resultSet_updateClob(ResultSetProxy resultSet, String columnLabel, Reader reader) throws SQLException
- Throws:
SQLException
-
resultSet_updateNClob
void resultSet_updateNClob(ResultSetProxy resultSet, int columnIndex, Reader reader) throws SQLException
- Throws:
SQLException
-
resultSet_updateNClob
void resultSet_updateNClob(ResultSetProxy resultSet, String columnLabel, Reader reader) throws SQLException
- Throws:
SQLException
-
statement_executeQuery
ResultSetProxy statement_executeQuery(StatementProxy statement, String sql) throws SQLException
- Throws:
SQLException
-
statement_executeUpdate
int statement_executeUpdate(StatementProxy statement, String sql) throws SQLException
- Throws:
SQLException
-
statement_close
void statement_close(StatementProxy statement) throws SQLException
- Throws:
SQLException
-
statement_getMaxFieldSize
int statement_getMaxFieldSize(StatementProxy statement) throws SQLException
- Throws:
SQLException
-
statement_setMaxFieldSize
void statement_setMaxFieldSize(StatementProxy statement, int max) throws SQLException
- Throws:
SQLException
-
statement_getMaxRows
int statement_getMaxRows(StatementProxy statement) throws SQLException
- Throws:
SQLException
-
statement_setMaxRows
void statement_setMaxRows(StatementProxy statement, int max) throws SQLException
- Throws:
SQLException
-
statement_setEscapeProcessing
void statement_setEscapeProcessing(StatementProxy statement, boolean enable) throws SQLException
- Throws:
SQLException
-
statement_getQueryTimeout
int statement_getQueryTimeout(StatementProxy statement) throws SQLException
- Throws:
SQLException
-
statement_setQueryTimeout
void statement_setQueryTimeout(StatementProxy statement, int seconds) throws SQLException
- Throws:
SQLException
-
statement_cancel
void statement_cancel(StatementProxy statement) throws SQLException
- Throws:
SQLException
-
statement_getWarnings
SQLWarning statement_getWarnings(StatementProxy statement) throws SQLException
- Throws:
SQLException
-
statement_clearWarnings
void statement_clearWarnings(StatementProxy statement) throws SQLException
- Throws:
SQLException
-
statement_setCursorName
void statement_setCursorName(StatementProxy statement, String name) throws SQLException
- Throws:
SQLException
-
statement_execute
boolean statement_execute(StatementProxy statement, String sql) throws SQLException
- Throws:
SQLException
-
statement_getResultSet
ResultSetProxy statement_getResultSet(StatementProxy statement) throws SQLException
- Throws:
SQLException
-
statement_getUpdateCount
int statement_getUpdateCount(StatementProxy statement) throws SQLException
- Throws:
SQLException
-
statement_getMoreResults
boolean statement_getMoreResults(StatementProxy statement) throws SQLException
- Throws:
SQLException
-
statement_setFetchDirection
void statement_setFetchDirection(StatementProxy statement, int direction) throws SQLException
- Throws:
SQLException
-
statement_getFetchDirection
int statement_getFetchDirection(StatementProxy statement) throws SQLException
- Throws:
SQLException
-
statement_setFetchSize
void statement_setFetchSize(StatementProxy statement, int rows) throws SQLException
- Throws:
SQLException
-
statement_getFetchSize
int statement_getFetchSize(StatementProxy statement) throws SQLException
- Throws:
SQLException
-
statement_getResultSetConcurrency
int statement_getResultSetConcurrency(StatementProxy statement) throws SQLException
- Throws:
SQLException
-
statement_getResultSetType
int statement_getResultSetType(StatementProxy statement) throws SQLException
- Throws:
SQLException
-
statement_addBatch
void statement_addBatch(StatementProxy statement, String sql) throws SQLException
- Throws:
SQLException
-
statement_clearBatch
void statement_clearBatch(StatementProxy statement) throws SQLException
- Throws:
SQLException
-
statement_executeBatch
int[] statement_executeBatch(StatementProxy statement) throws SQLException
- Throws:
SQLException
-
statement_getConnection
Connection statement_getConnection(StatementProxy statement) throws SQLException
- Throws:
SQLException
-
statement_getMoreResults
boolean statement_getMoreResults(StatementProxy statement, int current) throws SQLException
- Throws:
SQLException
-
statement_getGeneratedKeys
ResultSetProxy statement_getGeneratedKeys(StatementProxy statement) throws SQLException
- Throws:
SQLException
-
statement_executeUpdate
int statement_executeUpdate(StatementProxy statement, String sql, int autoGeneratedKeys) throws SQLException
- Throws:
SQLException
-
statement_executeUpdate
int statement_executeUpdate(StatementProxy statement, String sql, int[] columnIndexes) throws SQLException
- Throws:
SQLException
-
statement_executeUpdate
int statement_executeUpdate(StatementProxy statement, String sql, String[] columnNames) throws SQLException
- Throws:
SQLException
-
statement_execute
boolean statement_execute(StatementProxy statement, String sql, int autoGeneratedKeys) throws SQLException
- Throws:
SQLException
-
statement_execute
boolean statement_execute(StatementProxy statement, String sql, int[] columnIndexes) throws SQLException
- Throws:
SQLException
-
statement_execute
boolean statement_execute(StatementProxy statement, String sql, String[] columnNames) throws SQLException
- Throws:
SQLException
-
statement_getResultSetHoldability
int statement_getResultSetHoldability(StatementProxy statement) throws SQLException
- Throws:
SQLException
-
statement_isClosed
boolean statement_isClosed(StatementProxy statement) throws SQLException
- Throws:
SQLException
-
statement_setPoolable
void statement_setPoolable(StatementProxy statement, boolean poolable) throws SQLException
- Throws:
SQLException
-
statement_isPoolable
boolean statement_isPoolable(StatementProxy statement) throws SQLException
- Throws:
SQLException
-
preparedStatement_executeQuery
ResultSetProxy preparedStatement_executeQuery(PreparedStatementProxy statement) throws SQLException
- Throws:
SQLException
-
preparedStatement_executeUpdate
int preparedStatement_executeUpdate(PreparedStatementProxy statement) throws SQLException
- Throws:
SQLException
-
preparedStatement_setNull
void preparedStatement_setNull(PreparedStatementProxy statement, int parameterIndex, int sqlType) throws SQLException
- Throws:
SQLException
-
preparedStatement_setBoolean
void preparedStatement_setBoolean(PreparedStatementProxy statement, int parameterIndex, boolean x) throws SQLException
- Throws:
SQLException
-
preparedStatement_setByte
void preparedStatement_setByte(PreparedStatementProxy statement, int parameterIndex, byte x) throws SQLException
- Throws:
SQLException
-
preparedStatement_setShort
void preparedStatement_setShort(PreparedStatementProxy statement, int parameterIndex, short x) throws SQLException
- Throws:
SQLException
-
preparedStatement_setInt
void preparedStatement_setInt(PreparedStatementProxy statement, int parameterIndex, int x) throws SQLException
- Throws:
SQLException
-
preparedStatement_setLong
void preparedStatement_setLong(PreparedStatementProxy statement, int parameterIndex, long x) throws SQLException
- Throws:
SQLException
-
preparedStatement_setFloat
void preparedStatement_setFloat(PreparedStatementProxy statement, int parameterIndex, float x) throws SQLException
- Throws:
SQLException
-
preparedStatement_setDouble
void preparedStatement_setDouble(PreparedStatementProxy statement, int parameterIndex, double x) throws SQLException
- Throws:
SQLException
-
preparedStatement_setBigDecimal
void preparedStatement_setBigDecimal(PreparedStatementProxy statement, int parameterIndex, BigDecimal x) throws SQLException
- Throws:
SQLException
-
preparedStatement_setString
void preparedStatement_setString(PreparedStatementProxy statement, int parameterIndex, String x) throws SQLException
- Throws:
SQLException
-
preparedStatement_setBytes
void preparedStatement_setBytes(PreparedStatementProxy statement, int parameterIndex, byte[] x) throws SQLException
- Throws:
SQLException
-
preparedStatement_setDate
void preparedStatement_setDate(PreparedStatementProxy statement, int parameterIndex, Date x) throws SQLException
- Throws:
SQLException
-
preparedStatement_setTime
void preparedStatement_setTime(PreparedStatementProxy statement, int parameterIndex, Time x) throws SQLException
- Throws:
SQLException
-
preparedStatement_setTimestamp
void preparedStatement_setTimestamp(PreparedStatementProxy statement, int parameterIndex, Timestamp x) throws SQLException
- Throws:
SQLException
-
preparedStatement_setAsciiStream
void preparedStatement_setAsciiStream(PreparedStatementProxy statement, int parameterIndex, InputStream x, int length) throws SQLException
- Throws:
SQLException
-
preparedStatement_setUnicodeStream
void preparedStatement_setUnicodeStream(PreparedStatementProxy statement, int parameterIndex, InputStream x, int length) throws SQLException
- Throws:
SQLException
-
preparedStatement_setBinaryStream
void preparedStatement_setBinaryStream(PreparedStatementProxy statement, int parameterIndex, InputStream x, int length) throws SQLException
- Throws:
SQLException
-
preparedStatement_clearParameters
void preparedStatement_clearParameters(PreparedStatementProxy statement) throws SQLException
- Throws:
SQLException
-
preparedStatement_setObject
void preparedStatement_setObject(PreparedStatementProxy statement, int parameterIndex, Object x, int targetSqlType) throws SQLException
- Throws:
SQLException
-
preparedStatement_setObject
void preparedStatement_setObject(PreparedStatementProxy statement, int parameterIndex, Object x) throws SQLException
- Throws:
SQLException
-
preparedStatement_execute
boolean preparedStatement_execute(PreparedStatementProxy statement) throws SQLException
- Throws:
SQLException
-
preparedStatement_addBatch
void preparedStatement_addBatch(PreparedStatementProxy statement) throws SQLException
- Throws:
SQLException
-
preparedStatement_setCharacterStream
void preparedStatement_setCharacterStream(PreparedStatementProxy statement, int parameterIndex, Reader reader, int length) throws SQLException
- Throws:
SQLException
-
preparedStatement_setRef
void preparedStatement_setRef(PreparedStatementProxy statement, int parameterIndex, Ref x) throws SQLException
- Throws:
SQLException
-
preparedStatement_setBlob
void preparedStatement_setBlob(PreparedStatementProxy statement, int parameterIndex, Blob x) throws SQLException
- Throws:
SQLException
-
preparedStatement_setClob
void preparedStatement_setClob(PreparedStatementProxy statement, int parameterIndex, Clob x) throws SQLException
- Throws:
SQLException
-
preparedStatement_setArray
void preparedStatement_setArray(PreparedStatementProxy statement, int parameterIndex, Array x) throws SQLException
- Throws:
SQLException
-
preparedStatement_getMetaData
ResultSetMetaData preparedStatement_getMetaData(PreparedStatementProxy statement) throws SQLException
- Throws:
SQLException
-
preparedStatement_setDate
void preparedStatement_setDate(PreparedStatementProxy statement, int parameterIndex, Date x, Calendar cal) throws SQLException
- Throws:
SQLException
-
preparedStatement_setTime
void preparedStatement_setTime(PreparedStatementProxy statement, int parameterIndex, Time x, Calendar cal) throws SQLException
- Throws:
SQLException
-
preparedStatement_setTimestamp
void preparedStatement_setTimestamp(PreparedStatementProxy statement, int parameterIndex, Timestamp x, Calendar cal) throws SQLException
- Throws:
SQLException
-
preparedStatement_setNull
void preparedStatement_setNull(PreparedStatementProxy statement, int parameterIndex, int sqlType, String typeName) throws SQLException
- Throws:
SQLException
-
preparedStatement_setURL
void preparedStatement_setURL(PreparedStatementProxy statement, int parameterIndex, URL x) throws SQLException
- Throws:
SQLException
-
preparedStatement_getParameterMetaData
ParameterMetaData preparedStatement_getParameterMetaData(PreparedStatementProxy statement) throws SQLException
- Throws:
SQLException
-
preparedStatement_setRowId
void preparedStatement_setRowId(PreparedStatementProxy statement, int parameterIndex, RowId x) throws SQLException
- Throws:
SQLException
-
preparedStatement_setNString
void preparedStatement_setNString(PreparedStatementProxy statement, int parameterIndex, String value) throws SQLException
- Throws:
SQLException
-
preparedStatement_setNCharacterStream
void preparedStatement_setNCharacterStream(PreparedStatementProxy statement, int parameterIndex, Reader value, long length) throws SQLException
- Throws:
SQLException
-
preparedStatement_setNClob
void preparedStatement_setNClob(PreparedStatementProxy statement, int parameterIndex, NClob value) throws SQLException
- Throws:
SQLException
-
preparedStatement_setClob
void preparedStatement_setClob(PreparedStatementProxy statement, int parameterIndex, Reader reader, long length) throws SQLException
- Throws:
SQLException
-
preparedStatement_setBlob
void preparedStatement_setBlob(PreparedStatementProxy statement, int parameterIndex, InputStream inputStream, long length) throws SQLException
- Throws:
SQLException
-
preparedStatement_setNClob
void preparedStatement_setNClob(PreparedStatementProxy statement, int parameterIndex, Reader reader, long length) throws SQLException
- Throws:
SQLException
-
preparedStatement_setSQLXML
void preparedStatement_setSQLXML(PreparedStatementProxy statement, int parameterIndex, SQLXML xmlObject) throws SQLException
- Throws:
SQLException
-
preparedStatement_setObject
void preparedStatement_setObject(PreparedStatementProxy statement, int parameterIndex, Object x, int targetSqlType, int scaleOrLength) throws SQLException
- Throws:
SQLException
-
preparedStatement_setAsciiStream
void preparedStatement_setAsciiStream(PreparedStatementProxy statement, int parameterIndex, InputStream x, long length) throws SQLException
- Throws:
SQLException
-
preparedStatement_setBinaryStream
void preparedStatement_setBinaryStream(PreparedStatementProxy statement, int parameterIndex, InputStream x, long length) throws SQLException
- Throws:
SQLException
-
preparedStatement_setCharacterStream
void preparedStatement_setCharacterStream(PreparedStatementProxy statement, int parameterIndex, Reader reader, long length) throws SQLException
- Throws:
SQLException
-
preparedStatement_setAsciiStream
void preparedStatement_setAsciiStream(PreparedStatementProxy statement, int parameterIndex, InputStream x) throws SQLException
- Throws:
SQLException
-
preparedStatement_setBinaryStream
void preparedStatement_setBinaryStream(PreparedStatementProxy statement, int parameterIndex, InputStream x) throws SQLException
- Throws:
SQLException
-
preparedStatement_setCharacterStream
void preparedStatement_setCharacterStream(PreparedStatementProxy statement, int parameterIndex, Reader reader) throws SQLException
- Throws:
SQLException
-
preparedStatement_setNCharacterStream
void preparedStatement_setNCharacterStream(PreparedStatementProxy statement, int parameterIndex, Reader value) throws SQLException
- Throws:
SQLException
-
preparedStatement_setClob
void preparedStatement_setClob(PreparedStatementProxy statement, int parameterIndex, Reader reader) throws SQLException
- Throws:
SQLException
-
preparedStatement_setBlob
void preparedStatement_setBlob(PreparedStatementProxy statement, int parameterIndex, InputStream inputStream) throws SQLException
- Throws:
SQLException
-
preparedStatement_setNClob
void preparedStatement_setNClob(PreparedStatementProxy statement, int parameterIndex, Reader reader) throws SQLException
- Throws:
SQLException
-
callableStatement_registerOutParameter
void callableStatement_registerOutParameter(CallableStatementProxy statement, int parameterIndex, int sqlType) throws SQLException
- Throws:
SQLException
-
callableStatement_registerOutParameter
void callableStatement_registerOutParameter(CallableStatementProxy statement, int parameterIndex, int sqlType, int scale) throws SQLException
- Throws:
SQLException
-
callableStatement_wasNull
boolean callableStatement_wasNull(CallableStatementProxy statement) throws SQLException
- Throws:
SQLException
-
callableStatement_getString
String callableStatement_getString(CallableStatementProxy statement, int parameterIndex) throws SQLException
- Throws:
SQLException
-
callableStatement_getBoolean
boolean callableStatement_getBoolean(CallableStatementProxy statement, int parameterIndex) throws SQLException
- Throws:
SQLException
-
callableStatement_getByte
byte callableStatement_getByte(CallableStatementProxy statement, int parameterIndex) throws SQLException
- Throws:
SQLException
-
callableStatement_getShort
short callableStatement_getShort(CallableStatementProxy statement, int parameterIndex) throws SQLException
- Throws:
SQLException
-
callableStatement_getInt
int callableStatement_getInt(CallableStatementProxy statement, int parameterIndex) throws SQLException
- Throws:
SQLException
-
callableStatement_getLong
long callableStatement_getLong(CallableStatementProxy statement, int parameterIndex) throws SQLException
- Throws:
SQLException
-
callableStatement_getFloat
float callableStatement_getFloat(CallableStatementProxy statement, int parameterIndex) throws SQLException
- Throws:
SQLException
-
callableStatement_getDouble
double callableStatement_getDouble(CallableStatementProxy statement, int parameterIndex) throws SQLException
- Throws:
SQLException
-
callableStatement_getBigDecimal
BigDecimal callableStatement_getBigDecimal(CallableStatementProxy statement, int parameterIndex, int scale) throws SQLException
- Throws:
SQLException
-
callableStatement_getBytes
byte[] callableStatement_getBytes(CallableStatementProxy statement, int parameterIndex) throws SQLException
- Throws:
SQLException
-
callableStatement_getDate
Date callableStatement_getDate(CallableStatementProxy statement, int parameterIndex) throws SQLException
- Throws:
SQLException
-
callableStatement_getTime
Time callableStatement_getTime(CallableStatementProxy statement, int parameterIndex) throws SQLException
- Throws:
SQLException
-
callableStatement_getTimestamp
Timestamp callableStatement_getTimestamp(CallableStatementProxy statement, int parameterIndex) throws SQLException
- Throws:
SQLException
-
callableStatement_getObject
Object callableStatement_getObject(CallableStatementProxy statement, int parameterIndex) throws SQLException
- Throws:
SQLException
-
callableStatement_getBigDecimal
BigDecimal callableStatement_getBigDecimal(CallableStatementProxy statement, int parameterIndex) throws SQLException
- Throws:
SQLException
-
callableStatement_getObject
Object callableStatement_getObject(CallableStatementProxy statement, int parameterIndex, Map<String,Class<?>> map) throws SQLException
- Throws:
SQLException
-
callableStatement_getRef
Ref callableStatement_getRef(CallableStatementProxy statement, int parameterIndex) throws SQLException
- Throws:
SQLException
-
callableStatement_getBlob
Blob callableStatement_getBlob(CallableStatementProxy statement, int parameterIndex) throws SQLException
- Throws:
SQLException
-
callableStatement_getClob
Clob callableStatement_getClob(CallableStatementProxy statement, int parameterIndex) throws SQLException
- Throws:
SQLException
-
callableStatement_getArray
Array callableStatement_getArray(CallableStatementProxy statement, int parameterIndex) throws SQLException
- Throws:
SQLException
-
callableStatement_getDate
Date callableStatement_getDate(CallableStatementProxy statement, int parameterIndex, Calendar cal) throws SQLException
- Throws:
SQLException
-
callableStatement_getTime
Time callableStatement_getTime(CallableStatementProxy statement, int parameterIndex, Calendar cal) throws SQLException
- Throws:
SQLException
-
callableStatement_getTimestamp
Timestamp callableStatement_getTimestamp(CallableStatementProxy statement, int parameterIndex, Calendar cal) throws SQLException
- Throws:
SQLException
-
callableStatement_registerOutParameter
void callableStatement_registerOutParameter(CallableStatementProxy statement, int parameterIndex, int sqlType, String typeName) throws SQLException
- Throws:
SQLException
-
callableStatement_registerOutParameter
void callableStatement_registerOutParameter(CallableStatementProxy statement, String parameterName, int sqlType) throws SQLException
- Throws:
SQLException
-
callableStatement_registerOutParameter
void callableStatement_registerOutParameter(CallableStatementProxy statement, String parameterName, int sqlType, int scale) throws SQLException
- Throws:
SQLException
-
callableStatement_registerOutParameter
void callableStatement_registerOutParameter(CallableStatementProxy statement, String parameterName, int sqlType, String typeName) throws SQLException
- Throws:
SQLException
-
callableStatement_getURL
URL callableStatement_getURL(CallableStatementProxy statement, int parameterIndex) throws SQLException
- Throws:
SQLException
-
callableStatement_setURL
void callableStatement_setURL(CallableStatementProxy statement, String parameterName, URL val) throws SQLException
- Throws:
SQLException
-
callableStatement_setNull
void callableStatement_setNull(CallableStatementProxy statement, String parameterName, int sqlType) throws SQLException
- Throws:
SQLException
-
callableStatement_setBoolean
void callableStatement_setBoolean(CallableStatementProxy statement, String parameterName, boolean x) throws SQLException
- Throws:
SQLException
-
callableStatement_setByte
void callableStatement_setByte(CallableStatementProxy statement, String parameterName, byte x) throws SQLException
- Throws:
SQLException
-
callableStatement_setShort
void callableStatement_setShort(CallableStatementProxy statement, String parameterName, short x) throws SQLException
- Throws:
SQLException
-
callableStatement_setInt
void callableStatement_setInt(CallableStatementProxy statement, String parameterName, int x) throws SQLException
- Throws:
SQLException
-
callableStatement_setLong
void callableStatement_setLong(CallableStatementProxy statement, String parameterName, long x) throws SQLException
- Throws:
SQLException
-
callableStatement_setFloat
void callableStatement_setFloat(CallableStatementProxy statement, String parameterName, float x) throws SQLException
- Throws:
SQLException
-
callableStatement_setDouble
void callableStatement_setDouble(CallableStatementProxy statement, String parameterName, double x) throws SQLException
- Throws:
SQLException
-
callableStatement_setBigDecimal
void callableStatement_setBigDecimal(CallableStatementProxy statement, String parameterName, BigDecimal x) throws SQLException
- Throws:
SQLException
-
callableStatement_setString
void callableStatement_setString(CallableStatementProxy statement, String parameterName, String x) throws SQLException
- Throws:
SQLException
-
callableStatement_setBytes
void callableStatement_setBytes(CallableStatementProxy statement, String parameterName, byte[] x) throws SQLException
- Throws:
SQLException
-
callableStatement_setDate
void callableStatement_setDate(CallableStatementProxy statement, String parameterName, Date x) throws SQLException
- Throws:
SQLException
-
callableStatement_setTime
void callableStatement_setTime(CallableStatementProxy statement, String parameterName, Time x) throws SQLException
- Throws:
SQLException
-
callableStatement_setTimestamp
void callableStatement_setTimestamp(CallableStatementProxy statement, String parameterName, Timestamp x) throws SQLException
- Throws:
SQLException
-
callableStatement_setAsciiStream
void callableStatement_setAsciiStream(CallableStatementProxy statement, String parameterName, InputStream x, int length) throws SQLException
- Throws:
SQLException
-
callableStatement_setBinaryStream
void callableStatement_setBinaryStream(CallableStatementProxy statement, String parameterName, InputStream x, int length) throws SQLException
- Throws:
SQLException
-
callableStatement_setObject
void callableStatement_setObject(CallableStatementProxy statement, String parameterName, Object x, int targetSqlType, int scale) throws SQLException
- Throws:
SQLException
-
callableStatement_setObject
void callableStatement_setObject(CallableStatementProxy statement, String parameterName, Object x, int targetSqlType) throws SQLException
- Throws:
SQLException
-
callableStatement_setObject
void callableStatement_setObject(CallableStatementProxy statement, String parameterName, Object x) throws SQLException
- Throws:
SQLException
-
callableStatement_setCharacterStream
void callableStatement_setCharacterStream(CallableStatementProxy statement, String parameterName, Reader reader, int length) throws SQLException
- Throws:
SQLException
-
callableStatement_setDate
void callableStatement_setDate(CallableStatementProxy statement, String parameterName, Date x, Calendar cal) throws SQLException
- Throws:
SQLException
-
callableStatement_setTime
void callableStatement_setTime(CallableStatementProxy statement, String parameterName, Time x, Calendar cal) throws SQLException
- Throws:
SQLException
-
callableStatement_setTimestamp
void callableStatement_setTimestamp(CallableStatementProxy statement, String parameterName, Timestamp x, Calendar cal) throws SQLException
- Throws:
SQLException
-
callableStatement_setNull
void callableStatement_setNull(CallableStatementProxy statement, String parameterName, int sqlType, String typeName) throws SQLException
- Throws:
SQLException
-
callableStatement_getString
String callableStatement_getString(CallableStatementProxy statement, String parameterName) throws SQLException
- Throws:
SQLException
-
callableStatement_getBoolean
boolean callableStatement_getBoolean(CallableStatementProxy statement, String parameterName) throws SQLException
- Throws:
SQLException
-
callableStatement_getByte
byte callableStatement_getByte(CallableStatementProxy statement, String parameterName) throws SQLException
- Throws:
SQLException
-
callableStatement_getShort
short callableStatement_getShort(CallableStatementProxy statement, String parameterName) throws SQLException
- Throws:
SQLException
-
callableStatement_getInt
int callableStatement_getInt(CallableStatementProxy statement, String parameterName) throws SQLException
- Throws:
SQLException
-
callableStatement_getLong
long callableStatement_getLong(CallableStatementProxy statement, String parameterName) throws SQLException
- Throws:
SQLException
-
callableStatement_getFloat
float callableStatement_getFloat(CallableStatementProxy statement, String parameterName) throws SQLException
- Throws:
SQLException
-
callableStatement_getDouble
double callableStatement_getDouble(CallableStatementProxy statement, String parameterName) throws SQLException
- Throws:
SQLException
-
callableStatement_getBytes
byte[] callableStatement_getBytes(CallableStatementProxy statement, String parameterName) throws SQLException
- Throws:
SQLException
-
callableStatement_getDate
Date callableStatement_getDate(CallableStatementProxy statement, String parameterName) throws SQLException
- Throws:
SQLException
-
callableStatement_getTime
Time callableStatement_getTime(CallableStatementProxy statement, String parameterName) throws SQLException
- Throws:
SQLException
-
callableStatement_getTimestamp
Timestamp callableStatement_getTimestamp(CallableStatementProxy statement, String parameterName) throws SQLException
- Throws:
SQLException
-
callableStatement_getObject
Object callableStatement_getObject(CallableStatementProxy statement, String parameterName) throws SQLException
- Throws:
SQLException
-
callableStatement_getBigDecimal
BigDecimal callableStatement_getBigDecimal(CallableStatementProxy statement, String parameterName) throws SQLException
- Throws:
SQLException
-
callableStatement_getObject
Object callableStatement_getObject(CallableStatementProxy statement, String parameterName, Map<String,Class<?>> map) throws SQLException
- Throws:
SQLException
-
callableStatement_getRef
Ref callableStatement_getRef(CallableStatementProxy statement, String parameterName) throws SQLException
- Throws:
SQLException
-
callableStatement_getBlob
Blob callableStatement_getBlob(CallableStatementProxy statement, String parameterName) throws SQLException
- Throws:
SQLException
-
callableStatement_getClob
Clob callableStatement_getClob(CallableStatementProxy statement, String parameterName) throws SQLException
- Throws:
SQLException
-
callableStatement_getArray
Array callableStatement_getArray(CallableStatementProxy statement, String parameterName) throws SQLException
- Throws:
SQLException
-
callableStatement_getDate
Date callableStatement_getDate(CallableStatementProxy statement, String parameterName, Calendar cal) throws SQLException
- Throws:
SQLException
-
callableStatement_getTime
Time callableStatement_getTime(CallableStatementProxy statement, String parameterName, Calendar cal) throws SQLException
- Throws:
SQLException
-
callableStatement_getTimestamp
Timestamp callableStatement_getTimestamp(CallableStatementProxy statement, String parameterName, Calendar cal) throws SQLException
- Throws:
SQLException
-
callableStatement_getURL
URL callableStatement_getURL(CallableStatementProxy statement, String parameterName) throws SQLException
- Throws:
SQLException
-
callableStatement_getRowId
RowId callableStatement_getRowId(CallableStatementProxy statement, int parameterIndex) throws SQLException
- Throws:
SQLException
-
callableStatement_getRowId
RowId callableStatement_getRowId(CallableStatementProxy statement, String parameterName) throws SQLException
- Throws:
SQLException
-
callableStatement_setRowId
void callableStatement_setRowId(CallableStatementProxy statement, String parameterName, RowId x) throws SQLException
- Throws:
SQLException
-
callableStatement_setNString
void callableStatement_setNString(CallableStatementProxy statement, String parameterName, String value) throws SQLException
- Throws:
SQLException
-
callableStatement_setNCharacterStream
void callableStatement_setNCharacterStream(CallableStatementProxy statement, String parameterName, Reader value, long length) throws SQLException
- Throws:
SQLException
-
callableStatement_setNClob
void callableStatement_setNClob(CallableStatementProxy statement, String parameterName, NClob value) throws SQLException
- Throws:
SQLException
-
callableStatement_setClob
void callableStatement_setClob(CallableStatementProxy statement, String parameterName, Reader reader, long length) throws SQLException
- Throws:
SQLException
-
callableStatement_setBlob
void callableStatement_setBlob(CallableStatementProxy statement, String parameterName, InputStream inputStream, long length) throws SQLException
- Throws:
SQLException
-
callableStatement_setNClob
void callableStatement_setNClob(CallableStatementProxy statement, String parameterName, Reader reader, long length) throws SQLException
- Throws:
SQLException
-
callableStatement_getNClob
NClob callableStatement_getNClob(CallableStatementProxy statement, int parameterIndex) throws SQLException
- Throws:
SQLException
-
callableStatement_getNClob
NClob callableStatement_getNClob(CallableStatementProxy statement, String parameterName) throws SQLException
- Throws:
SQLException
-
callableStatement_setSQLXML
void callableStatement_setSQLXML(CallableStatementProxy statement, String parameterName, SQLXML xmlObject) throws SQLException
- Throws:
SQLException
-
callableStatement_getSQLXML
SQLXML callableStatement_getSQLXML(CallableStatementProxy statement, int parameterIndex) throws SQLException
- Throws:
SQLException
-
callableStatement_getSQLXML
SQLXML callableStatement_getSQLXML(CallableStatementProxy statement, String parameterName) throws SQLException
- Throws:
SQLException
-
callableStatement_getNString
String callableStatement_getNString(CallableStatementProxy statement, int parameterIndex) throws SQLException
- Throws:
SQLException
-
callableStatement_getNString
String callableStatement_getNString(CallableStatementProxy statement, String parameterName) throws SQLException
- Throws:
SQLException
-
callableStatement_getNCharacterStream
Reader callableStatement_getNCharacterStream(CallableStatementProxy statement, int parameterIndex) throws SQLException
- Throws:
SQLException
-
callableStatement_getNCharacterStream
Reader callableStatement_getNCharacterStream(CallableStatementProxy statement, String parameterName) throws SQLException
- Throws:
SQLException
-
callableStatement_getCharacterStream
Reader callableStatement_getCharacterStream(CallableStatementProxy statement, int parameterIndex) throws SQLException
- Throws:
SQLException
-
callableStatement_getCharacterStream
Reader callableStatement_getCharacterStream(CallableStatementProxy statement, String parameterName) throws SQLException
- Throws:
SQLException
-
callableStatement_setBlob
void callableStatement_setBlob(CallableStatementProxy statement, String parameterName, Blob x) throws SQLException
- Throws:
SQLException
-
callableStatement_setClob
void callableStatement_setClob(CallableStatementProxy statement, String parameterName, Clob x) throws SQLException
- Throws:
SQLException
-
callableStatement_setAsciiStream
void callableStatement_setAsciiStream(CallableStatementProxy statement, String parameterName, InputStream x, long length) throws SQLException
- Throws:
SQLException
-
callableStatement_setBinaryStream
void callableStatement_setBinaryStream(CallableStatementProxy statement, String parameterName, InputStream x, long length) throws SQLException
- Throws:
SQLException
-
callableStatement_setCharacterStream
void callableStatement_setCharacterStream(CallableStatementProxy statement, String parameterName, Reader reader, long length) throws SQLException
- Throws:
SQLException
-
callableStatement_setAsciiStream
void callableStatement_setAsciiStream(CallableStatementProxy statement, String parameterName, InputStream x) throws SQLException
- Throws:
SQLException
-
callableStatement_setBinaryStream
void callableStatement_setBinaryStream(CallableStatementProxy statement, String parameterName, InputStream x) throws SQLException
- Throws:
SQLException
-
callableStatement_setCharacterStream
void callableStatement_setCharacterStream(CallableStatementProxy statement, String parameterName, Reader reader) throws SQLException
- Throws:
SQLException
-
callableStatement_setNCharacterStream
void callableStatement_setNCharacterStream(CallableStatementProxy statement, String parameterName, Reader value) throws SQLException
- Throws:
SQLException
-
callableStatement_setClob
void callableStatement_setClob(CallableStatementProxy statement, String parameterName, Reader reader) throws SQLException
- Throws:
SQLException
-
callableStatement_setBlob
void callableStatement_setBlob(CallableStatementProxy statement, String parameterName, InputStream inputStream) throws SQLException
- Throws:
SQLException
-
callableStatement_setNClob
void callableStatement_setNClob(CallableStatementProxy statement, String parameterName, Reader reader) throws SQLException
- Throws:
SQLException
-
clob_free
void clob_free(ClobProxy wrapper) throws SQLException
- Throws:
SQLException
-
clob_getAsciiStream
InputStream clob_getAsciiStream(ClobProxy wrapper) throws SQLException
- Throws:
SQLException
-
clob_getCharacterStream
Reader clob_getCharacterStream(ClobProxy wrapper) throws SQLException
- Throws:
SQLException
-
clob_getCharacterStream
Reader clob_getCharacterStream(ClobProxy wrapper, long pos, long length) throws SQLException
- Throws:
SQLException
-
clob_getSubString
String clob_getSubString(ClobProxy wrapper, long pos, int length) throws SQLException
- Throws:
SQLException
-
clob_length
long clob_length(ClobProxy wrapper) throws SQLException
- Throws:
SQLException
-
clob_position
long clob_position(ClobProxy wrapper, String searchstr, long start) throws SQLException
- Throws:
SQLException
-
clob_position
long clob_position(ClobProxy wrapper, Clob searchstr, long start) throws SQLException
- Throws:
SQLException
-
clob_setAsciiStream
OutputStream clob_setAsciiStream(ClobProxy wrapper, long pos) throws SQLException
- Throws:
SQLException
-
clob_setCharacterStream
Writer clob_setCharacterStream(ClobProxy wrapper, long pos) throws SQLException
- Throws:
SQLException
-
clob_setString
int clob_setString(ClobProxy wrapper, long pos, String str) throws SQLException
- Throws:
SQLException
-
clob_setString
int clob_setString(ClobProxy wrapper, long pos, String str, int offset, int len) throws SQLException
- Throws:
SQLException
-
clob_truncate
void clob_truncate(ClobProxy wrapper, long len) throws SQLException
- Throws:
SQLException
-
dataSource_recycle
void dataSource_recycle(DruidPooledConnection connection) throws SQLException
- Throws:
SQLException
-
dataSource_connect
DruidPooledConnection dataSource_connect(DruidDataSource dataSource, long maxWaitMillis) throws SQLException
- Throws:
SQLException
-
resultSetMetaData_getColumnCount
int resultSetMetaData_getColumnCount(ResultSetMetaDataProxy metaData) throws SQLException
- Throws:
SQLException
-
resultSetMetaData_isAutoIncrement
boolean resultSetMetaData_isAutoIncrement(ResultSetMetaDataProxy metaData, int column) throws SQLException
- Throws:
SQLException
-
resultSetMetaData_isCaseSensitive
boolean resultSetMetaData_isCaseSensitive(ResultSetMetaDataProxy metaData, int column) throws SQLException
- Throws:
SQLException
-
resultSetMetaData_isSearchable
boolean resultSetMetaData_isSearchable(ResultSetMetaDataProxy metaData, int column) throws SQLException
- Throws:
SQLException
-
resultSetMetaData_isCurrency
boolean resultSetMetaData_isCurrency(ResultSetMetaDataProxy metaData, int column) throws SQLException
- Throws:
SQLException
-
resultSetMetaData_isNullable
int resultSetMetaData_isNullable(ResultSetMetaDataProxy metaData, int column) throws SQLException
- Throws:
SQLException
-
resultSetMetaData_isSigned
boolean resultSetMetaData_isSigned(ResultSetMetaDataProxy metaData, int column) throws SQLException
- Throws:
SQLException
-
resultSetMetaData_getColumnDisplaySize
int resultSetMetaData_getColumnDisplaySize(ResultSetMetaDataProxy metaData, int column) throws SQLException
- Throws:
SQLException
-
resultSetMetaData_getColumnLabel
String resultSetMetaData_getColumnLabel(ResultSetMetaDataProxy metaData, int column) throws SQLException
- Throws:
SQLException
-
resultSetMetaData_getColumnName
String resultSetMetaData_getColumnName(ResultSetMetaDataProxy metaData, int column) throws SQLException
- Throws:
SQLException
-
resultSetMetaData_getSchemaName
String resultSetMetaData_getSchemaName(ResultSetMetaDataProxy metaData, int column) throws SQLException
- Throws:
SQLException
-
resultSetMetaData_getPrecision
int resultSetMetaData_getPrecision(ResultSetMetaDataProxy metaData, int column) throws SQLException
- Throws:
SQLException
-
resultSetMetaData_getScale
int resultSetMetaData_getScale(ResultSetMetaDataProxy metaData, int column) throws SQLException
- Throws:
SQLException
-
resultSetMetaData_getTableName
String resultSetMetaData_getTableName(ResultSetMetaDataProxy metaData, int column) throws SQLException
- Throws:
SQLException
-
resultSetMetaData_getCatalogName
String resultSetMetaData_getCatalogName(ResultSetMetaDataProxy metaData, int column) throws SQLException
- Throws:
SQLException
-
resultSetMetaData_getColumnType
int resultSetMetaData_getColumnType(ResultSetMetaDataProxy metaData, int column) throws SQLException
- Throws:
SQLException
-
resultSetMetaData_getColumnTypeName
String resultSetMetaData_getColumnTypeName(ResultSetMetaDataProxy metaData, int column) throws SQLException
- Throws:
SQLException
-
resultSetMetaData_isReadOnly
boolean resultSetMetaData_isReadOnly(ResultSetMetaDataProxy metaData, int column) throws SQLException
- Throws:
SQLException
-
resultSetMetaData_isWritable
boolean resultSetMetaData_isWritable(ResultSetMetaDataProxy metaData, int column) throws SQLException
- Throws:
SQLException
-
resultSetMetaData_isDefinitelyWritable
boolean resultSetMetaData_isDefinitelyWritable(ResultSetMetaDataProxy metaData, int column) throws SQLException
- Throws:
SQLException
-
resultSetMetaData_getColumnClassName
String resultSetMetaData_getColumnClassName(ResultSetMetaDataProxy metaData, int column) throws SQLException
- Throws:
SQLException
-
-