Home
last modified time | relevance | path

Searched refs:m_nCurrentFetchState (Results 1 – 5 of 5) sorted by relevance

/aoo4110/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()
179 if(bRet || m_nCurrentFetchState == SQL_NO_DATA) in previous()
[all …]
/aoo4110/main/connectivity/source/drivers/odbcbase/
H A DODatabaseMetaDataResultSet.cxx74 ,m_nCurrentFetchState(0) in ODatabaseMetaDataResultSet()
482 return m_nCurrentFetchState == SQL_NO_DATA; in isAfterLast()
502 return m_bEOF && m_nCurrentFetchState != SQL_NO_DATA; in isLast()
514 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()
670 m_nCurrentFetchState = N3SQLFetch(m_aStatementHandle); in next()
[all …]
H A DOResultSet.cxx101 ,m_nCurrentFetchState(0) in OResultSet()
667 return m_nRowPos != 0 && m_nCurrentFetchState == SQL_NO_DATA; in isAfterLast()
684 return m_bEOF && m_nCurrentFetchState != SQL_NO_DATA; in isLast()
696 m_nCurrentFetchState = SQL_SUCCESS; in beforeFirst()
1123 m_nCurrentFetchState = N3SQLFetchScroll(m_aStatementHandle,SQL_FETCH_RELATIVE,0); in refreshRow()
1194 return m_nCurrentFetchState == SQL_SUCCESS || m_nCurrentFetchState == SQL_SUCCESS_WITH_INFO; in moveToBookmark()
1212 m_nCurrentFetchState = N3SQLFetchScroll(m_aStatementHandle,SQL_FETCH_BOOKMARK,rows); in moveRelativeToBookmark()
1214 return m_nCurrentFetchState == SQL_SUCCESS || m_nCurrentFetchState == SQL_SUCCESS_WITH_INFO; in moveRelativeToBookmark()
1618 SQLRETURN nOldFetchStatus = m_nCurrentFetchState; in move()
1620 m_nCurrentFetchState = N3SQLFetch(m_aStatementHandle); in move()
[all …]
/aoo4110/main/connectivity/source/inc/odbc/
H A DODatabaseMetaDataResultSet.hxx84 SQLRETURN m_nCurrentFetchState; member in connectivity::odbc::ODatabaseMetaDataResultSet
H A DOResultSet.hxx141 SQLRETURN m_nCurrentFetchState; member in connectivity::odbc::OResultSet

Completed in 33 milliseconds