Home
last modified time | relevance | path

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

/trunk/main/connectivity/source/drivers/odbcbase/
H A DOResultSet.cxx1580 SQLSMALLINT nFetchOrientation = SQL_FETCH_NEXT; in move() local
1584 nFetchOrientation = SQL_FETCH_NEXT; in move()
1587 nFetchOrientation = SQL_FETCH_PRIOR; in move()
1590 nFetchOrientation = SQL_FETCH_FIRST; in move()
1593 nFetchOrientation = SQL_FETCH_LAST; in move()
1596 nFetchOrientation = SQL_FETCH_RELATIVE; in move()
1599 nFetchOrientation = SQL_FETCH_ABSOLUTE; in move()
1622 m_nCurrentFetchState = N3SQLFetchScroll(m_aStatementHandle,nFetchOrientation,_nOffset); in move()
1624 …OSL_TRACE( __FILE__": OSkipDeletedSet::OResultSet::move(%d,%d), FetchState = %d",nFetchOrientation in move()

Completed in 19 milliseconds