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