|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.sahits.codegen.extensions.InputDBConnection
public final class InputDBConnection
This class encapsules the acces to the extension points of ch.sahits.codegen.java.inputdbconnection
| Constructor Summary | |
|---|---|
InputDBConnection()
|
|
| Method Summary | |
|---|---|
static java.lang.String[] |
getDataBaseProducts()
Retrieve a list of all database products that have an implementation supplied by an extension point. |
static IBasicDBConnectionModelGenerator |
getParser(java.lang.String dbProduct)
Retrieve the IBasicDBConnectionModelGenerator from the
extension point. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InputDBConnection()
| Method Detail |
|---|
public static IBasicDBConnectionModelGenerator getParser(java.lang.String dbProduct)
IBasicDBConnectionModelGenerator from the
extension point. If there are more than one implementation
for one and the same database product registered, the one
with the highest Ranking is choosen.
dbProduct - name of the database product
IBasicDBConnectionModelGeneratorpublic static java.lang.String[] getDataBaseProducts()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||