Class OutputsImpl.CurrentReturnState

    • Constructor Detail

      • CurrentReturnState

        protected CurrentReturnState​(boolean isResultSet,
                                     int updateCount)
    • Method Detail

      • indicatesMoreOutputs

        public boolean indicatesMoreOutputs()
      • isResultSet

        public boolean isResultSet()
      • getUpdateCount

        public int getUpdateCount()
      • getOutput

        public Output getOutput()
      • buildOutput

        protected Output buildOutput()
      • buildResultSetOutput

        protected Output buildResultSetOutput​(List<?> list)
      • buildResultSetOutput

        protected Output buildResultSetOutput​(Supplier<List<?>> listSupplier)
      • buildUpdateCountOutput

        protected Output buildUpdateCountOutput​(int updateCount)
      • hasExtendedReturns

        protected boolean hasExtendedReturns()
      • buildExtendedReturn

        protected Output buildExtendedReturn()
      • hasFunctionReturns

        protected boolean hasFunctionReturns()
      • buildFunctionReturn

        protected Output buildFunctionReturn()