Class DerbySchema

  • All Implemented Interfaces:
    Schema

    public class DerbySchema
    extends BaseSchema
    Derby implementation of Schema.
    • Constructor Detail

      • DerbySchema

        public DerbySchema​(JdbcTemplate jdbcTemplate,
                           DerbyDatabase database,
                           String name)
        Creates a new Derby schema.
        Parameters:
        jdbcTemplate - The Jdbc Template for communicating with the DB.
        database - The database-specific support.
        name - The name of the schema.