Package org.hotrod.runtime.util
Class SQLSimpleExpression
- java.lang.Object
-
- org.hotrod.runtime.util.SQLSimpleExpression
-
- All Implemented Interfaces:
SQLLogicalExpression
public class SQLSimpleExpression extends java.lang.Object implements SQLLogicalExpression
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSQLSimpleExpression.SimpleExpressionOperator
-
Constructor Summary
Constructors Constructor Description SQLSimpleExpression(SQLField sqlField, SQLField sqlField2, SQLSimpleExpression.SimpleExpressionOperator operator)SQLSimpleExpression(SQLField sqlField, SQLSimpleExpression.SimpleExpressionOperator operator, java.lang.Object... values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>getParameters()java.lang.Stringrender()java.lang.StringtoString()
-
-
-
Constructor Detail
-
SQLSimpleExpression
public SQLSimpleExpression(SQLField sqlField, SQLSimpleExpression.SimpleExpressionOperator operator, java.lang.Object... values)
-
SQLSimpleExpression
public SQLSimpleExpression(SQLField sqlField, SQLField sqlField2, SQLSimpleExpression.SimpleExpressionOperator operator)
-
-
Method Detail
-
render
public java.lang.String render()
- Specified by:
renderin interfaceSQLLogicalExpression
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getParameters
public java.util.Map<java.lang.String,java.lang.Object> getParameters()
- Specified by:
getParametersin interfaceSQLLogicalExpression
-
-