public class PersistorConfiguration extends Object
Configuration object representing Transformers persistence.conf add-database-params entry
Constructor and Description |
---|
PersistorConfiguration(String initString,
String driverName,
String username,
String password,
String tableName,
String[] columns,
String[] extraParams) |
Modifier and Type | Method and Description |
---|---|
String[] |
getColumns()
Get the value of the columns config option
|
String |
getDriverName()
Get the value of the driver-name config option
|
String[] |
getExtraParams()
Get the value of the extra-params config option
|
String |
getInitString()
Get the value of the init-string config option
|
String |
getPassword()
Get the value of the password config option
|
String |
getTableName()
Get the value of the table-name config option
|
String |
getUsername()
Get the value of the username config option
|
String |
toString() |
public String getInitString()
Get the value of the init-string config option
public String getDriverName()
Get the value of the driver-name config option
public String getUsername()
Get the value of the username config option
public String getPassword()
Get the value of the password config option
public String getTableName()
Get the value of the table-name config option
public String[] getColumns()
Get the value of the columns config option
public String[] getExtraParams()
Get the value of the extra-params config option
Please send bug reports and comments to Caplin support