Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/querydesign/
H A Dquerydlg.cxx179 … const long nJoinTyp = reinterpret_cast<long>(m_pJoinControl->aLB_JoinType.GetEntryData(i)); in DBG_NAME() local
180 if ( !bSupportFullJoin && nJoinTyp == ID_FULL_JOIN ) in DBG_NAME()
182 … else if ( !bSupportOuterJoin && (nJoinTyp == ID_LEFT_JOIN || nJoinTyp == ID_RIGHT_JOIN) ) in DBG_NAME()

Completed in 12 milliseconds