public static class Schema.Name extends Object implements Comparable<Schema.Name>
| Constructor and Description |
|---|
Name(Identifier catalog,
Identifier schema) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Schema.Name that) |
boolean |
equals(Object o) |
Identifier |
getCatalog() |
Identifier |
getSchema() |
int |
hashCode() |
String |
toString() |
public Name(Identifier catalog, Identifier schema)
public Identifier getCatalog()
public Identifier getSchema()
public int compareTo(Schema.Name that)
compareTo in interface Comparable<Schema.Name>Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.