Class SelectRowSource

  • All Implemented Interfaces:
    RowSource

    public class SelectRowSource
    extends Object
    implements RowSource
    Represents a sub-query referenced in the from list
    • Constructor Detail

      • SelectRowSource

        protected SelectRowSource​(Select subQuery)
        Protected constructor
        Parameters:
        subQuery -
        alias -
    • Method Detail

      • toPrettyString

        public String toPrettyString​(boolean pretty)
        Description copied from interface: RowSource
        Render the object as a string
        Specified by:
        toPrettyString in interface RowSource
        Parameters:
        pretty - pretty-print the return value if true
        Returns: