Uses of Class
migratedb.v1.core.internal.database.oracle.OracleDatabase
-
Packages that use OracleDatabase Package Description migratedb.v1.core.internal.database.oracle Private API. -
-
Uses of OracleDatabase in migratedb.v1.core.internal.database.oracle
Methods in migratedb.v1.core.internal.database.oracle that return OracleDatabase Modifier and Type Method Description protected OracleDatabaseOracleSchema. getDatabase()OracleDatabaseOracleSession. getDatabase()Methods in migratedb.v1.core.internal.database.oracle with parameters of type OracleDatabase 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 OracleDatabase Constructor Description OracleTable(JdbcTemplate jdbcTemplate, OracleDatabase database, OracleSchema schema, String name)Creates a new Oracle table.
-