Class QuidemTest.QuidemConnectionFactory

  • All Implemented Interfaces:
    net.hydromatic.quidem.Quidem.ConnectionFactory
    Enclosing class:
    QuidemTest

    protected static class QuidemTest.QuidemConnectionFactory
    extends java.lang.Object
    implements net.hydromatic.quidem.Quidem.ConnectionFactory
    Quidem connection factory for Calcite's built-in test schemas.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.sql.Connection connect​(java.lang.String name)  
      java.sql.Connection connect​(java.lang.String name, boolean reference)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • QuidemConnectionFactory

        protected QuidemConnectionFactory()
    • Method Detail

      • connect

        public java.sql.Connection connect​(java.lang.String name)
                                    throws java.lang.Exception
        Throws:
        java.lang.Exception
      • connect

        public java.sql.Connection connect​(java.lang.String name,
                                           boolean reference)
                                    throws java.lang.Exception
        Specified by:
        connect in interface net.hydromatic.quidem.Quidem.ConnectionFactory
        Throws:
        java.lang.Exception