Home
last modified time | relevance | path

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

/aoo4110/main/connectivity/source/parse/
H A Dsqlbison.y246 %type <pParseNode> ordering_spec opt_asc_desc manipulative_statement commit_statement
647 ordering_spec
650 | ordering_spec_commalist ',' ordering_spec
655 ordering_spec: label
H A Dsqliterator.cxx1092 …OSL_ENSURE(SQL_ISRULE(pColumnRef,ordering_spec),"OSQLParseTreeIterator:ordering_spec error in pars… in traverseByColumnNames()
H A Dsqlnode.cxx1340 { OSQLParseNode::ordering_spec, "ordering_spec" }, in OSQLParser()
/aoo4110/main/connectivity/inc/connectivity/
H A Dsqlnode.hxx147 ordering_spec, enumerator
/aoo4110/main/connectivity/source/drivers/kab/
H A DKStatement.cxx262 else if (SQL_ISRULE(pParseNode, ordering_spec)) in analyseOrderByClause()
/aoo4110/main/connectivity/source/drivers/macab/
H A DMacabStatement.cxx263 else if (SQL_ISRULE(pParseNode, ordering_spec)) in analyseOrderByClause()
/aoo4110/main/connectivity/source/drivers/evoab2/
H A DNStatement.cxx259 if ( !pOrderBy || !SQL_ISRULE( pOrderBy, ordering_spec ) ) in orderByAnalysis()
/aoo4110/main/connectivity/source/drivers/file/
H A DFStatement.cxx405 OSL_ENSURE(SQL_ISRULE(pOrderingSpec,ordering_spec),"OResultSet: Fehler im Parse Tree"); in anylizeSQL()

Completed in 85 milliseconds