Uses of Class
org.flywaydb.database.sqlserver.SQLServerSchema.ObjectType
-
Packages that use SQLServerSchema.ObjectType Package Description org.flywaydb.database.sqlserver Private API. -
-
Uses of SQLServerSchema.ObjectType in org.flywaydb.database.sqlserver
Methods in org.flywaydb.database.sqlserver that return SQLServerSchema.ObjectType Modifier and Type Method Description static SQLServerSchema.ObjectTypeSQLServerSchema.ObjectType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SQLServerSchema.ObjectType[]SQLServerSchema.ObjectType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.flywaydb.database.sqlserver with parameters of type SQLServerSchema.ObjectType Modifier and Type Method Description protected java.util.List<java.lang.String>SQLServerSchema. cleanObjects(java.lang.String dropQualifier, SQLServerSchema.ObjectType... objectTypes)protected java.util.List<SQLServerSchema.DBObject>SQLServerSchema. queryDBObjects(SQLServerSchema.ObjectType... types)Query objects with any of the given types.
-