Package com.j_spaces.jdbc.query
Class ProjectedResultSet
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<IEntryPacket>
com.j_spaces.jdbc.query.ArrayListResult
com.j_spaces.jdbc.query.ProjectedResultSet
- All Implemented Interfaces:
IQueryResultSet<IEntryPacket>,Serializable,Cloneable,Iterable<IEntryPacket>,Collection<IEntryPacket>,List<IEntryPacket>,RandomAccess
- Since:
- 7.1
- Author:
- anna
- See Also:
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFieldValue(SelectColumn column, IEntryPacket entryPacket) newResultSet(Collection<IEntryPacket> entries) Methods inherited from class com.j_spaces.jdbc.query.ArrayListResult
intersect, unionMethods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, equals, forEach, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeMethods inherited from class java.util.AbstractCollection
containsAll, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
containsAll
-
Constructor Details
-
ProjectedResultSet
public ProjectedResultSet() -
ProjectedResultSet
-
-
Method Details
-
getFieldValue
- Specified by:
getFieldValuein interfaceIQueryResultSet<IEntryPacket>- Overrides:
getFieldValuein classArrayListResult
-
newResultSet
- Specified by:
newResultSetin interfaceIQueryResultSet<IEntryPacket>- Overrides:
newResultSetin classArrayListResult
-
newResultSet
- Specified by:
newResultSetin interfaceIQueryResultSet<IEntryPacket>- Overrides:
newResultSetin classArrayListResult
-