Class TABLE_STATUS

Object
TABLE_STATUS

public class TABLE_STATUS extends Object
Table status expected on a CTTable.GetStatus() call
  • Field Details

    • REBUILD_NONE

      public static final int REBUILD_NONE
      Nothing to be done, no changes to table
      See Also:
    • REBUILD_DODA

      public static final int REBUILD_DODA
      Update the table DODA
      See Also:
    • REBUILD_RESOURCE

      public static final int REBUILD_RESOURCE
      Update table FC!DFLD resource
      See Also:
    • REBUILD_INDEX

      public static final int REBUILD_INDEX
      Add new indices to table
      See Also:
    • REBUILD_ALL

      public static final int REBUILD_ALL
      Rebuild all indices
      See Also:
    • REBUILD_FULL

      public static final int REBUILD_FULL
      Full table rebuild. A temporary table is created and all data is moved to new table and the indexes are built on the fly.
      See Also:
  • Constructor Details

    • TABLE_STATUS

      public TABLE_STATUS()