Searched refs:EJoinType (Results 1 – 5 of 5) sorted by relevance
72 EJoinType eJoinType;85 void setJoinType(EJoinType _eNewJoinType);93 EJoinType GetJoinType() const { return eJoinType; }; in GetJoinType()
48 EJoinType m_eJoinType;87 EJoinType GetJoinType() const { return m_eJoinType; }; in GetJoinType()88 void SetJoinType(const EJoinType& eJT) { m_eJoinType = eJT; }; in SetJoinType()
214 const EJoinType eOldJoinType = eJoinType;354 void DlgQryJoin::setJoinType(EJoinType _eNewJoinType) in setJoinType()
208 …void insertConnection(const OQueryDesignView* _pView,const EJoinType& _eJoinType,OTableFieldDescRe… in insertConnection()606 const EJoinType& _eJoinType, in InsertJoinConnection()1945 EJoinType eJoinType = INNER_JOIN; in InsertJoin()
57 enum EJoinType enum
Completed in 97 milliseconds