Home
last modified time | relevance | path

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

/trunk/main/connectivity/source/drivers/odbcbase/
H A DOStatement.cxx51 #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()
301THROW_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()
520THROW_SQL(N3SQLExecDirect(m_aStatementHandle, (SDB_ODBC_CHAR*)aBatchSql.getStr(),aBatchSql.getLeng… in executeBatch()
/trunk/main/connectivity/source/drivers/file/
H A DFStatement.cxx46 #define THROW_SQL(x) \ macro

Completed in 26 milliseconds