Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
Runs the given SQL statement, which can return multiple results.
Overload List
| Name | Description |
|---|---|
| execute (java.lang.String) | Runs the given SQL statement, which can return multiple results. |
| execute (java.lang.String, int) | 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. |
| execute (java.lang.String, int[]) | 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. |
| execute (java.lang.String, java.lang.String[]) | 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. |