Home
last modified time | relevance | path

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

/PHP-7.4/ext/odbc/
H A Dphp_odbc_includes.h87 #ifdef SQLCHAR
88 #undef SQLCHAR
103 #ifdef SQLCHAR
104 #undef SQLCHAR
H A Dphp_odbc.c1002 SQLCHAR errtxt[128]; in odbc_bindcols()
1003 SQLCHAR state[6]; in odbc_bindcols()
/PHP-7.4/ext/pdo_dblib/
H A Ddblib_stmt.c329 data_len = dbconvert(NULL, coltype, data, data_len, SQLCHAR, (LPBYTE) tmp_data, tmp_data_len); in pdo_dblib_stmt_stringify_col()
369 if (pdo_dblib_stmt_should_stringify_col(stmt, coltype) && dbwillconvert(coltype, SQLCHAR)) { in pdo_dblib_stmt_get_col()
375 case SQLCHAR: in pdo_dblib_stmt_get_col()
475 … data_len = dbconvert(NULL, SQLUNIQUE, data, data_len, SQLCHAR, (LPBYTE) tmp_data, tmp_data_len); in pdo_dblib_stmt_get_col()
489 if (dbwillconvert(coltype, SQLCHAR)) { in pdo_dblib_stmt_get_col()
H A Dphp_pdo_dblib_int.h49 # define SQLCHAR SYBCHAR macro
H A Ddblib_driver.c268 …(dbcoltype(H->link, 1)) , (dbdata(H->link, 1)) , (dbdatlen(H->link, 1)), SQLCHAR, (BYTE *)id, (DBI… in dblib_handle_last_id()

Completed in 25 milliseconds