/** * Create a TypeId for the given format identifiers using * a BaseTypeIdImpl. Used to create the static final variables * of this class. */ private static TypeId create(int typeFormatId, int implTypeFormatId) { return new TypeId(typeFormatId, new BaseTypeIdImpl(implTypeFormatId)); }
/** * Create a TypeId for the given format identifiers using * a BaseTypeIdImpl. Used to create the static final variables * of this class. */ private static TypeId create(int typeFormatId, int implTypeFormatId) { return new TypeId(typeFormatId, new BaseTypeIdImpl(implTypeFormatId)); }
/** * Create a TypeId for the given format identifiers using * a BaseTypeIdImpl. Used to create the static final variables * of this class. */ private static TypeId create(int typeFormatId, int implTypeFormatId) { return new TypeId(typeFormatId, new BaseTypeIdImpl(implTypeFormatId)); }
case StoredFormatIds.CLOB_TYPE_ID_IMPL: case StoredFormatIds.XML_TYPE_ID_IMPL: return new BaseTypeIdImpl(fmtId); case StoredFormatIds.DECIMAL_TYPE_ID_IMPL: return new DecimalTypeIdImpl(false);
case StoredFormatIds.CLOB_TYPE_ID_IMPL: case StoredFormatIds.XML_TYPE_ID_IMPL: return new BaseTypeIdImpl(fmtId); case StoredFormatIds.DECIMAL_TYPE_ID_IMPL: return new DecimalTypeIdImpl(false);
case StoredFormatIds.CLOB_TYPE_ID_IMPL: case StoredFormatIds.XML_TYPE_ID_IMPL: return new BaseTypeIdImpl(fmtId); case StoredFormatIds.DECIMAL_TYPE_ID_IMPL: return new DecimalTypeIdImpl(false);