Class OutParameter
- java.lang.Object
-
- org.apache.camel.component.sql.stored.template.ast.OutParameter
-
public class OutParameter extends Object
-
-
Constructor Summary
Constructors Constructor Description OutParameter(int sqlType, String outValueMapKey, Integer scale, String typeName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetOutValueMapKey()IntegergetScale()intgetSqlType()StringgetTypeName()
-