Home
last modified time | relevance | path

Searched refs:PDO_PARAM_BOOL (Results 1 – 7 of 7) sorted by relevance

/PHP-7.4/ext/pdo_pgsql/
H A Dpgsql_statement.c404 if (PDO_PARAM_TYPE(param->param_type) == PDO_PARAM_BOOL && in pgsql_stmt_param_hook()
488 cols[colno].param_type = PDO_PARAM_BOOL; in pgsql_stmt_describe()
555 case PDO_PARAM_BOOL: in pgsql_stmt_get_col()
/PHP-7.4/ext/pdo_sqlite/
H A Dsqlite_statement.c147 case PDO_PARAM_BOOL: in pdo_sqlite_stmt_param_hook()
/PHP-7.4/ext/pdo/
H A Dphp_pdo_driver.h70 PDO_PARAM_BOOL, enumerator
H A Dpdo_sql_parser.re276 case PDO_PARAM_BOOL:
H A Dpdo_stmt.c320 } else if (PDO_PARAM_TYPE(param->param_type) == PDO_PARAM_BOOL && Z_TYPE_P(parameter) == IS_LONG) { in really_register_bound_param()
576 case PDO_PARAM_BOOL: in fetch_value()
639 case PDO_PARAM_BOOL: in fetch_value()
H A Dpdo_dbh.c1408 REGISTER_PDO_CLASS_CONST_LONG("PARAM_BOOL", (zend_long)PDO_PARAM_BOOL); in pdo_dbh_init()
/PHP-7.4/ext/pdo_firebird/
H A Dfirebird_statement.c244 col->param_type = PDO_PARAM_BOOL; in firebird_stmt_describe()

Completed in 26 milliseconds