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()
IdentityColumnSupportDoes this dialect support identity column key generation?
supportsIdentityColumns in interface IdentityColumnSupportsupportsIdentityColumns in class IdentityColumnSupportImplpublic boolean hasDataTypeInIdentityColumn()
IdentityColumnSupportWhether this dialect have an Identity clause added to the data type or a completely separate identity data type
hasDataTypeInIdentityColumn in interface IdentityColumnSupporthasDataTypeInIdentityColumn in class IdentityColumnSupportImplpublic String getIdentityColumnString(int type)
IdentityColumnSupportThe syntax used during DDL to define a column as being an IDENTITY of a particular type.
getIdentityColumnString in interface IdentityColumnSupportgetIdentityColumnString in class IdentityColumnSupportImpltype - The Types type code.public String getIdentityInsertString()
IdentityColumnSupportThe keyword used to insert a generated value into an identity column (or null). Need if the dialect does not support inserts that specify no column values.
getIdentityInsertString in interface IdentityColumnSupportgetIdentityInsertString in class IdentityColumnSupportImplCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.