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
ISavepoint.SavepointRollback (METH) ¶ METHOD SavepointRollback : ERROR InOut: Scope Name Type Return SavepointRollback ERROR
ISavepoint.SavepointStorage (PROP) ¶ PROPERTY SavepointStorage : IStorage
ISavepoint.SavepointTransaction (PROP) ¶ PROPERTY SavepointTransaction : ITransaction
Savepoint ¶ TransactionSetSavepoint (Method)
ITransaction.TransactionSetSavepoint (METH) ¶ METHOD TransactionSetSavepoint : ISavepoint InOut: Scope Name Type Return TransactionSetSavepoint ISavepoint Output eError ERROR
Transaction ¶ TransactionCommit (Method) TransactionRollback (Method) TransactionStorage (Property)
ITransaction.TransactionCommit (METH) ¶ METHOD TransactionCommit : ERROR InOut: Scope Name Type Return TransactionCommit ERROR