borland.jbcl Packages  borland.jbcl Class Hierarchy  borland.jbcl.dataset 

Store interface

borland.jbcl.dataset.Store

About the Store interface

Methods  

Implemented by HelpDataSet, MemoryStore

This interface is used internally by other classes in the JBCL. You should never use this interface directly.


Store methods

Methods defined in this interface


Store methods

closeDataSet(borland.jbcl.dataset.StorageDataSet, borland.jbcl.dataset.MatrixData, int)

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

createAggDataSet(borland.jbcl.dataset.StorageDataSet)

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

deleteDataSet(borland.jbcl.dataset.StorageDataSet, borland.jbcl.dataset.MatrixData)

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

emptyDataSet(borland.jbcl.dataset.StorageDataSet, borland.jbcl.dataset.MatrixData)

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

openDataSet(borland.jbcl.dataset.StorageDataSet, borland.jbcl.dataset.MatrixData)

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

renameStoreName(borland.jbcl.dataset.StorageDataSet, java.lang.String)

  public void renameStoreName(borland.jbcl.dataset.StorageDataSet dataSet, java.lang.String newName)
This method is used internally by other classes in the JBCL. You should never use this method directly.

renameTableName(borland.jbcl.dataset.StorageDataSet, java.lang.String)

  public void renameTableName(borland.jbcl.dataset.StorageDataSet dataSet, java.lang.String newName)
This method is used internally by other classes in the JBCL. You should never use this method directly.

setColumns(borland.jbcl.dataset.StorageDataSet, borland.jbcl.dataset.MatrixData, borland.jbcl.dataset.Column[])

  public MatrixData setColumns(borland.jbcl.dataset.StorageDataSet dataSet, borland.jbcl.dataset.MatrixData data, borland.jbcl.dataset.Column[] columns)
This method is used internally by other classes in the JBCL. You should never use this method directly.