Class ConnectionFactory

  • All Implemented Interfaces:
    net.hydromatic.quidem.Quidem.ConnectionFactory

    public class ConnectionFactory
    extends java.lang.Object
    implements net.hydromatic.quidem.Quidem.ConnectionFactory
    Wrapping connection factory for quidem
    • Method Summary

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

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

      • ConnectionFactory

        public ConnectionFactory()
    • Method Detail

      • connect

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