Searched defs:sql (Results 1 – 10 of 10) sorted by relevance
/PHP-5.6/ext/pdo_dblib/ |
H A D | dblib_driver.c | 94 static int dblib_handle_preparer(pdo_dbh_t *dbh, const char *sql, long sql_len, pdo_stmt_t *stmt, z… in dblib_handle_preparer() 108 static long dblib_handle_doer(pdo_dbh_t *dbh, const char *sql, long sql_len TSRMLS_DC) in dblib_handle_doer()
|
/PHP-5.6/ext/pdo_firebird/ |
H A D | firebird_driver.c | 135 static int firebird_handle_preparer(pdo_dbh_t *dbh, const char *sql, long sql_len, /* {{{ */ in firebird_handle_preparer() 221 static long firebird_handle_doer(pdo_dbh_t *dbh, const char *sql, long sql_len TSRMLS_DC) /* {{{ */ in firebird_handle_doer() 394 static int firebird_alloc_prepare_stmt(pdo_dbh_t *dbh, const char *sql, long sql_len, /* {{{ */ in firebird_alloc_prepare_stmt()
|
/PHP-5.6/ext/pdo_odbc/ |
H A D | odbc_driver.c | 145 static int odbc_handle_preparer(pdo_dbh_t *dbh, const char *sql, long sql_len, pdo_stmt_t *stmt, zv… in odbc_handle_preparer() 223 static long odbc_handle_doer(pdo_dbh_t *dbh, const char *sql, long sql_len TSRMLS_DC) in odbc_handle_doer()
|
/PHP-5.6/ext/pdo_oci/ |
H A D | oci_driver.c | 251 static int oci_handle_preparer(pdo_dbh_t *dbh, const char *sql, long sql_len, pdo_stmt_t *stmt, zva… in oci_handle_preparer() 327 static long oci_handle_doer(pdo_dbh_t *dbh, const char *sql, long sql_len TSRMLS_DC) /* {{{ */ in oci_handle_doer()
|
/PHP-5.6/ext/pdo_mysql/ |
H A D | mysql_driver.c | 164 static int mysql_handle_preparer(pdo_dbh_t *dbh, const char *sql, long sql_len, pdo_stmt_t *stmt, z… in mysql_handle_preparer() 256 static long mysql_handle_doer(pdo_dbh_t *dbh, const char *sql, long sql_len TSRMLS_DC) in mysql_handle_doer()
|
/PHP-5.6/ext/sqlite3/ |
H A D | sqlite3.c | 221 char *sql, *errtext = NULL; local 443 char *sql, *ret; local 469 char *sql; local 518 char *sql, *errtext = NULL; local 637 char *sql, *errtext = NULL; local 1669 char *sql; local
|
/PHP-5.6/ext/pdo_sqlite/ |
H A D | sqlite_driver.c | 178 static int sqlite_handle_preparer(pdo_dbh_t *dbh, const char *sql, long sql_len, pdo_stmt_t *stmt, … in sqlite_handle_preparer() 206 static long sqlite_handle_doer(pdo_dbh_t *dbh, const char *sql, long sql_len TSRMLS_DC) in sqlite_handle_doer()
|
/PHP-5.6/ext/pdo_pgsql/ |
H A D | pgsql_driver.c | 232 static int pgsql_handle_preparer(pdo_dbh_t *dbh, const char *sql, long sql_len, pdo_stmt_t *stmt, z… in pgsql_handle_preparer() 305 static long pgsql_handle_doer(pdo_dbh_t *dbh, const char *sql, long sql_len TSRMLS_DC) in pgsql_handle_doer()
|
/PHP-5.6/ext/pgsql/ |
H A D | pgsql.c | 6670 char *table, *sql = NULL; local 6892 char *table, *sql = NULL; local 6984 char *table, *sql = NULL; local 7122 char *table, *sql = NULL; local
|
/PHP-5.6/ext/sqlite3/libsqlite/ |
H A D | sqlite3ext.h | 209 const char *(*sql)(sqlite3_stmt*); member
|
Completed in 59 milliseconds