Home
last modified time | relevance | path

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

/PHP-7.4/ext/pdo/
H A Dpdo_sql_parser.re107 …if (t == PDO_PARSER_ESCAPED_QUESTION && stmt->supports_placeholders == PDO_PLACEHOLDER_POSITIONAL)…
160 if (stmt->supports_placeholders == query_type && !stmt->named_rewrite_template) {
182 …if (bindno && stmt->supports_placeholders == PDO_PLACEHOLDER_NONE && params && bindno != zend_hash…
202 if (stmt->supports_placeholders == PDO_PLACEHOLDER_NONE) {
H A Dphp_pdo_driver.h576 unsigned supports_placeholders:2; member
H A Dpdo_stmt.c478 if (PDO_PLACEHOLDER_NONE == stmt->supports_placeholders) { in PHP_METHOD()
1730 RETVAL_BOOL(stmt->supports_placeholders == PDO_PLACEHOLDER_NONE); in generic_stmt_attr_get()
/PHP-7.4/ext/pdo_pgsql/
H A Dpgsql_statement.c225 } else if (stmt->supports_placeholders == PDO_PLACEHOLDER_NAMED) { in pgsql_stmt_execute()
265 if (stmt->supports_placeholders == PDO_PLACEHOLDER_NAMED && param->is_param) { in pgsql_stmt_param_hook()
H A Dpgsql_driver.c264 stmt->supports_placeholders = PDO_PLACEHOLDER_NONE; in pgsql_handle_preparer()
266 stmt->supports_placeholders = PDO_PLACEHOLDER_NAMED; in pgsql_handle_preparer()
/PHP-7.4/ext/pdo_mysql/
H A Dmysql_driver.c188 stmt->supports_placeholders = PDO_PLACEHOLDER_POSITIONAL; in mysql_handle_preparer()
247 stmt->supports_placeholders = PDO_PLACEHOLDER_NONE; in mysql_handle_preparer()
/PHP-7.4/ext/pdo_dblib/
H A Ddblib_driver.c107 stmt->supports_placeholders = PDO_PLACEHOLDER_NONE; in dblib_handle_preparer()
/PHP-7.4/ext/pdo_odbc/
H A Dodbc_driver.c158 stmt->supports_placeholders = PDO_PLACEHOLDER_POSITIONAL; in odbc_handle_preparer()
/PHP-7.4/ext/pdo_firebird/
H A Dfirebird_driver.c149 stmt->supports_placeholders = PDO_PLACEHOLDER_POSITIONAL; in firebird_handle_preparer()
/PHP-7.4/ext/pdo_sqlite/
H A Dsqlite_driver.c189 stmt->supports_placeholders = PDO_PLACEHOLDER_POSITIONAL|PDO_PLACEHOLDER_NAMED; in sqlite_handle_preparer()
/PHP-7.4/ext/pdo_oci/
H A Doci_driver.c261 stmt->supports_placeholders = PDO_PLACEHOLDER_NAMED; in oci_handle_preparer()

Completed in 38 milliseconds