public class DB2390IdentityColumnSupport extends DB2IdentityColumnSupport
| Constructor and Description | 
|---|
DB2390IdentityColumnSupport()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getIdentitySelectString(String table,
                       String column,
                       int type)
Get the select command to use to retrieve the last generated IDENTITY
 value for a particular table 
 | 
getIdentityColumnString, getIdentityInsertString, supportsIdentityColumnsappendIdentitySelectToInsert, buildGetGeneratedKeysDelegate, hasDataTypeInIdentityColumn, supportsInsertSelectIdentitypublic String getIdentitySelectString(String table, String column, int type)
IdentityColumnSupportgetIdentitySelectString in interface IdentityColumnSupportgetIdentitySelectString in class DB2IdentityColumnSupporttable - The table into which the insert was donecolumn - The PK column.type - The Types type code.Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.