Package | Description |
---|---|
java.sql |
Modifier and Type | Interface and Description |
---|---|
interface |
CallableStatement |
Modifier and Type | Method and Description |
---|---|
PreparedStatement |
Connection.prepareStatement(String sql) |
PreparedStatement |
Connection.prepareStatement(String sql,
int resultSetType,
int resultSetConcurrency) |