java.io.Externalizable
, java.io.Serializable
, java.lang.Cloneable
, java.lang.Iterable<AggregatorInfo>
, java.util.Collection<AggregatorInfo>
, java.util.List<AggregatorInfo>
, java.util.RandomAccess
, Formatable
, TypedFormat
public class AggregatorInfoList extends java.util.Vector<AggregatorInfo> implements Formatable
Vector
,
Serialized FormConstructor | Description |
---|---|
AggregatorInfoList() |
Niladic constructor for Formatable
|
Modifier and Type | Method | Description |
---|---|---|
int |
getTypeFormatId() |
Get the formatID which corresponds to this class.
|
boolean |
hasDistinct() |
Indicate whether i have a distinct or not.
|
void |
readExternal(java.io.ObjectInput in) |
|
void |
writeExternal(java.io.ObjectOutput out) |
finalize, getClass, notify, notifyAll, wait, wait, wait
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, forEach, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, iterator, lastElement, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeIf, removeRange, replaceAll, retainAll, set, setElementAt, setSize, size, sort, spliterator, subList, toArray, toArray, toString, trimToSize
public AggregatorInfoList()
public boolean hasDistinct()
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
writeExternal
in interface java.io.Externalizable
java.io.IOException
- thrown on errorpublic void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
readExternal
in interface java.io.Externalizable
java.io.IOException
- on errorjava.lang.ClassNotFoundException
- on errorExternalizable.readExternal(java.io.ObjectInput)
public int getTypeFormatId()
getTypeFormatId
in interface TypedFormat
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.