Package io.deephaven.enterprise.database
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
-
Method Details
-
table
Fetch the table according to theoptions.- Parameters:
options- the options- Returns:
- the table
-