Class CollectionType
- java.lang.Object
-
- oracle.pgx.api.frames.schema.datatypes.DataType
-
- oracle.pgx.api.frames.schema.datatypes.collection.CollectionType
-
- Direct Known Subclasses:
SetType,VectorType
public abstract class CollectionType extends DataType
-
-
Constructor Summary
Constructors Constructor Description CollectionType(DataType valueType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)DataTypegetValueType()inthashCode()-
Methods inherited from class oracle.pgx.api.frames.schema.datatypes.DataType
simpleString, toString
-
-