Home
last modified time | relevance | path

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

/PHP-7.0/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
H A Dphp_odbc.c1005 SQLCHAR errtxt[128]; in odbc_bindcols()
1006 SQLCHAR state[6]; in odbc_bindcols()
/PHP-7.0/ext/pdo_dblib/
H A Ddblib_stmt.c285 if (dbwillconvert(coltype, SQLCHAR)) {
288 data_len = dbconvert(NULL, coltype, data, data_len, SQLCHAR, tmp_data, -1);
302 case SQLCHAR:
396 …data_len = (unsigned int) dbconvert(NULL, SQLUNIQUE, (BYTE*)data, data_len, SQLCHAR, (BYTE*)tmp_da…
410 if (dbwillconvert(coltype, SQLCHAR)) {
413 data_len = dbconvert(NULL, coltype, data, data_len, SQLCHAR, tmp_data, -1);
H A Dphp_pdo_dblib_int.h51 # define SQLCHAR SYBCHAR macro
H A Ddblib_driver.c252 …(dbcoltype(H->link, 1)) , (dbdata(H->link, 1)) , (dbdatlen(H->link, 1)), SQLCHAR, (BYTE *)id, (DBI… in dblib_handle_last_id()

Completed in 31 milliseconds