Creates a Statement object for sending parameterized SQL statements
to the database. A SQL statement with or without IN parameters
can be pre-compiled and stored in a PreparedStatement object. This
object can then be used to efficiently execute this statement multiple times.
| Returns |
Statement object |
| Throws |
SQLError -
if an error occured
|