Interface TableSource

All Superinterfaces:
TableSpecificationSource
All Known Implementing Classes:
TableSourceImpl

public interface TableSource extends TableSpecificationSource
Contract describing source of table information
  • Method Details

    • getExplicitTableName

      String getExplicitTableName()
      Obtain the supplied table name.
      Returns:
      The table name, or null is no name specified.
    • getRowId

      String getRowId()
    • getCheckConstraint

      String getCheckConstraint()