Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - AppForge Programming » UltraLite for AppForge API Reference

ContainsTable method Next Page

ULResultSet class


The ULResultSet object moves over rows returned by a SQL query. Since the ULResultSet object contains the data returned by a query, you must refresh any query resultset after you have performed DML operations such as INSERT, UPDATE, or DELETE. To do this, you should perform ExecuteQuery after you perform ExecuteStatement.

ULResultSet columns are accessed using an ordinal number representing the 1-relative column number in the result set. This parameter is named index in the following descriptions.

Note

Get methods throw an error if the underlying column is NULL. Applications should first check for a NULL value in the property or method before attempting a get.


Properties
AppendByteChunk method
AppendStringChunk method
Close method
Delete method
GetBoolean method
GetByte method
GetByteChunk method
GetDatetime method
GetDouble method
GetInteger method
GetLong method
GetReal method
GetString method
GetStringChunk method
IsNull method
MoveAfterLast method
MoveBeforeFirst method
MoveFirst method
MoveLast method
MoveNext method
MovePrevious method
MoveRelative method
SetBoolean method
SetByte method
SetByteChunk method
SetDatetime method
SetDouble method
SetInteger method
SetLong method
SetNull method
Update method
UpdateBegin method