|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DiffClasses
Field Summary | |
---|---|
static long |
ALL_DIFF_CLASSES
Indicates that all diff classes should be reported. |
static long |
BODY
Indicates that the objects have a different PL/SQL body. |
static int |
BODY_IDX
|
static long |
COLUMN_DATATYPE
Indicates that a column's datatype is different in the two objects. |
static int |
COLUMN_DATATYPE_IDX
|
static long |
COLUMN_DEFAULT_VAL
Indicates that a column's default value is different in the two objects. |
static int |
COLUMN_DEFAULT_VAL_IDX
|
static long |
COLUMN_EXISTENCE
Indicates that a column exists in one object but not the other. |
static int |
COLUMN_EXISTENCE_IDX
|
static long |
COLUMN_NAME
Indicates that a table or view column (matched by position) has a different name in the two objects. |
static int |
COLUMN_NAME_IDX
|
static long |
COLUMN_NOT_NULL
Indicates that a column is NOT NULL in one object but not the other. |
static int |
COLUMN_NOT_NULL_IDX
|
static long |
COLUMN_NUMBER
Indicates that a table or view column (matched by name) has a different position in the two objects. |
static int |
COLUMN_NUMBER_IDX
|
static long |
COLUMN_PROPERTIES
Indicates that table column properties are defined in one table but not the other, or are different in the two tables. |
static int |
COLUMN_PROPERTIES_IDX
|
static long |
COMMENTS
Indicates that the objects have different comments. |
static int |
COMMENTS_IDX
|
static long |
CONSTRAINT_ATTRIBUTES
Indicates that constraint has different attributes in the two objects. |
static int |
CONSTRAINT_ATTRIBUTES_IDX
|
static long |
CONSTRAINT_DEFINITION
Indicates that a constraint has different definitions in the two objects (only applicable when matching constraints by name). |
static int |
CONSTRAINT_DEFINITION_IDX
|
static long |
CONSTRAINT_EXISTENCE
Indicates that a constraint exists in one object but not the other (according to the constraint matching rules used in the comparison). |
static int |
CONSTRAINT_EXISTENCE_IDX
|
static long |
CONSTRAINT_INDEX
Indicates that the index that implements the two constraints is named or defined differently in the two objects. |
static int |
CONSTRAINT_INDEX_IDX
|
static long |
CONSTRAINT_NAME
Indicates that a constraint has different names in the two objects (only applicable when matching constraints by definition and not ignoring name differences). |
static int |
CONSTRAINT_NAME_IDX
|
static long |
GRANTS
Indicates that grants are different in two users or roles. |
static int |
GRANTS_IDX
|
static long |
INDEX_COL_LIST
Indicates that indexes have different column lists. |
static int |
INDEX_COL_LIST_IDX
|
static long |
INDEX_TYPE
Indicates that indexes are of a different type (UNIQUE, BITMAP, or neither). |
static int |
INDEX_TYPE_IDX
|
static long |
LOGGING
Indicates that LOGGING is enabled in one object but not the other. |
static int |
LOGGING_IDX
|
static int |
NUM_DIFF_CLASSES
|
static long |
ON_OBJECT
Indicates that the indexes are on different objects. |
static int |
ON_OBJECT_IDX
|
static long |
PARTITION_DEFINITION
Indicates that a partition has different definitions in the two objects. |
static int |
PARTITION_DEFINITION_IDX
|
static long |
PARTITION_NUMBER
Indicates that the objects have different numbers of partitions. |
static int |
PARTITION_NUMBER_IDX
|
static long |
PARTITIONED
Indicates that one object is partitioned and the other is not. |
static int |
PARTITIONED_IDX
|
static long |
PARTITIONING_TYPE
Indicates that the objects have different partitioning types. |
static int |
PARTITIONING_TYPE_IDX
|
static long |
PHYSICAL_ATTRIBUTES
Indicates that the objects (or parts of the objects) have different physical attributes. |
static int |
PHYSICAL_ATTRIBUTES_IDX
|
static long |
PHYSICAL_PROPERTIES
Indicates that physical properties are defined in one object but not the other, or are different in the two objects. |
static int |
PHYSICAL_PROPERTIES_IDX
|
static long |
REFRESH
Indicates that the refresh clause is different in the two materialized views. |
static int |
REFRESH_IDX
|
static long |
SEQUENCE_ATTRIBUTES
Indicates that attributes of a sequence have different values in the two sequences. |
static int |
SEQUENCE_ATTRIBUTES_IDX
|
static long |
SUBQUERY
Indicates that the subquery is different in the two views or materialized views. |
static int |
SUBQUERY_IDX
|
static long |
TABLE_ORGANIZATION
Indicates that the tables being compared are of a different organization. |
static int |
TABLE_ORGANIZATION_IDX
|
static long |
TABLE_PROPERTIES
Indicates that table properties are defined in one table but not the other, or are different in the two tables. |
static int |
TABLE_PROPERTIES_IDX
|
static long |
TABLESPACE
Indicates that the objects (or parts of the objects) are stored in different tablespaces. |
static int |
TABLESPACE_IDX
|
static long |
TRIGGER_EVENT
Indicates that the triggers have a different triggering event. |
static int |
TRIGGER_EVENT_IDX
|
static long |
TRIGGER_TYPE
Indicates that the triggers are of a different type (BEFORE, AFTER, or INSTEAD OF). |
static int |
TRIGGER_TYPE_IDX
|
static long |
UNCLASSIFIED
Indicates a difference that does not fit into a defined class. |
static int |
UNCLASSIFIED_IDX
|
Field Detail |
---|
static final int COLUMN_EXISTENCE_IDX
static final long COLUMN_EXISTENCE
static final int COLUMN_DATATYPE_IDX
static final long COLUMN_DATATYPE
static final int COLUMN_NOT_NULL_IDX
static final long COLUMN_NOT_NULL
static final int COLUMN_DEFAULT_VAL_IDX
static final long COLUMN_DEFAULT_VAL
static final int CONSTRAINT_EXISTENCE_IDX
static final long CONSTRAINT_EXISTENCE
static final int CONSTRAINT_DEFINITION_IDX
static final long CONSTRAINT_DEFINITION
static final int CONSTRAINT_NAME_IDX
static final long CONSTRAINT_NAME
static final int CONSTRAINT_ATTRIBUTES_IDX
static final long CONSTRAINT_ATTRIBUTES
static final int CONSTRAINT_INDEX_IDX
static final long CONSTRAINT_INDEX
static final int ON_OBJECT_IDX
static final long ON_OBJECT
static final int INDEX_COL_LIST_IDX
static final long INDEX_COL_LIST
static final int INDEX_TYPE_IDX
static final long INDEX_TYPE
static final int TABLESPACE_IDX
static final long TABLESPACE
static final int PHYSICAL_ATTRIBUTES_IDX
static final long PHYSICAL_ATTRIBUTES
static final int TABLE_ORGANIZATION_IDX
static final long TABLE_ORGANIZATION
static final int COMMENTS_IDX
static final long COMMENTS
static final int PARTITIONED_IDX
static final long PARTITIONED
static final int PARTITIONING_TYPE_IDX
static final long PARTITIONING_TYPE
static final int PARTITION_NUMBER_IDX
static final long PARTITION_NUMBER
static final int PARTITION_DEFINITION_IDX
static final long PARTITION_DEFINITION
static final int TRIGGER_TYPE_IDX
static final long TRIGGER_TYPE
static final int TRIGGER_EVENT_IDX
static final long TRIGGER_EVENT
static final int BODY_IDX
static final long BODY
static final int LOGGING_IDX
static final long LOGGING
static final int TABLE_PROPERTIES_IDX
static final long TABLE_PROPERTIES
static final int COLUMN_PROPERTIES_IDX
static final long COLUMN_PROPERTIES
static final int PHYSICAL_PROPERTIES_IDX
static final long PHYSICAL_PROPERTIES
static final int SUBQUERY_IDX
static final long SUBQUERY
static final int REFRESH_IDX
static final long REFRESH
static final int COLUMN_NAME_IDX
static final long COLUMN_NAME
static final int SEQUENCE_ATTRIBUTES_IDX
static final long SEQUENCE_ATTRIBUTES
static final int COLUMN_NUMBER_IDX
static final long COLUMN_NUMBER
static final int GRANTS_IDX
static final long GRANTS
static final int UNCLASSIFIED_IDX
static final long UNCLASSIFIED
static final int NUM_DIFF_CLASSES
static final long ALL_DIFF_CLASSES
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |