Home
last modified time | relevance | path

Searched refs:N3SQLFreeStmt (Results 1 – 6 of 6) sorted by last modified time

/trunk/main/connectivity/source/inc/odbc/
H A DODefs3.hxx79 #define N3SQLFreeStmt SQLFreeStmt macro
H A DOFunctions.hxx498 #define N3SQLFreeStmt(a,b) (*(T3SQLFreeStmt)getOdbcFunction(ODBC3SQLFreeStmt))(a,b) macro
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOConnection.cxx649 N3SQLFreeStmt(_pHandle,SQL_RESET_PARAMS); in freeStatementHandle()
650 N3SQLFreeStmt(_pHandle,SQL_UNBIND); in freeStatementHandle()
651 N3SQLFreeStmt(_pHandle,SQL_CLOSE); in freeStatementHandle()
H A DOPreparedStatement.cxx592 SQLRETURN nRet = N3SQLFreeStmt (m_aStatementHandle, SQL_RESET_PARAMS); in clearParameters()
593 nRet = N3SQLFreeStmt (m_aStatementHandle, SQL_UNBIND); in clearParameters()
H A DOResultSet.cxx193 nRet = N3SQLFreeStmt(m_aStatementHandle,SQL_UNBIND); in unbind()
H A DOStatement.cxx232 THROW_SQL(N3SQLFreeStmt(m_aStatementHandle, SQL_CLOSE)); in reset()

Completed in 59 milliseconds