Package net.sf.basedb.core.query
Interface SqlResultList<I>
-
- All Superinterfaces:
Collection<I>
,Iterable<I>
,List<I>
,QueryResult
,ResultList<I>
public interface SqlResultList<I> extends ResultList<I>
- Version:
- 2.0
- Author:
- Nicklas
- Last modified
- $Date: 2009-04-06 14:52:39 +0200 (må, 06 apr 2009) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
get(int listIndex, int columnIndex)
Object
get(int listIndex, String name)
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
-
Methods inherited from interface net.sf.basedb.core.query.QueryResult
getTotalCount
-
-