Represents a table in an UltraLite database.
public class ULTable : ULResultSet
All members of ULTable 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 all rows from table. | |
Deletes the current row and moves it to the next valid row. | |
Performs an exact match lookup based on the current index scanning forward through the table. | |
Prepares to perform a new Find on a table by entering find mode. | |
Performs an exact match lookup based on the current index scanning forward through the table. | |
Performs an exact match lookup based on the current index scanning backward through the table. | |
Gets the next row that exactly matches the index. | |
Gets the previous row that exactly matches the index. | |
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. | |
Returns a ULTableSchema object that can be use to get schema information about the table. | |
Inserts a new row into the table. | |
Selects insert mode for setting columns. | |
Checks if a column is NULL. | |
Moves the cursor to the last row. | |
Performs a lookup based on the current index scanning forward through the table. | |
Performs a lookup based on the current index scanning backward through the table. | |
Prepares to perform a new Find on a table by entering lookup mode. | |
Performs a lookup based on the current index scanning forward through the table. | |
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. | |
Truncates the table and temporarily activates STOP SYNCHRONIZATION DELETE. | |
Updates the current row. | |
Selects update mode for setting columns. |
DeleteAllRows method
Find method
FindBegin method
FindFirst method
FindLast method
FindNext method
FindPrevious method
GetTableSchema method
Insert method
InsertBegin method
Lookup method
LookupBackward method
LookupBegin method
LookupForward method
TruncateTable method
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |