Collection Contents Previous Next PDF

UltraLite.NET User's Guide

iAnywhere.UltraLite namespace

Cursor class


Represents a cursor in an UltraLite database. Cursors are sets of rows from either a table or a result set.

Prototypes 

' Visual Basic
MustInherit Public Class Cursor

// C#
public abstract class Cursor

Remarks 

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

Collection Contents Previous Next PDF