borland Packages Class Hierarchy datastore.jdbc Package
java.lang.Object +----com.borland.datastore.jdbc.RStatement
Properties Methods
Implements PreparedStatement, Statement
This class is used internally by other com.borland
classes. You should never use this class directly.
public Connection getConnection()
This property is used internally by other com.borland
classes. You should never use this property directly.
public void setCursorName(String name)
This property is used internally by other com.borland
classes. You should never use this property directly.
public void setEscapeProcessing(boolean enable)
This property is used internally by other com.borland
classes. You should never use this property directly.
public int getFetchDirection() public void setFetchDirection(int direction)
This property is used internally by other com.borland
classes. You should never use this property directly.
public int getFetchSize() public void setFetchSize(int rows)
This property is used internally by other com.borland
classes. You should never use this property directly.
public int getMaxFieldSize() public void setMaxFieldSize(int max)
This property is used internally by other com.borland
classes. You should never use this property directly.
public int getMaxRows() public void setMaxRows(int max)
This property is used internally by other com.borland
classes. You should never use this property directly.
public ResultSetMetaData getMetaData()
This property is used internally by other com.borland
classes. You should never use this property directly.
public boolean getMoreResults()
This property is used internally by other com.borland
classes. You should never use this property directly.
public int getQueryTimeout() public void setQueryTimeout(int seconds)
This property is used internally by other com.borland
classes. You should never use this property directly.
public ResultSet getResultSet()
This property is used internally by other com.borland
classes. You should never use this property directly.
public int getResultSetConcurrency()
This property is used internally by other com.borland
classes. You should never use this property directly.
public int getResultSetType()
This property is used internally by other com.borland
classes. You should never use this property directly.
public int getUpdateCount()
This property is used internally by other com.borland
classes. You should never use this property directly.
public SQLWarning getWarnings()
This property is used internally by other com.borland
classes. You should never use this property directly.
public void finalize()
This method is used internally by other com.borland
classes. You should never use this method directly.
Overrides: java.lang.Object.finalize()