类 OutputsImpl

    • 方法详细资料

      • getCurrent

        public Output getCurrent()
        从接口复制的说明: Outputs
        Retrieve the current Output object.
        指定者:
        getCurrent 在接口中 Outputs
        返回:
        The current Output object. Can be null
      • goToNext

        public boolean goToNext()
        从接口复制的说明: Outputs
        Go to the next Output object (if any), returning an indication of whether there was another (aka, will the next call to Outputs.getCurrent() return null?
        指定者:
        goToNext 在接口中 Outputs
        返回:
        true if the next call to Outputs.getCurrent() will return a non-null value.
      • release

        public void release()
        从接口复制的说明: Outputs
        Eagerly release any resources held by this Outputs.
        指定者:
        release 在接口中 Outputs
      • extractResults

        protected List extractResults​(ResultSet resultSet)