How to create Scrollable ResultSet?
Use ResultSetType Constant in createStatement(), prepareStatement() or prepareCall()
TYPE_FORWARD_ONLY -- Forward only scrollable, update-insensitive
TYPE_SCROLL_INSENSITIVE -- Bi-directionally scrollable, update-insensitive
TYPE_SCROLL_SENSITIVE -- Bi-directionally scrollable, update-sensitive.
Use ResultSetType Constant in createStatement(), prepareStatement() or prepareCall()
TYPE_FORWARD_ONLY -- Forward only scrollable, update-insensitive
TYPE_SCROLL_INSENSITIVE -- Bi-directionally scrollable, update-insensitive
TYPE_SCROLL_SENSITIVE -- Bi-directionally scrollable, update-sensitive.
No comments:
Post a Comment