Method Summary |
|
public boolean | compareTo(DBIdentifier id, boolean source) Compare the specified Identifier with this Identifier for equality. |
public static DBIdentifier | create(String name) Creates an identifier with the supplied fully qualified name. |
public String | getFullName() Gets the fully qualified name with the schema/table prefix (if any). |
public String | getName() Gets the simple name within a package. |
public void | setFullName(String fullName) Sets the fully qualified name. |
public void | setName(String name) Sets the simple name. |
public String | toString() Returns a string representation of the object. |