public class DatabaseInfo extends Object
Constructor and Description |
---|
DatabaseInfo(String location,
String ownerName,
PrincipalType ownerType,
String comment,
Map<String,String> params)
Full constructor for database info.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getComment() |
String |
getLocation() |
String |
getOwnerName() |
PrincipalType |
getOwnerType() |
Map<String,String> |
getParameters() |
int |
hashCode() |
String |
toString() |
public String getLocation()
public String getOwnerName()
public PrincipalType getOwnerType()
public String getComment()
Copyright © 2023. All Rights Reserved.