public interface IDBManager
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
String |
adminUserName()
property AdminUserName
|
void |
adminUserName(String pVal)
property AdminUserName
|
String |
adminUserPassword()
property AdminUserPassword
|
void |
adminUserPassword(String pVal)
property AdminUserPassword
|
void |
createDatabase(int dbType,
String dbName,
String connectionString)
Creates the database on the specified domain.
|
String |
domain()
property Domain
|
void |
domain(String pVal)
property Domain
|
void |
removeDatabase(String dbName)
Removes the database from the domain.
|
void createDatabase(int dbType, String dbName, String connectionString)
Creates the database on the specified domain.
dbType
- Mandatory int parameter.dbName
- Mandatory java.lang.String parameter.connectionString
- Mandatory java.lang.String parameter.void removeDatabase(String dbName)
Removes the database from the domain.
dbName
- Mandatory java.lang.String parameter.String adminUserName()
property AdminUserName
Getter method for the COM property "AdminUserName"
void adminUserName(String pVal)
property AdminUserName
Setter method for the COM property "AdminUserName"
pVal
- Mandatory java.lang.String parameter.String domain()
property Domain
Getter method for the COM property "Domain"
void domain(String pVal)
property Domain
Setter method for the COM property "Domain"
pVal
- Mandatory java.lang.String parameter.String adminUserPassword()
property AdminUserPassword
Getter method for the COM property "AdminUserPassword"
void adminUserPassword(String pVal)
property AdminUserPassword
Setter method for the COM property "AdminUserPassword"
pVal
- Mandatory java.lang.String parameter.Copyright © 2020. All rights reserved.