Interface InLineViewSource

All Superinterfaces:
TableSpecificationSource
All Known Implementing Classes:
InLineViewSourceImpl

public interface InLineViewSource extends TableSpecificationSource
Describes in-line view source information. Generally, either Subselect or <subselect/>
  • Method Details

    • getSelectStatement

      String getSelectStatement()
      Obtain the SQL SELECT statement to use. Cannot be null!
      Returns:
      The SQL SELECT statement
    • getLogicalName

      String getLogicalName()