|
|||||||||
| 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.DerbyDialect
public class DerbyDialect
Dialect for Apache Derby.
| Constructor Summary | |
|---|---|
DerbyDialect()
|
|
| Method Summary | |
|---|---|
protected String |
createForeignKeyConstraintFormat()
Deferrability clause is not supported. |
protected String |
currentDatePattern()
|
protected String |
currentTimePattern()
|
protected String |
currentTimestampPattern()
|
protected String |
dateLiteralFormat()
|
protected String |
executeFunctionFormat()
|
Collection<QualifiedName> |
getSequences(DatabaseMetaData metaData)
Returns a collection of all sequences in this database. |
boolean |
isIdentity(ColumnProperties properties)
Indicates whether or not the specified column is an identity column. |
String |
parseSequence(String sql)
Parses a sequence name from the specified SQL statement. |
protected String |
timeLiteralFormat()
|
protected String |
timestampLiteralFormat()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DerbyDialect()
| Method Detail |
|---|
protected String executeFunctionFormat()
executeFunctionFormat in class StandardDialectStandardDialect.executeFunctionFormat()public boolean isIdentity(ColumnProperties properties)
Dialect
isIdentity in interface DialectisIdentity in class StandardDialectproperties - a table column
StandardDialect.isIdentity(net.sf.hajdbc.ColumnProperties)public String parseSequence(String sql)
Dialect
parseSequence in interface DialectparseSequence in class StandardDialectsql - a SQL statement
StandardDialect.parseSequence(java.lang.String)
public Collection<QualifiedName> getSequences(DatabaseMetaData metaData)
throws SQLException
Dialect
getSequences in interface DialectgetSequences in class StandardDialectmetaData - database meta data
SQLExceptionStandardDialect.getSequences(java.sql.DatabaseMetaData)protected String createForeignKeyConstraintFormat()
createForeignKeyConstraintFormat in class StandardDialectStandardDialect.createForeignKeyConstraintFormat()protected String currentDatePattern()
currentDatePattern in class StandardDialectStandardDialect.currentDatePattern()protected String currentTimePattern()
currentTimePattern in class StandardDialectStandardDialect.currentTimePattern()protected String currentTimestampPattern()
currentTimestampPattern in class StandardDialectStandardDialect.currentTimestampPattern()protected String dateLiteralFormat()
dateLiteralFormat in class StandardDialectStandardDialect.dateLiteralFormat()protected String timeLiteralFormat()
timeLiteralFormat in class StandardDialectStandardDialect.timeLiteralFormat()protected String timestampLiteralFormat()
timestampLiteralFormat in class StandardDialectStandardDialect.timestampLiteralFormat()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||