295296297298299300301302303304305
PrimitiveType ptype = type.getPrimitiveType(); if (ptype == null) { return Types.OTHER; } return primitiveToSQLTypeMatrix[ptype.ordinal()]; } public static int getSQLTypeAlias(int sqlType) { switch(sqlType) {