public static class SQLFactoryImpl.IdentImpl extends java.lang.Object implements SQLFactory.Ident, java.io.Serializable
Modifier | Constructor and Description |
---|---|
protected |
SQLFactoryImpl.IdentImpl(java.lang.String pName) |
protected SQLFactoryImpl.IdentImpl(java.lang.String pName)
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