Category:PreparedStatement

From Java Example Source Code

Jump to: navigation, search

These Java examples show how to use PreparedStatement with JDBC.

PreparedStatement is an object that represents a precompiled SQL statement.

A SQL statement is precompiled and stored in a PreparedStatement object. This object can then be used to efficiently execute this statement multiple times.

Pages in category "PreparedStatement"

The following 2 pages are in this category, out of 2 total.

C

S

Personal tools