borland Packages Class Hierarchy dx.dataset Package
java.lang.Object +----com.borland.dx.dataset.MatrixData +----com.borland.dx.dataset.IndexData
Properties Methods
This class is used internally by other com.borland classes. You should never use this class directly.
public abstract String getCalcAggFieldsName()This property is used internally by other com.borland classes. You should never use this property directly.
public abstract String getCalcFieldsName()This property is used internally by other com.borland classes. You should never use this property directly.
public abstract MatrixData getData()This property is used internally by other com.borland classes. You should never use this property directly.
public abstract Object getDataMonitor()This property is used internally by other com.borland classes. You should never use this property directly.
public abstract int getDeletedRowCount()This property is used internally by other com.borland classes. You should never use this property directly.
public abstract boolean isEmpty()This property is used internally by other com.borland classes. You should never use this property directly.
public abstract IndexData getIndexData()This property is used internally by other com.borland classes. You should never use this property directly.
public abstract DirectIndex[] getIndices()This property is used internally by other com.borland classes. You should never use this property directly.
public abstract int getInsertedRowCount()This property is used internally by other com.borland classes. You should never use this property directly.
public abstract boolean getNeedsRestructure()
This property is used internally by other com.borland classes. You should never use this property directly.
public abstract int getRowCount()This property is used internally by other com.borland classes. You should never use this property directly.
public String getStoreClassName()This property is used internally by other com.borland classes. You should never use this property directly.
public abstract int getUpdatedRowCount()This property is used internally by other com.borland classes. You should never use this property directly.
public abstract void addColumn(Column column)
This method is used internally by other com.borland classes. You should never use this method directly.
public abstract void addDataSet(DataSet listener)This method is used internally by other com.borland classes. You should never use this method directly.
public static final void addUniqueColumns(StorageDataSet dataSet, Column[] columns, Column[] orderColumns, boolean reconcile)This method is used internally by other com.borland classes. You should never use this method directly.
public static final void calcFields(StorageDataSet dataSet, ReadWriteRow row)This method is used internally by other com.borland classes. You should never use this method directly.
public abstract boolean canCalc()This method is used internally by other com.borland classes. You should never use this method directly.
public abstract void cancelOperation()This method is used internally by other com.borland classes. You should never use this method directly.
public abstract void changeColumn(int ordinal, Column oldColumn, Column newColumn)
This method is used internally by other com.borland classes. You should never use this method directly.
public abstract void clearInternalReadRow()This method is used internally by other com.borland classes. You should never use this method directly.
public static final void closeData(StorageDataSet dataSet, int reason, boolean closeData)This method is used internally by other com.borland classes. You should never use this method directly.
public abstract MatrixData closeDataSet(StorageDataSet dataSet, int matrixDataType, AggManager aggManager, StorageDataSet fetchDataSet, int reason, boolean closeData)This method is used internally by other com.borland classes. You should never use this method directly.
public static final void closeStorage(StorageDataSet dataSet, int reason, boolean closeData)This method is used internally by other com.borland classes. You should never use this method directly.
public abstract void commitRestructure(StorageDataSet dataSet)
This method is used internally by other com.borland classes. You should never use this method directly.
public abstract boolean copyStreams()This method is used internally by other com.borland classes. You should never use this method directly.
public abstract void deleteRow(long internalRow)This method is used internally by other com.borland classes. You should never use this method directly.
public static final boolean displayError(DataSet dataSet, Throwable ex)This method is used internally by other com.borland classes. You should never use this method directly.
public abstract void dropAllIndexes()This method is used internally by other com.borland classes. You should never use this method directly.
public abstract void dropColumn(int ordinal)
This method is used internally by other com.borland classes. You should never use this method directly.
public abstract void dropIndex(DataSet dataSet)This method is used internally by other com.borland classes. You should never use this method directly.
public abstract boolean dropIndex(SortDescriptor descriptor, Locale locale, RowFilterListener rowFilter, int visibleMask, int invisibleMask)This method is used internally by other com.borland classes. You should never use this method directly.
public abstract void emptyRow(long internalRow)This method is used internally by other com.borland classes. You should never use this method directly.
public abstract void freeFetchIndex()This method is used internally by other com.borland classes. You should never use this method directly.
public static final AggManager getAggManager(StorageDataSet dataSet)This method is used internally by other com.borland classes. You should never use this method directly.
public static final Variant[] getCalcFieldsValues(StorageDataSet dataSet)This method is used internally by other com.borland classes. You should never use this method directly.
public static final MatrixData getData(StorageDataSet dataSet)This method is used internally by other com.borland classes. You should never use this method directly.
public abstract void getDeletedRows(StorageDataSet dataSet, DataSetView deletedDataSet)This method is used internally by other com.borland classes. You should never use this method directly.
public abstract void getInsertedRows(StorageDataSet dataSet, DataSetView insertedDataSet)This method is used internally by other com.borland classes. You should never use this method directly.
public abstract InternalRow getInternalReadRow(StorageDataSet dataSet)This method is used internally by other com.borland classes. You should never use this method directly.
public static final Class getJavaClass(Column column)This method is used internally by other com.borland classes. You should never use this method directly.
public abstract void getOriginalRow(long internalRow, Variant[] values)This method is used internally by other com.borland classes. You should never use this method directly.
public abstract void getOriginalVariant(long internalRow, int ordinal, Variant value)This method is used internally by other com.borland classes. You should never use this method directly.
public static final int getResolvable(StorageDataSet dataSet)This method is used internally by other com.borland classes. You should never use this method directly.
public abstract void getRowData(long internalRow, Variant[] values)This method is used internally by other com.borland classes. You should never use this method directly.
public abstract int getStatus(long internalRow)This method is used internally by other com.borland classes. You should never use this method directly.
public static final StoreClassFactory getStoreClassFactory(StorageDataSet dataSet)This method is used internally by other com.borland classes. You should never use this method directly.
public abstract void getUpdatedRows(StorageDataSet dataSet, DataSetView updatedDataSet)This method is used internally by other com.borland classes. You should never use this method directly.
public abstract void getVariant(long internalRow, int ordinal, Variant value)This method is used internally by other com.borland classes. You should never use this method directly.
public static final boolean identifierEquals(String thisName, String name)This method is used internally by other com.borland classes. You should never use this method directly.
public abstract boolean indexExists(SortDescriptor descriptor, RowFilterListener listener)This method is used internally by other com.borland classes. You should never use this method directly.
public static final void initCalcs(StorageDataSet dataSet)This method is used internally by other com.borland classes. You should never use this method directly.
public abstract long insertRow(ReadRow row, RowVariant[] values, int status)This method is used internally by other com.borland classes. You should never use this method directly.
public abstract void moveColumn(int oldOrdinal, int newOrdinal)
This method is used internally by other com.borland classes. You should never use this method directly.
public abstract boolean needsRecalc(StorageDataSet dataSet)This method is used internally by other com.borland classes. You should never use this method directly.
public abstract void notifyRecalc(StorageDataSet dataSet)This method is used internally by other com.borland classes. You should never use this method directly.
public abstract void openData(StorageDataSet dataSet, boolean replaceColumns)This method is used internally by other com.borland classes. You should never use this method directly.
public abstract DirectIndex openIndex(DataSet dataSet)
This method is used internally by other com.borland classes. You should never use this method directly.
public abstract void prepareRestructure(StorageDataSet dataSet)
This method is used internally by other com.borland classes. You should never use this method directly.
public static final void processDataChanged(StorageDataSet dataSet)This method is used internally by other com.borland classes. You should never use this method directly.
public abstract void recalc(StorageDataSet storageDataSet, AggManager aggManager)This method is used internally by other com.borland classes. You should never use this method directly.
public abstract void removeDataSet(DataSet listener)This method is used internally by other com.borland classes. You should never use this method directly.
public abstract long replaceLoadedRow(long internalRow, ReadWriteRow row, RowVariant[] values, int status)This method is used internally by other com.borland classes. You should never use this method directly.
public abstract void resetPendingStatus(boolean resolved)This method is used internally by other com.borland classes. You should never use this method directly.
public abstract void resetPendingStatus(long internalRow, boolean resolved)This method is used internally by other com.borland classes. You should never use this method directly.
public abstract MatrixData restructure(StorageDataSet dataSet, CalcFieldsListener calcListener, CalcAggFieldsListener calcAggFieldsListener)This method is used internally by other com.borland classes. You should never use this method directly.
public abstract void setCalcNames(String calcFieldsName, String calcAggFieldsName)This method is used internally by other com.borland classes. You should never use this method directly.
public abstract MatrixData setColumns(StorageDataSet dataSet, Column[] columns)This method is used internally by other com.borland classes. You should never use this method directly.
public abstract void setLoadCancel(StorageDataSet dataSet, LoadCancel loader)This method is used internally by other com.borland classes. You should never use this method directly.
public static final void setNeedsRecalc(StorageDataSet dataSet, boolean recalc)This method is used internally by other com.borland classes. You should never use this method directly.
public static final void setResolvable(StorageDataSet dataSet, int resolvable)This method is used internally by other com.borland classes. You should never use this method directly.
public static final void setResolveOrder(StorageDataSet dataSet, String[]resolveOrder)This method is used internally by other com.borland classes. You should never use this method directly.
public abstract void setStatus(long internalRow, int status)This method is used internally by other com.borland classes. You should never use this method directly.
public static final void setTableName(StorageDataSet dataSet, String tableName)This method is used internally by other com.borland classes. You should never use this method directly.
public static final void updateRow(StorageDataSet dataSet)This method is used internally by other com.borland classes. You should never use this method directly.
public abstract void updateRow(long internalRow, Variant[] originalValues, RowVariant[] values, Column[] updateColumns)This method is used internally by other com.borland classes. You should never use this method directly.
public abstract void updateStoreRow(long internalRow, RowVariant[] values, Column[] updateColumns)This method is used internally by other com.borland classes. You should never use this method directly.
public abstract boolean validColumnType(Column column)This method is used internally by other com.borland classes. You should never use this method directly.