Home
last modified time | relevance | path

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

/PHP-8.2/ext/pdo/
H A Dpdo_sql_parser.re101 …if (t == PDO_PARSER_ESCAPED_QUESTION && stmt->supports_placeholders == PDO_PLACEHOLDER_POSITIONAL)…
148 …if (stmt->supports_placeholders == PDO_PLACEHOLDER_NONE && params && bindno != zend_hash_num_eleme…
172 if (stmt->supports_placeholders == query_type && !stmt->named_rewrite_template) {
194 if (stmt->supports_placeholders == PDO_PLACEHOLDER_NONE) {
H A Dphp_pdo_driver.h564 unsigned supports_placeholders:2; member
H A Dpdo_stmt.c436 if (PDO_PLACEHOLDER_NONE == stmt->supports_placeholders) { in PHP_METHOD()
1608 RETVAL_BOOL(stmt->supports_placeholders == PDO_PLACEHOLDER_NONE); in generic_stmt_attr_get()
/PHP-8.2/ext/pdo_pgsql/
H A Dpgsql_statement.c229 } else if (stmt->supports_placeholders == PDO_PLACEHOLDER_NAMED) { in pgsql_stmt_execute()
273 if (stmt->supports_placeholders == PDO_PLACEHOLDER_NAMED && param->is_param) { in pgsql_stmt_param_hook()
H A Dpgsql_driver.c282 stmt->supports_placeholders = PDO_PLACEHOLDER_NONE; in pgsql_handle_preparer()
284 stmt->supports_placeholders = PDO_PLACEHOLDER_NAMED; in pgsql_handle_preparer()
/PHP-8.2/ext/pdo_mysql/
H A Dmysql_driver.c194 stmt->supports_placeholders = PDO_PLACEHOLDER_POSITIONAL; in mysql_handle_preparer()
251 stmt->supports_placeholders = PDO_PLACEHOLDER_NONE; in mysql_handle_preparer()
/PHP-8.2/ext/pdo_dblib/
H A Ddblib_driver.c102 stmt->supports_placeholders = PDO_PLACEHOLDER_NONE; in dblib_handle_preparer()
/PHP-8.2/ext/pdo_odbc/
H A Dodbc_driver.c153 stmt->supports_placeholders = PDO_PLACEHOLDER_POSITIONAL; in odbc_handle_preparer()
/PHP-8.2/ext/pdo_sqlite/
H A Dsqlite_driver.c185 stmt->supports_placeholders = PDO_PLACEHOLDER_POSITIONAL|PDO_PLACEHOLDER_NAMED; in sqlite_handle_preparer()
/PHP-8.2/ext/pdo_firebird/
H A Dfirebird_driver.c625 stmt->supports_placeholders = PDO_PLACEHOLDER_POSITIONAL; in firebird_handle_preparer()

Completed in 37 milliseconds