public final class CustomWrapperSimpleExpression extends CustomWrapperExpression
CustomWrapperCondition
ARRAY_TYPE, CONDITION_TYPE, CONTAINS_TYPE, FIELD_TYPE, FUNCTION_TYPE, REGISTER_TYPE, SIMPLE_TYPE
Constructor and Description |
---|
CustomWrapperSimpleExpression(int type,
Object value)
Creates a simple expression.
|
Modifier and Type | Method and Description |
---|---|
protected int |
getExpressionType() |
int |
getType() |
Object |
getValue() |
String |
toString() |
equals, hashCode, isArrayExpression, isConditionExpression, isContainsExpression, isFieldExpression, isFunctionExpression, isRegisterExpression, isSimpleExpression
public CustomWrapperSimpleExpression(int type, Object value)
Users do not need to instantiate this class.
type
- one of the types defined in java.sql.Types
.value
- this expression's value (in accordance to the provided type
.public int getType()
java.sql.Types
.public Object getValue()
protected int getExpressionType()
getExpressionType
in class CustomWrapperExpression
public String toString()
toString
in class CustomWrapperExpression
Copyright © 2023 Denodo Technologies. All rights reserved.