Interface IPentahoLoggingConnection

  • All Superinterfaces:
    org.pentaho.commons.connection.IPentahoConnection

    public interface IPentahoLoggingConnection
    extends org.pentaho.commons.connection.IPentahoConnection
    • Field Summary

      • Fields inherited from interface org.pentaho.commons.connection.IPentahoConnection

        CLASSNAME_KEY, CONNECTION, CONNECTION_NAME, DRIVER_KEY, HQL_DATASOURCE, JNDI_NAME_KEY, KEYS, LOCATION_KEY, MDX_DATASOURCE, MDX_OLAP4J_DATASOURCE, NONE_DATASOURCE, PASSWORD_KEY, PROVIDER, QUERY_KEY, SQL_DATASOURCE, USERNAME_KEY, XML_DATASOURCE
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void setLogger​(org.pentaho.platform.api.engine.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​(org.pentaho.platform.api.engine.ILogger logger)