Class MariaDBConnectionParameters
- java.lang.Object
- 
- edu.uiuc.ncsa.security.storage.sql.SQLConnectionImpl
- 
- edu.uiuc.ncsa.security.storage.sql.mariadb.MariaDBConnectionParameters
 
 
- 
- All Implemented Interfaces:
- ConnectionParameters
 
 public class MariaDBConnectionParameters extends SQLConnectionImpl Created by Jeff Gaynor 
 on May 19, 2011 at 12:40:13 PM
- 
- 
Field Summary- 
Fields inherited from class edu.uiuc.ncsa.security.storage.sql.SQLConnectionImpldatabaseName, host, jdbcDriver, password, port, schema, username, useSSL
 
- 
 - 
Constructor SummaryConstructors Constructor Description MariaDBConnectionParameters(String username, String password, String databaseName, String schema, String host, int port, String jdbcDriver, boolean useSSL, String parameters)MariaDBConnectionParameters(net.sf.json.JSONObject jsonObject)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetJdbcUrl()In general every vendor has their own format for this.Construct it as needed.- 
Methods inherited from class edu.uiuc.ncsa.security.storage.sql.SQLConnectionImpladdParameters, equals, fromJSON, getDatabaseName, getParameters, getPassword, getSchema, getUsername, init, toJSON, toString
 
- 
 
- 
- 
- 
Method Detail- 
getJdbcUrlpublic String getJdbcUrl() Description copied from interface:ConnectionParametersIn general every vendor has their own format for this.Construct it as needed.- Returns:
 
 
- 
 
-