Uses of Class
org.flywaydb.database.oracle.OracleDatabase
-
Uses of OracleDatabase in org.flywaydb.database.oracle
Methods in org.flywaydb.database.oracle with parameters of type OracleDatabaseModifier and TypeMethodDescriptionvoidOracleSchema.ObjectType.dropObjects(org.flywaydb.core.internal.jdbc.JdbcTemplate jdbcTemplate, OracleDatabase database, OracleSchema schema) Drops all objects of this type in the specified schema.OracleSchema.ObjectType.generateDropStatement(org.flywaydb.core.internal.jdbc.JdbcTemplate jdbcTemplate, OracleDatabase database, OracleSchema schema, String objectName) Generates the drop statement for the specified object.OracleSchema.ObjectType.getObjectNames(org.flywaydb.core.internal.jdbc.JdbcTemplate jdbcTemplate, OracleDatabase database, OracleSchema schema) Returns the list of object names of this type.OracleSchema.ObjectType.getObjectTypeNames(org.flywaydb.core.internal.jdbc.JdbcTemplate jdbcTemplate, OracleDatabase database, OracleSchema schema) Returns the schema's existing object types.static booleanOracleSchema.ObjectType.supportedTypesExist(org.flywaydb.core.internal.jdbc.JdbcTemplate jdbcTemplate, OracleDatabase database, OracleSchema schema) Checks whether the specified schema contains object types that can be cleaned.Constructors in org.flywaydb.database.oracle with parameters of type OracleDatabaseModifierConstructorDescriptionOracleTable(org.flywaydb.core.internal.jdbc.JdbcTemplate jdbcTemplate, OracleDatabase database, OracleSchema schema, String name) Creates a new Oracle table.