|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.gsql.GsqlConnector
@Singleton final class GsqlConnector extends Object
| Field Summary | |
|---|---|
private def |
bootstrap
|
| Constructor Summary | |
GsqlConnector()
|
|
| Method Summary | |
|---|---|
void
|
connect(GriffonApplication app, String dataSourceName = 'default')
|
void
|
disconnect(GriffonApplication app, String dataSourceName = 'default')
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private def bootstrap
| Constructor Detail |
|---|
GsqlConnector()
| Method Detail |
|---|
void connect(GriffonApplication app, String dataSourceName = 'default')
void disconnect(GriffonApplication app, String dataSourceName = 'default')
Groovy Documentation