Home
last modified time | relevance | path

Searched refs:PDO_PARAM_LOB (Results 1 – 9 of 9) sorted by relevance

/php-src/ext/pdo_pgsql/
H A Dpgsql_statement.c351 if (PDO_PARAM_TYPE(param->param_type) == PDO_PARAM_LOB && in pgsql_stmt_param_hook()
400 if (PDO_PARAM_TYPE(param->param_type) == PDO_PARAM_LOB) { in pgsql_stmt_param_hook()
536 if (type && *type == PDO_PARAM_LOB) { in pgsql_stmt_get_col()
693 param_type = PDO_PARAM_LOB; in pgsql_stmt_get_column_meta()
H A Dpgsql_driver.c354 case PDO_PARAM_LOB: in pgsql_handle_quoter()
/php-src/ext/pdo_odbc/
H A Dodbc_stmt.c316 case PDO_PARAM_LOB: in odbc_stmt_param_hook()
334 case PDO_PARAM_LOB: in odbc_stmt_param_hook()
385 if (PDO_PARAM_TYPE(param->param_type) == PDO_PARAM_LOB && P->paramtype != SQL_PARAM_INPUT) { in odbc_stmt_param_hook()
414 if (PDO_PARAM_TYPE(param->param_type) == PDO_PARAM_LOB) { in odbc_stmt_param_hook()
/php-src/ext/pdo_sqlite/
H A Dsqlite_statement.c131 case PDO_PARAM_LOB: in pdo_sqlite_stmt_param_hook()
/php-src/ext/pdo/
H A Dphp_pdo_driver.h44 PDO_PARAM_LOB = 3, enumerator
H A Dpdo_dbh_arginfo.h142 ZVAL_LONG(&const_PARAM_LOB_value, LONG_CONST(PDO_PARAM_LOB)); in register_class_PDO()
146 ZEND_ASSERT(LONG_CONST(PDO_PARAM_LOB) == 3); in register_class_PDO()
H A Dpdo_sql_parser.re228 if (param->param_type == PDO_PARAM_LOB && Z_TYPE_P(parameter) == IS_RESOURCE) {
H A Dpdo_stmt.c548 case PDO_PARAM_LOB: in fetch_value()
/php-src/ext/pdo_mysql/
H A Dmysql_statement.c442 case PDO_PARAM_LOB: in pdo_mysql_stmt_param_hook()

Completed in 30 milliseconds