|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=FIELD) public @interface Parameter
A parameter annotation of the stored procedure. The first key/parameter has always the output type and it provides a result of the stored procedure. If prcedure does not have a return value, the key type must be Void. The next keys/parameters have an input type by default, there is possible to change this type by this annotations.
Procedure| Optional Element Summary | |
|---|---|
boolean |
input
An input parameter of the stored procedure. |
boolean |
output
An output parameter of the stored procedure. |
public abstract boolean input
public abstract boolean output
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||