borland Packages  Class Hierarchy  datastore.jdbc Package 

BResult class (abstract)

java.lang.Object
   +----com.borland.datastore.jdbc.BResult
           +----com.borland.datastore.jdbc.RResult

About the BResult class

Properties  Methods  

Implements ResultSet

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.


BResult properties

*Read-only properties **Write-only properties

Properties implemented in this class

Properties implemented in java.lang.Object

BResult methods

Methods implemented in this class

Methods implemented in java.lang.Object


BResult properties

afterLast

 public boolean isAfterLast()

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

beforeFirst

 public boolean isBeforeFirst()

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

concurrency

 public int getConcurrency()

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

cursorName

 public String getCursorName()

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.

first

 public boolean isFirst()

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

last

 public boolean isLast()

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

metaData

 public abstract ResultSetMetaData getMetaData()

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

row

 public int getRow()

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

statement

 public Statement getStatement()

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

type

 public int getType()

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.


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