borland Packages Class Hierarchy dx.dataset Package
java.lang.Object +----com.borland.dx.dataset.Index +----com.borland.dx.dataset.DirectIndex +----com.borland.dx.dataset.DataIndex
Properties Methods
This class is used internally by other com.borland classes. You should never use this class directly.
public abstract MatrixData getData()This property is used internally by other com.borland classes. You should never use this property directly.
public abstract DirectIndex getIndex()This property is used internally by other com.borland classes. You should never use this property directly.
public abstract boolean isIndexMaintained()This property is used internally by other com.borland classes. You should never use this property directly.
public abstract boolean isInverted()This property is used internally by other com.borland classes. You should never use this property directly.
public abstract int getInvisibleMask()This property is used internally by other com.borland classes. You should never use this property directly.
public abstract boolean isMaintained()
This property is used internally by other com.borland classes. You should never use this property directly.
public abstract RowFilterListener getRowFilterListener()This property is used internally by other com.borland classes. You should never use this property directly.
public abstract SortDescriptor getSort()This property is used internally by other com.borland classes. You should never use this property directly.
public abstract int getVisibleMask()This property is used internally by other com.borland classes. You should never use this property directly.
public abstract boolean addStore(long internalRow)This method is used internally by other com.borland classes. You should never use this method directly.
public abstract void close()This method is used internally by other com.borland classes. You should never use this method directly.
public abstract void delete(long internalRow)This method is used internally by other com.borland classes. You should never use this method directly.
public abstract void deleteStore(long internalRow)This method is used internally by other com.borland classes. You should never use this method directly.
public abstract void dropIndex()This method is used internally by other com.borland classes. You should never use this method directly.
public abstract boolean hasRowFilterListener(RowFilterListener rowFilterListener)This method is used internally by other com.borland classes. You should never use this method directly.
public abstract void loadSearchValues(Column[] locateColumns, RowVariant[] values)This method is used internally by other com.borland classes. You should never use this method directly.
public abstract void loadStore(long internalRow)This method is used internally by other com.borland classes. You should never use this method directly.
public abstract int locate(int startRow, Column[] scopedColumns, RowVariant[] values, int locateOptions)This method is used internally by other com.borland classes. You should never use this method directly.
public abstract int locate(int startRow, int locateOptions)
This method is used internally by other com.borland classes. You should never use this method directly.
public abstract boolean markForUpdate(RowVariant[] values)This method is used internally by other com.borland classes. You should never use this method directly.
public abstract void markStatus(int row, int status, boolean on)This method is used internally by other com.borland classes. You should never use this method directly.
public abstract void note(int note)This method is used internally by other com.borland classes. You should never use this method directly.
public abstract void prepareDelete()This method is used internally by other com.borland classes. You should never use this method directly.
public abstract void prepareInsert()This method is used internally by other com.borland classes. You should never use this method directly.
public abstract void prepareUpdate()This method is used internally by other com.borland classes. You should never use this method directly.
public abstract void prepareUpdate(long internalRow)This method is used internally by other com.borland classes. You should never use this method directly.
public abstract void resetPending(boolean resolved)This method is used internally by other com.borland classes. You should never use this method directly.
public abstract boolean resetPending(long internalRow, boolean resolved)This method is used internally by other com.borland classes. You should never use this method directly.
public abstract boolean resetPendingDelete(long internalRow, boolean resolved)This method is used internally by other com.borland classes. You should never use this method directly.
public abstract void resetPendingDeletes(boolean resolved)This method is used internally by other com.borland classes. You should never use this method directly.
public abstract void sort()This method is used internally by other com.borland classes. You should never use this method directly.
public abstract void uniqueCheck(RowVariant[] values, boolean updating)This method is used internally by other com.borland classes. You should never use this method directly.
public abstract void updateStore(long internalRow)This method is used internally by other com.borland classes. You should never use this method directly.