Definitions for "prepared statement"
an SQL-J statement that is compiled once for a particular Connection and is then available to that Connection to be executed many times until explicitly or implicitly closed
an SQL statement that is precompiled by the database
a precompiled SQL statement and its use saves the database from repeatedly having to compile the SQL statement each time it is executed
a server-side object that can be used to optimize performance