Groovy Documentation

simplejpa.script
[Groovy] Class MySQLDatabase

java.lang.Object
  simplejpa.script.MySQLDatabase
All Implemented Interfaces:
Database

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

MySQLDatabase()


 
Method Detail

getDependencyConfig

@Override
String getDependencyConfig()


getDialect

@Override
String getDialect()


getJdbcDriver

@Override
String getJdbcDriver()


getJdbcUrl

@Override
String getJdbcUrl(String user, String password, String schema)


setup

@Override
void setup(String user, String password, String schema, String rootPassword)


 

Groovy Documentation