Home
last modified time | relevance | path

Searched refs:SQLCHAR (Results 1 – 6 of 6) sorted by relevance

/PHP-5.4/ext/odbc/
H A Dphp_odbc_includes.h97 #ifdef SQLCHAR
98 #undef SQLCHAR
113 #ifdef SQLCHAR
114 #undef SQLCHAR
136 #ifdef SQLCHAR
137 #undef SQLCHAR
/PHP-5.4/ext/pdo_dblib/
H A Ddblib_stmt.c241 case SQLCHAR: in pdo_dblib_stmt_get_col()
262 *len = dbconvert(NULL, SQLUNIQUE, *ptr, *len, SQLCHAR, tmp_ptr, *len); in pdo_dblib_stmt_get_col()
268 if (dbwillconvert(coltype, SQLCHAR)) { in pdo_dblib_stmt_get_col()
271 *len = dbconvert(NULL, coltype, *ptr, *len, SQLCHAR, tmp_ptr, -1); in pdo_dblib_stmt_get_col()
H A Dphp_pdo_dblib_int.h51 # define SQLCHAR SYBCHAR macro
H A Ddblib_driver.c241 …, (dbcoltype(H->link, 1)) , (dbdata(H->link, 1)) , (dbdatlen(H->link, 1)), SQLCHAR, id, (DBINT)-1); in dblib_handle_last_id()
/PHP-5.4/ext/mssql/
H A Dphp_mssql.c453 REGISTER_LONG_CONSTANT("SQLCHAR",SQLCHAR, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
945 case SQLCHAR:
999 if (dbwillconvert(column_type,SQLCHAR)) {
1027 …h = dbconvert(NULL,coltype(offset),dbdata(mssql_ptr->link,offset), res_length, SQLCHAR,res_buf,-1);
1083 else if (dbwillconvert(coltype(offset),SQLCHAR)) {
1107 …res_length = dbconvert(NULL,coltype(offset),dbdata(mssql_ptr->link,offset), res_length, SQLCHAR, r…
1173 case SQLCHAR:
1249 case SQLCHAR:
1638 case SQLCHAR:
2035 if ( (type==SQLVARCHAR) || (type==SQLCHAR) || (type==SQLTEXT) ) { /* variable-length type */
[all …]
H A Dphp_mssql.h41 #define SQLCHAR SYBCHAR macro

Completed in 17 milliseconds