Home
last modified time | relevance | path

Searched refs:SQL_SUCCESS (Results 1 – 10 of 10) sorted by relevance

/aoo41x/main/connectivity/source/drivers/adabas/
H A DBResultSet.cxx57 if(m_nCurrentFetchState == SQL_SUCCESS || m_nCurrentFetchState == SQL_SUCCESS_WITH_INFO) in next()
61 return m_nCurrentFetchState == SQL_SUCCESS || m_nCurrentFetchState == SQL_SUCCESS_WITH_INFO; in next()
74 …sal_Bool bRet = m_nCurrentFetchState == SQL_SUCCESS || m_nCurrentFetchState == SQL_SUCCESS_WITH_IN… in first()
84 bRet = ( m_nCurrentFetchState == SQL_SUCCESS || m_nCurrentFetchState == SQL_SUCCESS_WITH_INFO ); in first()
100 …sal_Bool bRet = m_nCurrentFetchState == SQL_SUCCESS || m_nCurrentFetchState == SQL_SUCCESS_WITH_IN… in last()
111 …return m_bLastRecord = (m_nCurrentFetchState == SQL_SUCCESS || m_nCurrentFetchState == SQL_SUCCESS… in last()
124 …sal_Bool bRet = m_nCurrentFetchState == SQL_SUCCESS || m_nCurrentFetchState == SQL_SUCCESS_WITH_IN… in absolute()
147 …sal_Bool bRet = m_nCurrentFetchState == SQL_SUCCESS || m_nCurrentFetchState == SQL_SUCCESS_WITH_IN… in relative()
170 …sal_Bool bRet = m_nCurrentFetchState == SQL_SUCCESS || m_nCurrentFetchState == SQL_SUCCESS_WITH_IN… in previous()
193 …sal_Bool bRet = m_nCurrentFetchState == SQL_SUCCESS || m_nCurrentFetchState == SQL_SUCCESS_WITH_IN… in refreshRow()
H A DBDriver.cxx521 if (N3SQLAllocHandle(SQL_HANDLE_ENV,SQL_NULL_HANDLE,&h) != SQL_SUCCESS) in EnvironmentHandle()
/aoo41x/main/dbaccess/source/ui/dlg/
H A Dodbcconfig.cxx260 if (SQL_SUCCESS != nResult) in allocEnv()
300 SQLRETURN nResult = SQL_SUCCESS; in getDatasourceNames()
308 if (nResult != SQL_SUCCESS) in getDatasourceNames()
/aoo41x/main/connectivity/source/drivers/odbcbase/
H A DOResultSet.cxx148 …etFunctions(m_aConnectionHandle,SQL_API_SQLFETCHSCROLL,&nSupported) == SQL_SUCCESS && nSupported =… in OResultSet()
696 m_nCurrentFetchState = SQL_SUCCESS; in beforeFirst()
936 OSL_ENSURE(nRet == SQL_SUCCESS,"Could not unbind the columns!"); in updateRow()
942 SQLRETURN nRet = SQL_SUCCESS; in deleteRow()
980 OSL_VERIFY_EQUALS( unbind(), SQL_SUCCESS, "Could not unbind columns!" ); in moveToInsertRow()
1194 return m_nCurrentFetchState == SQL_SUCCESS || m_nCurrentFetchState == SQL_SUCCESS_WITH_INFO; in moveToBookmark()
1214 return m_nCurrentFetchState == SQL_SUCCESS || m_nCurrentFetchState == SQL_SUCCESS_WITH_INFO; in moveRelativeToBookmark()
1627 …const bool bSuccess = m_nCurrentFetchState == SQL_SUCCESS || m_nCurrentFetchState == SQL_SUCCESS_W… in move()
1714 if (nRet != SQL_SUCCESS && nRet != SQL_SUCCESS_WITH_INFO && nRet != SQL_NEED_DATA) in fillNeededData()
H A DODatabaseMetaDataResultSet.cxx514 m_nCurrentFetchState = SQL_SUCCESS; in beforeFirst()
551 …sal_Bool bRet = ( m_nCurrentFetchState == SQL_SUCCESS || m_nCurrentFetchState == SQL_SUCCESS_WITH_… in first()
567 return (m_nCurrentFetchState == SQL_SUCCESS || m_nCurrentFetchState == SQL_SUCCESS_WITH_INFO); in last()
579 …sal_Bool bRet = m_nCurrentFetchState == SQL_SUCCESS || m_nCurrentFetchState == SQL_SUCCESS_WITH_IN… in absolute()
594 …sal_Bool bRet = m_nCurrentFetchState == SQL_SUCCESS || m_nCurrentFetchState == SQL_SUCCESS_WITH_IN… in relative()
609 …sal_Bool bRet = m_nCurrentFetchState == SQL_SUCCESS || m_nCurrentFetchState == SQL_SUCCESS_WITH_IN… in previous()
672 return m_nCurrentFetchState == SQL_SUCCESS || m_nCurrentFetchState == SQL_SUCCESS_WITH_INFO; in next()
H A DOStatement.cxx527 if(nError == SQL_SUCCESS) in executeBatch()
613 hasResultSet = N3SQLMoreResults(m_aStatementHandle) == SQL_SUCCESS; in getMoreResults()
828 …StmtAttr(m_aStatementHandle, SQL_ATTR_CURSOR_TYPE,(SQLPOINTER)nSet,SQL_IS_UINTEGER) != SQL_SUCCESS) in setResultSetType()
857 SQLRETURN nRetCode = SQL_SUCCESS; in setFetchDirection()
H A DOResultSetMetaData.cxx58 if ( nRet == SQL_SUCCESS ) in getCharColAttrib()
77 if ( nRet == SQL_SUCCESS && nRealLen > 0) in getCharColAttrib()
H A DOTools.cxx421 case SQL_SUCCESS: in ThrowException()
458 …OSL_ENSURE(n == SQL_SUCCESS || n == SQL_SUCCESS_WITH_INFO || n == SQL_NO_DATA_FOUND || n == SQL_ER… in ThrowException()
/aoo41x/main/connectivity/source/drivers/odbc/
H A DORealDriver.cxx349 … (!LoadLibrary_ODBC3(_rPath) || N3SQLAllocHandle(SQL_HANDLE_ENV,SQL_NULL_HANDLE,&h) != SQL_SUCCESS) in EnvironmentHandle()
/aoo41x/main/unixODBC/inc/
H A Dsql.h116 #define SQL_SUCCESS 0 macro

Completed in 135 milliseconds