Interface Subquery

  • All Superinterfaces:
    Serializable, Value
    All Known Implementing Classes:
    SubQ

    public interface Subquery
    extends Value
    Query value representing a subquery.
    Since:
    0.3.2
    Author:
    Abe White
    • Method Detail

      • getCandidateAlias

        String getCandidateAlias()
        Return the candidate alias for this subquery.
      • setSubqAlias

        void setSubqAlias​(String subqAlias)
      • getSubqAlias

        String getSubqAlias()
      • setQueryExpressions

        void setQueryExpressions​(QueryExpressions query)
        Set the parsed subquery.
      • getSelect

        Object getSelect()