Home
last modified time | relevance | path

Searched refs:supports_placeholders (Results 1 – 11 of 11) sorted by relevance

/PHP-5.5/ext/pdo/
H A Dpdo_sql_parser.c497 if (stmt->supports_placeholders == query_type && !stmt->named_rewrite_template) { in pdo_parse_params()
515 if (bindno && !params && stmt->supports_placeholders == PDO_PLACEHOLDER_NONE) { in pdo_parse_params()
521 …if (params && bindno != zend_hash_num_elements(params) && stmt->supports_placeholders == PDO_PLACE… in pdo_parse_params()
541 if (stmt->supports_placeholders == PDO_PLACEHOLDER_NONE) { in pdo_parse_params()
H A Dpdo_sql_parser.re139 if (stmt->supports_placeholders == query_type && !stmt->named_rewrite_template) {
157 if (bindno && !params && stmt->supports_placeholders == PDO_PLACEHOLDER_NONE) {
163 …if (params && bindno != zend_hash_num_elements(params) && stmt->supports_placeholders == PDO_PLACE…
183 if (stmt->supports_placeholders == PDO_PLACEHOLDER_NONE) {
H A Dphp_pdo_driver.h561 unsigned supports_placeholders:2; member
H A Dpdo_stmt.c491 if (PDO_PLACEHOLDER_NONE == stmt->supports_placeholders) { in PHP_METHOD()
1768 RETVAL_BOOL(stmt->supports_placeholders == PDO_PLACEHOLDER_NONE); in generic_stmt_attr_get()
/PHP-5.5/ext/pdo_mysql/
H A Dmysql_driver.c189 stmt->supports_placeholders = PDO_PLACEHOLDER_POSITIONAL; in mysql_handle_preparer()
249 stmt->supports_placeholders = PDO_PLACEHOLDER_NONE; in mysql_handle_preparer()
/PHP-5.5/ext/pdo_dblib/
H A Ddblib_driver.c102 stmt->supports_placeholders = PDO_PLACEHOLDER_NONE; in dblib_handle_preparer()
/PHP-5.5/ext/pdo_odbc/
H A Dodbc_driver.c160 stmt->supports_placeholders = PDO_PLACEHOLDER_POSITIONAL; in odbc_handle_preparer()
/PHP-5.5/ext/pdo_pgsql/
H A Dpgsql_driver.c265 stmt->supports_placeholders = PDO_PLACEHOLDER_NAMED; in pgsql_handle_preparer()
291 stmt->supports_placeholders = PDO_PLACEHOLDER_NONE; in pgsql_handle_preparer()
/PHP-5.5/ext/pdo_firebird/
H A Dfirebird_driver.c198 stmt->supports_placeholders = PDO_PLACEHOLDER_POSITIONAL; in firebird_handle_preparer()
/PHP-5.5/ext/pdo_oci/
H A Doci_driver.c269 stmt->supports_placeholders = PDO_PLACEHOLDER_NAMED; in oci_handle_preparer()
/PHP-5.5/ext/pdo_sqlite/
H A Dsqlite_driver.c188 stmt->supports_placeholders = PDO_PLACEHOLDER_POSITIONAL|PDO_PLACEHOLDER_NAMED; in sqlite_handle_preparer()

Completed in 34 milliseconds