Represents a table in an UltraLite database.
' Visual Basic
Public Class Table
Inherits Cursor
// C#
public class Table :
Cursor
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
SQL Anywhere Studio 9.0.2
Copyright © 1989–2004 Sybase, Inc. Portions copyright © 2001–2004 iAnywhere Solutions, Inc. All rights reserved.