|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectsimplejpa.script.MySQLDatabase
class MySQLDatabase extends Object
| Constructor Summary | |
MySQLDatabase()
|
|
| Method Summary | |
|---|---|
String
|
getDependencyConfig()
|
String
|
getDialect()
|
String
|
getJdbcDriver()
|
String
|
getJdbcUrl(String user, String password, String schema)
|
void
|
setup(String user, String password, String schema, String rootPassword)
|
| Methods inherited from class Object | |
|---|---|
| getClass, hashCode, equals, toString, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
MySQLDatabase()
| Method Detail |
|---|
@Override String getDependencyConfig()
@Override String getDialect()
@Override String getJdbcDriver()
@Override String getJdbcUrl(String user, String password, String schema)
@Override void setup(String user, String password, String schema, String rootPassword)
Groovy Documentation