Uses of Class
org.pentaho.platform.dataaccess.datasource.beans.Connection

Packages that use Connection
org.pentaho.platform.dataaccess.datasource.wizard.service.impl   
 

Uses of Connection in org.pentaho.platform.dataaccess.datasource.wizard.service.impl
 

Methods in org.pentaho.platform.dataaccess.datasource.wizard.service.impl that return Connection
 Connection ConnectionServiceConcrete.convertToConnection(DatabaseConnection connection)
           
 Connection ConnectionServiceConcrete.getConnectionByName(String name)
           
 

Methods in org.pentaho.platform.dataaccess.datasource.wizard.service.impl that return types with arguments of type Connection
 List<Connection> ConnectionServiceConcrete.getConnections()
           
 

Methods in org.pentaho.platform.dataaccess.datasource.wizard.service.impl with parameters of type Connection
 boolean ConnectionServiceConcrete.addConnection(Connection connection)
           
 DatabaseConnection ConnectionServiceConcrete.convertFromConnection(Connection connection)
           
 boolean ConnectionServiceConcrete.deleteConnection(Connection connection)
           
 boolean ConnectionServiceConcrete.testConnection(Connection connection)
           
 boolean ConnectionServiceConcrete.updateConnection(Connection connection)