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, supportsIdentityColumns
appendIdentitySelectToInsert, buildGetGeneratedKeysDelegate, hasDataTypeInIdentityColumn, supportsInsertSelectIdentity
public String getIdentitySelectString(String table, String column, int type)
IdentityColumnSupport
getIdentitySelectString
in interface IdentityColumnSupport
getIdentitySelectString
in class DB2IdentityColumnSupport
table
- The table into which the insert was donecolumn
- The PK column.type
- The Types
type code.Copyright © 2019 JBoss by Red Hat. All rights reserved.