|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.dialect.Dialect
org.hibernate.dialect.IngresDialect
org.hibernate.dialect.Ingres9Dialect
org.hibernate.dialect.Ingres10Dialect
public class Ingres10Dialect
A SQL dialect for Ingres 10 and later versions.
Changes:
| Field Summary |
|---|
| Fields inherited from class org.hibernate.dialect.Dialect |
|---|
CLOSED_QUOTE, DEFAULT_BATCH_SIZE, LEGACY_LOB_MERGE_STRATEGY, NEW_LOCATOR_LOB_MERGE_STRATEGY, NO_BATCH, QUOTE, STREAM_XFER_LOB_MERGE_STRATEGY |
| Constructor Summary | |
|---|---|
Ingres10Dialect()
|
|
| Method Summary | |
|---|---|
String |
getIdentityColumnString()
The syntax used during DDL to define a column as being an IDENTITY. |
String |
getIdentityInsertString()
The keyword used to insert a generated value into an identity column (or null). |
String |
getIdentitySelectString()
Get the select command used to retrieve the last generated sequence value. |
boolean |
hasDataTypeInIdentityColumn()
Whether this dialect have an Identity clause added to the data type or a completely separate identity data type |
protected void |
registerBooleanSupport()
|
boolean |
supportsIdentityColumns()
Does this dialect support identity column key generation? |
String |
toBooleanValueString(boolean bool)
The SQL literal value to which this database maps boolean values. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Ingres10Dialect()
| Method Detail |
|---|
public String toBooleanValueString(boolean bool)
toBooleanValueString in class Dialectbool - The boolean value
protected void registerBooleanSupport()
public boolean supportsIdentityColumns()
Dialect
supportsIdentityColumns in class Dialectpublic boolean hasDataTypeInIdentityColumn()
Dialect
hasDataTypeInIdentityColumn in class Dialectpublic String getIdentitySelectString()
Ingres9Dialect
getIdentitySelectString in class Ingres9Dialectpublic String getIdentityColumnString()
Dialect
getIdentityColumnString in class Dialectpublic String getIdentityInsertString()
Dialect
getIdentityInsertString in class Dialect
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||