|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sibvisions.rad.persist.jdbc.Name
public class Name
A ServerColumnMetaData
is a description of the data type and other
attributes of a table storage column. (persists on server)
It also includes the server relevant infos, in addition to the ColumnMetaData
just for the client.
IDataType
,
ColumnMetaData
Constructor Summary | |
---|---|
Name()
Constructs a Name object. |
|
Name(String pRealName,
String pQuotedName)
Constructs a Name with a specific real name. |
Method Summary | |
---|---|
Name |
clone()
|
boolean |
equals(Object pObject)
|
String |
getName()
Returns the name to use in the application. default is toUpperCase(). |
String |
getQuotedName()
Returns the quoted name to use in the database. |
String |
getRealName()
Returns the real name. |
int |
hashCode()
|
boolean |
isQuoted()
Returns true if the quoted name should be used. |
void |
setName(String pName)
Sets the name use in the application. |
void |
setQuotedName(String pQuotedName)
Sets the quoted name to use in the database. |
void |
setRealName(String pRealName)
Sets the real name. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Name()
Name
object.
public Name(String pRealName, String pQuotedName)
Name
with a specific real name.
pRealName
- the real name to use.pQuotedName
- the quoted name to use for the database.Method Detail |
---|
public String toString()
toString
in class Object
public Name clone()
clone
in class Object
public boolean equals(Object pObject)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void setRealName(String pRealName)
pRealName
- the real name to use.public String getRealName()
public void setName(String pName)
pName
- the name to us in the applicationpublic String getName()
public void setQuotedName(String pQuotedName)
pQuotedName
- the quoted name to use in the databasepublic String getQuotedName()
public boolean isQuoted()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |