Represents a cursor in an UltraLite database. Cursors are sets of rows from either a table or a result set.
' Visual Basic
MustInherit Public Class Cursor
// C#
public abstract class Cursor
This class is an abstract base class of the Table class and ResultSet class classes.
Derived classes have a Schema property through which the
description of the rows may be accessed.
Cursor members
IsBOF property
IsEOF property
IsOpen property
RowCount property
Close method
Fill method
Finalize method
GetBoolean method
GetBytes method
GetBytes method
GetChars method
GetDouble method
GetFloat method
GetInt method
GetLong method
GetShort method
GetString method
GetTime method
GetTimestamp method
GetUInt method
GetULong method
GetUShort method
GetUUID method
IsNull method
MoveAfterLast method
MoveBeforeFirst method
MoveFirst method
MoveLast method
MoveNext method
MovePrevious method
MoveRelative method
SQL Anywhere Studio 9.0.2
Copyright © 1989–2004 Sybase, Inc. Portions copyright © 2001–2004 iAnywhere Solutions, Inc. All rights reserved.