Uses of Class
migratedb.core.internal.database.oracle.OracleSchema
-
Packages that use OracleSchema Package Description migratedb.core.internal.database.oracle Private API. -
-
Uses of OracleSchema in migratedb.core.internal.database.oracle
Methods in migratedb.core.internal.database.oracle with parameters of type OracleSchema Modifier and Type Method Description voidOracleSchema.ObjectType. dropObjects(JdbcTemplate jdbcTemplate, OracleDatabase database, OracleSchema schema)Drops all objects of this type in the specified schema.StringOracleSchema.ObjectType. generateDropStatement(JdbcTemplate jdbcTemplate, OracleDatabase database, OracleSchema schema, String objectName)Generates the drop statement for the specified object.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.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.
-