com.solarmetric.kodo.impl.jdbc.runtime
Class JDBCExtent
java.lang.Object
|
+--com.solarmetric.kodo.runtime.ExtentImpl
|
+--com.solarmetric.kodo.impl.jdbc.runtime.JDBCExtent
- All Implemented Interfaces:
- Extent
- public class JDBCExtent
- extends ExtentImpl
JDBC Extent implementation.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
store
protected JDBCStoreManager store
JDBCExtent
public JDBCExtent(Class type,
boolean subclasses,
JDBCStoreManager store)
closeIterator
protected void closeIterator(Iterator iter)
- Close the given iterator.
- Overrides:
closeIterator in class ExtentImpl
getIterator
protected Iterator getIterator()
- Description copied from class:
ExtentImpl
- Return an iterator over this extent.
- Overrides:
getIterator in class ExtentImpl
getResultList
protected ResultList getResultList()
- Return a
ResultList that can be used to access all
the data in this extent. This should not cache data; a new
ResultList will be requested each time getIterator() is invoked.
Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.