Class OracleTable

All Implemented Interfaces:
SchemaObject<OracleDatabase,OracleSchema>, Table<OracleDatabase,OracleSchema>

public class OracleTable extends BaseTable<OracleDatabase,OracleSchema>
Oracle-specific table.
  • Constructor Details

    • OracleTable

      public OracleTable(JdbcTemplate jdbcTemplate, OracleDatabase database, OracleSchema schema, String name)
      Creates a new Oracle 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