JDBC Flashcards

1
Q

JDBC Statement

A

Provides methods to submit SQL queries through.

Create it on connection object

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Resultset

A

Interface used to retrieve SQL query results.
Points to it’s current row of data
Initially pointed to first row.
Next method moves the cursor to next row and returns false.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly