|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectde.unidu.is.sql.SQLFormatterFactory
A factory for SQLFormatter objects.
The factory easily allows for using different SQLFormatter classes for different databases, in case that the configuration file provided by the standard implementation is not sufficient.
| Method Summary | |
static SQLFormatterFactory |
newFactory()
Returns a new factory. |
SQLFormatter |
newFormatter(DB db)
Returns a new SQL formatter. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static SQLFormatterFactory newFactory()
public SQLFormatter newFormatter(DB db)
db - database parameters
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||