Uses of Class
migratedb.v1.core.internal.database.oracle.OracleSchema.ObjectType
-
Packages that use OracleSchema.ObjectType Package Description migratedb.v1.core.internal.database.oracle Private API. -
-
Uses of OracleSchema.ObjectType in migratedb.v1.core.internal.database.oracle
Methods in migratedb.v1.core.internal.database.oracle that return OracleSchema.ObjectType Modifier and Type Method Description static OracleSchema.ObjectTypeOracleSchema.ObjectType. valueOf(String name)Returns the enum constant of this type with the specified name.static OracleSchema.ObjectType[]OracleSchema.ObjectType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-