Home
last modified time | relevance | path

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

/aoo4110/main/connectivity/source/inc/
H A DTSortIndex.hxx40 SQL_ASC = 1, // ascending enumerator
/aoo4110/main/connectivity/source/commontools/
H A DTSortIndex.cxx47 const bool nGreater = (pIndex->getAscending(i) == SQL_ASC) ? false : true; in operator ()()
/aoo4110/main/connectivity/source/drivers/file/
H A DFStatement.cxx458 m_aOrderbyAscending.push_back((SQL_ISTOKEN(pAscendingDescending,DESC)) ? SQL_DESC : SQL_ASC); in setOrderbyColumn()
H A DFResultSet.cxx1485 m_aOrderbyAscending.assign(m_aColMapping.size()-1, SQL_ASC); in OpenImpl()

Completed in 27 milliseconds