borland Packages  Class Hierarchy  datastore.jdbc Package 

RStatement class

java.lang.Object
   +----com.borland.datastore.jdbc.RStatement

About the RStatement class

Properties  Methods  

Implements PreparedStatement, Statement

Note: This is a feature of JBuilder Professional and Enterprise.

This class is used internally by other com.borland classes. You should never use this class directly.


RStatement properties

*Read-only properties **Write-only properties

Properties implemented in this class

Properties implemented in java.lang.Object

RStatement methods

Methods implemented in this class

Methods implemented in java.lang.Object


RStatement properties

connection

 public Connection getConnection()

This property is used internally by other com.borland classes. You should never use this property directly.

cursorName

 public void setCursorName(String name)

This property is used internally by other com.borland classes. You should never use this property directly.

escapeProcessing

 public void setEscapeProcessing(boolean enable)

This property is used internally by other com.borland classes. You should never use this property directly.

fetchDirection

 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.

fetchSize

 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.

maxFieldSize

 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.

maxRows

 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.

metaData

 public ResultSetMetaData getMetaData()

This property is used internally by other com.borland classes. You should never use this property directly.

moreResults

 public boolean getMoreResults()

This property is used internally by other com.borland classes. You should never use this property directly.

queryTimeout

 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.

resultSet

 public ResultSet getResultSet()

This property is used internally by other com.borland classes. You should never use this property directly.

resultSetConcurrency

 public int getResultSetConcurrency()

This property is used internally by other com.borland classes. You should never use this property directly.

resultSetType

 public int getResultSetType()

This property is used internally by other com.borland classes. You should never use this property directly.

updateCount

 public int getUpdateCount()

This property is used internally by other com.borland classes. You should never use this property directly.

warnings

 public SQLWarning getWarnings()

This property is used internally by other com.borland classes. You should never use this property directly.


RStatement methods

finalize()

  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()