public class Ingres9IdentityColumnSupport extends IdentityColumnSupportImpl
Constructor and Description |
---|
Ingres9IdentityColumnSupport() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getIdentitySelectString(java.lang.String table,
java.lang.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 java.lang.String getIdentitySelectString(java.lang.String table, java.lang.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 © 2001-2018 Red Hat, Inc. All Rights Reserved.