Searched refs:SQLFreeHandle (Results 1 – 2 of 2) sorted by relevance
47 #undef SQLFreeHandle48 #define SQLFreeHandle(type, hndl) \ macro
334 rc = SQLFreeHandle(SQL_HANDLE_STMT, hstmt); in odbc_close_pstmt()349 rc = SQLFreeHandle(SQL_HANDLE_DBC, handle->dbc); in odbc_close()367 rc = SQLFreeHandle(SQL_HANDLE_ENV, henv); in odbc_close_env()1151 SQLFreeHandle(SQL_HANDLE_DBC, hdbc); in odbc_open()1259 SQLFreeHandle(SQL_HANDLE_STMT, hstmt); in odbc_query()