Searched refs:THROW_SQL (Results 1 – 2 of 2) sorted by relevance
/trunk/main/connectivity/source/drivers/odbcbase/ |
H A D | OStatement.cxx | 51 #define THROW_SQL(x) \ macro 58 THROW_SQL(nRetCode); \ 232 THROW_SQL(N3SQLFreeStmt(m_aStatementHandle, SQL_CLOSE)); in reset() 265 THROW_SQL(N3SQLRowCount(m_aStatementHandle,&numRows)); in getRowCount() 301 …THROW_SQL(N3SQLSetStmtAttr(m_aStatementHandle, SQL_CONCURRENCY,(SQLPOINTER)nLock,SQL_IS_UINTEGER)); in lockIfNecessary() 342 THROW_SQL(N3SQLNumResultCols(m_aStatementHandle,&numCols)); in getColumnCount() 376 THROW_SQL(N3SQLExecDirect(m_aStatementHandle, (SDB_ODBC_CHAR*)aSql.getStr(),aSql.getLength())); in execute() 520 …THROW_SQL(N3SQLExecDirect(m_aStatementHandle, (SDB_ODBC_CHAR*)aBatchSql.getStr(),aBatchSql.getLeng… in executeBatch()
|
/trunk/main/connectivity/source/drivers/file/ |
H A D | FStatement.cxx | 46 #define THROW_SQL(x) \ macro
|
Completed in 24 milliseconds