Searched defs:sql (Results 1 – 8 of 8) sorted by relevance
/php-src/ext/pdo_firebird/ |
H A D | firebird_driver.c | 298 static int php_firebird_preprocess(const zend_string* sql, char* sql_out, HashTable* named_params) in php_firebird_preprocess() 621 static bool firebird_handle_preparer(pdo_dbh_t *dbh, zend_string *sql, /* {{{ */ in firebird_handle_preparer() 719 static zend_long firebird_handle_doer(pdo_dbh_t *dbh, const zend_string *sql) /* {{{ */ in firebird_handle_doer() 994 static int php_firebird_alloc_prepare_stmt(pdo_dbh_t *dbh, const zend_string *sql, in php_firebird_alloc_prepare_stmt()
|
/php-src/ext/pdo_dblib/ |
H A D | dblib_driver.c | 94 static bool dblib_handle_preparer(pdo_dbh_t *dbh, zend_string *sql, pdo_stmt_t *stmt, zval *driver_… in dblib_handle_preparer() 109 static zend_long dblib_handle_doer(pdo_dbh_t *dbh, const zend_string *sql) in dblib_handle_doer()
|
/php-src/ext/sqlite3/ |
H A D | sqlite3.c | 215 zend_string *sql; in PHP_METHOD() local 485 zend_string *sql; in PHP_METHOD() local 510 zend_string *sql; in PHP_METHOD() local 556 zend_string *sql; in PHP_METHOD() local 672 zend_string *sql; in PHP_METHOD() local 1626 char *sql = sqlite3_expanded_sql(stmt_obj->stmt); in PHP_METHOD() local 1634 const char *sql = sqlite3_sql(stmt_obj->stmt); in PHP_METHOD() local 1827 zend_string *sql; in PHP_METHOD() local
|
/php-src/ext/pdo_odbc/ |
H A D | odbc_driver.c | 139 static bool odbc_handle_preparer(pdo_dbh_t *dbh, zend_string *sql, pdo_stmt_t *stmt, zval *driver_o… in odbc_handle_preparer() 217 static zend_long odbc_handle_doer(pdo_dbh_t *dbh, const zend_string *sql) in odbc_handle_doer()
|
/php-src/ext/pdo_mysql/ |
H A D | mysql_driver.c | 170 static bool mysql_handle_preparer(pdo_dbh_t *dbh, zend_string *sql, pdo_stmt_t *stmt, zval *driver_… in mysql_handle_preparer() 258 static zend_long mysql_handle_doer(pdo_dbh_t *dbh, const zend_string *sql) in mysql_handle_doer()
|
/php-src/ext/pdo_sqlite/ |
H A D | sqlite_driver.c | 175 static bool sqlite_handle_preparer(pdo_dbh_t *dbh, zend_string *sql, pdo_stmt_t *stmt, zval *driver… in sqlite_handle_preparer() 203 static zend_long sqlite_handle_doer(pdo_dbh_t *dbh, const zend_string *sql) in sqlite_handle_doer()
|
/php-src/ext/pgsql/ |
H A D | pgsql.c | 5517 …sert(PGconn *pg_link, const zend_string *table, zval *var_array, zend_ulong opt, zend_string **sql) in php_pgsql_insert() 5640 zend_string *sql = NULL; in PHP_FUNCTION() local 5787 …ink, const zend_string *table, zval *var_array, zval *ids_array, zend_ulong opt, zend_string **sql) in php_pgsql_update() 5861 zend_string *sql = NULL; in PHP_FUNCTION() local 5901 …lete(PGconn *pg_link, const zend_string *table, zval *ids_array, zend_ulong opt, zend_string **sql) in php_pgsql_delete() 5961 zend_string *sql; in PHP_FUNCTION() local 6041 …ring *table, zval *ids_array, zval *ret_array, zend_ulong opt, long result_type, zend_string **sql) in php_pgsql_select() 6115 zend_string *sql = NULL; in PHP_FUNCTION() local
|
/php-src/ext/pdo_pgsql/ |
H A D | pgsql_driver.c | 265 static bool pgsql_handle_preparer(pdo_dbh_t *dbh, zend_string *sql, pdo_stmt_t *stmt, zval *driver_… in pgsql_handle_preparer() 339 static zend_long pgsql_handle_doer(pdo_dbh_t *dbh, const zend_string *sql) in pgsql_handle_doer()
|
Completed in 41 milliseconds