Class IntegerLiteral
- java.lang.Object
-
- org.citydb.query.filter.selection.expression.AbstractLiteral<java.lang.Integer>
-
- org.citydb.query.filter.selection.expression.IntegerLiteral
-
- All Implemented Interfaces:
Expression
public class IntegerLiteral extends AbstractLiteral<java.lang.Integer>
-
-
Field Summary
-
Fields inherited from class org.citydb.query.filter.selection.expression.AbstractLiteral
value
-
-
Constructor Summary
Constructors Constructor Description IntegerLiteral(int 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.Integer>
-
convertToSQLPlaceHolder
public org.citydb.sqlbuilder.expression.PlaceHolder<?> convertToSQLPlaceHolder()
- Specified by:
convertToSQLPlaceHolder
in classAbstractLiteral<java.lang.Integer>
-
getLiteralType
public LiteralType getLiteralType()
- Specified by:
getLiteralType
in classAbstractLiteral<java.lang.Integer>
-
-