Class YugabyteDBTable

All Implemented Interfaces:
SchemaObject<PostgreSQLDatabase,PostgreSQLSchema>, Table<PostgreSQLDatabase,PostgreSQLSchema>

public class YugabyteDBTable extends PostgreSQLTable
  • Constructor Details

    • YugabyteDBTable

      public YugabyteDBTable(JdbcTemplate jdbcTemplate, YugabyteDBDatabase database, YugabyteDBSchema schema, String name)
      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.