Refine StoredProcedure#declareParameter Javadoc
See gh-1000
This commit is contained in:
@@ -87,6 +87,8 @@ public abstract class StoredProcedure extends SqlCall {
|
|||||||
* they appear in the database's stored procedure parameter list.</b>
|
* they appear in the database's stored procedure parameter list.</b>
|
||||||
* <p>Names are purely used to help mapping.
|
* <p>Names are purely used to help mapping.
|
||||||
* @param param the parameter object
|
* @param param the parameter object
|
||||||
|
* @throws InvalidDataAccessApiUsageException if the parameter has no name; or if the operation is
|
||||||
|
* already compiled, and hence cannot be configured further
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public void declareParameter(SqlParameter param) throws InvalidDataAccessApiUsageException {
|
public void declareParameter(SqlParameter param) throws InvalidDataAccessApiUsageException {
|
||||||
|
|||||||
Reference in New Issue
Block a user