it.imolinfo.jbi4cics.messageformat.jdbc
Class JdbcParameterDescriptor

java.lang.Object
  extended by it.imolinfo.jbi4cics.messageformat.jdbc.JdbcParameterDescriptor
All Implemented Interfaces:
FieldDescriptor

public class JdbcParameterDescriptor
extends java.lang.Object
implements FieldDescriptor


Field Summary
static int IN_OUT_PARAMETER
           
static int IN_PARAMETER
           
static int OUT_PARAMETER
           
 
Constructor Summary
JdbcParameterDescriptor(int type)
           
 
Method Summary
 int getInOutType()
           
 java.lang.Class getPreferredJavaType()
           
 int getSqlType()
           
 void setInOutType(int type)
           
 void setSqlType(int sqlType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IN_PARAMETER

public static final int IN_PARAMETER
See Also:
Constant Field Values

OUT_PARAMETER

public static final int OUT_PARAMETER
See Also:
Constant Field Values

IN_OUT_PARAMETER

public static final int IN_OUT_PARAMETER
See Also:
Constant Field Values
Constructor Detail

JdbcParameterDescriptor

public JdbcParameterDescriptor(int type)
Parameters:
type - The type
Method Detail

getSqlType

public int getSqlType()
Returns:
Returns the sqlType.

setSqlType

public void setSqlType(int sqlType)
Parameters:
sqlType - The sqlType to set.

getInOutType

public int getInOutType()
Returns:
Returns the inOutType.

setInOutType

public void setInOutType(int type)
Parameters:
type - The type to set.

getPreferredJavaType

public java.lang.Class getPreferredJavaType()
                                     throws FormatException
Specified by:
getPreferredJavaType in interface FieldDescriptor
Returns:
Class The prefered java type
Throws:
FormatException - The format exception


Copyright © 2005-2008 Imola Informatica. All Rights Reserved.