Package com.hp.ucmdb.api.customers
Interface DatabaseInfo
public interface DatabaseInfo
User: ashkinaz
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumstatic enum -
Method Summary
Modifier and TypeMethodDescriptionchar[]getPort()getSid()booleanvoidvoidsetDbType(DatabaseInfo.DbType dbType) voidsetHostName(String hostName) voidsetPassword(char[] password) voidvoidsetSchemaName(String schemaName) voidsetSchemaType(DatabaseInfo.SchemaType schemaType) voidsetServiceName(String sid) voidvoidsetUserName(String userName)
-
Method Details
-
getSchemaType
DatabaseInfo.SchemaType getSchemaType() -
setSchemaType
-
getHostName
String getHostName() -
setHostName
-
getDbName
String getDbName() -
setDbName
-
getSchemaName
String getSchemaName() -
setSchemaName
-
getDbType
DatabaseInfo.DbType getDbType() -
setDbType
-
getSid
String getSid() -
setSid
-
getServiceName
String getServiceName() -
setServiceName
-
getPort
String getPort() -
setPort
-
getUserName
String getUserName() -
setUserName
-
getPassword
char[] getPassword() -
setPassword
void setPassword(char[] password) -
isManagementDb
boolean isManagementDb()
-