|
||||||||||
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.ProgressDialect
public class ProgressDialect
An SQL dialect compatible with Progress 9.1C
Connection Parameters required:
Field Summary |
---|
Fields inherited from class org.hibernate.dialect.Dialect |
---|
CLOSED_QUOTE, DEFAULT_BATCH_SIZE, NO_BATCH, QUOTE |
Constructor Summary | |
---|---|
ProgressDialect()
|
Method Summary | |
---|---|
java.lang.String |
getAddColumnString()
The syntax used to add a column to a table (optional). |
boolean |
hasAlterTable()
Does this dialect support the ALTER TABLE syntax? |
boolean |
qualifyIndexName()
Do we need to qualify index names with the schema name? |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ProgressDialect()
Method Detail |
---|
public boolean hasAlterTable()
Dialect
hasAlterTable
in class Dialect
public java.lang.String getAddColumnString()
Dialect
getAddColumnString
in class Dialect
public boolean qualifyIndexName()
Dialect
qualifyIndexName
in class Dialect
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |