public class NMySqlService extends Object
| Constructor and Description |
|---|
NMySqlService(net.thevpc.nuts.NutsApplicationContext context) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NutsApplicationContext |
getContext() |
LocalMysqlConfigService[] |
listLocalConfig() |
RemoteMysqlConfigService[] |
listRemoteConfig() |
LocalMysqlConfigService |
loadLocalMysqlConfig(Path file) |
LocalMysqlConfigService |
loadLocalMysqlConfig(String name,
net.thevpc.nuts.NutsOpenMode action) |
RemoteMysqlConfigService |
loadRemoteMysqlConfig(String name) |
RemoteMysqlConfigService |
loadRemoteMysqlConfig(String name,
net.thevpc.nuts.NutsOpenMode action) |
public NMySqlService(net.thevpc.nuts.NutsApplicationContext context)
public LocalMysqlConfigService[] listLocalConfig()
public LocalMysqlConfigService loadLocalMysqlConfig(String name, net.thevpc.nuts.NutsOpenMode action)
public RemoteMysqlConfigService loadRemoteMysqlConfig(String name, net.thevpc.nuts.NutsOpenMode action)
public LocalMysqlConfigService loadLocalMysqlConfig(Path file)
public net.thevpc.nuts.NutsApplicationContext getContext()
public RemoteMysqlConfigService loadRemoteMysqlConfig(String name)
public RemoteMysqlConfigService[] listRemoteConfig()
Copyright © 2021 vpc open source initiative. All rights reserved.