borland Packages Class Hierarchy sql.dataset Package Index
java.lang.Object +----borland.jbcl.dataset.Provider +----borland.sql.dataset.JdbcProvider +----borland.sql.dataset.QueryProvider +----borland.sql.dataset.ProcedureProvider
Properties Methods
Implements LoadCancel, ConnectionUpdateListener, Task, Serializable, EventListener
This class is used internally by other classes in the JBCL. You should never use this class directly.
public boolean isAccumulateResults() public void setAccumulateResults(boolean accumulate)This property is used internally by other classes in the JBCL. You should never use this property directly.
public StorageDataSet getDataSet()This property is used internally by other classes in the JBCL. You should never use this property directly.
public synchronized void close(borland.jbcl.dataset.StorageDataSet sds, boolean loadRemainingRows)This method is used internally by other classes in the JBCL. You should never use this method directly.
Overrides: borland.jbcl.dataset.Provider.close(borland.jbcl.dataset.StorageDataSet, boolean)
public boolean hasMoreData(borland.jbcl.dataset.StorageDataSet sds)This method is used internally by other classes in the JBCL. You should never use this method directly.
Overrides: borland.jbcl.dataset.Provider.hasMoreData(borland.jbcl.dataset.StorageDataSet)
public void ifBusy(borland.jbcl.dataset.StorageDataSet dataSet)This method is used internally by other classes in the JBCL. You should never use this method directly.
Overrides: borland.jbcl.dataset.Provider.ifBusy(borland.jbcl.dataset.StorageDataSet)
public void provideData(borland.jbcl.dataset.StorageDataSet dataSet, boolean toOpen)This method is used internally by other classes in the JBCL. You should never use this method directly.
Overrides: borland.jbcl.dataset.Provider.provideData(borland.jbcl.dataset.StorageDataSet, boolean)
public void provideMoreData(borland.jbcl.dataset.StorageDataSet sds)This method is used internally by other classes in the JBCL. You should never use this method directly.
Overrides: borland.jbcl.dataset.Provider.provideMoreData(borland.jbcl.dataset.StorageDataSet)