java.lang.Object
org.apache.camel.component.sql.stored.template.ast.OutParameter

public class OutParameter extends Object
  • Constructor Details

    • OutParameter

      public OutParameter(int sqlType, String outValueMapKey, Integer scale, String typeName)
  • Method Details

    • getSqlType

      public int getSqlType()
    • getOutValueMapKey

      public String getOutValueMapKey()
    • getScale

      public Integer getScale()
    • getTypeName

      public String getTypeName()