Represents a table in an UltraLite database.
public class ULTable
All members of ULTable 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 table. | |
Deletes all rows in the table. | |
Deletes the current row and moves to the next valid row. | |
Prepares to perform a new find on this table. | |
Moves forward through the table from the beginning, looking for a row that exactly matches a value or full set of values in the current index. | |
Moves forward through the table from the beginning, looking for a row that exactly matches a value or partial set of values in the current index. | |
Moves backward through the table from the end, looking for a row that exactly matches a value or full set of values in the current index. | |
Moves backward through the table from the end, looking for a row that exactly matches a value or partial set of values in the current index. | |
Continues a findFirst() search by moving forward through the table from the current position, looking to see if the next row exactly matches a value or full set of values in the current index. | |
Continues a findFirst(int) search by moving forward through the table from the current position, looking to see if the next row exactly matches a value or partial set of values in the current index. | |
Continues a findLast() search by moving backward through the table from the current position, looking to see if the previous row exactly matches a value or full set of values in the current index. | |
Continues a findLast(int) search by moving backward through the table from the current position, looking to see if the previous row exactly matches a value or partial set of values in the current index. | |
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 table. | |
Returns the number of rows in the table 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. | |
Inserts a new row with the current column values (specified using the setType methods). | |
Prepares to insert a new row into this table by setting all current column values to their default values. | |
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 table is currently open. | |
Moves backward through the table from the end, looking for a row that matches or is less than a value or full set of values in the current index. | |
Moves backward through the table from the beginning, looking for a row that matches or is less than a value or partial set of values in the current index. | |
Prepares to perform a new lookup on this table. | |
Moves forward through the table from the beginning, looking for a row that matches or is greater than a value or full set of values in the current index. | |
Moves forward through the table from the beginning, looking for a row that matches or is greater than a value or partial set of values in the current index. | |
Moves to a position after the last row of the table. | |
Moves to a position before the first row of the table. | |
Moves to the position of the first row of the table. | |
Moves to the position of the last row of the table. | |
Moves to the position of the next row or after the last row of the table. | |
Moves to the position of the previous row or before the first row of the table. | |
Moves from the current row to the offset number of rows. | |
Opens this table for data access using its primary key. | |
Opens this table for data access using the specified index. | |
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 to its default value. | |
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. | |
Deletes all rows in the table while temporarily activating stop synchronization delete. | |
Updates the current row. | |
Selects the updates made for setting columns. | |
Constant for null timestamp. | |
Readonly property; Holds the schema of this table. |
appendBytes method
appendStringChunk method
close method
deleteAllRows method
deleteRow method
findBegin method
findFirst method
findFirstForColumns method
findLast method
findLastForColumns method
findNext method
findNextForColumns method
findPrevious method
findPreviousForColumns 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
insert method
insertBegin method
isBOF method
isEOF method
isNull method
isOpen method
lookupBackward method
lookupBackwardForColumns method
lookupBegin method
lookupForward method
lookupForwardForColumns method
moveAfterLast method
moveBeforeFirst method
moveFirst method
moveLast method
moveNext method
movePrevious method
moveRelative method
open method
openWithIndex 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
setToDefault method
setULong method
setUUID method
truncate 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 |