Class CollectionValue<T>
- java.lang.Object
-
- org.apache.shardingsphere.sql.parser.sql.common.value.collection.CollectionValue<T>
-
- Type Parameters:
T- type of collection value
- All Implemented Interfaces:
ASTNode,ValueASTNode<Collection>
public final class CollectionValue<T> extends Object implements ValueASTNode<Collection>
Collection value.
-
-
Constructor Summary
Constructors Constructor Description CollectionValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcombine(CollectionValue<T> collectionValue)Put all values from another collection value into this one.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.shardingsphere.sql.parser.sql.common.value.ValueASTNode
getValue
-
-
-
-
Method Detail
-
combine
public void combine(CollectionValue<T> collectionValue)
Put all values from another collection value into this one.- Parameters:
collectionValue- collection value
-
-