SQL::Row::Data Function
/documentation/pages/Ref/Api/Namespace/SQL/Row/Data Method.xml
Get the value of the data column specified.
SQL::Row::DataIsNull Function
/documentation/pages/Ref/Api/Namespace/SQL/Row/DataIsNull Method.xml
Determine whether a given element is Null.
SQL::Row::FormatData Function
/documentation/pages/Ref/Api/Namespace/SQL/Row/FormatData Method.xml
Format the data for the column name, index or definition specified.
SQL::RowSnapshot AddData Function
/documentation/pages/Ref/Api/Namespace/SQL/RowSnapshot/AddData Method.xml
Add a column to the collection of columns.
SQL::RowSnapshot InsertData Function
/documentation/pages/Ref/Api/Namespace/SQL/RowSnapshot/InsertData Method.xml
Inserts a column value into the data collection just prior to the row specified by the argument named InsertBefore.
SQL::RowSnapshot DeleteData Function
/documentation/pages/Ref/Api/Namespace/SQL/RowSnapshot/DeleteData Method.xml
Removes the SQL::ColumnValue object at a specific index in the collection of column values.
SQL::RowSnapshot DataNumber Function
/documentation/pages/Ref/Api/Namespace/SQL/RowSnapshot/DataNumber Method.xml
Looks up the index number of the column name provided.
SQL::RowSnapshot MoveData Function
/documentation/pages/Ref/Api/Namespace/SQL/RowSnapshot/MoveData Method.xml
Move a block of one or more column value items within the data collection.
SQL::TableSnapshot InsertRow Function
/documentation/pages/Ref/Api/Namespace/SQL/TableSnapshot/InsertRow Method.xml
Optional. Default value 1. A numeric value that specifies what row to insert the data before. A value of 1 inserts the row at the beginning of the table.
SQL::Row::ColumnNumber Function
/documentation/pages/Ref/Api/Namespace/SQL/Row/ColumnNumber Method.xml
Get the number of the column named.