Uses of Class
migratedb.v1.core.internal.database.sqlserver.SQLServerSchema.ObjectType
-
Packages that use SQLServerSchema.ObjectType Package Description migratedb.v1.core.internal.database.sqlserver Private API. -
-
Uses of SQLServerSchema.ObjectType in migratedb.v1.core.internal.database.sqlserver
Methods in migratedb.v1.core.internal.database.sqlserver that return SQLServerSchema.ObjectType Modifier and Type Method Description static SQLServerSchema.ObjectTypeSQLServerSchema.ObjectType. valueOf(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 migratedb.v1.core.internal.database.sqlserver with parameters of type SQLServerSchema.ObjectType Modifier and Type Method Description protected List<SQLServerSchema.DBObject>SQLServerSchema. queryDBObjects(SQLServerSchema.ObjectType... types)Query objects with any of the given types.
-