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()
Returns 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 UUID getProjectGuid()
Returns guid of the project to read.
public String getSchema()
Gets the schema of the MS Project Server. The default value is "pub".
public void setSchema(String value)
Sets the schema of the MS Project Server. The default value is "pub".
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.