Class YugabyteDBTable

    • Constructor Detail

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