Represents a result set in an UltraLite database.
public class ULResultSet
All members of ULResultSet class, including all inherited members.
Name | Description |
---|---|
Moves the cursor after the last row. | |
Appends bytes to a column. | |
Appends a string chunk to a column. | |
Moves the cursor before the first row. | |
Destroys this object. | |
Deletes the current row and moves it to the next valid row. | |
Deletes the current row and moves it to the next valid row. | |
Moves the cursor to the first row. | |
Fetches a value from a column as a ul_binary. | |
Gets the binary length of the value of a column. | |
Gets a binary chunk from the column. | |
Gets the connection object. | |
Fetches a value from a column as a DECL_DATETIME. | |
Fetches a value from a column as a double. | |
Fetches a value from a column as a float. | |
Fetches a value from a column as a GUID. | |
Fetches a value from a column as an integer. | |
Fetches a value from a column as the specified integer type. | |
Returns an object that can be used to get information about the result set. | |
Gets the number of rows in the table. | |
Gets the internal state of the cursor. | |
Fetches a value from a column as a null-terminated string. | |
Gets a string chunk from the column. | |
Gets the string length of the value of a column. | |
Checks if a column is NULL. | |
Moves the cursor to the last row. | |
Moves the cursor forward one row. | |
Moves the cursor back one row. | |
Moves the cursor by offset rows from the current cursor position. | |
Sets a column to a ul_binary value. | |
Sets a column to a DECL_DATETIME value. | |
Sets a column to its default value. | |
Sets a column to a double value. | |
Sets a column to a float value. | |
Sets a column to a GUID value. | |
Sets a column to an integer value. | |
Sets a column to an integer value of the specified integer type. | |
Sets a column to null. | |
Sets a column to a string value. | |
Updates the current row. | |
Selects update mode for setting columns. |
AfterLast method
AppendByteChunk method
AppendStringChunk method
BeforeFirst method
Close method
Delete method
DeleteNamed method
First method
GetBinary method
GetBinaryLength method
GetByteChunk method
GetConnection method
GetDateTime method
GetDouble method
GetFloat method
GetGuid method
GetInt method
GetIntWithType method
GetResultSetSchema method
GetRowCount method
GetState method
GetString method
GetStringChunk method
GetStringLength method
IsNull method
Last method
Next method
Previous method
Relative method
SetBinary method
SetDateTime method
SetDefault method
SetDouble method
SetFloat method
SetGuid method
SetInt method
SetIntWithType method
SetNull method
SetString method
Update method
UpdateBegin method
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |