Package mondrian.test

Class TestContext.ConnectionInvocationHandler

  • All Implemented Interfaces:
    java.lang.reflect.InvocationHandler
    Enclosing class:
    TestContext

    public static class TestContext.ConnectionInvocationHandler
    extends DelegatingInvocationHandler
    • Constructor Detail

      • ConnectionInvocationHandler

        ConnectionInvocationHandler​(java.sql.DatabaseMetaData metaData)
    • Method Detail

      • getMetaData

        public java.sql.DatabaseMetaData getMetaData()
        Proxy for Connection.getMetaData().
      • createStatement

        public java.sql.Statement createStatement()
                                           throws java.sql.SQLException
        Proxy for Connection.createStatement()
        Throws:
        java.sql.SQLException