Package com.aspose.tasks
Class PrimaveraDbSettings
- java.lang.Object
-
- com.aspose.tasks.DbSettings
-
- com.aspose.tasks.PrimaveraDbSettings
-
public class PrimaveraDbSettings extends DbSettings
Allows to set necessary options to read project data from Primavera database.
-
-
Constructor Summary
Constructors Constructor Description PrimaveraDbSettings(String connectionString, int projectId)
Initializes a new instance of thePrimaveraDbSettings
class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getProjectId()
Gets id of the project to read.-
Methods inherited from class com.aspose.tasks.DbSettings
getConnectionString, getDriverClassName, setConnectionString, setDriverClassName
-
-
-
-
Constructor Detail
-
PrimaveraDbSettings
public PrimaveraDbSettings(String connectionString, int projectId)
Initializes a new instance of the
PrimaveraDbSettings
class.- Parameters:
connectionString
- the specified connection string.projectId
- the specified id of a project to read.
-
-