public class SqlService extends BaseService
| Modifier and Type | Class and Description |
|---|---|
static class |
SqlService.ScriptGeneric |
BaseService.OnStart, BaseService.OnStop, BaseService.UiAction, BaseService.UiActionBase, BaseService.UiActionField, BaseService.UiActionMethod, BaseService.UiMenu| Modifier and Type | Field and Description |
|---|---|
protected ConnectPool |
connectPool |
protected TreeTableNodeBasic |
connectPoolNode |
protected DataTableFactory |
dataTableFactory |
protected DockingService |
dockingService |
protected FileDialogService |
fileDialogService |
protected MapDB2Service |
mapDB2Service |
protected NotifyService |
notifyService |
protected ObjectBrowserService |
objectBrowserService |
protected PropertiesService |
propertiesService |
protected ScriptDocExecService |
scriptDocExecService |
protected ScriptService |
scriptService |
protected SqlEngineFactory |
sqlEngineFactory |
protected StatusBarService |
statusBarService |
protected TextService |
textService |
actionFieldSet, actionMethodSet, initUiActionsSuccess, MENU_FIELD_NAME, runningstartCallLevel, startStopSync, stopCallLevelserviceEventQueue| Constructor and Description |
|---|
SqlService() |
buttonGroup, getActionFieldSet, getActionMethodSet, getActionsService, getButtonGroup, getMenuService, getStartableMethodsList, getStartableMethodsMap, getStoppableMethodsList, getStoppableMethodsMap, initUiActionError, initUiActions, isRunning, onStart, onStopfireStarted, fireStarting, fireStopped, fireStopping, getServiceByStopper, getServiceDependencies, isDetectCycleStart, isDetectCycleStop, onResolvedDependencies, start, stop, stopByDependencyaddServiceEvent, addServiceListener, addServiceListener, findFirstService, findServices, findServices, findServices, fireServiceEvent, fireServiceEvents, getConsole, getFieldDependencies, getInitDependenciesCallCount, getServiceListeners, getUnresolvedDependencies, hasServiceListener, init, initDependencies, instances, isResolvedDependencies, listeners, onInitServicesEnd, removeServiceListener, resolveDependecyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitaddServiceEvent, addServiceListener, addServiceListener, fireServiceEvents, getServiceListeners, hasServiceListener, removeServiceListenerprotected volatile ConnectPool connectPool
protected MapDB2Service mapDB2Service
protected ObjectBrowserService objectBrowserService
protected PropertiesService propertiesService
protected NotifyService notifyService
protected ScriptService scriptService
protected ScriptDocExecService scriptDocExecService
protected DockingService dockingService
protected FileDialogService fileDialogService
protected TextService textService
protected StatusBarService statusBarService
protected SqlEngineFactory sqlEngineFactory
protected volatile DataTableFactory dataTableFactory
protected volatile TreeTableNodeBasic connectPoolNode
public ConnectPool getConnectPool()
public MapDB2Service getMapDB2Service()
public WeakHashMap<BasicDataSource,Long> getLoadedDataSources()
protected void loadDataSources()
public ObjectBrowserService getObjectBrowserService()
public PropertiesService getPropertiesService()
public NotifyService getNotifyService()
public ScriptService getScriptService()
public ScriptDocExecService getScriptDocExecService()
public DockingService getDockingService()
public FileDialogService getFileDialogService()
public TextService getTextService()
public StatusBarService getStatusBarService()
protected SqlEngineFactory getSqlEngineFactory()
protected void registerInScriptService(ScriptService ss)
public DataTableFactory getDataTableFactory()
protected void registerDataTableFactory(DockingService ds)
protected void starting()
protected void shutdown()
public TreeTableNodeBasic getConnectPoolNode()
protected void initObjectBrowser(ObjectBrowser ob)
public DataTableDock createDataTableDock()
public DockingService.DockableList<DataTableDock> getDataTableDockHistory()
public DockingService.DockableList<DataTableDock> getDataTableDocks()
public DataTableDock getActiveDataTableDock()
public DataTableDock findDataTableDock(Long scriptDocumentId, Integer dataTableId)
public void onDataTableDockFocused(DataTableDock dtDock)
public void exportDataTableXml()
public void importDataTableXml()
public void exportDataTableXml(File file)
public void exportDataTableXml(File file, DataTableDock dtd)
public void importDataTableXml(File file)
public void importDataTableXml(File file, DataTableDock dtd)
public void bindDataTable()
public void applySqlPerspective()
public SqlService.ScriptGeneric script()
protected void initSqlEngineStatusBar()
protected JComponent sqlEngineStatBar(TextDocument tdoc)
public boolean commitable(Connection conn)
public void commit(Connection conn, Reciver<SQLException> onfinish)
Copyright © 2018. All rights reserved.