|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ujoframework.orm.SqlDialect
org.ujoframework.orm.dialect.FirebirdDialect
public class FirebirdDialect
| Field Summary |
|---|
| Fields inherited from class org.ujoframework.orm.SqlDialect |
|---|
COMMON_SEQ_TABLE_KEY, COMMON_SEQ_TABLE_NAME, ormHandler |
| Constructor Summary | |
|---|---|
FirebirdDialect()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getJdbcDriver()
Returns a JDBC driver class name. |
java.lang.String |
getJdbcUrl()
Returns a default JDBC URL |
java.lang.Appendable |
printAlterTable(MetaColumn column,
java.lang.Appendable out)
Print a SQL sript to add a new column to the table The DDL statement does not contains a word COLUMN. |
java.lang.Appendable |
printCreateSchema(java.lang.String schema,
java.lang.Appendable out)
NO SCHEMA |
protected java.lang.Appendable |
printLockForSelect(Query query,
java.lang.Appendable out)
Print a 'lock clausule' to the end of SQL SELECT statement to use a pessimistic lock. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FirebirdDialect()
| Method Detail |
|---|
public java.lang.String getJdbcDriver()
SqlDialect
getJdbcDriver in class SqlDialectpublic java.lang.String getJdbcUrl()
SqlDialect
getJdbcUrl in class SqlDialect
public java.lang.Appendable printCreateSchema(java.lang.String schema,
java.lang.Appendable out)
throws java.io.IOException
printCreateSchema in class SqlDialectjava.io.IOException
protected java.lang.Appendable printLockForSelect(Query query,
java.lang.Appendable out)
throws java.io.IOException,
java.lang.UnsupportedOperationException
printLockForSelect in class SqlDialectquery - The UJO query
java.io.IOException
java.lang.UnsupportedOperationException
public java.lang.Appendable printAlterTable(MetaColumn column,
java.lang.Appendable out)
throws java.io.IOException
printAlterTable in class SqlDialectjava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||