borland Packages  Class Hierarchy  dx.dataset Package 

StoreInternals interface

com.borland.dx.dataset.StoreInternals

About the StoreInternals interface

Properties  Methods  

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


StoreInternals properties

*Read-only properties **Write-only properties

Properties defined in this interface

StoreInternals methods

Methods defined in this interface


StoreInternals properties

dataStore

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

locale

 public Locale getLocale()
This property is used internally by other com.borland classes. You should never use this property directly.

readOnly

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

StoreInternals methods

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

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

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

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

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

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

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

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

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

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

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

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

open()

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

open(com.borland.dx.dataset.StorageDataSet, com.borland.dx.dataset.MatrixData, int, int, com.borland.dx.dataset.AggManager, boolean)

  public MatrixData open(StorageDataSet dataSet, MatrixData data, int matrixDataType, int aggGroupColumnCount, AggManager aggManager, boolean replaceColumns)
This method is used internally by other com.borland classes. You should never use this method directly.

rename(java.lang.String, java.lang.String)

  public void rename(String storeName, String newStoreName)
This method is used internally by other com.borland classes. You should never use this method directly.

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

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