borland Packages  Class Hierarchy  dx.sql.dataset Package 

DataModelProvider class

java.lang.Object
   +----com.borland.dx.dataset.Provider
           +----com.borland.dx.sql.dataset.DataModelProvider

About the DataModelProvider class

Variables  Properties  Methods  

Implements Designable, Serializable

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


DataModelProvider variables

Variables implemented in this class

DataModelProvider 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

DataModelProvider methods

Methods implemented in this class

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

Methods implemented in java.lang.Object


DataModelProvider variables

executeOnOpen

  protected boolean executeOnOpen
This variable is used internally by other com.borland classes. You should never use this variable directly.

maxRows

  protected int maxRows
This variable is used internally by other com.borland classes. You should never use this variable directly.

DataModelProvider properties

executeOnOpen

 public boolean getExecuteOnOpen()
 public void setExecuteOnOpen(boolean value)
This property is used internally by other com.borland classes. You should never use this property directly.

maxRows

 public int getMaxRows()
 public void setMaxRows(int value)
This property is used internally by other com.borland classes. You should never use this property directly.

DataModelProvider methods

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)