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

ULSyncState enumeration Next Page

ULTable class


The ULTable class is used to store, remove, update, and read data from a table.

Before you can work with table data, you must call the Open method. ULTable uses the following table modes for table operations.

Mode

Description

FindBegin

Begins find mode

InsertBegin

Begins insert mode

LookupBegin

Begins lookup mode

UpdateBegin

Begins update mode


Properties
Close method
Column method
Delete method
DeleteAllRows method
FindBegin method
FindFirst method
FindLast method
FindNext method
FindPrevious method
Insert method
InsertBegin method
LookupBackward method
LookupBegin method
LookupForward method
MoveAfterLast method
MoveBeforeFirst method
MoveFirst method
MoveLast method
MoveNext method
MovePrevious method
MoveRelative method
Open method
Truncate method
Update method
UpdateBegin method