public final class CustomWrapperSimpleExpression extends CustomWrapperExpression
CustomWrapperConditionARRAY_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, isSimpleExpressionpublic 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 CustomWrapperExpressionpublic String toString()
toString in class CustomWrapperExpressionCopyright © 2024 Denodo Technologies. All rights reserved.