Creates a SQLServerPreparedStatement object for sending parameterized SQL statements to the database.
Overload List
| Name | Description | 
|---|---|
| Creates a SQLServerPreparedStatement object for sending parameterized SQL statements to the database. | |
| Creates a SQLServerPreparedStatement object for sending parameterized SQL statements to the database, and has the capability to retrieve auto-generated keys. | |
| Creates a SQLServerPreparedStatement object for sending parameterized SQL statements to the database, and that is capable of returning the auto-generated keys that are designated by the given array. | |
| Creates a SQLServerPreparedStatement object that generates SQLServerResultSet objects with the given type and concurrency. | |
| Creates a SQLServerPreparedStatement object that generates SQLServerResultSet objects with the given type, concurrency, and holdability. | |
| Creates a SQLServerPreparedStatement object for sending parameterized SQL statements to the database. |