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