Class SelectResult.As

  • Enclosing class:
    SelectResult

    public static final class SelectResult.As
    extends SelectResult
    SelectResult.As is a SelectResult with an alias. The alias name can be used as the key for accessing the result value from the query Result object.
    • Method Detail

      • as

        @NonNull
        public SelectResult.As as​(@NonNull
                                  java.lang.String alias)
        Specifies the alias name to the SelectResult object.
        Parameters:
        alias - The alias name.
        Returns:
        The SelectResult object with the alias name specified.