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?
|
getIdentitySelectString
appendIdentitySelectToInsert, buildGetGeneratedKeysDelegate, supportsInsertSelectIdentity
public boolean supportsIdentityColumns()
IdentityColumnSupport
supportsIdentityColumns
in interface IdentityColumnSupport
supportsIdentityColumns
in class IdentityColumnSupportImpl
public boolean hasDataTypeInIdentityColumn()
IdentityColumnSupport
hasDataTypeInIdentityColumn
in interface IdentityColumnSupport
hasDataTypeInIdentityColumn
in class IdentityColumnSupportImpl
public String getIdentityColumnString(int type)
IdentityColumnSupport
getIdentityColumnString
in interface IdentityColumnSupport
getIdentityColumnString
in class IdentityColumnSupportImpl
type
- The Types
type code.public String getIdentityInsertString()
IdentityColumnSupport
getIdentityInsertString
in interface IdentityColumnSupport
getIdentityInsertString
in class IdentityColumnSupportImpl
Copyright © 2017 JBoss by Red Hat. All rights reserved.