All Packages This Package Previous Next
java.lang.Object | +----sqlj.runtime.profile.ref.RTStatementWrapper
The class RTStatementWrapper itself overrides all methods of RTStatement with versions that pass all requests to the underlying statement. Subclasses of RTStatementWrapper may further override some of these methods as well as provide additional methods and fields.
cancel
on the underlying statement.
clearWarnings
on the underlying statement.
execute
on the underlying statement.
executeComplete
on the underlying statement.
executeRTQuery
on the underlying statement.
executeUpdate
on the underlying statement.
getBigDecimal
on the underlying statement.
getBooleanNoNull
on the underlying statement.
getBooleanWrapper
on the underlying statement.
getByteNoNull
on the underlying statement.
getBytes
on the underlying statement.
getByteWrapper
on the underlying statement.
getDate
on the underlying statement.
getDoubleNoNull
on the underlying statement.
getDoubleWrapper
on the underlying statement.
getFloatNoNull
on the underlying statement.
getFloatWrapper
on the underlying statement.
getIntNoNull
on the underlying statement.
getIntWrapper
on the underlying statement.
getJDBCCallableStatement
on the underlying statement.
getJDBCPreparedStatement
on the underlying statement.
getLongNoNull
on the underlying statement.
getLongWrapper
on the underlying statement.
getMaxFieldSize
on the underlying statement.
getMaxRows
on the underlying statement.
getMoreResults
on the underlying statement.
getObject
on the underlying statement.
getQueryTimeout
on the underlying statement.
getResultSet
on the underlying statement.
getShortNoNull
on the underlying statement.
getShortWrapper
on the underlying statement.
getString
on the underlying statement.
getTime
on the underlying statement.
getTimestamp
on the underlying statement.
getUpdateCount
on the underlying statement.
getWarnings
on the underlying statement.
setAsciiStreamWrapper
on the underlying statement.
setBigDecimal
on the underlying statement.
setBinaryStreamWrapper
on the underlying statement.
setBoolean
on the underlying statement.
setBooleanWrapper
on the underlying statement.
setByte
on the underlying statement.
setBytes
on the underlying statement.
setByteWrapper
on the underlying statement.
setDate
on the underlying statement.
setDouble
on the underlying statement.
setDoubleWrapper
on the underlying statement.
setFloat
on the underlying statement.
setFloatWrapper
on the underlying statement.
setInt
on the underlying statement.
setIntWrapper
on the underlying statement.
setLong
on the underlying statement.
setLongWrapper
on the underlying statement.
setMaxFieldSize
on the underlying statement.
setMaxRows
on the underlying statement.
setObject
on the underlying statement.
setQueryTimeout
on the underlying statement.
setShort
on the underlying statement.
setShortWrapper
on the underlying statement.
setString
on the underlying statement.
setTime
on the underlying statement.
setTimestamp
on the underlying statement.
setUnicodeStreamWrapper
on the underlying statement.
protected RTStatement stmt
public RTStatementWrapper(RTStatement stmt)
public RTStatement getWrappedRTStatement()
public PreparedStatement getJDBCPreparedStatement() throws SQLException
getJDBCPreparedStatement
on the underlying statement.
public CallableStatement getJDBCCallableStatement() throws SQLException
getJDBCCallableStatement
on the underlying statement.
public int getMaxFieldSize() throws SQLException
getMaxFieldSize
on the underlying statement.
public void setMaxFieldSize(int p0) throws SQLException
setMaxFieldSize
on the underlying statement.
public int getMaxRows() throws SQLException
getMaxRows
on the underlying statement.
public void setMaxRows(int p0) throws SQLException
setMaxRows
on the underlying statement.
public int getQueryTimeout() throws SQLException
getQueryTimeout
on the underlying statement.
public void setQueryTimeout(int p0) throws SQLException
setQueryTimeout
on the underlying statement.
public void cancel() throws SQLException
cancel
on the underlying statement.
public SQLWarning getWarnings() throws SQLException
getWarnings
on the underlying statement.
public void clearWarnings() throws SQLException
clearWarnings
on the underlying statement.
public ResultSet getResultSet() throws SQLException
getResultSet
on the underlying statement.
public int getUpdateCount() throws SQLException
getUpdateCount
on the underlying statement.
public boolean getMoreResults() throws SQLException
getMoreResults
on the underlying statement.
public RTResultSet executeRTQuery() throws SQLException
executeRTQuery
on the underlying statement.
public int executeUpdate() throws SQLException
executeUpdate
on the underlying statement.
public void setBoolean(int p0, boolean p1) throws SQLException
setBoolean
on the underlying statement.
public void setByte(int p0, byte p1) throws SQLException
setByte
on the underlying statement.
public void setShort(int p0, short p1) throws SQLException
setShort
on the underlying statement.
public void setInt(int p0, int p1) throws SQLException
setInt
on the underlying statement.
public void setLong(int p0, long p1) throws SQLException
setLong
on the underlying statement.
public void setFloat(int p0, float p1) throws SQLException
setFloat
on the underlying statement.
public void setDouble(int p0, double p1) throws SQLException
setDouble
on the underlying statement.
public void setBooleanWrapper(int p0, Boolean p1) throws SQLException
setBooleanWrapper
on the underlying statement.
public void setByteWrapper(int p0, Byte p1) throws SQLException
setByteWrapper
on the underlying statement.
public void setShortWrapper(int p0, Short p1) throws SQLException
setShortWrapper
on the underlying statement.
public void setIntWrapper(int p0, Integer p1) throws SQLException
setIntWrapper
on the underlying statement.
public void setLongWrapper(int p0, Long p1) throws SQLException
setLongWrapper
on the underlying statement.
public void setFloatWrapper(int p0, Float p1) throws SQLException
setFloatWrapper
on the underlying statement.
public void setDoubleWrapper(int p0, Double p1) throws SQLException
setDoubleWrapper
on the underlying statement.
public void setBigDecimal(int p0, BigDecimal p1) throws SQLException
setBigDecimal
on the underlying statement.
public void setString(int p0, String p1) throws SQLException
setString
on the underlying statement.
public void setBytes(int p0, byte p1[]) throws SQLException
setBytes
on the underlying statement.
public void setDate(int p0, Date p1) throws SQLException
setDate
on the underlying statement.
public void setTime(int p0, Time p1) throws SQLException
setTime
on the underlying statement.
public void setTimestamp(int p0, Timestamp p1) throws SQLException
setTimestamp
on the underlying statement.
public void setAsciiStreamWrapper(int p0, AsciiStream p1) throws SQLException
setAsciiStreamWrapper
on the underlying statement.
public void setBinaryStreamWrapper(int p0, BinaryStream p1) throws SQLException
setBinaryStreamWrapper
on the underlying statement.
public void setUnicodeStreamWrapper(int p0, UnicodeStream p1) throws SQLException
setUnicodeStreamWrapper
on the underlying statement.
public void setObject(int p0, Object p1) throws SQLException
setObject
on the underlying statement.
public boolean execute() throws SQLException
execute
on the underlying statement.
public String getString(int p0) throws SQLException
getString
on the underlying statement.
public byte[] getBytes(int p0) throws SQLException
getBytes
on the underlying statement.
public Date getDate(int p0) throws SQLException
getDate
on the underlying statement.
public Time getTime(int p0) throws SQLException
getTime
on the underlying statement.
public Timestamp getTimestamp(int p0) throws SQLException
getTimestamp
on the underlying statement.
public boolean getBooleanNoNull(int p0) throws SQLException
getBooleanNoNull
on the underlying statement.
public byte getByteNoNull(int p0) throws SQLException
getByteNoNull
on the underlying statement.
public short getShortNoNull(int p0) throws SQLException
getShortNoNull
on the underlying statement.
public int getIntNoNull(int p0) throws SQLException
getIntNoNull
on the underlying statement.
public long getLongNoNull(int p0) throws SQLException
getLongNoNull
on the underlying statement.
public float getFloatNoNull(int p0) throws SQLException
getFloatNoNull
on the underlying statement.
public double getDoubleNoNull(int p0) throws SQLException
getDoubleNoNull
on the underlying statement.
public Boolean getBooleanWrapper(int p0) throws SQLException
getBooleanWrapper
on the underlying statement.
public Byte getByteWrapper(int p0) throws SQLException
getByteWrapper
on the underlying statement.
public Short getShortWrapper(int p0) throws SQLException
getShortWrapper
on the underlying statement.
public Integer getIntWrapper(int p0) throws SQLException
getIntWrapper
on the underlying statement.
public Long getLongWrapper(int p0) throws SQLException
getLongWrapper
on the underlying statement.
public Float getFloatWrapper(int p0) throws SQLException
getFloatWrapper
on the underlying statement.
public Double getDoubleWrapper(int p0) throws SQLException
getDoubleWrapper
on the underlying statement.
public Object getObject(int p0, Class p1) throws SQLException
getObject
on the underlying statement.
public BigDecimal getBigDecimal(int p0) throws SQLException
getBigDecimal
on the underlying statement.
public void executeComplete() throws SQLException
executeComplete
on the underlying statement.
All Packages This Package Previous Next