Uses of Enum Class
org.flywaydb.database.sqlserver.SQLServerSchema.ObjectType
Packages that use SQLServerSchema.ObjectType
-
Uses of SQLServerSchema.ObjectType in org.flywaydb.database.sqlserver
Methods in org.flywaydb.database.sqlserver that return SQLServerSchema.ObjectTypeModifier and TypeMethodDescriptionstatic SQLServerSchema.ObjectTypeReturns the enum constant of this class with the specified name.static SQLServerSchema.ObjectType[]SQLServerSchema.ObjectType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.flywaydb.database.sqlserver with parameters of type SQLServerSchema.ObjectTypeModifier and TypeMethodDescriptionSQLServerSchema.cleanObjects(String dropQualifier, SQLServerSchema.ObjectType... objectTypes) protected List<SQLServerSchema.DBObject> SQLServerSchema.queryDBObjects(SQLServerSchema.ObjectType... types) Query objects with any of the given types.