PrimaveraDbSettings

Inheritance: java.lang.Object, com.aspose.tasks.DbSettings

public class PrimaveraDbSettings extends DbSettings

Allows to set necessary options to read project data from Primavera database.

Constructors

ConstructorDescription
PrimaveraDbSettings(String connectionString, int projectId)Initializes a new instance of the PrimaveraDbSettings class.

Methods

MethodDescription
getProjectId()Gets id of the project to read.

PrimaveraDbSettings(String connectionString, int projectId)

public PrimaveraDbSettings(String connectionString, int projectId)

Initializes a new instance of the PrimaveraDbSettings class.

Parameters:

ParameterTypeDescription
connectionStringjava.lang.Stringthe specified connection string.
projectIdintthe specified id of a project to read.

getProjectId()

public final int getProjectId()

Gets id of the project to read.

Returns: int - id of the project to read.