Package org.apache.ofbiz.entity.jdbc
Class CursorConnection
- java.lang.Object
-
- org.apache.ofbiz.entity.jdbc.AbstractCursorHandler
-
- org.apache.ofbiz.entity.jdbc.CursorConnection
-
- All Implemented Interfaces:
java.lang.reflect.InvocationHandler
public class CursorConnection extends AbstractCursorHandler
-
-
Field Summary
Fields Modifier and Type Field Description protected java.sql.Connection
con
static java.lang.String
module
-
Fields inherited from class org.apache.ofbiz.entity.jdbc.AbstractCursorHandler
cursorName, fetchSize
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
CursorConnection(java.sql.Connection con, java.lang.String cursorName, int fetchSize)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)
static java.sql.Connection
newCursorConnection(java.sql.Connection con, java.lang.String cursorName, int pageSize)
-
Methods inherited from class org.apache.ofbiz.entity.jdbc.AbstractCursorHandler
getCursorName, getFetchSize, invoke, newHandler, setCursorName, setFetchSize
-
-
-
-
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
-
-