|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.hajdbc.dialect.StandardDialect
net.sf.hajdbc.dialect.MaxDBDialect
public class MaxDBDialect
Dialect for MySQL MaxDB.
| Constructor Summary | |
|---|---|
MaxDBDialect()
|
|
| Method Summary | |
|---|---|
protected String |
createForeignKeyConstraintFormat()
ON UPDATE and deferrability clauses are not supported. |
protected String |
currentTimestampFunction()
|
protected String |
dummyTable()
|
Collection<QualifiedName> |
getSequences(DatabaseMetaData metaData)
Returns a collection of all sequences in this database. |
protected String |
nextSequenceValueFormat()
|
String |
parseInsertTable(String sql)
Parses a table name from the specified INSERT SQL statement that may contain identity columns. |
protected String |
sequencePattern()
|
protected String |
truncateTableFormat()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MaxDBDialect()
| Method Detail |
|---|
protected String dummyTable()
dummyTable in class StandardDialectStandardDialect.dummyTable()protected String currentTimestampFunction()
currentTimestampFunction in class StandardDialectStandardDialect.currentTimestampFunction()
public Collection<QualifiedName> getSequences(DatabaseMetaData metaData)
throws SQLException
Dialect
getSequences in interface DialectgetSequences in class StandardDialectmetaData - database meta data
SQLExceptionStandardDialect.getSequences(java.sql.DatabaseMetaData)public String parseInsertTable(String sql)
Dialect
parseInsertTable in interface DialectparseInsertTable in class StandardDialectsql - a SQL statement
StandardDialect.parseInsertTable(java.lang.String)protected String truncateTableFormat()
truncateTableFormat in class StandardDialectStandardDialect.truncateTableFormat()protected String createForeignKeyConstraintFormat()
createForeignKeyConstraintFormat in class StandardDialectStandardDialect.createForeignKeyConstraintFormat()protected String sequencePattern()
sequencePattern in class StandardDialectStandardDialect.sequencePattern()protected String nextSequenceValueFormat()
nextSequenceValueFormat in class StandardDialectStandardDialect.nextSequenceValueFormat()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||