Class PreparedStatementHolder


  • public final class PreparedStatementHolder
    extends Object
    Author:
    wenshao [szujobs@hotmail.com]
    • Method Detail

      • isEnterOracleImplicitCache

        public boolean isEnterOracleImplicitCache()
      • setEnterOracleImplicitCache

        public void setEnterOracleImplicitCache​(boolean enterOracleImplicitCache)
      • getDefaultRowPrefetch

        public int getDefaultRowPrefetch()
      • setDefaultRowPrefetch

        public void setDefaultRowPrefetch​(int defaultRowPrefetch)
      • getRowPrefetch

        public int getRowPrefetch()
      • setRowPrefetch

        public void setRowPrefetch​(int rowPrefetch)
      • getFetchRowPeak

        public int getFetchRowPeak()
      • setFetchRowPeak

        public void setFetchRowPeak​(int fetchRowPeak)
      • incrementHitCount

        public void incrementHitCount()
      • getHitCount

        public int getHitCount()
      • isInUse

        public boolean isInUse()
      • incrementInUseCount

        public void incrementInUseCount()
      • decrementInUseCount

        public void decrementInUseCount()
      • getInUseCount

        public int getInUseCount()
      • isPooling

        public boolean isPooling()
      • setPooling

        public void setPooling​(boolean pooling)