Uses of Class
org.pentaho.platform.plugin.services.connections.sql.SQLConnection

Packages that use SQLConnection
org.pentaho.platform.dataaccess.datasource.wizard.service.impl.utils   
org.pentaho.platform.plugin.action.sql   
org.pentaho.platform.plugin.services.connections.sql   
 

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

Methods in org.pentaho.platform.dataaccess.datasource.wizard.service.impl.utils that return SQLConnection
static SQLConnection DatasourceInMemoryServiceHelper.getConnection(String connectionName)
           
 

Uses of SQLConnection in org.pentaho.platform.plugin.action.sql
 

Methods in org.pentaho.platform.plugin.action.sql with parameters of type SQLConnection
 org.pentaho.commons.connection.IPentahoResultSet SQLBaseComponent.doQuery(SQLConnection sqlConnection, String query, boolean forwardOnlyResultset)
           
 org.pentaho.commons.connection.IPentahoResultSet SQLDdlComponent.doQuery(SQLConnection sqlConnection, String query, boolean forwardOnlyResultset)
           
 

Uses of SQLConnection in org.pentaho.platform.plugin.services.connections.sql
 

Constructors in org.pentaho.platform.plugin.services.connections.sql with parameters of type SQLConnection
SQLResultSet(ResultSet nativeResultSet, SQLConnection nativeConnection)