Class InOutParameter
- java.lang.Object
-
- org.apache.camel.component.sql.stored.template.ast.InOutParameter
-
public class InOutParameter extends Object
-
-
Constructor Summary
Constructors Constructor Description InOutParameter(int sqlType, Token valueSrcToken, Integer scale, String typeName, String outValueMapKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetOutValueMapKey()IntegergetScale()intgetSqlType()StringgetTypeName()ValueExtractorgetValueExtractor()
-
-
-
Method Detail
-
getTypeName
public String getTypeName()
-
getSqlType
public int getSqlType()
-
getScale
public Integer getScale()
-
getValueExtractor
public ValueExtractor getValueExtractor()
-
getOutValueMapKey
public String getOutValueMapKey()
-
-