| Package | Description |
|---|---|
| java.sql |
Provides the API for accessing and processing data stored in a data source (usually a relational database) using the Java
TM programming language.
|
| Modifier and Type | Method and Description |
|---|---|
CallableStatement |
Connection.prepareCall(String
Creates a
CallableStatement object for calling database stored procedures.
|
CallableStatement |
Connection.prepareCall(String
Creates a
CallableStatement object that will generate
ResultSet objects with the given type and concurrency.
|
CallableStatement |
Connection.prepareCall(String
Creates a
CallableStatement object that will generate
ResultSet objects with the given type and concurrency.
|