Home
last modified time | relevance | path

Searched refs:SQLGetConnectAttr (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/apr-util/include/private/
H A Dapr_dbd_odbc_v2.h64 #undef SQLGetConnectAttr
65 #define SQLGetConnectAttr(hdbc, fOption, ValuePtr, BufferLength, NULL) \ macro
/freebsd-13.1/contrib/apr-util/dbd/
H A Dapr_dbd_odbc.c1162 rc = SQLGetConnectAttr(handle->dbc, SQL_ATTR_CONNECTION_DEAD, &isDead, in odbc_check_conn()