SE452: JDBC: Statements [7/12] Previous pageContentsNext page

From the Connection class:

The statement is what you want to do with the database, i.e. query it or update it.

Previous pageContentsNext page