1140114111421143114411451146
return sb.toString(); } public Object sequenceKeyConversion(Long identifier) throws SequenceManagerException { throw new SequenceManagerException("Not supported sequence key type 'CLOB'"); }
1177117811791180118111821183
public static final class T_Blob extends BaseType { public Object sequenceKeyConversion(Long identifier) throws SequenceManagerException { throw new SequenceManagerException("Not supported sequence key type 'BLOB'"); }
1214121512161217121812191220
public static final class T_Array extends BaseType { public Object sequenceKeyConversion(Long identifier) throws SequenceManagerException { throw new SequenceManagerException("Not supported sequence key type 'ARRAY'"); }
1247124812491250125112521253
public static final class T_Struct extends BaseType { public Object sequenceKeyConversion(Long identifier) throws SequenceManagerException { throw new SequenceManagerException("Not supported sequence key type 'STRUCT'"); }
1280128112821283128412851286
public static final class T_Ref extends BaseType { public Object sequenceKeyConversion(Long identifier) throws SequenceManagerException { throw new SequenceManagerException("Not supported sequence key type 'REF'"); }
1314131513161317131813191320
//#ifdef JDBC30 public static final class T_Datalink extends BaseType { public Object sequenceKeyConversion(Long identifier) throws SequenceManagerException { throw new SequenceManagerException("Not supported sequence key type 'DATALINK'"); }
523524525526527528529
public static final class T_Bit extends BaseType { public Object sequenceKeyConversion(Long identifier) throws SequenceManagerException { throw new SequenceManagerException("Not supported sequence key type 'BIT'"); }
561562563564565566567
//#ifdef JDBC30 public static final class T_Boolean extends BaseType { public Object sequenceKeyConversion(final Long identifier) throws SequenceManagerException { throw new SequenceManagerException("Not supported sequence key type 'BOOLEAN'"); }
516517518519520521522
554555556557558559560