Represents a result set in an UltraLite database.
public class ResultSet
All members of ResultSet class, including all inherited members.
Name | Description |
---|---|
Appends the given bytes to the end of the column. | |
Appends a string chunk to a column. | |
Closes the ResultSet. | |
Deletes the current row and moves to the next valid row. | |
Bind to the AGDBSet object from the result set. | |
Returns the value for the specified column as a boolean. | |
Returns the value for the specified column as an array of bytes. | |
Gets a binary chunk from the column. | |
Returns the value for the specified SQLType.DATE column as a Date object. | |
Returns the value for the specified column as a double. | |
Returns the value for the specified column as a float. | |
Returns the value for the specified column as a signed 32-bit integer. | |
Returns the value for the specified column as a long. | |
Returns the number of rows in the ResultSet object. | |
Returns the number of rows in the result set up to a specified threshold number of rows. | |
Returns the value for the specified column as a signed 16-bit integer. | |
Returns the value of the specified column as a String. | |
Copies a subset of the value for the specified SQLType.LONGVARCHAR column, beginning at the specified offset, to the retuned String object. | |
Returns the value for the specified SQLType.TIME column as a Date object. | |
Returns the value for the specified SQLType.TIMESTAMP column as a Date object. | |
Returns the value for the specified SQLType.TIMESTAMP_WITH_TIME_ZONE column as a Date object. | |
Returns the value for the specified column as an unsigned 64-bit integer. | |
Returns the value for the specified column as a UUID. | |
Checks whether the current row position is before the first row. | |
Checks whether the current row position is after the last row. | |
Checks whether the value from the specified column is NULL. | |
Checks whether this ResultSet is currently open. | |
Moves to a position after the last row of the ResultSet object. | |
Moves to a position before the first row of the ResultSet object. | |
Moves to the position of the first row of the ResultSet object. | |
Moves to the position of the last row of the ResultSet object. | |
Moves to the position of the next row or after the last row of the ResultSet object. | |
Moves to the position of the previous row or before the first row of the ResultSet object. | |
Moves from the current row to the offset number of rows. | |
Sets the value for the specified column using a boolean. | |
Sets the value for the specified column using an array of bytes. | |
Sets the value for the specified column using a Date object. | |
Sets the value for the specified column using a double. | |
Sets the value for the specified column using a float. | |
Sets the value for the specified column using an integer. | |
Sets the value for the specified column using an Int64. | |
Sets a column to the SQL NULL. | |
Sets the value for the specified column using a UInt16. | |
Sets the value for the specified column using a String. | |
Sets the value for the specified column using a Date object. | |
Sets the value for the specified column using a Date object. | |
Sets the value for the specified column using a Date object. | |
Sets the value for the specified column using a 64-bit long treated as an unsigned value. | |
Sets the value for the specified column using a UUID. | |
Updates the current row. | |
Selects the updates made for setting columns. | |
Constant for null timestamp. | |
Readonly property; Holds the schema of this result set. |
This class cannot be directly instantiated. Result sets are created using the PreparedStatement.executeQuery() method.
A result set is only valid while the prepared statement is open.
appendBytes method
appendStringChunk method
close method
deleteRow method
getAGDBSet method
getBoolean method
getBytes method
getBytesSection method
getDate method
getDouble method
getFloat method
getInt method
getLong method
getRowCount method
getRowCountWithThreshold method
getShort method
getString method
getStringChunk method
getTime method
getTimestamp method
getTimestampWithTimeZone method
getULong method
getUUID method
isBOF method
isEOF method
isNull method
isOpen method
moveAfterLast method
moveBeforeFirst method
moveFirst method
moveLast method
moveNext method
movePrevious method
moveRelative method
setBoolean method
setBytes method
setDate method
setDouble method
setFloat method
setInt method
setLong method
setNull method
setShort method
setString method
setTime method
setTimestamp method
setTimestampWithTimeZone method
setULong method
setUUID method
update method
updateBegin method
NULL_TIMESTAMP_VAL variable
schema variable
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |