Class DerbyTable

All Implemented Interfaces:
SchemaObject<DerbyDatabase,DerbySchema>, Table<DerbyDatabase,DerbySchema>

public class DerbyTable extends BaseTable<DerbyDatabase,DerbySchema>
Derby-specific table.
  • Constructor Details

    • 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.
  • Method Details