类 ScalarReturn

  • 所有已实现的接口:
    Return

    public class ScalarReturn
    extends Object
    implements Return
    Represent a scalar (aka simple value) return within a query result.
    作者:
    Steve Ebersole
    • 构造器详细资料

      • ScalarReturn

        public ScalarReturn​(Type type,
                            String columnAlias)
    • 方法详细资料

      • getType

        public Type getType()
      • getColumnAlias

        public String getColumnAlias()