Searched refs:commit (Results 1 - 9 of 9) sorted by relevance
| /PHP_TRUNK/ext/phar/tests/files/ |
| H A D | pear2coverage.phar.php | 784 $this->sqlite->commit(); 1501 function commit() 1498 function commit() function
|
| /PHP_TRUNK/ext/spl/examples/ |
| H A D | phar_from_dir.php | 48 $phar->commit();
|
| /PHP_TRUNK/ext/interbase/ |
| H A D | interbase.c | 1312 static void _php_ibase_trans_end(INTERNAL_FUNCTION_PARAMETERS, int commit) /* {{{ */ argument 1352 switch (commit) { 1373 if ((commit & RETAIN) == 0 && res_id != 0) {
|
| /PHP_TRUNK/ext/pdo/ |
| H A D | pdo_dbh.c | 620 /* TODO: this should be an exception; see the auto-commit mode 636 /* {{{ proto bool PDO::commit() 638 static PHP_METHOD(PDO, commit) 652 if (dbh->methods->commit(dbh TSRMLS_CC)) { 853 zend_throw_exception_ex(php_pdo_get_exception(), 0 TSRMLS_CC, "The auto-commit mode cannot be changed for this driver"); 1268 PHP_ME(PDO, commit, arginfo_pdo__void, ZEND_ACC_PUBLIC)
|
| H A D | php_pdo_driver.h | 120 PDO_ATTR_AUTOCOMMIT, /* use to turn on or off auto-commit mode */ 304 pdo_dbh_txn_func commit; member in struct:pdo_dbh_methods 460 /* if true, commit or rollBack is allowed to be called */
|
| /PHP_TRUNK/ext/mysqli/ |
| H A D | mysqli_fe.c | 518 PHP_FALIAS(commit, mysqli_commit, arginfo_class_mysqli_commit)
|
| H A D | mysqli_api.c | 61 Turn auto commit on or of */ 673 static int mysqli_commit_or_rollback_libmysql(MYSQL * conn, zend_bool commit, const unsigned int mode, const char * const name) argument 684 unsigned int query_len = spprintf(&query, 0, (commit? "COMMIT%s %s":"ROLLBACK%s %s"),
|
| /PHP_TRUNK/ext/mysqlnd/ |
| H A D | mysqlnd.c | 2669 MYSQLND_METHOD(mysqlnd_conn_data, tx_commit_or_rollback)(MYSQLND_CONN_DATA * conn, const zend_bool commit, const unsigned int flags, const char * const name TSRMLS_DC) 2685 unsigned int query_len = mnd_sprintf(&query, 0, (commit? "COMMIT%s %s":"ROLLBACK%s %s"),
|
| H A D | mysqlnd_structs.h | 487 typedef enum_func_status (*func_mysqlnd_conn_data__tx_commit_or_rollback)(MYSQLND_CONN_DATA * conn, const zend_bool commit, const unsigned int flags, const char * const name TSRMLS_DC);
|
Completed in 46 milliseconds