Class SelectRowSource

  • All Implemented Interfaces:
    RowSource

    public class SelectRowSource
    extends java.lang.Object
    implements RowSource
    Represents a sub-query referenced in the from list
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected SelectRowSource​(Select subQuery)
      Protected constructor
    • Constructor Detail

      • SelectRowSource

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

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • toPrettyString

        public java.lang.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: