Class RowValueList
java.lang.Object
org.iplass.mtp.entity.query.value.ValueExpression
org.iplass.mtp.entity.query.value.RowValueList
- All Implemented Interfaces:
Serializable
,ASTNode
行の項目のリストを表す。
複数項目でのin条件指定の際に利用する。
例:
(a, b) in ((1,'x'),(2,'y'),...)
の(1,'x')を表すValueExpression。
例:
(a, b) in ((1,'x'),(2,'y'),...)
の(1,'x')を表すValueExpression。
- See Also:
-
Constructor Summary
ConstructorDescriptionRowValueList
(Object... literalRowValue) RowValueList
(List<ValueExpression> rowValues) RowValueList
(ValueExpression... rowValue) -
Method Summary
Modifier and TypeMethodDescriptionaccept
(ASTTransformer transformer) void
accept
(ValueExpressionVisitor visitor) boolean
int
hashCode()
void
setRowValues
(List<ValueExpression> rowValues) toString()
Methods inherited from class org.iplass.mtp.entity.query.value.ValueExpression
newValue
-
Constructor Details
-
RowValueList
public RowValueList() -
RowValueList
-
RowValueList
-
RowValueList
-
-
Method Details
-
getRowValues
-
setRowValues
-
accept
-
accept
- Specified by:
accept
in classValueExpression
-
hashCode
public int hashCode() -
equals
-
toString
-