Class H2ConnectionParameters

  • All Implemented Interfaces:
    ConnectionParameters

    public class H2ConnectionParameters
    extends SQLConnectionImpl
    NOTE that the database name is the complete file path to the directory, e.g. "~/test"

    Created by Jeff Gaynor
    on 5/2/12 at 1:43 PM

    • Constructor Detail

      • H2ConnectionParameters

        public H2ConnectionParameters​(String username,
                                      String password,
                                      String databaseName,
                                      String schema,
                                      String host,
                                      int port,
                                      String jdbcDriver,
                                      boolean useSSL,
                                      String parameters)
    • Method Detail

      • getJdbcUrl

        public String getJdbcUrl()
        Description copied from interface: ConnectionParameters
        In general every vendor has their own format for this.Construct it as needed.
        Returns: