Uses of Class
migratedb.v1.core.internal.database.oracle.OracleSchema
-
Packages that use OracleSchema Package Description migratedb.v1.core.internal.database.oracle Private API. -
-
Uses of OracleSchema in migratedb.v1.core.internal.database.oracle
Methods in migratedb.v1.core.internal.database.oracle with parameters of type OracleSchema Modifier and Type Method Description List<String>OracleSchema.ObjectType. getObjectNames(JdbcTemplate jdbcTemplate, OracleDatabase database, OracleSchema schema)Returns the list of object names of this type.static Set<String>OracleSchema.ObjectType. getObjectTypeNames(JdbcTemplate jdbcTemplate, OracleDatabase database, OracleSchema schema)Returns the schema's existing object types.static booleanOracleSchema.ObjectType. supportedTypesExist(JdbcTemplate jdbcTemplate, OracleDatabase database, OracleSchema schema)Checks whether the specified schema contains object types that can be cleaned.Constructors in migratedb.v1.core.internal.database.oracle with parameters of type OracleSchema Constructor Description OracleTable(JdbcTemplate jdbcTemplate, OracleDatabase database, OracleSchema schema, String name)Creates a new Oracle table.
-