类 StoreResult<T>

    • 构造器详细资料

      • StoreResult

        public StoreResult()
    • 方法详细资料

      • getUpdateCount

        public Long getUpdateCount()
        返回:
        the updateCount
      • setUpdateCount

        public void setUpdateCount​(Long updateCount)
        参数:
        updateCount - the updateCount to set
      • getOutResult

        public Object[] getOutResult()
        返回:
        the outResult
      • setOutResult

        public void setOutResult​(Object[] outResult)
        参数:
        outResult - the outResult to set