Home
last modified time | relevance | path

Searched defs:paramtype (Results 1 – 7 of 7) sorted by relevance

/php-src/ext/pdo_dblib/
H A Ddblib_driver.c145 …ng* dblib_handle_quoter(pdo_dbh_t *dbh, const zend_string *unquoted, enum pdo_param_type paramtype) in dblib_handle_quoter()
/php-src/ext/pdo_odbc/
H A Dphp_pdo_odbc_int.h154 SQLSMALLINT paramtype; member
/php-src/ext/pdo_mysql/
H A Dmysql_driver.c308 …g* mysql_handle_quoter(pdo_dbh_t *dbh, const zend_string *unquoted, enum pdo_param_type paramtype ) in mysql_handle_quoter()
/php-src/ext/pdo_firebird/
H A Dfirebird_driver.c720 … firebird_handle_quoter(pdo_dbh_t *dbh, const zend_string *unquoted, enum pdo_param_type paramtype) in firebird_handle_quoter()
/php-src/ext/pdo_sqlite/
H A Dsqlite_driver.c223 …g* sqlite_handle_quoter(pdo_dbh_t *dbh, const zend_string *unquoted, enum pdo_param_type paramtype) in sqlite_handle_quoter()
/php-src/ext/pdo/
H A Dpdo_dbh.c1235 zend_long paramtype = PDO_PARAM_STR; in PHP_METHOD() local
/php-src/ext/pdo_pgsql/
H A Dpgsql_driver.c344 …ng* pgsql_handle_quoter(pdo_dbh_t *dbh, const zend_string *unquoted, enum pdo_param_type paramtype) in pgsql_handle_quoter()

Completed in 24 milliseconds