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