Interface ScalarReturn

  • All Superinterfaces:
    Return

    public interface ScalarReturn
    extends Return
    Represent a simple scalar return within a query result. Generally this would be values of basic (String, Integer, etc) or composite types.
    • Method Detail

      • getName

        String getName()
        Gets the name of the scalar return.
        Returns:
        The name of the scalar return.
      • getType

        Type getType()
        Gets the type of the scalar return.
        Returns:
        The type of the scalar return.