Uses of Class
org.flywaydb.database.oracle.OracleSchema
-
Uses of OracleSchema in org.flywaydb.database.oracle
Methods in org.flywaydb.database.oracle with parameters of type OracleSchemaModifier and TypeMethodDescriptionvoid
OracleSchema.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 boolean
OracleSchema.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 OracleSchemaModifierConstructorDescriptionOracleTable
(org.flywaydb.core.internal.jdbc.JdbcTemplate jdbcTemplate, OracleDatabase database, OracleSchema schema, String name) Creates a new Oracle table.