Searched refs:SQLColAttribute (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/apr-util/include/private/ |
| H A D | apr_dbd_odbc_v2.h | 87 #undef SQLColAttribute 88 #define SQLColAttribute(s, c, f, a, l, m, n) SQLColAttributes(s, c, f, a, l, m, n) macro
|
| /freebsd-13.1/contrib/apr-util/dbd/ |
| H A D | apr_dbd_odbc.c | 380 rc = SQLColAttribute(stmt, icol + 1, SQL_DESC_UNSIGNED, NULL, 0, NULL, in odbc_set_result_column() 384 rc = SQLColAttribute(stmt, icol + 1, SQL_DESC_TYPE, NULL, 0, NULL, in odbc_set_result_column() 388 rc = SQLColAttribute(stmt, icol + 1, SQL_DESC_CONCISE_TYPE, NULL, in odbc_set_result_column() 430 rc = SQLColAttribute(stmt, icol + 1, SQL_DESC_DISPLAY_SIZE, NULL, 0, in odbc_set_result_column() 439 rc = SQLColAttribute(stmt, icol + 1, SQL_DESC_OCTET_LENGTH, NULL, 0, in odbc_set_result_column()
|