Module org.eclipse.persistence.dbws
Class ProcedureArgument
java.lang.Object
org.eclipse.persistence.internal.xr.ProcedureArgument
- Direct Known Subclasses:
ProcedureOutputArgument
INTERNAL:
- Since:
- EclipseLink 1.x
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintIndicates the JDBC type code to be set on the call.getName()booleanIndicates if the JDBC type should be set on the call.voidsetComplexTypeName(String complexTypeName) voidsetJdbcType(int jdbcType) Set the JDBC type code to be set on the call.voidvoidsetParameterName(String argumentName)
-
Field Details
-
parameterName
-
name
-
complexTypeName
-
jdbcType
-
-
Constructor Details
-
ProcedureArgument
public ProcedureArgument()
-
-
Method Details
-
getParameterName
-
setParameterName
-
getName
-
setName
-
getComplexTypeName
-
setComplexTypeName
-
isJdbcTypeSet
public boolean isJdbcTypeSet()Indicates if the JDBC type should be set on the call. -
getJdbcType
public int getJdbcType()Indicates the JDBC type code to be set on the call. -
setJdbcType
public void setJdbcType(int jdbcType) Set the JDBC type code to be set on the call.
-