public class QuotedIDImpl extends Object implements QuotedID
| 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() |
@Nonnull public String getSQLRendering()
getSQLRendering in interface QuotedIDpublic boolean equals(Object obj)
Copyright © 2009–2021 Free University of Bozen-Bolzano. All rights reserved.