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:
InvocationHandler
-
Constructor Summary
ModifierConstructorDescriptionprotected
CursorConnection
(Connection con, String cursorName, int fetchSize) -
Method Summary
Modifier and TypeMethodDescriptionstatic Connection
newCursorConnection
(Connection con, String cursorName, int pageSize) Methods inherited from class org.apache.ofbiz.entity.jdbc.AbstractCursorHandler
getCursorName, getFetchSize, invoke, newHandler, setCursorName, setFetchSize
-
Constructor Details
-
CursorConnection
-
-
Method Details
-
newCursorConnection
public static Connection newCursorConnection(Connection con, String cursorName, int pageSize) throws Exception - Throws:
Exception
-
invoke
- Throws:
Throwable
-