Home
last modified time | relevance | path

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

/PHP-5.5/ext/odbc/
H A Dphp_odbc_includes.h91 #ifdef SQLCHAR
92 #undef SQLCHAR
107 #ifdef SQLCHAR
108 #undef SQLCHAR
130 #ifdef SQLCHAR
131 #undef SQLCHAR
/PHP-5.5/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.5/ext/mssql/
H A Dphp_mssql.c458 REGISTER_LONG_CONSTANT("SQLCHAR",SQLCHAR, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
950 case SQLCHAR:
1004 if (dbwillconvert(column_type,SQLCHAR)) {
1032 …h = dbconvert(NULL,coltype(offset),dbdata(mssql_ptr->link,offset), res_length, SQLCHAR,res_buf,-1);
1088 else if (dbwillconvert(coltype(offset),SQLCHAR)) {
1112 …res_length = dbconvert(NULL,coltype(offset),dbdata(mssql_ptr->link,offset), res_length, SQLCHAR, r…
1178 case SQLCHAR:
1254 case SQLCHAR:
1643 case SQLCHAR:
2040 if ( (type==SQLVARCHAR) || (type==SQLCHAR) || (type==SQLTEXT) ) { /* variable-length type */
[all …]
H A Dphp_mssql.h41 #define SQLCHAR SYBCHAR macro

Completed in 15 milliseconds