execute Method (SQLServerStatement)
Runs the given SQL statement, which can return multiple results.
|
Name |
Description |
|---|---|
|
Runs the given SQL statement, which can return multiple results. |
|
|
Runs the given SQL statement, which can return multiple results, and signals to Microsoft JDBC Driver for SQL Server that any auto-generated keys should be made available for retrieval. |
|
|
Runs the given SQL statement, which can return multiple results, and signals the JDBC driver that the auto-generated keys that are indicated in the given array should be made available for retrieval. |
|
|
Runs the given SQL statement, which can return multiple results, and signals the JDBC driver that the auto-generated keys that are indicated in the given array should be made available for retrieval. |