Class ScalarReturn

  • All Implemented Interfaces:
    Return

    public class ScalarReturn
    extends java.lang.Object
    implements Return
    Represent a scalar (aka simple value) return within a query result.
    • Constructor Summary

      Constructors 
      Constructor Description
      ScalarReturn​(Type type, java.lang.String columnAlias)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getColumnAlias()  
      Type getType()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ScalarReturn

        public ScalarReturn​(Type type,
                            java.lang.String columnAlias)
    • Method Detail

      • getType

        public Type getType()
      • getColumnAlias

        public java.lang.String getColumnAlias()