Home
last modified time | relevance | path

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

/AOO42X/main/connectivity/source/drivers/odbcbase/
H A DOStatement.cxx856 SQLUINTEGER nCursType = 0; in setFetchDirection() local
860 nCursType = SQL_NONSCROLLABLE; in setFetchDirection()
861 …QLSetStmtAttr(m_aStatementHandle,SQL_ATTR_CURSOR_SCROLLABLE,(SQLPOINTER)nCursType,SQL_IS_UINTEGER); in setFetchDirection()
865 nCursType = SQL_SCROLLABLE; in setFetchDirection()
866 …QLSetStmtAttr(m_aStatementHandle,SQL_ATTR_CURSOR_SCROLLABLE,(SQLPOINTER)nCursType,SQL_IS_UINTEGER); in setFetchDirection()