Skip to product information
1 of 1

resultset

JDBC ResultSet -

JDBC ResultSet -

Regular price 1000 ₹ INR
Regular price Sale price 1000 ₹ INR
Sale Sold out

resultset

JDBC ResultSet - resultset Table 1 JDBC ResultSet Methods Supported Returns, Signature, Implementation Notes void, afterLast() void, beforeFirst() void, beforeFirst() resultset The metadata and rows that make up a query result set The metadata describes the column structure and data types To return a ResultSet object, use

resultset The object of ResultSet maintains a cursor pointing to a row of a table Initially, cursor points to before the first row

resultset At Java application, the fetched data will be stored in the form of an object at the heap memory called ResultSet As per the predefined implementation of the ResultSet fetching When interacting with legacy applications, you may prefer to have jOOQ return a ResultSet , rather than jOOQ's own Result

View full details