Enum Class SQLServerSchema.ObjectType

java.lang.Object
java.lang.Enum<SQLServerSchema.ObjectType>
org.flywaydb.database.sqlserver.SQLServerSchema.ObjectType
All Implemented Interfaces:
Serializable, Comparable<SQLServerSchema.ObjectType>, Constable
Enclosing class:
SQLServerSchema

protected static enum SQLServerSchema.ObjectType extends Enum<SQLServerSchema.ObjectType>
SQL Server object types for which we support automatic clean-up. These types can be used in conjunction with the sys.objects catalog. The full list of object types is available in the MSDN documentation (see the type column description.)