Class H2EmbeddedServerDriver

    • Constructor Detail

      • H2EmbeddedServerDriver

        public H2EmbeddedServerDriver​(ConnectionInfo info)
                               throws java.net.URISyntaxException,
                                      java.sql.SQLException,
                                      java.lang.Exception
        Throws:
        java.net.URISyntaxException
        java.sql.SQLException
        java.lang.Exception
    • Method Detail

      • parseURL

        protected void parseURL()
                         throws java.sql.SQLException
        Description copied from class: GenericDriver
        Parse URL for connect.
        Overrides:
        parseURL in class GenericDriver
        Throws:
        java.sql.SQLException
      • connect

        public H2EmbeddedServerDriver connect()
                                       throws java.sql.SQLException,
                                              java.lang.Exception
        Throws:
        java.sql.SQLException
        java.lang.Exception
      • getPoolSize

        public int getPoolSize()