Home
last modified time | relevance | path

Searched refs:sourceClause (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Linq/src/DbLinq.SqlServer/
H A DSqlServerSqlProvider.cs117 string sourceClause = null; in GetLiteralLimit()
121 sourceClause = select[0].Sql.Substring(fromIdx, orderByIdx - fromIdx); in GetLiteralLimit()
126 sourceClause = select[0].Sql.Substring(fromIdx); in GetLiteralLimit()
140 NewLine, selectFieldsClause, orderByClause, sourceClause, offset, limit); in GetLiteralLimit()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp9758 let_clause* sourceClause = static_cast<let_clause*>(clause); in post_predicate_visit() local
9779 expr* sourceExpr = sourceClause->get_expr(); in post_predicate_visit()
9792 expr* sourceExpr = sourceClause->get_var(); in post_predicate_visit()