public static class MssqlNameNormalizer.NormalizedName extends Object
| Constructor and Description |
|---|
NormalizedName(String server,
String database,
String schema,
String object,
String displayText,
String matchKey) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDatabase() |
String |
getDisplayText() |
String |
getMatchKey() |
String |
getObject() |
int |
getPartCount()
Returns the number of name segments (1 = object only, 2 = schema.object, etc.).
|
String |
getSchema() |
String |
getServer() |
String |
toString() |
public String getDatabase()
public String getDisplayText()
public String getMatchKey()
public int getPartCount()