// SQL_DATA_TYPE int => unused
// SQL_DATETIME_SUB int => unused
// NUM_PREC_RADIX int => usually 2 or 10
// Report types we can marshal appropriately
return new MetaResultSet(MetadataSchema.getTypeInfoColumns(), new Object[][] {
{ XSD.xboolean.toString(), Types.BOOLEAN, 0, null, null, null, (short) typeNullable, false,
(short) typeSearchable, false, false, false, null, (short) 0, (short) 0, 0, 0, 0 },
{ XSD.xbyte.toString(), Types.TINYINT, Byte.toString(Byte.MAX_VALUE).length(), "\"", "\"", null,
(short) typeNullable, false, (short) typeSearchable, false, false, false, null, (short) 0, (short) 0, 0,
0, 0 },