|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.jaxme.sqls.impl.SQLFactoryImpl.IdentImpl
Constructor Summary | |
protected |
SQLFactoryImpl.IdentImpl(java.lang.String pName)
|
Method Summary | |
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getName()
Returns the SQL identifiers String representation. |
int |
hashcode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
protected SQLFactoryImpl.IdentImpl(java.lang.String pName)
Method Detail |
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()
public boolean equals(java.lang.Object o)
public int hashcode()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |