Interface TableAccess<Options>

Type Parameters:
Options - the options type
All Known Subinterfaces:
Database.DatabaseTableAccess<Options>
All Known Implementing Classes:
DatabaseTableAccessAclBase, IcebergTableAccess, ReplayAccess

public interface TableAccess<Options>
An interface that provides more explicit options for sourcing a Table.
  • Method Summary

    Modifier and Type
    Method
    Description
    table(Options options)
    Fetch the table according to the options.
  • Method Details

    • table

      Table table(@NotNull Options options)
      Fetch the table according to the options.
      Parameters:
      options - the options
      Returns:
      the table