Uses of Class
org.teiid.language.Literal
-
-
Uses of Literal in org.teiid.language
Methods in org.teiid.language that return Literal Modifier and Type Method Description Literal
LanguageFactory. createLiteral(Object value, Class<?> type)
Literal
Argument. getArgumentValue()
Get the argument as aLiteral
value.Methods in org.teiid.language with parameters of type Literal Modifier and Type Method Description void
Argument. setArgumentValue(Literal value)
Constructors in org.teiid.language with parameters of type Literal Constructor Description Argument(Argument.Direction direction, Literal value, ProcedureParameter metadataObject)
Typical constructor for an in/in out parameter -
Uses of Literal in org.teiid.language.visitor
Methods in org.teiid.language.visitor with parameters of type Literal Modifier and Type Method Description protected void
SQLStringVisitor. appendLiteral(Literal obj, Class<?> type)
void
AbstractLanguageVisitor. visit(Literal obj)
void
LanguageObjectVisitor. visit(Literal obj)
void
SQLStringVisitor. visit(Literal obj)
-
Uses of Literal in org.teiid.translator.accumulo
Methods in org.teiid.translator.accumulo with parameters of type Literal Modifier and Type Method Description void
AccumuloQueryVisitor. visit(Literal obj)
-
Uses of Literal in org.teiid.translator.cassandra
Methods in org.teiid.translator.cassandra with parameters of type Literal Modifier and Type Method Description void
CassandraSQLVisitor. visit(Literal obj)
-
Uses of Literal in org.teiid.translator.excel
Methods in org.teiid.translator.excel with parameters of type Literal Modifier and Type Method Description void
ExcelQueryVisitor. visit(Literal obj)
-
Uses of Literal in org.teiid.translator.google.visitor
Methods in org.teiid.translator.google.visitor with parameters of type Literal Modifier and Type Method Description void
SpreadsheetCriteriaVisitor. visit(Literal obj)
void
SpreadsheetSQLVisitor. visit(Literal obj)
-
Uses of Literal in org.teiid.translator.jdbc
Methods in org.teiid.translator.jdbc with parameters of type Literal Modifier and Type Method Description List<?>
JDBCExecutionFactory. translateGeographyLiteral(Literal l)
Translate GEOGRAPHY literal into an expression that will convert to database geography type.List<?>
JDBCExecutionFactory. translateGeometryLiteral(Literal l)
Translate GEOMETRY literal into an expression that will convert to database geometry type.void
SQLConversionVisitor. visit(Literal obj)
-
Uses of Literal in org.teiid.translator.mongodb
Methods in org.teiid.translator.mongodb with parameters of type Literal Modifier and Type Method Description void
MongoDBSelectVisitor. visit(Literal obj)
-
Uses of Literal in org.teiid.translator.odata
Methods in org.teiid.translator.odata with parameters of type Literal Modifier and Type Method Description void
ODataExecutionFactory. convertToODataInput(Literal obj, StringBuilder sb)
void
ODataSQLVisitor. visit(Literal obj)
-
Uses of Literal in org.teiid.translator.odata4
Methods in org.teiid.translator.odata4 with parameters of type Literal Modifier and Type Method Description void
ODataFilterVisitor. visit(Literal obj)
-
Uses of Literal in org.teiid.translator.salesforce.execution.visitors
Methods in org.teiid.translator.salesforce.execution.visitors with parameters of type Literal Modifier and Type Method Description static void
CriteriaVisitor. appendLiteralValue(StringBuilder result, Literal literal)
-
Uses of Literal in org.teiid.translator.simpledb
Methods in org.teiid.translator.simpledb with parameters of type Literal Modifier and Type Method Description void
SimpleDBSQLVisitor. visit(Literal obj)
-
Uses of Literal in org.teiid.translator.solr
Methods in org.teiid.translator.solr with parameters of type Literal Modifier and Type Method Description void
SolrSQLHierarchyVistor. visit(Literal obj)
-