Class ProcedureArgument

java.lang.Object
org.eclipse.persistence.internal.xr.ProcedureArgument
Direct Known Subclasses:
ProcedureOutputArgument

public class ProcedureArgument extends Object

INTERNAL:

Since:
EclipseLink 1.x
  • Field Details

    • parameterName

      protected String parameterName
    • name

      protected String name
    • complexTypeName

      protected String complexTypeName
    • jdbcType

      protected Integer jdbcType
  • Constructor Details

    • ProcedureArgument

      public ProcedureArgument()
  • Method Details

    • getParameterName

      public String getParameterName()
    • setParameterName

      public void setParameterName(String argumentName)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getComplexTypeName

      public String getComplexTypeName()
    • setComplexTypeName

      public void setComplexTypeName(String complexTypeName)
    • 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.