Home
last modified time | relevance | path

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

/PHP-8.1/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.c437 if (PDO_PLACEHOLDER_NONE == stmt->supports_placeholders) { in PHP_METHOD()
1609 RETVAL_BOOL(stmt->supports_placeholders == PDO_PLACEHOLDER_NONE); in generic_stmt_attr_get()
/PHP-8.1/ext/pdo_pgsql/
H A Dpgsql_statement.c225 } else if (stmt->supports_placeholders == PDO_PLACEHOLDER_NAMED) { in pgsql_stmt_execute()
269 if (stmt->supports_placeholders == PDO_PLACEHOLDER_NAMED && param->is_param) { in pgsql_stmt_param_hook()
H A Dpgsql_driver.c287 stmt->supports_placeholders = PDO_PLACEHOLDER_NONE; in pgsql_handle_preparer()
289 stmt->supports_placeholders = PDO_PLACEHOLDER_NAMED; in pgsql_handle_preparer()
/PHP-8.1/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.1/ext/pdo_odbc/
H A Dodbc_driver.c151 stmt->supports_placeholders = PDO_PLACEHOLDER_POSITIONAL; in odbc_handle_preparer()
/PHP-8.1/ext/pdo_dblib/
H A Ddblib_driver.c102 stmt->supports_placeholders = PDO_PLACEHOLDER_NONE; in dblib_handle_preparer()
/PHP-8.1/ext/pdo_sqlite/
H A Dsqlite_driver.c185 stmt->supports_placeholders = PDO_PLACEHOLDER_POSITIONAL|PDO_PLACEHOLDER_NAMED; in sqlite_handle_preparer()
/PHP-8.1/ext/pdo_firebird/
H A Dfirebird_driver.c569 stmt->supports_placeholders = PDO_PLACEHOLDER_POSITIONAL; in firebird_handle_preparer()
/PHP-8.1/ext/pdo_oci/
H A Doci_driver.c254 stmt->supports_placeholders = PDO_PLACEHOLDER_NAMED; in oci_handle_preparer()

Completed in 37 milliseconds