org.pentaho.platform.engine.core.system
Interface IPentahoLoggingConnection

All Superinterfaces:
org.pentaho.commons.connection.IPentahoConnection
All Known Implementing Classes:
HQLConnection, MDXConnection, SQLConnection, XQConnection

public interface IPentahoLoggingConnection
extends org.pentaho.commons.connection.IPentahoConnection


Field Summary
 
Fields inherited from interface org.pentaho.commons.connection.IPentahoConnection
CLASSNAME_KEY, CONNECTION, DRIVER_KEY, HQL_DATASOURCE, JNDI_NAME_KEY, KEYS, LOCATION_KEY, MDX_DATASOURCE, NONE_DATASOURCE, PASSWORD_KEY, PROVIDER, QUERY_KEY, SQL_DATASOURCE, USERNAME_KEY, XML_DATASOURCE
 
Method Summary
 void setLogger(ILogger logger)
           
 
Methods inherited from interface org.pentaho.commons.connection.IPentahoConnection
clearWarnings, close, connect, executeQuery, getDatasourceType, getLastQuery, getResultSet, initialized, isClosed, isReadOnly, prepareAndExecuteQuery, preparedQueriesSupported, setFetchSize, setMaxRows, setProperties
 

Method Detail

setLogger

void setLogger(ILogger logger)