borland Packages  Class Hierarchy  sql.dataset Package  Index 

JdbcProvider class (abstract)

java.lang.Object
   +----borland.jbcl.dataset.Provider
           +----borland.sql.dataset.JdbcProvider
                   +----borland.sql.dataset.QueryProvider
                   +----borland.sql.dataset.ProcedureProvider

About the JdbcProvider class

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.


JdbcProvider properties

*Read-only properties **Write-only properties

Properties implemented in this class

Properties implemented in java.lang.Object

JdbcProvider methods

Methods implemented in this class

Methods implemented in borland.jbcl.dataset.Provider

Methods implemented in java.lang.Object


JdbcProvider properties

accumulateResults

 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.

dataSet

 public StorageDataSet getDataSet()
This property is used internally by other classes in the JBCL. You should never use this property directly.

JdbcProvider methods

close(borland.jbcl.dataset.StorageDataSet, boolean)

  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)

hasMoreData(borland.jbcl.dataset.StorageDataSet)

  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)

ifBusy(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)

provideData(borland.jbcl.dataset.StorageDataSet, boolean)

  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)

provideMoreData(borland.jbcl.dataset.StorageDataSet)

  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)