Searched refs:SQL_HANDLE_STMT (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/apr-util/include/private/
H A Dapr_dbd_odbc_v2.h28 #define SQL_HANDLE_STMT 1 macro
42 ( (type == SQL_HANDLE_STMT) ? SQLAllocStmt(parent, hndl) \
49 ( (type == SQL_HANDLE_STMT) ? SQLFreeStmt(hndl, SQL_DROP) \
58 (type == SQL_HANDLE_STMT) ? h : NULL, \

Completed in 53 milliseconds