|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ujorm.orm.SqlDialect
org.ujorm.orm.dialect.DerbyDialect
public class DerbyDialect
Derby (http://db.apache.org/derby/)
NOTE: Dialect supports a LIMIT and OFFSET of the Derby release 10.5
| Field Summary |
|---|
| Fields inherited from class org.ujorm.orm.SqlDialect |
|---|
COMMON_SEQ_TABLE_KEY, DEFAULT_SCHEMA_SYMBOL, ormHandler |
| Constructor Summary | |
|---|---|
DerbyDialect()
|
|
| Method Summary | |
|---|---|
String |
getJdbcDriver()
Embeded driver is default |
String |
getJdbcUrl()
Syntax: jdbc:derby:[subsubprotocol:][databaseName][;attribute=value]* |
Appendable |
printComment(MetaColumn table,
Appendable out)
COMMENT is not supported in HSQLDB database |
Appendable |
printComment(MetaTable table,
Appendable out)
COMMENT is not supported in HSQLDB database |
Appendable |
printCreateSchema(String schema,
Appendable out)
Print SQL 'CREATE SCHEMA' |
void |
printOffset(Query query,
Appendable out)
Print an OFFSET of the statement SELECT. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DerbyDialect()
| Method Detail |
|---|
public String getJdbcUrl()
getJdbcUrl in class SqlDialectpublic String getJdbcDriver()
getJdbcDriver in class SqlDialect
public Appendable printCreateSchema(String schema,
Appendable out)
throws IOException
printCreateSchema in class SqlDialectIOException
public void printOffset(Query query,
Appendable out)
throws IOException
SqlDialect
printOffset in class SqlDialectIOException
public Appendable printComment(MetaTable table,
Appendable out)
throws IOException
printComment in class SqlDialectIOException
public Appendable printComment(MetaColumn table,
Appendable out)
throws IOException
printComment in class SqlDialectIOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||