All Implemented Interfaces:
SchemaObject<H2Database,H2Schema>, Table<H2Database,H2Schema>

public class H2Table extends BaseTable<H2Database,H2Schema>
H2-specific table.
  • Constructor Details

    • H2Table

      public H2Table(JdbcTemplate jdbcTemplate, H2Database database, H2Schema schema, String name)
      Creates a new H2 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