1133113411351136113711381139
return sb.toString(); } public Object sequenceKeyConversion(Long identifier) throws SequenceManagerException { throw new SequenceManagerException("Not supported sequence key type 'CLOB'"); }
1170117111721173117411751176
public static final class T_Blob extends BaseType { public Object sequenceKeyConversion(Long identifier) throws SequenceManagerException { throw new SequenceManagerException("Not supported sequence key type 'BLOB'"); }
1207120812091210121112121213
public static final class T_Array extends BaseType { public Object sequenceKeyConversion(Long identifier) throws SequenceManagerException { throw new SequenceManagerException("Not supported sequence key type 'ARRAY'"); }
1240124112421243124412451246
public static final class T_Struct extends BaseType { public Object sequenceKeyConversion(Long identifier) throws SequenceManagerException { throw new SequenceManagerException("Not supported sequence key type 'STRUCT'"); }
1273127412751276127712781279
public static final class T_Ref extends BaseType { public Object sequenceKeyConversion(Long identifier) throws SequenceManagerException { throw new SequenceManagerException("Not supported sequence key type 'REF'"); }
1307130813091310131113121313
//#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'"); }
490491492493494495496
public static final class T_Bit extends BaseType { public Object sequenceKeyConversion(Long identifier) throws SequenceManagerException { throw new SequenceManagerException("Not supported sequence key type 'BIT'"); }
528529530531532533534
//#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'"); }
1107110811091110111111121113
1144114511461147114811491150