Home
last modified time | relevance | path

Searched defs:sql (Results 1 – 10 of 10) sorted by relevance

/PHP-8.0/ext/pdo_firebird/
H A Dfirebird_driver.c293 int preprocess(const char* sql, int sql_len, char* sql_out, HashTable* named_params) in preprocess()
506 static int firebird_handle_preparer(pdo_dbh_t *dbh, const char *sql, size_t sql_len, /* {{{ */ in firebird_handle_preparer()
592 static zend_long firebird_handle_doer(pdo_dbh_t *dbh, const char *sql, size_t sql_len) /* {{{ */ in firebird_handle_doer()
782 static int firebird_alloc_prepare_stmt(pdo_dbh_t *dbh, const char *sql, size_t sql_len, /* {{{ */ in firebird_alloc_prepare_stmt()
/PHP-8.0/ext/pdo_dblib/
H A Ddblib_driver.c97 static int dblib_handle_preparer(pdo_dbh_t *dbh, const char *sql, size_t sql_len, pdo_stmt_t *stmt,… in dblib_handle_preparer()
112 static zend_long dblib_handle_doer(pdo_dbh_t *dbh, const char *sql, size_t sql_len) in dblib_handle_doer()
/PHP-8.0/ext/pdo_odbc/
H A Dodbc_driver.c141 static int odbc_handle_preparer(pdo_dbh_t *dbh, const char *sql, size_t sql_len, pdo_stmt_t *stmt, … in odbc_handle_preparer()
220 static zend_long odbc_handle_doer(pdo_dbh_t *dbh, const char *sql, size_t sql_len) in odbc_handle_doer()
/PHP-8.0/ext/sqlite3/
H A Dsqlite3.c209 zend_string *sql; in PHP_METHOD() local
477 zend_string *sql; in PHP_METHOD() local
502 zend_string *sql; in PHP_METHOD() local
548 zend_string *sql; in PHP_METHOD() local
660 zend_string *sql; in PHP_METHOD() local
1630 char *sql = sqlite3_expanded_sql(stmt_obj->stmt); in PHP_METHOD() local
1638 const char *sql = sqlite3_sql(stmt_obj->stmt); in PHP_METHOD() local
1833 zend_string *sql; in PHP_METHOD() local
/PHP-8.0/ext/pdo_oci/
H A Doci_driver.c241 static int oci_handle_preparer(pdo_dbh_t *dbh, const char *sql, size_t sql_len, pdo_stmt_t *stmt, z… in oci_handle_preparer()
315 static zend_long oci_handle_doer(pdo_dbh_t *dbh, const char *sql, size_t sql_len) /* {{{ */ in oci_handle_doer()
/PHP-8.0/ext/pdo_mysql/
H A Dmysql_driver.c169 static int mysql_handle_preparer(pdo_dbh_t *dbh, const char *sql, size_t sql_len, pdo_stmt_t *stmt,… in mysql_handle_preparer()
259 static zend_long mysql_handle_doer(pdo_dbh_t *dbh, const char *sql, size_t sql_len) in mysql_handle_doer()
/PHP-8.0/ext/pdo_sqlite/
H A Dsqlite_driver.c178 static int sqlite_handle_preparer(pdo_dbh_t *dbh, const char *sql, size_t sql_len, pdo_stmt_t *stmt… in sqlite_handle_preparer()
206 static zend_long sqlite_handle_doer(pdo_dbh_t *dbh, const char *sql, size_t sql_len) in sqlite_handle_doer()
/PHP-8.0/ext/pgsql/
H A Dpgsql.c5325 …gsql_insert(PGconn *pg_link, const char *table, zval *var_array, zend_ulong opt, zend_string **sql) in php_pgsql_insert()
5448 zend_string *sql = NULL; in PHP_FUNCTION() local
5590 …n *pg_link, const char *table, zval *var_array, zval *ids_array, zend_ulong opt, zend_string **sql) in php_pgsql_update()
5664 zend_string *sql = NULL; in PHP_FUNCTION() local
5700 …gsql_delete(PGconn *pg_link, const char *table, zval *ids_array, zend_ulong opt, zend_string **sql) in php_pgsql_delete()
5760 zend_string *sql; in PHP_FUNCTION() local
5836 …char *table, zval *ids_array, zval *ret_array, zend_ulong opt, long result_type, zend_string **sql) in php_pgsql_select()
5902 zend_string *sql = NULL; in PHP_FUNCTION() local
/PHP-8.0/ext/pdo_pgsql/
H A Dpgsql_driver.c249 static int pgsql_handle_preparer(pdo_dbh_t *dbh, const char *sql, size_t sql_len, pdo_stmt_t *stmt,… in pgsql_handle_preparer()
318 static zend_long pgsql_handle_doer(pdo_dbh_t *dbh, const char *sql, size_t sql_len) in pgsql_handle_doer()
/PHP-8.0/ext/oci8/
H A Doci8.stub.php353 function oci_parse($connection, string $sql) {}
361 function ociparse($connection, string $sql) {}

Completed in 65 milliseconds