borland Packages  Class Hierarchy  dx.sql.dataset Package 

JdbcProvider class (abstract)

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

About the JdbcProvider class

Properties  Methods  

Implements Designable, LoadCancel, ConnectionUpdateListener, Task, Serializable, EventListener

This class is used internally by other com.borland classes. You should never use this class directly.


JdbcProvider properties

*Read-only properties **Write-only properties

Properties implemented in this class

Properties implemented in com.borland.dx.dataset.Provider

Properties implemented in java.lang.Object

JdbcProvider methods

Methods implemented in this class

Methods implemented in com.borland.dx.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 com.borland classes. You should never use this property directly.

JdbcProvider methods

close(com.borland.dx.dataset.StorageDataSet, boolean)

  public synchronized void close(StorageDataSet sds, boolean loadRemainingRows)
This method is used internally by other com.borland classes. You should never use this method directly.

Overrides: com.borland.dx.dataset.Provider.close(com.borland.dx.dataset.StorageDataSet, boolean)

closeStatement()

  public void closeStatement()
This method is used internally by other com.borland classes. You should never use this method directly.

fetchDataSet()

  public StorageDataSet fetchDataSet()
This method is used internally by other com.borland classes. You should never use this method directly.

hasMoreData(com.borland.dx.dataset.StorageDataSet)

  public boolean hasMoreData(StorageDataSet sds)
This method is used internally by other com.borland classes. You should never use this method directly.

Overrides: com.borland.dx.dataset.Provider.hasMoreData(com.borland.dx.dataset.StorageDataSet)

ifBusy(com.borland.dx.dataset.StorageDataSet)

  public void ifBusy(StorageDataSet dataSet)
This method is used internally by other com.borland classes. You should never use this method directly.

provideData(com.borland.dx.dataset.StorageDataSet, boolean)

  public void provideData(StorageDataSet dataSet, boolean toOpen)
This method is used internally by other com.borland classes. You should never use this method directly.

Overrides: com.borland.dx.dataset.Provider.provideData(com.borland.dx.dataset.StorageDataSet, boolean)

provideMoreData(com.borland.dx.dataset.StorageDataSet)

  public void provideMoreData(StorageDataSet sds)
This method is used internally by other com.borland classes. You should never use this method directly.

Overrides: com.borland.dx.dataset.Provider.provideMoreData(com.borland.dx.dataset.StorageDataSet)