public class QuotedIDImpl extends Object implements QuotedID
An identifier can be in quotation marks (to preserve the case etc.). Quotation, however, is ignored when identifiers are compared
| Modifier and Type | Class and Description |
|---|---|
static class |
QuotedIDImpl.QuotedIDSerializer |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
compares two identifiers ignoring quotation
|
String |
getName()
returns the identifier (stripped of quotation marks)
|
String |
getSQLRendering()
returns SQL rendering of the identifier, in quotes, if necessary
|
int |
hashCode() |
String |
toString() |
public static final QuotedID EMPTY_ID
public String getName()
public String getSQLRendering()
getSQLRendering in interface QuotedIDpublic boolean equals(Object obj)
Copyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.