String schemaName, String tableName, String columnName) {
TClass tclass = typeClassForJDBCType(jdbcType, schemaName, tableName, columnName);
if (tclass == null)
return null;
else
return tclass.instance(att, nullable);
}
public TInstance typeForJDBCType(int jdbcType, int att1, int att2, boolean nullable,
String schemaName, String tableName, String columnName) {
TClass tclass = typeClassForJDBCType(jdbcType, schemaName, tableName, columnName);