Class JdbcCpoArgument

All Implemented Interfaces:
Serializable, Cloneable

public class JdbcCpoArgument extends CpoArgument implements Serializable, Cloneable
JdbcCpoArgument is a class that defines the arguments to a JDBC expression
Author:
david berry
See Also:
  • Constructor Details

    • JdbcCpoArgument

      public JdbcCpoArgument()
      Construct a JdbcCpoArgument
  • Method Details

    • getAttribute

      public JdbcCpoAttribute getAttribute()
      Overrides:
      getAttribute in class CpoArgument
    • isInParameter

      public boolean isInParameter()
      Is this attribute an IN parameter
      Returns:
      true if this attribute is an IN parameter
    • isOutParameter

      public boolean isOutParameter()
      Is this attribute an OUT parameter
      Returns:
      true if this attribute is an OUT parameter
    • getScope

      public String getScope()
      Gets the scope of this argument
      Returns:
      The scope
    • setScope

      public void setScope(String scope)
      Sets this arguments scope
      Parameters:
      scope - - The scope of the argument
    • getTypeInfo

      public String getTypeInfo()
      Get the type info for this argument
      Returns:
      The type info for this argument
    • setTypeInfo

      public void setTypeInfo(String typeInfo)
      Sets the type info for this argument
      Parameters:
      typeInfo - - The type info to set