public class DBOutputTypeDesc extends Object
Constructor and Description |
---|
DBOutputTypeDesc(int sqlType,
String className,
DatabaseTypeBinding optionalBinding)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
String |
getClassName()
Returns the class name that getObject() on the output column produces.
|
DatabaseTypeBinding |
getOptionalBinding()
Returns the optional mapping from output column type to Java built-in.
|
int |
getSqlType()
Returns the SQL type of the output column.
|
String |
toString() |
public DBOutputTypeDesc(int sqlType, String className, DatabaseTypeBinding optionalBinding)
sqlType
- the type of the columnclassName
- the Java class reflecting column typeoptionalBinding
- is the optional mapping from output column type to Java built-inpublic int getSqlType()
public String getClassName()
public DatabaseTypeBinding getOptionalBinding()