Collection Contents Previous Next PDF

UltraLite.NET User's Guide

iAnywhere.UltraLite namespace

Table class


Represents a table in an UltraLite database.

Prototypes 

' Visual Basic
Public Class Table
  Inherits Cursor

// C#
public class Table :
  Cursor

Remarks 

This class cannot be directly instantiated. Tables are created using the GetTable method method of the Connection class class.


Table members
Schema property
AppendBytes method
AppendChars method
Delete method
DeleteAllRows method
Finalize method
FindBegin method
FindFirst method
FindFirst method
FindLast method
FindLast method
FindNext method
FindNext method
FindPrevious method
FindPrevious method
Insert method
InsertBegin method
LookupBackward method
LookupBackward method
LookupBegin method
LookupForward method
LookupForward method
Open method
Open method
SetBoolean method
SetBytes method
SetDouble method
SetFloat method
SetInt method
SetLong method
SetNull method
SetShort method
SetString method
SetTime method
SetTimestamp method
SetToDefault method
SetUInt method
SetULong method
SetUShort method
SetUUID method
Truncate method
Update method
UpdateBegin method

Collection Contents Previous Next PDF