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, supportsInsertSelectIdentitypublic String getIdentitySelectString(String table, String column, int type)
IdentityColumnSupportgetIdentitySelectString in interface IdentityColumnSupportgetIdentitySelectString in class IdentityColumnSupportImpltable - 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.