Home
last modified time | relevance | path

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

/PHP-5.3/ext/pdo/
H A Dpdo_sql_parser.c492 if (stmt->supports_placeholders == query_type && !stmt->named_rewrite_template) { in pdo_parse_params()
510 if (bindno && !params && stmt->supports_placeholders == PDO_PLACEHOLDER_NONE) { in pdo_parse_params()
516 …if (params && bindno != zend_hash_num_elements(params) && stmt->supports_placeholders == PDO_PLACE… in pdo_parse_params()
536 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.h566 unsigned supports_placeholders:2; member
H A Dpdo_stmt.c491 if (PDO_PLACEHOLDER_NONE == stmt->supports_placeholders) { in PHP_METHOD()
1786 RETVAL_BOOL(stmt->supports_placeholders == PDO_PLACEHOLDER_NONE); in generic_stmt_attr_get()
/PHP-5.3/ext/pdo_dblib/
H A Ddblib_driver.c99 stmt->supports_placeholders = PDO_PLACEHOLDER_NONE; in dblib_handle_preparer()
/PHP-5.3/ext/pdo_mysql/
H A Dmysql_driver.c214 stmt->supports_placeholders = PDO_PLACEHOLDER_POSITIONAL; in mysql_handle_preparer()
275 stmt->supports_placeholders = PDO_PLACEHOLDER_NONE; in mysql_handle_preparer()
/PHP-5.3/ext/pdo_odbc/
H A Dodbc_driver.c160 stmt->supports_placeholders = PDO_PLACEHOLDER_POSITIONAL; in odbc_handle_preparer()
/PHP-5.3/ext/pdo_pgsql/
H A Dpgsql_driver.c253 stmt->supports_placeholders = PDO_PLACEHOLDER_NAMED; in pgsql_handle_preparer()
279 stmt->supports_placeholders = PDO_PLACEHOLDER_NONE; in pgsql_handle_preparer()
/PHP-5.3/ext/sqlite/
H A Dpdo_sqlite2.c348 stmt->supports_placeholders = PDO_PLACEHOLDER_NONE; in sqlite2_handle_preparer()
/PHP-5.3/ext/pdo_firebird/
H A Dfirebird_driver.c200 stmt->supports_placeholders = PDO_PLACEHOLDER_POSITIONAL; in firebird_handle_preparer()
/PHP-5.3/ext/pdo_oci/
H A Doci_driver.c267 stmt->supports_placeholders = PDO_PLACEHOLDER_NAMED; in oci_handle_preparer()
/PHP-5.3/ext/pdo_sqlite/
H A Dsqlite_driver.c188 stmt->supports_placeholders = PDO_PLACEHOLDER_POSITIONAL|PDO_PLACEHOLDER_NAMED; in sqlite_handle_preparer()

Completed in 80 milliseconds