com.microstrategy.web.objects.admin.serverconfig.RepositorySettings |
An object of type RepositorySettings should be used to fill up the information required to connect to a data source for repository initialization using RepositorySource
.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract String |
getDSN()
Returns the Data Source Name.
| ||||||||||
abstract int |
getDatabaseType()
Returns the database type set.
| ||||||||||
abstract String |
getLogin()
Returns the Login set
| ||||||||||
abstract String |
getMDTablePrefix()
Returns the Metadata Table Prefix.
| ||||||||||
abstract String |
getMDTempTablePrefix()
Returns the Metadata Temp Table Prefix.
| ||||||||||
abstract String |
getODBCSettings()
Returns the ODBC Settings.
| ||||||||||
abstract void |
setDSN(String DSN)
Sets the Data Source Name.
| ||||||||||
abstract void |
setDatabaseType(int databaseType)
Sets the database type.
| ||||||||||
abstract void |
setLogin(String login)
Sets the Login..
| ||||||||||
abstract void |
setMDTablePrefix(String MDTablePrefix)
Sets the Metadata Table Prefix.
| ||||||||||
abstract void |
setMDTempTablePrefix(String MDTablePrefix)
Sets the Metadata Temp Table Prefix.
| ||||||||||
abstract void |
setODBCSettings(String ODBCParams)
Sets the ODBC Settings.
| ||||||||||
abstract void |
setPassword(String password)
Sets the Password
|
Returns the Data Source Name.
Returns the database type set. This will be a value from the enumeration EnumDSSXMLDatabaseType
.
Returns the Login set
Returns the Metadata Table Prefix.
Returns the Metadata Temp Table Prefix.
Returns the ODBC Settings.
Sets the Data Source Name.
DSN | The data source name to be set. |
---|
Sets the database type. This should be a value from the enumeration EnumDSSXMLDatabaseType
.
databaseType | The database type. |
---|
Sets the Login..
login | The login for the data source. |
---|
Sets the Metadata Table Prefix.
MDTablePrefix | The Metadata Table Prefix to be set. |
---|
Sets the Metadata Temp Table Prefix.
MDTablePrefix | The Metadata Temp Table Prefix to be set. |
---|
Sets the ODBC Settings. If connecting to data source requires any ODBC Settings, then only this is needed.
ODBCParams | The ODBC Settings. |
---|
Sets the Password
password | The password for the data source. |
---|