Connection.prepareStatement

Creates a PreparedStatement object for sending parameterized SQL statements to the database.

interface Connection
prepareStatement
(
string query
)

Meta