Home
last modified time | relevance | path

Searched refs:paramtype (Results 1 – 12 of 12) sorted by relevance

/PHP-5.3/ext/pdo_odbc/
H A Dodbc_stmt.c344 P->paramtype = SQL_PARAM_INPUT_OUTPUT; in odbc_stmt_param_hook()
346 P->paramtype = SQL_PARAM_INPUT; in odbc_stmt_param_hook()
348 P->paramtype = SQL_PARAM_OUTPUT; in odbc_stmt_param_hook()
351 if (P->paramtype != SQL_PARAM_INPUT) { in odbc_stmt_param_hook()
362 if (PDO_PARAM_TYPE(param->param_type) == PDO_PARAM_LOB && P->paramtype != SQL_PARAM_INPUT) { in odbc_stmt_param_hook()
368 P->paramtype, ctype, sqltype, precision, scale, in odbc_stmt_param_hook()
369 P->paramtype == SQL_PARAM_INPUT ? in odbc_stmt_param_hook()
H A Dphp_pdo_odbc_int.h161 SQLSMALLINT paramtype; member
/PHP-5.3/ext/pdo/tests/
H A Dbug47769.phpt20 public function quote($str, $paramtype = NULL) {
/PHP-5.3/ext/pdo_dblib/
H A Ddblib_driver.c141 …*unquoted, int unquotedlen, char **quoted, int *quotedlen, enum pdo_param_type paramtype TSRMLS_DC) in dblib_handle_quoter()
/PHP-5.3/ext/pdo/
H A Dpdo_dbh.c1159 long paramtype = PDO_PARAM_STR; in PHP_METHOD() local
1163 …if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|l", &str, &str_len, &paramtype)… in PHP_METHOD()
1174 if (dbh->methods->quoter(dbh, str, str_len, &qstr, &qlen, paramtype TSRMLS_CC)) { in PHP_METHOD()
1251 ZEND_ARG_INFO(0, paramtype)
H A Dphp_pdo_driver.h251 …unquoted, int unquotedlen, char **quoted, int *quotedlen, enum pdo_param_type paramtype TSRMLS_DC);
/PHP-5.3/ext/pdo_pgsql/
H A Dpgsql_driver.c308 …*unquoted, int unquotedlen, char **quoted, int *quotedlen, enum pdo_param_type paramtype TSRMLS_DC) in pgsql_handle_quoter()
314 switch (paramtype) { in pgsql_handle_quoter()
/PHP-5.3/ext/sqlite/
H A Dpdo_sqlite2.c382 …unquoted, int unquotedlen, char **quoted, int *quotedlen, enum pdo_param_type paramtype TSRMLS_DC) in sqlite2_handle_quoter()
/PHP-5.3/ext/pdo_firebird/
H A Dfirebird_driver.c278 char **quoted, int *quotedlen, enum pdo_param_type paramtype TSRMLS_DC) in firebird_handle_quoter()
/PHP-5.3/ext/pdo_oci/
H A Doci_driver.c369 …ed, int unquotedlen, char **quoted, int *quotedlen, enum pdo_param_type paramtype TSRMLS_DC) /* {… in oci_handle_quoter()
/PHP-5.3/ext/pdo_mysql/
H A Dmysql_driver.c330 …unquoted, int unquotedlen, char **quoted, int *quotedlen, enum pdo_param_type paramtype TSRMLS_DC) in mysql_handle_quoter()
/PHP-5.3/ext/pdo_sqlite/
H A Dsqlite_driver.c233 …unquoted, int unquotedlen, char **quoted, int *quotedlen, enum pdo_param_type paramtype TSRMLS_DC) in sqlite_handle_quoter()

Completed in 64 milliseconds