Skip to product information
1 of 1

resultset

JDBC ResultSet in Java Application

JDBC ResultSet in Java Application

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

resultset

JDBC ResultSet in Java Application resultset ResultSet maintains cursorpointer which points to a single row of the query results Using navigational and getter methods provided by resultset ResultSet is an interface present in package It is used to accommodate multiple rows returned by the SQL statement

resultset ResultSet object Commonly used methods of ResultSetMetaData interface ADVERTISEMENT Method, Description public int getColumnCount()throws SQLException, it

resultset Maps the given Resultset column name to its ResultSet column index boolean, first() JDBC Moves the cursor to the first row in the result set Array When the ResultSet is created, the cursor's location is one position ahead of the first row To move the cursor to the first and consecutive rows, use the next

View full details