接口 ScalarReturn

  • 所有超级接口:
    Return
    所有已知实现类:
    ScalarReturnImpl

    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.
    作者:
    Steve Ebersole, Gail Badner
    • 方法详细资料

      • getName

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

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