public class MpdSettings extends DbSettings
Allows to set necessary options to read project data from MPD format (MS Access database file format).
Constructor and Description |
---|
MpdSettings(String connectionString,
int projectId)
Initializes a new instance of the
MpdSettings class. |
Modifier and Type | Method and Description |
---|---|
int |
getProjectId()
Returns id of the project to read.
|
getConnectionString, getDriverClassName, setConnectionString, setDriverClassName
public MpdSettings(String connectionString, int projectId)
Initializes a new instance of the MpdSettings
class.
connectionString
- the specified connection string.projectId
- the specified id of a project to read.