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

Packages that use SQLConnection
org.pentaho.platform.plugin.action.sql   
org.pentaho.platform.plugin.services.connections.sql   
 

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

Methods in org.pentaho.platform.plugin.action.sql with parameters of type SQLConnection
 IPentahoResultSet SQLBaseComponent.doQuery(SQLConnection sqlConnection, String query, boolean forwardOnlyResultset)
           
 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)