Home
last modified time | relevance | path

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

/AOO41X/main/connectivity/source/drivers/file/
H A Dfanalyzer.cxx79 OSQLParseNode *pColumnRef = pSelection->getChild(i)->getChild(0); in start() local
80 if ( ( SQL_ISRULE(pColumnRef,set_fct_spec) && pColumnRef->count() == 4 ) in start()
81 || SQL_ISRULE(pColumnRef,char_value_fct) in start()
82 || SQL_ISRULE(pColumnRef,char_substring_fct) in start()
83 || SQL_ISRULE(pColumnRef,position_exp) in start()
84 || SQL_ISRULE(pColumnRef,fold) in start()
85 || SQL_ISRULE(pColumnRef,length_exp) in start()
86 || SQL_ISRULE(pColumnRef,num_value_exp) in start()
87 || SQL_ISRULE(pColumnRef,term) in start()
88 || SQL_ISRULE(pColumnRef,factor) in start()
[all …]
H A DFStatement.cxx408 OSQLParseNode * pColumnRef = pOrderingSpec->getChild(0); in anylizeSQL() local
409 if(!SQL_ISRULE(pColumnRef,column_ref)) in anylizeSQL()
414 setOrderbyColumn(pColumnRef,pAscendingDescending); in anylizeSQL()
419 void OStatement_Base::setOrderbyColumn( OSQLParseNode* pColumnRef, in setOrderbyColumn() argument
424 if (pColumnRef->count() == 1) in setOrderbyColumn()
425 aColumnName = pColumnRef->getChild(0)->getTokenValue(); in setOrderbyColumn()
426 else if (pColumnRef->count() == 3) in setOrderbyColumn()
437pColumnRef->getChild(2)->parseNodeToStr( aColumnName, getOwnConnection(), NULL, sal_False, sal_Fal… in setOrderbyColumn()
H A Dfcomp.cxx106 OSQLParseNode *pColumnRef = pSelection->getChild(i)->getChild(0); in start() local
107 if ( SQL_ISRULE(pColumnRef,general_set_fct) && pColumnRef->count() != 4 ) in start()
/AOO41X/main/connectivity/source/parse/
H A Dsqliterator.cxx875 OSQLParseNode *pColumnRef = pSelectNode->getChild(i); in traverseCreateColumns() local
877 if (SQL_ISRULE(pColumnRef,column_def)) in traverseCreateColumns()
884 aColumnName = pColumnRef->getChild(0)->getTokenValue(); in traverseCreateColumns()
886 OSQLParseNode *pDatatype = pColumnRef->getChild(1); in traverseCreateColumns()
953 OSQLParseNode *pColumnRef = pSelection->getChild(i); in traverseSelectColumnNames() local
956 if (SQL_ISRULE(pColumnRef,derived_column) && in traverseSelectColumnNames()
957 SQL_ISRULE(pColumnRef->getChild(0),column_ref) && in traverseSelectColumnNames()
958 pColumnRef->getChild(0)->count() == 3 && in traverseSelectColumnNames()
959 SQL_ISPUNCTUATION(pColumnRef->getChild(0)->getChild(2),"*")) in traverseSelectColumnNames()
963pColumnRef->getChild(0)->parseNodeToStr( aTableRange, m_pImpl->m_xConnection, NULL, sal_False, sal… in traverseSelectColumnNames()
[all …]
H A Dsqlbison.y1284 OSQLParseNode* pColumnRef = $$->removeAt((sal_uInt32)0); variable
1287 pBetween_predicate->append(pColumnRef);
1356 …OSQLParseNode* pColumnRef = newNode(aEmptyString, SQL_NODE_RULE,OSQLParser::RuleID(OSQLParseNode::… variable
1357 pColumnRef->append(newNode(xxx_pGLOBAL_SQLPARSER->getFieldName(),SQL_NODE_NAME));
1360 $$->append(pColumnRef);
1378 …OSQLParseNode* pColumnRef = newNode(aEmptyString, SQL_NODE_RULE,OSQLParser::RuleID(OSQLParseNode::… variable
1379 pColumnRef->append(newNode(xxx_pGLOBAL_SQLPARSER->getFieldName(),SQL_NODE_NAME));
1382 $$->append(pColumnRef);
1434 …OSQLParseNode* pColumnRef = newNode(aEmptyString, SQL_NODE_RULE,OSQLParser::RuleID(OSQLParseNode::… variable
1435 pColumnRef->append(newNode(xxx_pGLOBAL_SQLPARSER->getFieldName(),SQL_NODE_NAME));
[all …]
/AOO41X/main/dbaccess/source/ui/querydesign/
H A DQueryDesignView.cxx327 const ::connectivity::OSQLParseNode* pColumnRef, in FillDragInfo()
337 rParseIter.getColumnRange( pColumnRef, aColumnName, aTableRange ); in FillDragInfo()
1863 const ::connectivity::OSQLParseNode * pColumnRef, in InsertColumnRef()
1873 rParseIter.getColumnRange( pColumnRef, aColumnName, aTableRange ); in InsertColumnRef()
2240 ::connectivity::OSQLParseNode * pColumnRef = pParseTree->getChild(i); in InstallFields()
2244 if ( SQL_ISRULE(pColumnRef,select_sublist) ) in InstallFields()
2250 if ( SQL_ISRULE(pColumnRef,derived_column) ) in InstallFields()
2252 …l::OUString aColumnAlias(rController.getParseIterator().getColumnAlias(pColumnRef)); // kann leer … in InstallFields()
2253 pColumnRef = pColumnRef->getChild(0); in InstallFields()
2256 if ( pColumnRef->count() == 3 && in InstallFields()
[all …]
H A DSelectionBrowseBox.cxx834 ::connectivity::OSQLParseNode* pColumnRef = pChild->getChild(0); in saveField()
836 pColumnRef->count() == 3 && in saveField()
837 SQL_ISPUNCTUATION(pColumnRef->getChild(0),"(") && in saveField()
838 SQL_ISPUNCTUATION(pColumnRef->getChild(2),")") in saveField()
840 pColumnRef = pColumnRef->getChild(1); in saveField()
842 … if ( SQL_ISRULE(pColumnRef,column_ref) ) // we found a valid column name or more column names in saveField()
845 bError = fillColumnRef( pColumnRef, xConnection, aSelEntry, _bListAction ); in saveField()
854 if ( SQL_ISRULE(pColumnRef,general_set_fct) ) in saveField()
857 … if ( GetFunctionName(pColumnRef->getChild(0)->getTokenID(),sLocalizedFunctionName) ) in saveField()
861 sal_uInt32 nFunCount = pColumnRef->count() - 1; in saveField()
[all …]
/AOO41X/main/connectivity/source/drivers/kab/
H A DKStatement.cxx266 OSQLParseNode* pColumnRef = pParseNode->getChild(0); in analyseOrderByClause() local
269 if (SQL_ISRULE(pColumnRef, column_ref)) in analyseOrderByClause()
271 if (pColumnRef->count() == 3) in analyseOrderByClause()
272 pColumnRef = pColumnRef->getChild(2); in analyseOrderByClause()
274 if (pColumnRef->count() == 1) in analyseOrderByClause()
277 pColumnRef->getChild(0)->getTokenValue(); in analyseOrderByClause()
/AOO41X/main/connectivity/source/drivers/macab/
H A DMacabStatement.cxx267 OSQLParseNode* pColumnRef = pParseNode->getChild(0); in analyseOrderByClause() local
270 if (SQL_ISRULE(pColumnRef, column_ref)) in analyseOrderByClause()
272 if (pColumnRef->count() == 3) in analyseOrderByClause()
273 pColumnRef = pColumnRef->getChild(2); in analyseOrderByClause()
275 if (pColumnRef->count() == 1) in analyseOrderByClause()
278 pColumnRef->getChild(0)->getTokenValue(); in analyseOrderByClause()
/AOO41X/main/connectivity/source/drivers/evoab2/
H A DNStatement.cxx261 const OSQLParseNode* pColumnRef = pOrderBy->count() == 2 ? pOrderBy->getChild(0) : NULL; in orderByAnalysis() local
264 ( pColumnRef != NULL ) in orderByAnalysis()
271 if ( !SQL_ISRULE( pColumnRef, column_ref ) ) in orderByAnalysis()
273 const ::rtl::OUString sColumnName( impl_getColumnRefColumnName_throw( *pColumnRef ) ); in orderByAnalysis()
/AOO41X/main/connectivity/source/commontools/
H A Dpredicateinput.cxx358 OSQLParseNode* pColumnRef = pParseNode->getByRule(OSQLParseNode::column_ref); in getPredicateValue() local
359 if ( pColumnRef ) in getPredicateValue()
/AOO41X/main/connectivity/inc/connectivity/
H A Dsqliterator.hxx82 OSQLParseNode * pColumnRef,
/AOO41X/main/connectivity/source/inc/file/
H A DFStatement.hxx117 void setOrderbyColumn( connectivity::OSQLParseNode* pColumnRef,
/AOO41X/main/dbaccess/source/core/inc/
H A DSingleSelectQueryComposer.hxx124 …::rtl::OUString getColumnName(::connectivity::OSQLParseNode* pColumnRef,::connectivity::OSQLParseT…
/AOO41X/main/dbaccess/source/core/api/
H A DSingleSelectQueryComposer.cxx1278 …ngleSelectQueryComposer::getColumnName( ::connectivity::OSQLParseNode* pColumnRef, OSQLParseTreeIt… in getColumnName() argument
1282 _rIterator.getColumnRange(pColumnRef,aColumnName,aTableRange); in getColumnName()