Class H2ConnectionParameters
- java.lang.Object
-
- edu.uiuc.ncsa.security.storage.sql.SQLConnectionImpl
-
- edu.uiuc.ncsa.security.storage.sql.h2.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
-
-
Field Summary
-
Fields inherited from class edu.uiuc.ncsa.security.storage.sql.SQLConnectionImpl
databaseName, host, jdbcDriver, password, port, schema, username, useSSL
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getJdbcUrl()
In general every vendor has their own format for this.Construct it as needed.-
Methods inherited from class edu.uiuc.ncsa.security.storage.sql.SQLConnectionImpl
addParameters, equals, fromJSON, getDatabaseName, getParameters, getPassword, getSchema, getUsername, init, toJSON, toString
-
-
-
-
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:
-
-