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 LiteralLanguageFactory. createLiteral(Object value, Class<?> type)LiteralArgument. getArgumentValue()Get the argument as aLiteralvalue.Methods in org.teiid.language with parameters of type Literal Modifier and Type Method Description voidArgument. 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 voidSQLStringVisitor. appendLiteral(Literal obj, Class<?> type)voidAbstractLanguageVisitor. visit(Literal obj)voidLanguageObjectVisitor. visit(Literal obj)voidSQLStringVisitor. 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 voidAccumuloQueryVisitor. 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 voidCassandraSQLVisitor. 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 voidExcelQueryVisitor. 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 voidSpreadsheetCriteriaVisitor. visit(Literal obj)voidSpreadsheetSQLVisitor. 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.voidSQLConversionVisitor. 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 voidMongoDBSelectVisitor. 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 voidODataExecutionFactory. convertToODataInput(Literal obj, StringBuilder sb)voidODataSQLVisitor. 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 voidODataFilterVisitor. 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 voidCriteriaVisitor. 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 voidSimpleDBSQLVisitor. 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 voidSolrSQLHierarchyVistor. visit(Literal obj)
-