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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Indicates the JDBC type code to be set on the call.getName()
boolean
Indicates if the JDBC type should be set on the call.void
setComplexTypeName
(String complexTypeName) void
setJdbcType
(int jdbcType) Set the JDBC type code to be set on the call.void
void
setParameterName
(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.
-