Class CursorConnection

  • All Implemented Interfaces:
    java.lang.reflect.InvocationHandler

    public class CursorConnection
    extends AbstractCursorHandler
    • Field Detail

      • module

        public static final java.lang.String module
      • con

        protected java.sql.Connection con
    • Constructor Detail

      • CursorConnection

        protected CursorConnection​(java.sql.Connection con,
                                   java.lang.String cursorName,
                                   int fetchSize)
    • Method Detail

      • newCursorConnection

        public static java.sql.Connection newCursorConnection​(java.sql.Connection con,
                                                              java.lang.String cursorName,
                                                              int pageSize)
                                                       throws java.lang.Exception
        Throws:
        java.lang.Exception
      • invoke

        public java.lang.Object invoke​(java.lang.Object proxy,
                                       java.lang.reflect.Method method,
                                       java.lang.Object[] args)
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable