|
|
|
|
|
|
Categoría: WLanguage functions |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Enables or disables the management of transactions for one or more files. |
|
|
|
|
|
|
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file. |
|
|
|
|
|
|
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction. |
|
|
|
|
|
|
Validates the current transaction: - the modifications performed on the data file since the start of transaction (HTransactionStart) are validated.
- the transaction file is deleted (if the transaction is the last transaction in progress for a network application)
- the records locked in read-only by the transaction are unlocked.
|
|
|
|
|
|
|
Transforms all "in transaction" records into "normal" records if they do not belong to a transaction currently in progress. |
|
|
|
|
|
|
Used to find out whether a transaction is in progress. |
|
|
|
|
|
|
Permite saber si se interrumpió una transacción (la transacción no se validó, ni se canceló). |
|
|
|
|
|
|
Configures the isolation level of transactions for a connection to an HFSQL server. |
|
|
|
|
|
|
Devuelve la lista de transacciones en curso o interrumpidas en el servidor de la conexión especificada. |
|
|
|
|
|
|
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|