public abstract class DbSettings extends Object
Allows to specify settings to read from project database.
Modifier and Type | Method and Description |
---|---|
String |
getConnectionString()
Returns the connection string.
|
String |
getDriverClassName()
Returns a name of JDBC driver class.
|
void |
setConnectionString(String value)
Sets the connection string.
|
void |
setDriverClassName(String value)
Sets a name of JDBC driver class.
|
public String getConnectionString()
Returns the connection string.
public void setConnectionString(String value)
Sets the connection string.
value
- the specified connection string.public String getDriverClassName()
Returns a name of JDBC driver class. The default driver class name is "com.microsoft.jdbc.sqlserver.SQLServerDriver"
public void setDriverClassName(String value)
Sets a name of JDBC driver class. The default driver class name is "com.microsoft.jdbc.sqlserver.SQLServerDriver"
value
- a name of JDBC driver class.Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.