Package com.alibaba.druid.filter
Interface FilterChain
- All Known Implementing Classes:
FilterChainImpl
public interface FilterChain
- Author:
- wenshao [szujobs@hotmail.com]
-
Method Summary
Modifier and TypeMethodDescriptioncallableStatement_getArray(CallableStatementProxy statement, int parameterIndex) callableStatement_getArray(CallableStatementProxy statement, String parameterName) callableStatement_getBigDecimal(CallableStatementProxy statement, int parameterIndex) callableStatement_getBigDecimal(CallableStatementProxy statement, int parameterIndex, int scale) callableStatement_getBigDecimal(CallableStatementProxy statement, String parameterName) callableStatement_getBlob(CallableStatementProxy statement, int parameterIndex) callableStatement_getBlob(CallableStatementProxy statement, String parameterName) booleancallableStatement_getBoolean(CallableStatementProxy statement, int parameterIndex) booleancallableStatement_getBoolean(CallableStatementProxy statement, String parameterName) bytecallableStatement_getByte(CallableStatementProxy statement, int parameterIndex) bytecallableStatement_getByte(CallableStatementProxy statement, String parameterName) byte[]callableStatement_getBytes(CallableStatementProxy statement, int parameterIndex) byte[]callableStatement_getBytes(CallableStatementProxy statement, String parameterName) callableStatement_getCharacterStream(CallableStatementProxy statement, int parameterIndex) callableStatement_getCharacterStream(CallableStatementProxy statement, String parameterName) callableStatement_getClob(CallableStatementProxy statement, int parameterIndex) callableStatement_getClob(CallableStatementProxy statement, String parameterName) callableStatement_getDate(CallableStatementProxy statement, int parameterIndex) callableStatement_getDate(CallableStatementProxy statement, int parameterIndex, Calendar cal) callableStatement_getDate(CallableStatementProxy statement, String parameterName) callableStatement_getDate(CallableStatementProxy statement, String parameterName, Calendar cal) doublecallableStatement_getDouble(CallableStatementProxy statement, int parameterIndex) doublecallableStatement_getDouble(CallableStatementProxy statement, String parameterName) floatcallableStatement_getFloat(CallableStatementProxy statement, int parameterIndex) floatcallableStatement_getFloat(CallableStatementProxy statement, String parameterName) intcallableStatement_getInt(CallableStatementProxy statement, int parameterIndex) intcallableStatement_getInt(CallableStatementProxy statement, String parameterName) longcallableStatement_getLong(CallableStatementProxy statement, int parameterIndex) longcallableStatement_getLong(CallableStatementProxy statement, String parameterName) callableStatement_getNCharacterStream(CallableStatementProxy statement, int parameterIndex) callableStatement_getNCharacterStream(CallableStatementProxy statement, String parameterName) callableStatement_getNClob(CallableStatementProxy statement, int parameterIndex) callableStatement_getNClob(CallableStatementProxy statement, String parameterName) callableStatement_getNString(CallableStatementProxy statement, int parameterIndex) callableStatement_getNString(CallableStatementProxy statement, String parameterName) callableStatement_getObject(CallableStatementProxy statement, int parameterIndex) callableStatement_getObject(CallableStatementProxy statement, int parameterIndex, Map<String, Class<?>> map) callableStatement_getObject(CallableStatementProxy statement, String parameterName) callableStatement_getObject(CallableStatementProxy statement, String parameterName, Map<String, Class<?>> map) callableStatement_getRef(CallableStatementProxy statement, int parameterIndex) callableStatement_getRef(CallableStatementProxy statement, String parameterName) callableStatement_getRowId(CallableStatementProxy statement, int parameterIndex) callableStatement_getRowId(CallableStatementProxy statement, String parameterName) shortcallableStatement_getShort(CallableStatementProxy statement, int parameterIndex) shortcallableStatement_getShort(CallableStatementProxy statement, String parameterName) callableStatement_getSQLXML(CallableStatementProxy statement, int parameterIndex) callableStatement_getSQLXML(CallableStatementProxy statement, String parameterName) callableStatement_getString(CallableStatementProxy statement, int parameterIndex) callableStatement_getString(CallableStatementProxy statement, String parameterName) callableStatement_getTime(CallableStatementProxy statement, int parameterIndex) callableStatement_getTime(CallableStatementProxy statement, int parameterIndex, Calendar cal) callableStatement_getTime(CallableStatementProxy statement, String parameterName) callableStatement_getTime(CallableStatementProxy statement, String parameterName, Calendar cal) callableStatement_getTimestamp(CallableStatementProxy statement, int parameterIndex) callableStatement_getTimestamp(CallableStatementProxy statement, int parameterIndex, Calendar cal) callableStatement_getTimestamp(CallableStatementProxy statement, String parameterName) callableStatement_getTimestamp(CallableStatementProxy statement, String parameterName, Calendar cal) callableStatement_getURL(CallableStatementProxy statement, int parameterIndex) callableStatement_getURL(CallableStatementProxy statement, String parameterName) voidcallableStatement_registerOutParameter(CallableStatementProxy statement, int parameterIndex, int sqlType) voidcallableStatement_registerOutParameter(CallableStatementProxy statement, int parameterIndex, int sqlType, int scale) voidcallableStatement_registerOutParameter(CallableStatementProxy statement, int parameterIndex, int sqlType, String typeName) voidcallableStatement_registerOutParameter(CallableStatementProxy statement, String parameterName, int sqlType) voidcallableStatement_registerOutParameter(CallableStatementProxy statement, String parameterName, int sqlType, int scale) voidcallableStatement_registerOutParameter(CallableStatementProxy statement, String parameterName, int sqlType, String typeName) voidcallableStatement_setAsciiStream(CallableStatementProxy statement, String parameterName, InputStream x) voidcallableStatement_setAsciiStream(CallableStatementProxy statement, String parameterName, InputStream x, int length) voidcallableStatement_setAsciiStream(CallableStatementProxy statement, String parameterName, InputStream x, long length) voidcallableStatement_setBigDecimal(CallableStatementProxy statement, String parameterName, BigDecimal x) voidcallableStatement_setBinaryStream(CallableStatementProxy statement, String parameterName, InputStream x) voidcallableStatement_setBinaryStream(CallableStatementProxy statement, String parameterName, InputStream x, int length) voidcallableStatement_setBinaryStream(CallableStatementProxy statement, String parameterName, InputStream x, long length) voidcallableStatement_setBlob(CallableStatementProxy statement, String parameterName, InputStream inputStream) voidcallableStatement_setBlob(CallableStatementProxy statement, String parameterName, InputStream inputStream, long length) voidcallableStatement_setBlob(CallableStatementProxy statement, String parameterName, Blob x) voidcallableStatement_setBoolean(CallableStatementProxy statement, String parameterName, boolean x) voidcallableStatement_setByte(CallableStatementProxy statement, String parameterName, byte x) voidcallableStatement_setBytes(CallableStatementProxy statement, String parameterName, byte[] x) voidcallableStatement_setCharacterStream(CallableStatementProxy statement, String parameterName, Reader reader) voidcallableStatement_setCharacterStream(CallableStatementProxy statement, String parameterName, Reader reader, int length) voidcallableStatement_setCharacterStream(CallableStatementProxy statement, String parameterName, Reader reader, long length) voidcallableStatement_setClob(CallableStatementProxy statement, String parameterName, Reader reader) voidcallableStatement_setClob(CallableStatementProxy statement, String parameterName, Reader reader, long length) voidcallableStatement_setClob(CallableStatementProxy statement, String parameterName, Clob x) voidcallableStatement_setDate(CallableStatementProxy statement, String parameterName, Date x) voidcallableStatement_setDate(CallableStatementProxy statement, String parameterName, Date x, Calendar cal) voidcallableStatement_setDouble(CallableStatementProxy statement, String parameterName, double x) voidcallableStatement_setFloat(CallableStatementProxy statement, String parameterName, float x) voidcallableStatement_setInt(CallableStatementProxy statement, String parameterName, int x) voidcallableStatement_setLong(CallableStatementProxy statement, String parameterName, long x) voidcallableStatement_setNCharacterStream(CallableStatementProxy statement, String parameterName, Reader value) voidcallableStatement_setNCharacterStream(CallableStatementProxy statement, String parameterName, Reader value, long length) voidcallableStatement_setNClob(CallableStatementProxy statement, String parameterName, Reader reader) voidcallableStatement_setNClob(CallableStatementProxy statement, String parameterName, Reader reader, long length) voidcallableStatement_setNClob(CallableStatementProxy statement, String parameterName, NClob value) voidcallableStatement_setNString(CallableStatementProxy statement, String parameterName, String value) voidcallableStatement_setNull(CallableStatementProxy statement, String parameterName, int sqlType) voidcallableStatement_setNull(CallableStatementProxy statement, String parameterName, int sqlType, String typeName) voidcallableStatement_setObject(CallableStatementProxy statement, String parameterName, Object x) voidcallableStatement_setObject(CallableStatementProxy statement, String parameterName, Object x, int targetSqlType) voidcallableStatement_setObject(CallableStatementProxy statement, String parameterName, Object x, int targetSqlType, int scale) voidcallableStatement_setRowId(CallableStatementProxy statement, String parameterName, RowId x) voidcallableStatement_setShort(CallableStatementProxy statement, String parameterName, short x) voidcallableStatement_setSQLXML(CallableStatementProxy statement, String parameterName, SQLXML xmlObject) voidcallableStatement_setString(CallableStatementProxy statement, String parameterName, String x) voidcallableStatement_setTime(CallableStatementProxy statement, String parameterName, Time x) voidcallableStatement_setTime(CallableStatementProxy statement, String parameterName, Time x, Calendar cal) voidcallableStatement_setTimestamp(CallableStatementProxy statement, String parameterName, Timestamp x) voidcallableStatement_setTimestamp(CallableStatementProxy statement, String parameterName, Timestamp x, Calendar cal) voidcallableStatement_setURL(CallableStatementProxy statement, String parameterName, URL val) booleancallableStatement_wasNull(CallableStatementProxy statement) voidclob_getAsciiStream(ClobProxy wrapper) clob_getCharacterStream(ClobProxy wrapper) clob_getCharacterStream(ClobProxy wrapper, long pos, long length) clob_getSubString(ClobProxy wrapper, long pos, int length) longclob_length(ClobProxy wrapper) longclob_position(ClobProxy wrapper, String searchstr, long start) longclob_position(ClobProxy wrapper, Clob searchstr, long start) clob_setAsciiStream(ClobProxy wrapper, long pos) clob_setCharacterStream(ClobProxy wrapper, long pos) intclob_setString(ClobProxy wrapper, long pos, String str) intclob_setString(ClobProxy wrapper, long pos, String str, int offset, int len) voidclob_truncate(ClobProxy wrapper, long len) voidconnection_abort(ConnectionProxy connection, Executor executor) voidconnection_clearWarnings(ConnectionProxy connection) voidconnection_close(ConnectionProxy connection) voidconnection_commit(ConnectionProxy connection) connection_connect(Properties info) connection_createArrayOf(ConnectionProxy connection, String typeName, Object[] elements) connection_createBlob(ConnectionProxy connection) connection_createClob(ConnectionProxy connection) connection_createNClob(ConnectionProxy connection) connection_createSQLXML(ConnectionProxy connection) connection_createStatement(ConnectionProxy connection) connection_createStatement(ConnectionProxy connection, int resultSetType, int resultSetConcurrency) connection_createStatement(ConnectionProxy connection, int resultSetType, int resultSetConcurrency, int resultSetHoldability) connection_createStruct(ConnectionProxy connection, String typeName, Object[] attributes) booleanconnection_getAutoCommit(ConnectionProxy connection) connection_getCatalog(ConnectionProxy connection) connection_getClientInfo(ConnectionProxy connection) connection_getClientInfo(ConnectionProxy connection, String name) intconnection_getHoldability(ConnectionProxy connection) connection_getMetaData(ConnectionProxy connection) intconnection_getNetworkTimeout(ConnectionProxy connection) connection_getSchema(ConnectionProxy connection) intconnection_getTransactionIsolation(ConnectionProxy connection) connection_getTypeMap(ConnectionProxy connection) connection_getWarnings(ConnectionProxy connection) booleanconnection_isClosed(ConnectionProxy connection) booleanconnection_isReadOnly(ConnectionProxy connection) booleanconnection_isValid(ConnectionProxy connection, int timeout) connection_nativeSQL(ConnectionProxy connection, String sql) connection_prepareCall(ConnectionProxy connection, String sql) connection_prepareCall(ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency) connection_prepareCall(ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) connection_prepareStatement(ConnectionProxy connection, String sql) connection_prepareStatement(ConnectionProxy connection, String sql, int autoGeneratedKeys) connection_prepareStatement(ConnectionProxy connection, String sql, int[] columnIndexes) connection_prepareStatement(ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency) connection_prepareStatement(ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) connection_prepareStatement(ConnectionProxy connection, String sql, String[] columnNames) voidconnection_releaseSavepoint(ConnectionProxy connection, Savepoint savepoint) voidconnection_rollback(ConnectionProxy connection) voidconnection_rollback(ConnectionProxy connection, Savepoint savepoint) voidconnection_setAutoCommit(ConnectionProxy connection, boolean autoCommit) voidconnection_setCatalog(ConnectionProxy connection, String catalog) voidconnection_setClientInfo(ConnectionProxy connection, String name, String value) voidconnection_setClientInfo(ConnectionProxy connection, Properties properties) voidconnection_setHoldability(ConnectionProxy connection, int holdability) voidconnection_setNetworkTimeout(ConnectionProxy connection, Executor executor, int milliseconds) voidconnection_setReadOnly(ConnectionProxy connection, boolean readOnly) connection_setSavepoint(ConnectionProxy connection) connection_setSavepoint(ConnectionProxy connection, String name) voidconnection_setSchema(ConnectionProxy connection, String schema) voidconnection_setTransactionIsolation(ConnectionProxy connection, int level) voidconnection_setTypeMap(ConnectionProxy connection, Map<String, Class<?>> map) dataSource_connect(DruidDataSource dataSource, long maxWaitMillis) voiddataSource_recycle(DruidPooledConnection connection) intintgetPos()booleanisWrapperFor(Wrapper wrapper, Class<?> iface) voidpreparedStatement_addBatch(PreparedStatementProxy statement) voidbooleanpreparedStatement_execute(PreparedStatementProxy statement) intvoidpreparedStatement_setArray(PreparedStatementProxy statement, int parameterIndex, Array x) voidpreparedStatement_setAsciiStream(PreparedStatementProxy statement, int parameterIndex, InputStream x) voidpreparedStatement_setAsciiStream(PreparedStatementProxy statement, int parameterIndex, InputStream x, int length) voidpreparedStatement_setAsciiStream(PreparedStatementProxy statement, int parameterIndex, InputStream x, long length) voidpreparedStatement_setBigDecimal(PreparedStatementProxy statement, int parameterIndex, BigDecimal x) voidpreparedStatement_setBinaryStream(PreparedStatementProxy statement, int parameterIndex, InputStream x) voidpreparedStatement_setBinaryStream(PreparedStatementProxy statement, int parameterIndex, InputStream x, int length) voidpreparedStatement_setBinaryStream(PreparedStatementProxy statement, int parameterIndex, InputStream x, long length) voidpreparedStatement_setBlob(PreparedStatementProxy statement, int parameterIndex, InputStream inputStream) voidpreparedStatement_setBlob(PreparedStatementProxy statement, int parameterIndex, InputStream inputStream, long length) voidpreparedStatement_setBlob(PreparedStatementProxy statement, int parameterIndex, Blob x) voidpreparedStatement_setBoolean(PreparedStatementProxy statement, int parameterIndex, boolean x) voidpreparedStatement_setByte(PreparedStatementProxy statement, int parameterIndex, byte x) voidpreparedStatement_setBytes(PreparedStatementProxy statement, int parameterIndex, byte[] x) voidpreparedStatement_setCharacterStream(PreparedStatementProxy statement, int parameterIndex, Reader reader) voidpreparedStatement_setCharacterStream(PreparedStatementProxy statement, int parameterIndex, Reader reader, int length) voidpreparedStatement_setCharacterStream(PreparedStatementProxy statement, int parameterIndex, Reader reader, long length) voidpreparedStatement_setClob(PreparedStatementProxy statement, int parameterIndex, Reader reader) voidpreparedStatement_setClob(PreparedStatementProxy statement, int parameterIndex, Reader reader, long length) voidpreparedStatement_setClob(PreparedStatementProxy statement, int parameterIndex, Clob x) voidpreparedStatement_setDate(PreparedStatementProxy statement, int parameterIndex, Date x) voidpreparedStatement_setDate(PreparedStatementProxy statement, int parameterIndex, Date x, Calendar cal) voidpreparedStatement_setDouble(PreparedStatementProxy statement, int parameterIndex, double x) voidpreparedStatement_setFloat(PreparedStatementProxy statement, int parameterIndex, float x) voidpreparedStatement_setInt(PreparedStatementProxy statement, int parameterIndex, int x) voidpreparedStatement_setLong(PreparedStatementProxy statement, int parameterIndex, long x) voidpreparedStatement_setNCharacterStream(PreparedStatementProxy statement, int parameterIndex, Reader value) voidpreparedStatement_setNCharacterStream(PreparedStatementProxy statement, int parameterIndex, Reader value, long length) voidpreparedStatement_setNClob(PreparedStatementProxy statement, int parameterIndex, Reader reader) voidpreparedStatement_setNClob(PreparedStatementProxy statement, int parameterIndex, Reader reader, long length) voidpreparedStatement_setNClob(PreparedStatementProxy statement, int parameterIndex, NClob value) voidpreparedStatement_setNString(PreparedStatementProxy statement, int parameterIndex, String value) voidpreparedStatement_setNull(PreparedStatementProxy statement, int parameterIndex, int sqlType) voidpreparedStatement_setNull(PreparedStatementProxy statement, int parameterIndex, int sqlType, String typeName) voidpreparedStatement_setObject(PreparedStatementProxy statement, int parameterIndex, Object x) voidpreparedStatement_setObject(PreparedStatementProxy statement, int parameterIndex, Object x, int targetSqlType) voidpreparedStatement_setObject(PreparedStatementProxy statement, int parameterIndex, Object x, int targetSqlType, int scaleOrLength) voidpreparedStatement_setRef(PreparedStatementProxy statement, int parameterIndex, Ref x) voidpreparedStatement_setRowId(PreparedStatementProxy statement, int parameterIndex, RowId x) voidpreparedStatement_setShort(PreparedStatementProxy statement, int parameterIndex, short x) voidpreparedStatement_setSQLXML(PreparedStatementProxy statement, int parameterIndex, SQLXML xmlObject) voidpreparedStatement_setString(PreparedStatementProxy statement, int parameterIndex, String x) voidpreparedStatement_setTime(PreparedStatementProxy statement, int parameterIndex, Time x) voidpreparedStatement_setTime(PreparedStatementProxy statement, int parameterIndex, Time x, Calendar cal) voidpreparedStatement_setTimestamp(PreparedStatementProxy statement, int parameterIndex, Timestamp x) voidpreparedStatement_setTimestamp(PreparedStatementProxy statement, int parameterIndex, Timestamp x, Calendar cal) voidpreparedStatement_setUnicodeStream(PreparedStatementProxy statement, int parameterIndex, InputStream x, int length) voidpreparedStatement_setURL(PreparedStatementProxy statement, int parameterIndex, URL x) booleanresultSet_absolute(ResultSetProxy resultSet, int row) voidresultSet_afterLast(ResultSetProxy resultSet) voidresultSet_beforeFirst(ResultSetProxy resultSet) voidresultSet_cancelRowUpdates(ResultSetProxy resultSet) voidresultSet_clearWarnings(ResultSetProxy resultSet) voidresultSet_close(ResultSetProxy resultSet) voidresultSet_deleteRow(ResultSetProxy resultSet) intresultSet_findColumn(ResultSetProxy resultSet, String columnLabel) booleanresultSet_first(ResultSetProxy resultSet) resultSet_getArray(ResultSetProxy resultSet, int columnIndex) resultSet_getArray(ResultSetProxy resultSet, String columnLabel) resultSet_getAsciiStream(ResultSetProxy resultSet, int columnIndex) resultSet_getAsciiStream(ResultSetProxy resultSet, String columnLabel) resultSet_getBigDecimal(ResultSetProxy resultSet, int columnIndex) resultSet_getBigDecimal(ResultSetProxy resultSet, int columnIndex, int scale) resultSet_getBigDecimal(ResultSetProxy resultSet, String columnLabel) resultSet_getBigDecimal(ResultSetProxy resultSet, String columnLabel, int scale) resultSet_getBinaryStream(ResultSetProxy resultSet, int columnIndex) resultSet_getBinaryStream(ResultSetProxy resultSet, String columnLabel) resultSet_getBlob(ResultSetProxy resultSet, int columnIndex) resultSet_getBlob(ResultSetProxy resultSet, String columnLabel) booleanresultSet_getBoolean(ResultSetProxy resultSet, int columnIndex) booleanresultSet_getBoolean(ResultSetProxy resultSet, String columnLabel) byteresultSet_getByte(ResultSetProxy resultSet, int columnIndex) byteresultSet_getByte(ResultSetProxy resultSet, String columnLabel) byte[]resultSet_getBytes(ResultSetProxy resultSet, int columnIndex) byte[]resultSet_getBytes(ResultSetProxy resultSet, String columnLabel) resultSet_getCharacterStream(ResultSetProxy resultSet, int columnIndex) resultSet_getCharacterStream(ResultSetProxy resultSet, String columnLabel) resultSet_getClob(ResultSetProxy resultSet, int columnIndex) resultSet_getClob(ResultSetProxy resultSet, String columnLabel) intresultSet_getConcurrency(ResultSetProxy resultSet) resultSet_getCursorName(ResultSetProxy resultSet) resultSet_getDate(ResultSetProxy resultSet, int columnIndex) resultSet_getDate(ResultSetProxy resultSet, int columnIndex, Calendar cal) resultSet_getDate(ResultSetProxy resultSet, String columnLabel) resultSet_getDate(ResultSetProxy resultSet, String columnLabel, Calendar cal) doubleresultSet_getDouble(ResultSetProxy resultSet, int columnIndex) doubleresultSet_getDouble(ResultSetProxy resultSet, String columnLabel) intresultSet_getFetchDirection(ResultSetProxy resultSet) intresultSet_getFetchSize(ResultSetProxy resultSet) floatresultSet_getFloat(ResultSetProxy resultSet, int columnIndex) floatresultSet_getFloat(ResultSetProxy resultSet, String columnLabel) intresultSet_getHoldability(ResultSetProxy resultSet) intresultSet_getInt(ResultSetProxy resultSet, int columnIndex) intresultSet_getInt(ResultSetProxy resultSet, String columnLabel) longresultSet_getLong(ResultSetProxy resultSet, int columnIndex) longresultSet_getLong(ResultSetProxy resultSet, String columnLabel) resultSet_getMetaData(ResultSetProxy resultSet) resultSet_getNCharacterStream(ResultSetProxy resultSet, int columnIndex) resultSet_getNCharacterStream(ResultSetProxy resultSet, String columnLabel) resultSet_getNClob(ResultSetProxy resultSet, int columnIndex) resultSet_getNClob(ResultSetProxy resultSet, String columnLabel) resultSet_getNString(ResultSetProxy resultSet, int columnIndex) resultSet_getNString(ResultSetProxy resultSet, String columnLabel) resultSet_getObject(ResultSetProxy resultSet, int columnIndex) <T> TresultSet_getObject(ResultSetProxy resultSet, int columnIndex, Class<T> type) resultSet_getObject(ResultSetProxy resultSet, int columnIndex, Map<String, Class<?>> map) resultSet_getObject(ResultSetProxy resultSet, String columnLabel) <T> TresultSet_getObject(ResultSetProxy resultSet, String columnLabel, Class<T> type) resultSet_getObject(ResultSetProxy resultSet, String columnLabel, Map<String, Class<?>> map) resultSet_getRef(ResultSetProxy resultSet, int columnIndex) resultSet_getRef(ResultSetProxy resultSet, String columnLabel) intresultSet_getRow(ResultSetProxy resultSet) resultSet_getRowId(ResultSetProxy resultSet, int columnIndex) resultSet_getRowId(ResultSetProxy resultSet, String columnLabel) shortresultSet_getShort(ResultSetProxy resultSet, int columnIndex) shortresultSet_getShort(ResultSetProxy resultSet, String columnLabel) resultSet_getSQLXML(ResultSetProxy resultSet, int columnIndex) resultSet_getSQLXML(ResultSetProxy resultSet, String columnLabel) resultSet_getStatement(ResultSetProxy resultSet) resultSet_getString(ResultSetProxy resultSet, int columnIndex) resultSet_getString(ResultSetProxy resultSet, String columnLabel) resultSet_getTime(ResultSetProxy resultSet, int columnIndex) resultSet_getTime(ResultSetProxy resultSet, int columnIndex, Calendar cal) resultSet_getTime(ResultSetProxy resultSet, String columnLabel) resultSet_getTime(ResultSetProxy resultSet, String columnLabel, Calendar cal) resultSet_getTimestamp(ResultSetProxy resultSet, int columnIndex) resultSet_getTimestamp(ResultSetProxy resultSet, int columnIndex, Calendar cal) resultSet_getTimestamp(ResultSetProxy resultSet, String columnLabel) resultSet_getTimestamp(ResultSetProxy resultSet, String columnLabel, Calendar cal) intresultSet_getType(ResultSetProxy resultSet) resultSet_getUnicodeStream(ResultSetProxy resultSet, int columnIndex) resultSet_getUnicodeStream(ResultSetProxy resultSet, String columnLabel) resultSet_getURL(ResultSetProxy resultSet, int columnIndex) resultSet_getURL(ResultSetProxy resultSet, String columnLabel) resultSet_getWarnings(ResultSetProxy resultSet) voidresultSet_insertRow(ResultSetProxy resultSet) booleanresultSet_isAfterLast(ResultSetProxy resultSet) booleanresultSet_isBeforeFirst(ResultSetProxy resultSet) booleanresultSet_isClosed(ResultSetProxy resultSet) booleanresultSet_isFirst(ResultSetProxy resultSet) booleanresultSet_isLast(ResultSetProxy resultSet) booleanresultSet_last(ResultSetProxy resultSet) voidresultSet_moveToCurrentRow(ResultSetProxy resultSet) voidresultSet_moveToInsertRow(ResultSetProxy resultSet) booleanresultSet_next(ResultSetProxy resultSet) booleanresultSet_previous(ResultSetProxy resultSet) voidresultSet_refreshRow(ResultSetProxy resultSet) booleanresultSet_relative(ResultSetProxy resultSet, int rows) booleanresultSet_rowDeleted(ResultSetProxy resultSet) booleanresultSet_rowInserted(ResultSetProxy resultSet) booleanresultSet_rowUpdated(ResultSetProxy resultSet) voidresultSet_setFetchDirection(ResultSetProxy resultSet, int direction) voidresultSet_setFetchSize(ResultSetProxy resultSet, int rows) voidresultSet_updateArray(ResultSetProxy resultSet, int columnIndex, Array x) voidresultSet_updateArray(ResultSetProxy resultSet, String columnLabel, Array x) voidresultSet_updateAsciiStream(ResultSetProxy resultSet, int columnIndex, InputStream x) voidresultSet_updateAsciiStream(ResultSetProxy resultSet, int columnIndex, InputStream x, int length) voidresultSet_updateAsciiStream(ResultSetProxy resultSet, int columnIndex, InputStream x, long length) voidresultSet_updateAsciiStream(ResultSetProxy resultSet, String columnLabel, InputStream x) voidresultSet_updateAsciiStream(ResultSetProxy resultSet, String columnLabel, InputStream x, int length) voidresultSet_updateAsciiStream(ResultSetProxy resultSet, String columnLabel, InputStream x, long length) voidresultSet_updateBigDecimal(ResultSetProxy resultSet, int columnIndex, BigDecimal x) voidresultSet_updateBigDecimal(ResultSetProxy resultSet, String columnLabel, BigDecimal x) voidresultSet_updateBinaryStream(ResultSetProxy resultSet, int columnIndex, InputStream x) voidresultSet_updateBinaryStream(ResultSetProxy resultSet, int columnIndex, InputStream x, int length) voidresultSet_updateBinaryStream(ResultSetProxy resultSet, int columnIndex, InputStream x, long length) voidresultSet_updateBinaryStream(ResultSetProxy resultSet, String columnLabel, InputStream x) voidresultSet_updateBinaryStream(ResultSetProxy resultSet, String columnLabel, InputStream x, int length) voidresultSet_updateBinaryStream(ResultSetProxy resultSet, String columnLabel, InputStream x, long length) voidresultSet_updateBlob(ResultSetProxy resultSet, int columnIndex, InputStream inputStream) voidresultSet_updateBlob(ResultSetProxy resultSet, int columnIndex, InputStream inputStream, long length) voidresultSet_updateBlob(ResultSetProxy resultSet, int columnIndex, Blob x) voidresultSet_updateBlob(ResultSetProxy resultSet, String columnLabel, InputStream inputStream) voidresultSet_updateBlob(ResultSetProxy resultSet, String columnLabel, InputStream inputStream, long length) voidresultSet_updateBlob(ResultSetProxy resultSet, String columnLabel, Blob x) voidresultSet_updateBoolean(ResultSetProxy resultSet, int columnIndex, boolean x) voidresultSet_updateBoolean(ResultSetProxy resultSet, String columnLabel, boolean x) voidresultSet_updateByte(ResultSetProxy resultSet, int columnIndex, byte x) voidresultSet_updateByte(ResultSetProxy resultSet, String columnLabel, byte x) voidresultSet_updateBytes(ResultSetProxy resultSet, int columnIndex, byte[] x) voidresultSet_updateBytes(ResultSetProxy resultSet, String columnLabel, byte[] x) voidresultSet_updateCharacterStream(ResultSetProxy resultSet, int columnIndex, Reader x) voidresultSet_updateCharacterStream(ResultSetProxy resultSet, int columnIndex, Reader x, int length) voidresultSet_updateCharacterStream(ResultSetProxy resultSet, int columnIndex, Reader x, long length) voidresultSet_updateCharacterStream(ResultSetProxy resultSet, String columnLabel, Reader reader) voidresultSet_updateCharacterStream(ResultSetProxy resultSet, String columnLabel, Reader reader, int length) voidresultSet_updateCharacterStream(ResultSetProxy resultSet, String columnLabel, Reader reader, long length) voidresultSet_updateClob(ResultSetProxy resultSet, int columnIndex, Reader reader) voidresultSet_updateClob(ResultSetProxy resultSet, int columnIndex, Reader reader, long length) voidresultSet_updateClob(ResultSetProxy resultSet, int columnIndex, Clob x) voidresultSet_updateClob(ResultSetProxy resultSet, String columnLabel, Reader reader) voidresultSet_updateClob(ResultSetProxy resultSet, String columnLabel, Reader reader, long length) voidresultSet_updateClob(ResultSetProxy resultSet, String columnLabel, Clob x) voidresultSet_updateDate(ResultSetProxy resultSet, int columnIndex, Date x) voidresultSet_updateDate(ResultSetProxy resultSet, String columnLabel, Date x) voidresultSet_updateDouble(ResultSetProxy resultSet, int columnIndex, double x) voidresultSet_updateDouble(ResultSetProxy resultSet, String columnLabel, double x) voidresultSet_updateFloat(ResultSetProxy resultSet, int columnIndex, float x) voidresultSet_updateFloat(ResultSetProxy resultSet, String columnLabel, float x) voidresultSet_updateInt(ResultSetProxy resultSet, int columnIndex, int x) voidresultSet_updateInt(ResultSetProxy resultSet, String columnLabel, int x) voidresultSet_updateLong(ResultSetProxy resultSet, int columnIndex, long x) voidresultSet_updateLong(ResultSetProxy resultSet, String columnLabel, long x) voidresultSet_updateNCharacterStream(ResultSetProxy resultSet, int columnIndex, Reader x) voidresultSet_updateNCharacterStream(ResultSetProxy resultSet, int columnIndex, Reader x, long length) voidresultSet_updateNCharacterStream(ResultSetProxy resultSet, String columnLabel, Reader reader) voidresultSet_updateNCharacterStream(ResultSetProxy resultSet, String columnLabel, Reader reader, long length) voidresultSet_updateNClob(ResultSetProxy resultSet, int columnIndex, Reader reader) voidresultSet_updateNClob(ResultSetProxy resultSet, int columnIndex, Reader reader, long length) voidresultSet_updateNClob(ResultSetProxy resultSet, int columnIndex, NClob nClob) voidresultSet_updateNClob(ResultSetProxy resultSet, String columnLabel, Reader reader) voidresultSet_updateNClob(ResultSetProxy resultSet, String columnLabel, Reader reader, long length) voidresultSet_updateNClob(ResultSetProxy resultSet, String columnLabel, NClob nClob) voidresultSet_updateNString(ResultSetProxy resultSet, int columnIndex, String nString) voidresultSet_updateNString(ResultSetProxy resultSet, String columnLabel, String nString) voidresultSet_updateNull(ResultSetProxy resultSet, int columnIndex) voidresultSet_updateNull(ResultSetProxy resultSet, String columnLabel) voidresultSet_updateObject(ResultSetProxy resultSet, int columnIndex, Object x) voidresultSet_updateObject(ResultSetProxy resultSet, int columnIndex, Object x, int scaleOrLength) voidresultSet_updateObject(ResultSetProxy resultSet, String columnLabel, Object x) voidresultSet_updateObject(ResultSetProxy resultSet, String columnLabel, Object x, int scaleOrLength) voidresultSet_updateRef(ResultSetProxy resultSet, int columnIndex, Ref x) voidresultSet_updateRef(ResultSetProxy resultSet, String columnLabel, Ref x) voidresultSet_updateRow(ResultSetProxy resultSet) voidresultSet_updateRowId(ResultSetProxy resultSet, int columnIndex, RowId x) voidresultSet_updateRowId(ResultSetProxy resultSet, String columnLabel, RowId x) voidresultSet_updateShort(ResultSetProxy resultSet, int columnIndex, short x) voidresultSet_updateShort(ResultSetProxy resultSet, String columnLabel, short x) voidresultSet_updateSQLXML(ResultSetProxy resultSet, int columnIndex, SQLXML xmlObject) voidresultSet_updateSQLXML(ResultSetProxy resultSet, String columnLabel, SQLXML xmlObject) voidresultSet_updateString(ResultSetProxy resultSet, int columnIndex, String x) voidresultSet_updateString(ResultSetProxy resultSet, String columnLabel, String x) voidresultSet_updateTime(ResultSetProxy resultSet, int columnIndex, Time x) voidresultSet_updateTime(ResultSetProxy resultSet, String columnLabel, Time x) voidresultSet_updateTimestamp(ResultSetProxy resultSet, int columnIndex, Timestamp x) voidresultSet_updateTimestamp(ResultSetProxy resultSet, String columnLabel, Timestamp x) booleanresultSet_wasNull(ResultSetProxy resultSet) resultSetMetaData_getCatalogName(ResultSetMetaDataProxy metaData, int column) resultSetMetaData_getColumnClassName(ResultSetMetaDataProxy metaData, int column) intintresultSetMetaData_getColumnDisplaySize(ResultSetMetaDataProxy metaData, int column) resultSetMetaData_getColumnLabel(ResultSetMetaDataProxy metaData, int column) resultSetMetaData_getColumnName(ResultSetMetaDataProxy metaData, int column) intresultSetMetaData_getColumnType(ResultSetMetaDataProxy metaData, int column) resultSetMetaData_getColumnTypeName(ResultSetMetaDataProxy metaData, int column) intresultSetMetaData_getPrecision(ResultSetMetaDataProxy metaData, int column) intresultSetMetaData_getScale(ResultSetMetaDataProxy metaData, int column) resultSetMetaData_getSchemaName(ResultSetMetaDataProxy metaData, int column) resultSetMetaData_getTableName(ResultSetMetaDataProxy metaData, int column) booleanresultSetMetaData_isAutoIncrement(ResultSetMetaDataProxy metaData, int column) booleanresultSetMetaData_isCaseSensitive(ResultSetMetaDataProxy metaData, int column) booleanresultSetMetaData_isCurrency(ResultSetMetaDataProxy metaData, int column) booleanresultSetMetaData_isDefinitelyWritable(ResultSetMetaDataProxy metaData, int column) intresultSetMetaData_isNullable(ResultSetMetaDataProxy metaData, int column) booleanresultSetMetaData_isReadOnly(ResultSetMetaDataProxy metaData, int column) booleanresultSetMetaData_isSearchable(ResultSetMetaDataProxy metaData, int column) booleanresultSetMetaData_isSigned(ResultSetMetaDataProxy metaData, int column) booleanresultSetMetaData_isWritable(ResultSetMetaDataProxy metaData, int column) voidstatement_addBatch(StatementProxy statement, String sql) voidstatement_cancel(StatementProxy statement) voidstatement_clearBatch(StatementProxy statement) voidstatement_clearWarnings(StatementProxy statement) voidstatement_close(StatementProxy statement) booleanstatement_execute(StatementProxy statement, String sql) booleanstatement_execute(StatementProxy statement, String sql, int autoGeneratedKeys) booleanstatement_execute(StatementProxy statement, String sql, int[] columnIndexes) booleanstatement_execute(StatementProxy statement, String sql, String[] columnNames) int[]statement_executeBatch(StatementProxy statement) statement_executeQuery(StatementProxy statement, String sql) intstatement_executeUpdate(StatementProxy statement, String sql) intstatement_executeUpdate(StatementProxy statement, String sql, int autoGeneratedKeys) intstatement_executeUpdate(StatementProxy statement, String sql, int[] columnIndexes) intstatement_executeUpdate(StatementProxy statement, String sql, String[] columnNames) statement_getConnection(StatementProxy statement) intstatement_getFetchDirection(StatementProxy statement) intstatement_getFetchSize(StatementProxy statement) statement_getGeneratedKeys(StatementProxy statement) intstatement_getMaxFieldSize(StatementProxy statement) intstatement_getMaxRows(StatementProxy statement) booleanstatement_getMoreResults(StatementProxy statement) booleanstatement_getMoreResults(StatementProxy statement, int current) intstatement_getQueryTimeout(StatementProxy statement) statement_getResultSet(StatementProxy statement) intstatement_getResultSetConcurrency(StatementProxy statement) intstatement_getResultSetHoldability(StatementProxy statement) intstatement_getResultSetType(StatementProxy statement) intstatement_getUpdateCount(StatementProxy statement) statement_getWarnings(StatementProxy statement) booleanstatement_isClosed(StatementProxy statement) booleanstatement_isPoolable(StatementProxy statement) voidstatement_setCursorName(StatementProxy statement, String name) voidstatement_setEscapeProcessing(StatementProxy statement, boolean enable) voidstatement_setFetchDirection(StatementProxy statement, int direction) voidstatement_setFetchSize(StatementProxy statement, int rows) voidstatement_setMaxFieldSize(StatementProxy statement, int max) voidstatement_setMaxRows(StatementProxy statement, int max) voidstatement_setPoolable(StatementProxy statement, boolean poolable) voidstatement_setQueryTimeout(StatementProxy statement, int seconds) <T> T
-
Method Details
-
getDataSource
DataSourceProxy getDataSource() -
getFilterSize
int getFilterSize() -
getPos
int getPos() -
cloneChain
FilterChain cloneChain() -
unwrap
- Throws:
SQLException
-
isWrapperFor
- Throws:
SQLException
-
connection_connect
- Throws:
SQLException
-
connection_createStatement
- 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
- Throws:
SQLException
-
connection_setAutoCommit
- Throws:
SQLException
-
connection_getAutoCommit
- Throws:
SQLException
-
connection_commit
- Throws:
SQLException
-
connection_rollback
- Throws:
SQLException
-
connection_close
- Throws:
SQLException
-
connection_isClosed
- Throws:
SQLException
-
connection_getMetaData
- Throws:
SQLException
-
connection_setReadOnly
- Throws:
SQLException
-
connection_isReadOnly
- Throws:
SQLException
-
connection_setCatalog
- Throws:
SQLException
-
connection_getCatalog
- Throws:
SQLException
-
connection_setTransactionIsolation
- Throws:
SQLException
-
connection_getTransactionIsolation
- Throws:
SQLException
-
connection_getWarnings
- Throws:
SQLException
-
connection_clearWarnings
- 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
- Throws:
SQLException
-
connection_setTypeMap
void connection_setTypeMap(ConnectionProxy connection, Map<String, Class<?>> map) throws SQLException- Throws:
SQLException
-
connection_setHoldability
- Throws:
SQLException
-
connection_getHoldability
- Throws:
SQLException
-
connection_setSavepoint
- Throws:
SQLException
-
connection_setSavepoint
- Throws:
SQLException
-
connection_rollback
- 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
- Throws:
SQLException
-
connection_createBlob
- Throws:
SQLException
-
connection_createNClob
- Throws:
SQLException
-
connection_createSQLXML
- Throws:
SQLException
-
connection_isValid
- 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
- Throws:
SQLException
-
connection_getClientInfo
- 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
- Throws:
SQLException
-
connection_setSchema
- Throws:
SQLException
-
connection_abort
- Throws:
SQLException
-
connection_setNetworkTimeout
void connection_setNetworkTimeout(ConnectionProxy connection, Executor executor, int milliseconds) throws SQLException - Throws:
SQLException
-
connection_getNetworkTimeout
- Throws:
SQLException
-
resultSet_next
- Throws:
SQLException
-
resultSet_close
- Throws:
SQLException
-
resultSet_wasNull
- Throws:
SQLException
-
resultSet_getString
- Throws:
SQLException
-
resultSet_getBoolean
- Throws:
SQLException
-
resultSet_getByte
- Throws:
SQLException
-
resultSet_getShort
- Throws:
SQLException
-
resultSet_getInt
- Throws:
SQLException
-
resultSet_getLong
- Throws:
SQLException
-
resultSet_getFloat
- Throws:
SQLException
-
resultSet_getDouble
- Throws:
SQLException
-
resultSet_getBigDecimal
BigDecimal resultSet_getBigDecimal(ResultSetProxy resultSet, int columnIndex, int scale) throws SQLException - Throws:
SQLException
-
resultSet_getBytes
- Throws:
SQLException
-
resultSet_getDate
- Throws:
SQLException
-
resultSet_getTime
- Throws:
SQLException
-
resultSet_getTimestamp
- Throws:
SQLException
-
resultSet_getAsciiStream
- 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
- Throws:
SQLException
-
resultSet_getBoolean
- Throws:
SQLException
-
resultSet_getByte
- Throws:
SQLException
-
resultSet_getShort
- Throws:
SQLException
-
resultSet_getInt
- Throws:
SQLException
-
resultSet_getLong
- Throws:
SQLException
-
resultSet_getFloat
- Throws:
SQLException
-
resultSet_getDouble
- Throws:
SQLException
-
resultSet_getBigDecimal
BigDecimal resultSet_getBigDecimal(ResultSetProxy resultSet, String columnLabel, int scale) throws SQLException - Throws:
SQLException
-
resultSet_getBytes
- Throws:
SQLException
-
resultSet_getDate
- Throws:
SQLException
-
resultSet_getTime
- Throws:
SQLException
-
resultSet_getTimestamp
- 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
- Throws:
SQLException
-
resultSet_clearWarnings
- Throws:
SQLException
-
resultSet_getCursorName
- Throws:
SQLException
-
resultSet_getMetaData
- Throws:
SQLException
-
resultSet_getObject
- Throws:
SQLException
-
resultSet_getObject
<T> T resultSet_getObject(ResultSetProxy resultSet, int columnIndex, Class<T> type) throws SQLException - Throws:
SQLException
-
resultSet_getObject
- Throws:
SQLException
-
resultSet_getObject
<T> T resultSet_getObject(ResultSetProxy resultSet, String columnLabel, Class<T> type) throws SQLException - Throws:
SQLException
-
resultSet_findColumn
- Throws:
SQLException
-
resultSet_getCharacterStream
- Throws:
SQLException
-
resultSet_getCharacterStream
Reader resultSet_getCharacterStream(ResultSetProxy resultSet, String columnLabel) throws SQLException - Throws:
SQLException
-
resultSet_getBigDecimal
- Throws:
SQLException
-
resultSet_getBigDecimal
BigDecimal resultSet_getBigDecimal(ResultSetProxy resultSet, String columnLabel) throws SQLException - Throws:
SQLException
-
resultSet_isBeforeFirst
- Throws:
SQLException
-
resultSet_isAfterLast
- Throws:
SQLException
-
resultSet_isFirst
- Throws:
SQLException
-
resultSet_isLast
- Throws:
SQLException
-
resultSet_beforeFirst
- Throws:
SQLException
-
resultSet_afterLast
- Throws:
SQLException
-
resultSet_first
- Throws:
SQLException
-
resultSet_last
- Throws:
SQLException
-
resultSet_getRow
- Throws:
SQLException
-
resultSet_absolute
- Throws:
SQLException
-
resultSet_relative
- Throws:
SQLException
-
resultSet_previous
- Throws:
SQLException
-
resultSet_setFetchDirection
- Throws:
SQLException
-
resultSet_getFetchDirection
- Throws:
SQLException
-
resultSet_setFetchSize
- Throws:
SQLException
-
resultSet_getFetchSize
- Throws:
SQLException
-
resultSet_getType
- Throws:
SQLException
-
resultSet_getConcurrency
- Throws:
SQLException
-
resultSet_rowUpdated
- Throws:
SQLException
-
resultSet_rowInserted
- Throws:
SQLException
-
resultSet_rowDeleted
- Throws:
SQLException
-
resultSet_updateNull
- Throws:
SQLException
-
resultSet_updateBoolean
void resultSet_updateBoolean(ResultSetProxy resultSet, int columnIndex, boolean x) throws SQLException - Throws:
SQLException
-
resultSet_updateByte
- Throws:
SQLException
-
resultSet_updateShort
- Throws:
SQLException
-
resultSet_updateInt
- Throws:
SQLException
-
resultSet_updateLong
- Throws:
SQLException
-
resultSet_updateFloat
- 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
- Throws:
SQLException
-
resultSet_updateDate
- Throws:
SQLException
-
resultSet_updateTime
- 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
- Throws:
SQLException
-
resultSet_updateBoolean
void resultSet_updateBoolean(ResultSetProxy resultSet, String columnLabel, boolean x) throws SQLException - Throws:
SQLException
-
resultSet_updateByte
- Throws:
SQLException
-
resultSet_updateShort
void resultSet_updateShort(ResultSetProxy resultSet, String columnLabel, short x) throws SQLException - Throws:
SQLException
-
resultSet_updateInt
- Throws:
SQLException
-
resultSet_updateLong
- 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
- Throws:
SQLException
-
resultSet_updateTime
- 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
- Throws:
SQLException
-
resultSet_updateRow
- Throws:
SQLException
-
resultSet_deleteRow
- Throws:
SQLException
-
resultSet_refreshRow
- Throws:
SQLException
-
resultSet_cancelRowUpdates
- Throws:
SQLException
-
resultSet_moveToInsertRow
- Throws:
SQLException
-
resultSet_moveToCurrentRow
- Throws:
SQLException
-
resultSet_getStatement
- Throws:
SQLException
-
resultSet_getObject
Object resultSet_getObject(ResultSetProxy resultSet, int columnIndex, Map<String, Class<?>> map) throws SQLException- Throws:
SQLException
-
resultSet_getRef
- Throws:
SQLException
-
resultSet_getBlob
- Throws:
SQLException
-
resultSet_getClob
- Throws:
SQLException
-
resultSet_getArray
- Throws:
SQLException
-
resultSet_getObject
Object resultSet_getObject(ResultSetProxy resultSet, String columnLabel, Map<String, Class<?>> map) throws SQLException- Throws:
SQLException
-
resultSet_getRef
- Throws:
SQLException
-
resultSet_getBlob
- Throws:
SQLException
-
resultSet_getClob
- Throws:
SQLException
-
resultSet_getArray
- Throws:
SQLException
-
resultSet_getDate
- Throws:
SQLException
-
resultSet_getDate
Date resultSet_getDate(ResultSetProxy resultSet, String columnLabel, Calendar cal) throws SQLException - Throws:
SQLException
-
resultSet_getTime
- 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
- Throws:
SQLException
-
resultSet_getURL
- Throws:
SQLException
-
resultSet_updateRef
- Throws:
SQLException
-
resultSet_updateRef
- Throws:
SQLException
-
resultSet_updateBlob
- Throws:
SQLException
-
resultSet_updateBlob
- Throws:
SQLException
-
resultSet_updateClob
- Throws:
SQLException
-
resultSet_updateClob
- Throws:
SQLException
-
resultSet_updateArray
- Throws:
SQLException
-
resultSet_updateArray
void resultSet_updateArray(ResultSetProxy resultSet, String columnLabel, Array x) throws SQLException - Throws:
SQLException
-
resultSet_getRowId
- Throws:
SQLException
-
resultSet_getRowId
- Throws:
SQLException
-
resultSet_updateRowId
- Throws:
SQLException
-
resultSet_updateRowId
void resultSet_updateRowId(ResultSetProxy resultSet, String columnLabel, RowId x) throws SQLException - Throws:
SQLException
-
resultSet_getHoldability
- Throws:
SQLException
-
resultSet_isClosed
- 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
- Throws:
SQLException
-
resultSet_getNClob
- Throws:
SQLException
-
resultSet_getSQLXML
- Throws:
SQLException
-
resultSet_getSQLXML
- 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
- Throws:
SQLException
-
resultSet_getNString
- Throws:
SQLException
-
resultSet_getNCharacterStream
- 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
- Throws:
SQLException
-
statement_executeUpdate
- Throws:
SQLException
-
statement_close
- Throws:
SQLException
-
statement_getMaxFieldSize
- Throws:
SQLException
-
statement_setMaxFieldSize
- Throws:
SQLException
-
statement_getMaxRows
- Throws:
SQLException
-
statement_setMaxRows
- Throws:
SQLException
-
statement_setEscapeProcessing
- Throws:
SQLException
-
statement_getQueryTimeout
- Throws:
SQLException
-
statement_setQueryTimeout
- Throws:
SQLException
-
statement_cancel
- Throws:
SQLException
-
statement_getWarnings
- Throws:
SQLException
-
statement_clearWarnings
- Throws:
SQLException
-
statement_setCursorName
- Throws:
SQLException
-
statement_execute
- Throws:
SQLException
-
statement_getResultSet
- Throws:
SQLException
-
statement_getUpdateCount
- Throws:
SQLException
-
statement_getMoreResults
- Throws:
SQLException
-
statement_setFetchDirection
- Throws:
SQLException
-
statement_getFetchDirection
- Throws:
SQLException
-
statement_setFetchSize
- Throws:
SQLException
-
statement_getFetchSize
- Throws:
SQLException
-
statement_getResultSetConcurrency
- Throws:
SQLException
-
statement_getResultSetType
- Throws:
SQLException
-
statement_addBatch
- Throws:
SQLException
-
statement_clearBatch
- Throws:
SQLException
-
statement_executeBatch
- Throws:
SQLException
-
statement_getConnection
- Throws:
SQLException
-
statement_getMoreResults
- Throws:
SQLException
-
statement_getGeneratedKeys
- 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
- Throws:
SQLException
-
statement_isClosed
- Throws:
SQLException
-
statement_setPoolable
- Throws:
SQLException
-
statement_isPoolable
- Throws:
SQLException
-
preparedStatement_executeQuery
- Throws:
SQLException
-
preparedStatement_executeUpdate
- 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
- 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
- Throws:
SQLException
-
preparedStatement_addBatch
- 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
- 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
- Throws:
SQLException
-
clob_getAsciiStream
- Throws:
SQLException
-
clob_getCharacterStream
- Throws:
SQLException
-
clob_getCharacterStream
- Throws:
SQLException
-
clob_getSubString
- Throws:
SQLException
-
clob_length
- Throws:
SQLException
-
clob_position
- Throws:
SQLException
-
clob_position
- Throws:
SQLException
-
clob_setAsciiStream
- Throws:
SQLException
-
clob_setCharacterStream
- Throws:
SQLException
-
clob_setString
- Throws:
SQLException
-
clob_setString
int clob_setString(ClobProxy wrapper, long pos, String str, int offset, int len) throws SQLException - Throws:
SQLException
-
clob_truncate
- Throws:
SQLException
-
dataSource_recycle
- Throws:
SQLException
-
dataSource_connect
DruidPooledConnection dataSource_connect(DruidDataSource dataSource, long maxWaitMillis) throws SQLException - Throws:
SQLException
-
resultSetMetaData_getColumnCount
- 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
- Throws:
SQLException
-
resultSetMetaData_isSigned
- 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
- Throws:
SQLException
-
resultSetMetaData_getScale
- 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
-