TableQuery::ExecuteResult Class

Description

The TableQuery::ExecuteResult class is used with Alpha Anywhere SQL connection drivers to provide intermediate information about the result of the operation.

Properties

resultSetSQL::ResultSet

A SQL::ResultSet object

hasLastInsertedIdentityLogical

If .t., the lastInsertedIdentity has a value.

lastInsertedIdentityAny Type

The identity for the last row of data inserted into the table. This value is only available if hasLastInsertedIdentity is .t..

rowsAffectedNumeric

The number of rows affected by the last operation on the table.

tableInfoSQL::TableInfo

Information about the table that was affected by the SQL operation.

Methods

LoadTableInfo Method

If successful, the table schema was loaded into tableInfo.

See Also