Uses of Class
org.teiid.language.LanguageFactory
-
-
Uses of LanguageFactory in org.teiid.language
Fields in org.teiid.language declared as LanguageFactory Modifier and Type Field Description static LanguageFactory
LanguageFactory. INSTANCE
Public instance, holds no state so can be shared by everyone.Methods in org.teiid.language with parameters of type LanguageFactory Modifier and Type Method Description static Condition
LanguageUtil. combineCriteria(Condition primaryCrit, Condition additionalCrit, LanguageFactory languageFactory)
This utility method can be used to combine two criteria using an AND. -
Uses of LanguageFactory in org.teiid.translator
Methods in org.teiid.translator that return LanguageFactory Modifier and Type Method Description LanguageFactory
BaseDelegatingExecutionFactory. getLanguageFactory()
LanguageFactory
ExecutionFactory. getLanguageFactory()
Obtain a reference to the default LanguageFactory that can be used to construct new language interface objects. -
Uses of LanguageFactory in org.teiid.translator.jdbc
Methods in org.teiid.translator.jdbc that return LanguageFactory Modifier and Type Method Description protected LanguageFactory
LocateFunctionModifier. getLanguageFactory()
Get the instance ofLanguageFactory
set during construction.Methods in org.teiid.translator.jdbc with parameters of type LanguageFactory Modifier and Type Method Description static Function
ConvertModifier. createConvertFunction(LanguageFactory langFactory, Expression expr, String typeName)
IMPORTANT: only for use with default runtime type namesConstructors in org.teiid.translator.jdbc with parameters of type LanguageFactory Constructor Description LocateFunctionModifier(LanguageFactory langFactory)
Translates the scalar function LOCATE() to a source specific scalar function or expression.LocateFunctionModifier(LanguageFactory langFactory, String functionName, boolean sourceStringFirst)
Translates the scalar function LOCATE() to a source specific scalar function or expression.ModFunctionModifier(String modFunction, LanguageFactory langFactory)
ModFunctionModifier(String modFunction, LanguageFactory langFactory, Collection<? extends Class<?>> supportedTypes)
-
Uses of LanguageFactory in org.teiid.translator.jdbc.db2
Methods in org.teiid.translator.jdbc.db2 with parameters of type LanguageFactory Modifier and Type Method Description static void
BaseDB2ExecutionFactory. convertCrossJoinToInner(LanguageObject obj, LanguageFactory lf)
-
Uses of LanguageFactory in org.teiid.translator.jdbc.hana
Constructors in org.teiid.translator.jdbc.hana with parameters of type LanguageFactory Constructor Description Log10FunctionModifier(LanguageFactory languageFactory)
-
Uses of LanguageFactory in org.teiid.translator.jdbc.hsql
Constructors in org.teiid.translator.jdbc.hsql with parameters of type LanguageFactory Constructor Description AddDiffModifier(boolean add, LanguageFactory factory)
-
Uses of LanguageFactory in org.teiid.translator.jdbc.mysql
Constructors in org.teiid.translator.jdbc.mysql with parameters of type LanguageFactory Constructor Description BitFunctionModifier(String alias, LanguageFactory langFactory)
-
Uses of LanguageFactory in org.teiid.translator.jdbc.oracle
Constructors in org.teiid.translator.jdbc.oracle with parameters of type LanguageFactory Constructor Description ConcatFunctionModifier(LanguageFactory langFactory)
LeftOrRightFunctionModifier(LanguageFactory langFactory)
Log10FunctionModifier(LanguageFactory languageFactory)
MonthOrDayNameFunctionModifier(LanguageFactory langFactory, String format)
-
Uses of LanguageFactory in org.teiid.translator.jdbc.postgresql
Constructors in org.teiid.translator.jdbc.postgresql with parameters of type LanguageFactory Constructor Description LocateFunctionModifier(LanguageFactory factory)
-
Uses of LanguageFactory in org.teiid.translator.jdbc.sybase
Constructors in org.teiid.translator.jdbc.sybase with parameters of type LanguageFactory Constructor Description SubstringFunctionModifier(LanguageFactory languageFactory)
-
Uses of LanguageFactory in org.teiid.translator.jdbc.teradata
Constructors in org.teiid.translator.jdbc.teradata with parameters of type LanguageFactory Constructor Description LeftOrRightFunctionModifier(LanguageFactory langFactory, ConvertModifier converModifier)
-