ITable.TableNumOfColumns (PROP) ¶ PROPERTY TableNumOfColumns : CAA.COUNT
ITable.TableNumOfIndexes (PROP) ¶ PROPERTY TableNumOfIndexes : CAA.COUNT
ITable.TableNumOfRows (PROP) ¶ PROPERTY TableNumOfRows : CAA.COUNT
ITable.TableStorage (PROP) ¶ PROPERTY TableStorage : IStorage
Row ¶ RowDelete2 (Method)
ITable2.RowDelete2 (METH) ¶ METHOD RowDelete2 : ERROR Replacement of method ITable.RowDelete, that accepts a LINT value for the row id instead of a CAA.IDENT value. The return value indicates, whether the processing was successful or not. InOut: Scope Name Type Comment Return RowDelete2 ERROR Input idRow LINT The row id of the row to delete
ITable3.LastError (PROP) ¶ PROPERTY LastError : ERROR This property allows to access the last error, that occurred when using one of the properties
ITable4.GetMinMaxRowIds (METH) ¶ METHOD GetMinMaxRowIds : ERROR Determines the minimum and maximum row ID that currently exist in the table. The return value indicates, whether the processing was successful or not. InOut: Scope Name Type Comment Return GetMinMaxRowIds ERROR Output idRowMin LINT Returns the minimum row id. idRowMax LINT Returns the maximum row id.
Savepoint ¶ SavepointRelease (Method) SavepointRollback (Method) SavepointStorage (Property) SavepointTransaction (Property)
ISavepoint.SavepointRelease (METH) ¶ METHOD SavepointRelease : ERROR InOut: Scope Name Type Return SavepointRelease ERROR