Searched refs:SQLCHAR (Results 1 – 6 of 6) sorted by relevance
/PHP-5.4/ext/odbc/ |
H A D | php_odbc_includes.h | 97 #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 D | dblib_stmt.c | 241 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 D | php_pdo_dblib_int.h | 51 # define SQLCHAR SYBCHAR macro
|
H A D | dblib_driver.c | 241 …, (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 D | php_mssql.c | 453 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 D | php_mssql.h | 41 #define SQLCHAR SYBCHAR macro
|
Completed in 20 milliseconds