public class MspDbSettings extends DbSettings
Allows to set necessary options to read project data from MS Project Server database.
Constructor and Description |
---|
MspDbSettings(String connectionString,
UUID projectGuid)
Initializes a new instance of the
MspDbSettings class. |
Modifier and Type | Method and Description |
---|---|
UUID |
getProjectGuid()
Gets the guid of the project to read.
|
String |
getSchema()
Gets the schema of the MS Project Server.
|
void |
setSchema(String value)
Sets the schema of the MS Project Server.
|
getConnectionString, getDriverClassName, setConnectionString, setDriverClassName
public MspDbSettings(String connectionString, UUID projectGuid)
Initializes a new instance of the MspDbSettings
class.
connectionString
- the specified connection string.projectGuid
- the specified guid of a project to read.public final UUID getProjectGuid()
Gets the guid of the project to read.
public final String getSchema()
Gets the schema of the MS Project Server. The default value is "pub".
public final void setSchema(String value)
Sets the schema of the MS Project Server. The default value is "pub".
value
- the schema of the MS Project Server.Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.