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
BResult methods
Methods implemented in this class
- absolute(int)
- afterLast()
- beforeFirst()
- cancelRowUpdates()
- clearWarnings()
- close()
- deleteRow()
- finalize()
- findColumn(java.lang.String)
- first()
- getArray(int)
- getArray(java.lang.String)
- getAsciiStream(int)
- getAsciiStream(java.lang.String)
- getBigDecimal(int)
- getBigDecimal(int, int)
- getBigDecimal(java.lang.String)
- getBigDecimal(java.lang.String, int)
- getBinaryStream(int)
- getBinaryStream(java.lang.String)
- getBlob(int)
- getBlob(java.lang.String)
- getBoolean(int)
- getBoolean(java.lang.String)
- getByte(int)
- getByte(java.lang.String)
- getBytes(int)
- getBytes(java.lang.String)
- getCharacterStream(int)
- getCharacterStream(java.lang.String)
- getClob(int)
- getClob(java.lang.String)
- getDate(int)
- getDate(int, java.util.Calendar)
- getDate(java.lang.String)
- getDate(java.lang.String, java.util.Calendar)
- getDouble(int)
- getDouble(java.lang.String)
- getFloat(int)
- getFloat(java.lang.String)
- getInt(int)
- getInt(java.lang.String)
- getLong(int)
- getLong(java.lang.String)
- getObject(int)
- getObject(int, java.util.Map)
- getObject(java.lang.String)
- getObject(java.lang.String, java.util.Map)
- getRef(int)
- getRef(java.lang.String)
- getShort(int)
- getShort(java.lang.String)
- getString(int)
- getString(java.lang.String)
- getTime(int)
- getTime(int, java.util.Calendar)
- getTime(java.lang.String)
- getTime(java.lang.String, java.util.Calendar)
- getTimestamp(int)
- getTimestamp(int, java.util.Calendar)
- getTimestamp(java.lang.String)
- getTimestamp(java.lang.String, java.util.Calendar)
- getUnicodeStream(int)
- getUnicodeStream(java.lang.String)
- insertRow()
- last()
- moveToCurrentRow()
- moveToInsertRow()
- next()
- previous()
- refreshRow()
- relative(int)
- rowDeleted()
- rowInserted()
- rowUpdated()
- updateAsciiStream(int, java.io.InputStream, int)
- updateAsciiStream(java.lang.String, java.io.InputStream, int)
- updateBigDecimal(int, java.math.BigDecimal)
- updateBigDecimal(java.lang.String, java.math.BigDecimal)
- updateBinaryStream(int, java.io.InputStream, int)
- updateBinaryStream(java.lang.String, java.io.InputStream, int)
- updateBoolean(int, boolean)
- updateBoolean(java.lang.String, boolean)
- updateByte(int, byte)
- updateByte(java.lang.String, byte)
- updateBytes(int, byte[])
- updateBytes(java.lang.String, byte[])
- updateCharacterStream(int, java.io.Reader, int)
- updateCharacterStream(java.lang.String, java.io.Reader, int)
- updateDate(int, java.sql.Date)
- updateDate(java.lang.String, java.sql.Date)
- updateDouble(int, double)
- updateDouble(java.lang.String, double)
- updateFloat(int, float)
- updateFloat(java.lang.String, float)
- updateInt(int, int)
- updateInt(java.lang.String, int)
- updateLong(int, long)
- updateLong(java.lang.String, long)
- updateNull(int)
- updateNull(java.lang.String)
- updateObject(int, java.lang.Object)
- updateObject(int, java.lang.Object, int)
- updateObject(java.lang.String, java.lang.Object)
- updateObject(java.lang.String, java.lang.Object, int)
- updateRow()
- updateShort(int, short)
- updateShort(java.lang.String, short)
- updateString(int, java.lang.String)
- updateString(java.lang.String, java.lang.String)
- updateTime(int, java.sql.Time)
- updateTime(java.lang.String, java.sql.Time)
- updateTimestamp(int, java.sql.Timestamp)
- updateTimestamp(java.lang.String, java.sql.Timestamp)
- wasNull()
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()