Xbasic

SQL::RowSnapshot Class

Description

A SQL::RowSnapshot loads and stores the data for a single table row.

Methods

AddData Method

Add a column to the collection of columns.

Clone Method

Make a complete copy of the object and its contents.

DataNumber Method

Looks up the index number of the column name provided.

DeleteData Method

Removes the SQL::ColumnValue object at a specific index in the collection of column values.

InsertData Method

Inserts a column value into the data collection just prior to the row specified by the argument named InsertBefore.

MoveData Method

Move a block of one or more column value items within the data collection.

NewInstance Method

Make a new and empty RowSnapshot.