| Modifier and Type | Method and Description |
|---|---|
void |
AdminToolDBBrowserServiceImpl.closeConnection(Connection c,
ConnectionVars vars) |
void |
AdminToolDBBrowserService.closeConnection(Connection c,
ConnectionVars vars)
close the connection and does a rollback if DML is not allowed. furthermore original values for autoCommit and readonly will be set.
|
Connection |
AdminToolDBBrowserServiceImpl.getConnection(String datasourceName,
ConnectionVars vars) |
Connection |
AdminToolDBBrowserService.getConnection(String datasourceName,
ConnectionVars vars)
gets a connection from datasource and sets autoCommit to false and readonly to true if DML is not allowed
|
Copyright © 2016–2017. All rights reserved.