MIOLO20
Carregando...
Procurando...
Nenhuma entrada encontrada
mtransaction.class
Ir para a documentação deste ficheiro.
1<?php
7{
16 {
17 ibase_trans(IBASE_COMMITED, $this->conn->id);
18 }
19
27 function _commit()
28 {
29 ibase_commit ($this->conn->id);
30 }
31
39 function _rollback()
40 {
41 ibase_rollback ($this->conn->id);
42 }
43}
44?>