Home
last modified time | relevance | path

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

/aoo41x/main/connectivity/source/drivers/odbcbase/
H A DOStatement.cxx856 sal_Int32 nCursType = 0; in setFetchDirection() local
860 nCursType = SQL_NONSCROLLABLE; in setFetchDirection()
861 …nRetCode = N3SQLSetStmtAttr(m_aStatementHandle,SQL_ATTR_CURSOR_SCROLLABLE,(SQLPOINTER)nCursType,SQ… in setFetchDirection()
865 nCursType = SQL_SCROLLABLE; in setFetchDirection()
866 …nRetCode = N3SQLSetStmtAttr(m_aStatementHandle,SQL_ATTR_CURSOR_SCROLLABLE,(SQLPOINTER)nCursType,SQ… in setFetchDirection()

Completed in 16 milliseconds