public class Ingres10IdentityColumnSupport extends Ingres9IdentityColumnSupport
| Constructor and Description |
|---|
Ingres10IdentityColumnSupport() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentityColumnString(int type)
The syntax used during DDL to define a column as being an IDENTITY of
a particular type.
|
String |
getIdentityInsertString()
The keyword used to insert a generated value into an identity column (or null).
|
boolean |
hasDataTypeInIdentityColumn()
Whether this dialect have an Identity clause added to the data type or a
completely separate identity data type
|
boolean |
supportsIdentityColumns()
Does this dialect support identity column key generation?
|
getIdentitySelectStringappendIdentitySelectToInsert, buildGetGeneratedKeysDelegate, supportsInsertSelectIdentitypublic boolean supportsIdentityColumns()
IdentityColumnSupportsupportsIdentityColumns in interface IdentityColumnSupportsupportsIdentityColumns in class IdentityColumnSupportImplpublic boolean hasDataTypeInIdentityColumn()
IdentityColumnSupporthasDataTypeInIdentityColumn in interface IdentityColumnSupporthasDataTypeInIdentityColumn in class IdentityColumnSupportImplpublic String getIdentityColumnString(int type)
IdentityColumnSupportgetIdentityColumnString in interface IdentityColumnSupportgetIdentityColumnString in class IdentityColumnSupportImpltype - The Types type code.public String getIdentityInsertString()
IdentityColumnSupportgetIdentityInsertString in interface IdentityColumnSupportgetIdentityInsertString in class IdentityColumnSupportImplCopyright © 2001-2022 Red Hat, Inc. All Rights Reserved.