|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.hibernate.dialect.Dialect
net.sf.hibernate.dialect.InformixDialect
Informix dialect. This class is required in order to use Hibernate with
Informix.
Seems to work with Informix Dynamic Server Version 7.31.UD3,
Informix JDBC driver version 2.21JC3.
Field Summary |
Fields inherited from class net.sf.hibernate.dialect.Dialect |
CLOSED_QUOTE, QUOTE |
Constructor Summary | |
InformixDialect()
Creates new InformixDialect instance. |
Method Summary | |
String |
getAddColumnString()
The syntax used to add a column to a table (optional). |
String |
getIdentityColumnString()
The keyword used to specify an identity column, if identity column key generation is supported. |
String |
getIdentitySelectString()
The syntax that returns the identity value of the last insert, if identity column key generation is supported. |
boolean |
supportsIdentityColumns()
Does this dialect support identity column key generation? |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public InformixDialect()
InformixDialect
instance. Sets up the JDBC /
Informix type mappings.
Method Detail |
public String getAddColumnString()
Dialect
getAddColumnString
in class Dialect
Dialect.getAddColumnString()
public boolean supportsIdentityColumns()
Dialect
supportsIdentityColumns
in class Dialect
Dialect.supportsIdentityColumns()
public String getIdentitySelectString() throws MappingException
Dialect
getIdentitySelectString
in class Dialect
MappingException
- if no native key generationDialect.getIdentitySelectString()
public String getIdentityColumnString() throws MappingException
Dialect
getIdentityColumnString
in class Dialect
MappingException
- if no native key generationDialect.getIdentityColumnString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |