|
||||||||||
| 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.H2Dialect
org.ujorm.orm.dialect.HsqldbDialect
public class HsqldbDialect
Hsqldb dialect (http://hsqldb.org)
| Field Summary |
|---|
| Fields inherited from class org.ujorm.orm.SqlDialect |
|---|
COMMON_SEQ_TABLE_KEY, DEFAULT_SCHEMA_SYMBOL, ormHandler |
| Constructor Summary | |
|---|---|
HsqldbDialect()
|
|
| Method Summary | |
|---|---|
String |
getJdbcDriver()
Returns a JDBC Driver |
boolean |
isMultiRowInsertSupported()
Database HSQLDB does not supports the MultiRow INSERT. |
Appendable |
printComment(MetaColumn column,
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' |
protected Appendable |
printLockForSelect(Query query,
Appendable out)
Including 1.7.2, HSQLDB does not support table locking via SELECT FOR UPDATE. For more information see http://hsqldb.org. |
Appendable |
printNextSequence(String sequenceName,
MetaTable table,
Appendable out)
Create a SQL script for the NEXT SEQUENCE from a native database sequencer |
| Methods inherited from class org.ujorm.orm.dialect.H2Dialect |
|---|
getJdbcUrl |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HsqldbDialect()
| Method Detail |
|---|
public String getJdbcDriver()
H2Dialect
getJdbcDriver in class H2Dialect
public Appendable printCreateSchema(String schema,
Appendable out)
throws IOException
printCreateSchema in class SqlDialectIOException
public Appendable printComment(MetaTable table,
Appendable out)
throws IOException
printComment in class SqlDialectIOException
public Appendable printComment(MetaColumn column,
Appendable out)
throws IOException
printComment in class SqlDialectIOExceptionpublic boolean isMultiRowInsertSupported()
isMultiRowInsertSupported in class SqlDialectMulti row insert
protected Appendable printLockForSelect(Query query,
Appendable out)
throws IOException,
UnsupportedOperationException
printLockForSelect in class SqlDialectquery - The UJO query
IOException
UnsupportedOperationException
public Appendable printNextSequence(String sequenceName,
MetaTable table,
Appendable out)
throws IOException
printNextSequence in class SqlDialectIOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||