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 - C and C++ Programming » UltraLite C++ API Reference » UltraLite_Table_iface class

LookupBegin function Next Page

LookupForward function


Synopsis

bool UltraLite_Table_iface::LookupForward(
ul_column_num ncols
)

Parameters
Remarks

Does a lookup based on the current index scanning forward through the table.

To specify the value to search for, set the column value for each column in the index. The cursor is positioned on the last row that matches or is less than the index value. For composite indexes, ncols specifies the number of columns to use in the lookup.

Returns