Package org.apache.ofbiz.entity.jdbc
Class CursorResultSet
java.lang.Object
org.apache.ofbiz.entity.jdbc.AbstractCursorHandler
org.apache.ofbiz.entity.jdbc.CursorResultSet
- All Implemented Interfaces:
InvocationHandler
-
Constructor Summary
ModifierConstructorDescriptionprotected
CursorResultSet
(Statement stmt, String cursorName, int fetchSize) -
Method Summary
Methods inherited from class org.apache.ofbiz.entity.jdbc.AbstractCursorHandler
getCursorName, getFetchSize, invoke, newHandler, setCursorName, setFetchSize
-
Constructor Details
-
CursorResultSet
- Throws:
SQLException
-
-
Method Details
-
invoke
- Throws:
Throwable
-
next
Next boolean.- Returns:
- the boolean
- Throws:
SQLException
- the sql exception
-
close
Close.- Throws:
SQLException
- the sql exception
-
newCursorResultSet
public static ResultSet newCursorResultSet(Statement stmt, String cursorName, int fetchSize) throws SQLException, Exception - Throws:
SQLException
Exception
-