@Target(value={}) @Retention(value=RUNTIME) public @interface StoredProcedureParameter
NamedStoredProcedureQuery,
ParameterMode| Modifier and Type | Required Element and Description |
|---|---|
Class |
type
JDBC type of the paramter.
|
| Modifier and Type | Optional Element and Description |
|---|---|
ParameterMode |
mode
Specifies whether the parameter is an IN, INOUT, OUT, or REF_CURSOR parameter.
|
String |
name
The name of the parameter as defined by the stored procedure in the database.
|
public abstract Class type
public abstract String name
public abstract ParameterMode mode
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.