|
|||||||||||
| 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.DB2Dialect
org.hibernate.dialect.DerbyDialect
| Field Summary |
| Fields inherited from class org.hibernate.dialect.Dialect |
CLOSED_QUOTE, QUOTE |
| Constructor Summary | |
DerbyDialect()
|
|
| Method Summary | |
CaseFragment |
createCaseFragment()
Return the case statement modified for Cloudscape. |
boolean |
dropConstraints()
Do we need to drop constraints before dropping tables in this dialect? |
String |
getIdentityColumnString()
This is different in Cloudscape to DB2. |
Class |
getNativeIdentifierGeneratorClass()
|
String |
getQuerySequencesString()
A query used to find all sequences |
boolean |
supportsLimit()
Does this Dialect have some kind of LIMIT syntax? |
boolean |
supportsLimitOffset()
Does this dialect support an offset? |
boolean |
supportsSequences()
Does this dialect support sequences? |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public DerbyDialect()
| Method Detail |
public String getIdentityColumnString()
getIdentityColumnString in class DB2Dialectpublic CaseFragment createCaseFragment()
createCaseFragment in class Dialectpublic boolean dropConstraints()
Dialect
dropConstraints in class DB2Dialectpublic Class getNativeIdentifierGeneratorClass()
getNativeIdentifierGeneratorClass in class Dialectpublic boolean supportsSequences()
Dialect
supportsSequences in class DB2Dialectpublic boolean supportsLimit()
Dialect
supportsLimit in class DB2Dialectpublic boolean supportsLimitOffset()
Dialect
supportsLimitOffset in class Dialectpublic String getQuerySequencesString()
Dialect
getQuerySequencesString in class DB2Dialect
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||