Category:PreparedStatement
From Java Example Source Code
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.
