Package com.sap.cds.impl.qat
Class Ref2QualifiedColumn
java.lang.Object
com.sap.cds.impl.qat.Ref2QualifiedColumn
- All Implemented Interfaces:
BiFunction<TokenToSQLTransformer.Clause,CqnElementRef, String>
public class Ref2QualifiedColumn
extends Object
implements BiFunction<TokenToSQLTransformer.Clause,CqnElementRef,String>
-
Constructor Summary
ConstructorsConstructorDescriptionRef2QualifiedColumn(Function<CdsStructuredType, SqlMapping> mapping, Deque<QatSelectableNode> outer, LocaleUtils localeUtils) -
Method Summary
Modifier and TypeMethodDescriptionapply(TokenToSQLTransformer.Clause clause, CqnElementRef ref) apply(CqnElementRef ref) voidstartCollate(String collateClause) voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiFunction
andThen
-
Constructor Details
-
Ref2QualifiedColumn
public Ref2QualifiedColumn(Function<CdsStructuredType, SqlMapping> mapping, Deque<QatSelectableNode> outer, LocaleUtils localeUtils)
-
-
Method Details
-
startCollate
-
stopCollate
public void stopCollate() -
apply
-
apply
- Specified by:
applyin interfaceBiFunction<TokenToSQLTransformer.Clause,CqnElementRef, String>
-