Home
last modified time | relevance | path

Searched defs:pParseNode (Results 1 – 7 of 7) sorted by relevance

/trunk/main/connectivity/source/commontools/
H A Dpredicateinput.cxx260 OSQLParseNode* pParseNode = implPredicateTree( sError, sTransformedText, _rxField ); in normalizePredicateString() local
325 OSQLParseNode* pParseNode = implPredicateTree( sError, sValue, _rxField ); in getPredicateValue() local
381 OSQLParseNode* pParseNode = implPredicateTree( sError, _rPredicateValue, xColumn ); in getPredicateValue() local
387 …::rtl::OUString OPredicateInputController::implParseNode(OSQLParseNode* pParseNode,sal_Bool _bForS… in implParseNode()
/trunk/main/connectivity/source/drivers/file/
H A DFNoException.cxx82 void OPreparedStatement::scanParameter(OSQLParseNode* pParseNode,::std::vector< OSQLParseNode*>& _r… in scanParameter()
/trunk/main/connectivity/inc/connectivity/
H A Dsqlnode.hxx267 void setParent(OSQLParseNode* pParseNode) {m_pParent = pParseNode;}; in setParent()
466 …#define SQL_ISRULE(pParseNode, eRule) ((pParseNode)->isRule() && (pParseNode)->getRuleID() == OSQ… argument
467 …#define SQL_ISTOKEN(pParseNode, token) ((pParseNode)->isToken() && (pParseNode)->getTokenID() == S… argument
468 …#define SQL_ISPUNCTUATION(pParseNode, aString) ((pParseNode)->getNodeType() == SQL_NODE_PUNCTUATIO… argument
/trunk/main/connectivity/source/drivers/macab/
H A DMacabStatement.cxx329 const OSQLParseNode *pParseNode; in selectRecords() local
357 const OSQLParseNode *pParseNode; in sortRecords() local
/trunk/main/dbaccess/source/ui/querydesign/
H A DSelectionBrowseBox.cxx115 #define SQL_ISRULEOR2(pParseNode, e1,e2) ((pParseNode)->isRule() && (\ argument
741 OSQLParseNode* pParseNode = NULL; in saveField() local
1168 …OSQLParseNode* pParseNode = getDesignView()->getPredicateTreeFromEntry(pEntry,aText,aErrorMsg,xCol… in SaveModified() local
H A DQueryDesignView.cxx143 #define SQL_ISRULEOR2(pParseNode, e1,e2) ((pParseNode)->isRule() && (\ argument
300 const ::connectivity::OSQLParseNode* pParseNode = pTableRefList->getChild(i); in FillOuterJoins() local
3192 OSQLParseNode* pParseNode = rParser.predicateTree( _rsErrorMessage, in getPredicateTreeFromEntry() local
/trunk/main/connectivity/source/parse/
H A Dsqliterator.cxx49 #define SQL_ISRULEOR2(pParseNode, e1,e2) ((pParseNode)->isRule() && (\ argument
1587 OSQLParseNode * pParseNode) in traverseOnePredicate()

Completed in 63 milliseconds