Class StringLiteral
- java.lang.Object
-
- org.citydb.query.filter.selection.expression.AbstractLiteral<java.lang.String>
-
- org.citydb.query.filter.selection.expression.StringLiteral
-
- All Implemented Interfaces:
Expression
public class StringLiteral extends AbstractLiteral<java.lang.String>
-
-
Field Summary
-
Fields inherited from class org.citydb.query.filter.selection.expression.AbstractLiteral
value
-
-
Constructor Summary
Constructors Constructor Description StringLiteral(java.lang.String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.citydb.sqlbuilder.expression.PlaceHolder<?>
convertToSQLPlaceHolder()
boolean
evaluatesToSchemaType(SimpleType schemaType)
LiteralType
getLiteralType()
-
Methods inherited from class org.citydb.query.filter.selection.expression.AbstractLiteral
getExpressionName, getValue
-
-
-
-
Method Detail
-
evaluatesToSchemaType
public boolean evaluatesToSchemaType(SimpleType schemaType)
- Specified by:
evaluatesToSchemaType
in classAbstractLiteral<java.lang.String>
-
convertToSQLPlaceHolder
public org.citydb.sqlbuilder.expression.PlaceHolder<?> convertToSQLPlaceHolder()
- Specified by:
convertToSQLPlaceHolder
in classAbstractLiteral<java.lang.String>
-
getLiteralType
public LiteralType getLiteralType()
- Specified by:
getLiteralType
in classAbstractLiteral<java.lang.String>
-
-