public static class SQLFactoryImpl.IdentImpl extends java.lang.Object implements SQLFactory.Ident, java.io.Serializable
Modifier | Constructor and Description |
---|---|
protected |
IdentImpl(java.lang.String pName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getName()
Returns the SQL identifiers String representation.
|
int |
hashCode() |
java.lang.String |
toString() |
public java.lang.String getName()
SQLFactory.Ident
Returns the SQL identifiers String representation. Typically
same than Object.toString()
.
getName
in interface SQLFactory.Ident
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object