borland Packages  Class Hierarchy  jbcl.dataset Package  Index 

StoreInternals interface

borland.jbcl.dataset.StoreInternals

About the StoreInternals interface

Properties  Methods  

Implemented by MemoryStore

This interface is used internally by other classes in the JBCL. 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 classes in the JBCL. You should never use this property directly.

locale

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

readOnly

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

StoreInternals methods

attach(borland.jbcl.dataset.StorageDataSet)

  public void attach(borland.jbcl.dataset.StorageDataSet dataSet)
This method is used internally by other classes in the JBCL. You should never use this method directly.

empty(borland.jbcl.dataset.StorageDataSet)

  public void empty(borland.jbcl.dataset.StorageDataSet dataSet)
This method is used internally by other classes in the JBCL. You should never use this method directly.

exists(borland.jbcl.dataset.StorageDataSet)

  public boolean exists(borland.jbcl.dataset.StorageDataSet dataSet)
This method is used internally by other classes in the JBCL. You should never use this method directly.

open(borland.jbcl.dataset.StorageDataSet, borland.jbcl.dataset.MatrixData, int, int, borland.jbcl.dataset.AggManager)

  public MatrixData open(borland.jbcl.dataset.StorageDataSet dataSet, borland.jbcl.dataset.MatrixData data, int matrixDataType, int aggGroupColumnCount, borland.jbcl.dataset.AggManager aggManager)
This method is used internally by other classes in the JBCL. You should never use this method directly.

opening(borland.jbcl.dataset.StorageDataSet)

  public Store opening(borland.jbcl.dataset.StorageDataSet dataSet)
This method is used internally by other classes in the JBCL. You should never use this method directly.

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

  public void rename(java.lang.String storeName, java.lang.String newStoreName)
This method is used internally by other classes in the JBCL. You should never use this method directly.

updateProperties(borland.jbcl.dataset.StorageDataSet)

  public void updateProperties(borland.jbcl.dataset.StorageDataSet dataSet)
This method is used internally by other classes in the JBCL. You should never use this method directly.