ICursor3.LastError (PROP) ¶ PROPERTY LastError : ERROR This property allows to access the last error, that occurred when using one of the properties
Row ¶ RowHasChanged (Property) RowId (Property) RowUpdate (Method)
IRow.RowHasChanged (PROP) ¶ PROPERTY RowHasChanged : BOOL
IRow.RowId (PROP) ¶ PROPERTY RowId : CAA.IDENT
IRow.RowUpdate (METH) ¶ METHOD RowUpdate : ERROR InOut: Scope Name Type Return RowUpdate ERROR
IRow2.GetRowId (METH) ¶ METHOD GetRowId : ERROR Replacement for property IRow.RowId, that returns the row id as a 64 bit datatype, that avoids a possible overflow of the row id for large database tables. The return value indicates, whether the processing was successful or not. InOut: Scope Name Type Comment Return GetRowId ERROR Output idRow LINT Returns the row id.
ITableAsync.TableClearAsync (METH) ¶ METHOD TableClearAsync : PROC_STATE InOut: Scope Name Type Comment Return TableClearAsync PROC_STATE Input eCmd PROC_CMD eCommand Output eError ERROR
ITableAsync.TableCloseAsync (METH) ¶ METHOD TableCloseAsync : PROC_STATE InOut: Scope Name Type Comment Return TableCloseAsync PROC_STATE Input eCmd PROC_CMD eCommand Output eError ERROR
Savepoint ¶ SavepointReleaseAsync (Method) SavepointRollbackAsync (Method)