Searched refs:m_nCurrentFetchState (Results 1 – 5 of 5) sorted by relevance
57 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 …]
74 ,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 …]
101 ,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 …]
84 SQLRETURN m_nCurrentFetchState; member in connectivity::odbc::ODatabaseMetaDataResultSet
141 SQLRETURN m_nCurrentFetchState; member in connectivity::odbc::OResultSet
Completed in 55 milliseconds