Searched defs:pColumnRef (Results 1 – 11 of 11) sorted by relevance
| /AOO41X/main/connectivity/source/parse/ |
| H A D | sqlbison.y | 1284 OSQLParseNode* pColumnRef = $$->removeAt((sal_uInt32)0); variable 1356 …OSQLParseNode* pColumnRef = newNode(aEmptyString, SQL_NODE_RULE,OSQLParser::RuleID(OSQLParseNode::… variable 1378 …OSQLParseNode* pColumnRef = newNode(aEmptyString, SQL_NODE_RULE,OSQLParser::RuleID(OSQLParseNode::… variable 1434 …OSQLParseNode* pColumnRef = newNode(aEmptyString, SQL_NODE_RULE,OSQLParser::RuleID(OSQLParseNode::… variable 1477 …OSQLParseNode* pColumnRef = newNode(aEmptyString, SQL_NODE_RULE,OSQLParser::RuleID(OSQLParseNode::… variable 1508 …OSQLParseNode* pColumnRef = newNode(aEmptyString, SQL_NODE_RULE,OSQLParser::RuleID(OSQLParseNode::… variable 4701 …OSQLParseNode* pColumnRef = new OSQLInternalNode(aEmptyString, SQL_NODE_RULE,OSQLParser::RuleID(OS… in buildNode() local
|
| H A D | sqliterator.cxx | 875 OSQLParseNode *pColumnRef = pSelectNode->getChild(i); in traverseCreateColumns() local 953 OSQLParseNode *pColumnRef = pSelection->getChild(i); in traverseSelectColumnNames() local 1088 OSQLParseNode* pColumnRef = pOrderingSpecCommalist->getChild(i); in traverseByColumnNames() local 1585 OSQLParseNode * pColumnRef, in traverseOnePredicate()
|
| /AOO41X/main/connectivity/source/drivers/file/ |
| H A D | FStatement.cxx | 408 OSQLParseNode * pColumnRef = pOrderingSpec->getChild(0); in anylizeSQL() local 419 void OStatement_Base::setOrderbyColumn( OSQLParseNode* pColumnRef, in setOrderbyColumn()
|
| H A D | fanalyzer.cxx | 79 OSQLParseNode *pColumnRef = pSelection->getChild(i)->getChild(0); in start() local
|
| H A D | fcomp.cxx | 106 OSQLParseNode *pColumnRef = pSelection->getChild(i)->getChild(0); in start() local
|
| /AOO41X/main/connectivity/source/commontools/ |
| H A D | predicateinput.cxx | 358 OSQLParseNode* pColumnRef = pParseNode->getByRule(OSQLParseNode::column_ref); in getPredicateValue() local
|
| /AOO41X/main/connectivity/source/drivers/kab/ |
| H A D | KStatement.cxx | 266 OSQLParseNode* pColumnRef = pParseNode->getChild(0); in analyseOrderByClause() local
|
| /AOO41X/main/connectivity/source/drivers/macab/ |
| H A D | MacabStatement.cxx | 267 OSQLParseNode* pColumnRef = pParseNode->getChild(0); in analyseOrderByClause() local
|
| /AOO41X/main/connectivity/source/drivers/evoab2/ |
| H A D | NStatement.cxx | 261 const OSQLParseNode* pColumnRef = pOrderBy->count() == 2 ? pOrderBy->getChild(0) : NULL; in orderByAnalysis() local
|
| /AOO41X/main/dbaccess/source/ui/querydesign/ |
| H A D | QueryDesignView.cxx | 326 SqlParseError FillDragInfo( const OQueryDesignView* _pView, in FillDragInfo() 1862 void InsertColumnRef(const OQueryDesignView* _pView, in InsertColumnRef() 3154 OSQLParseNode* pColumnRef = pParseNode->getByRule(OSQLParseNode::column_ref); in getPredicateTreeFromEntry() local
|
| /AOO41X/main/dbaccess/source/core/api/ |
| H A D | SingleSelectQueryComposer.cxx | 1278 …tl::OUString OSingleSelectQueryComposer::getColumnName( ::connectivity::OSQLParseNode* pColumnRef,… in getColumnName()
|