Class DerbyTable

    • Constructor Detail

      • DerbyTable

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