org.apache.tuscany.das.rdb.graphbuilder.schema
Class ResultSetTypeMap
java.lang.Object
org.apache.tuscany.das.rdb.graphbuilder.schema.ResultSetTypeMap
public class ResultSetTypeMap
- extends Object
Constructor Summary |
protected |
ResultSetTypeMap()
Constructor for ResultSetTypeMap. |
Method Summary |
Type |
getEDataType(int type,
boolean isNullable)
These mappings taken primarily from "JDBC API and Tutorial and Reference" by
Fisher, Ellis and Bruce. |
Type |
getType(int columnType,
boolean b)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instance
public static ResultSetTypeMap instance
ResultSetTypeMap
protected ResultSetTypeMap()
- Constructor for ResultSetTypeMap.
getEDataType
public Type getEDataType(int type,
boolean isNullable)
- These mappings taken primarily from "JDBC API and Tutorial and Reference" by
Fisher, Ellis and Bruce.
- Parameters:
type
- isNullable
-
- Returns:
getType
public Type getType(int columnType,
boolean b)
-