|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sibvisions.rad.persist.jdbc.Key
public class Key
It stores all relevant information to a Primary or Unique Key.
Constructor Summary | |
---|---|
Key(String pName)
Construct a Select cache object. |
Method Summary | |
---|---|
Name[] |
getColumns()
Returns the key columns. |
String |
getName()
Returns the key name. |
void |
setColumns(Name[] pColumns)
Sets the key columns. |
void |
setName(String pName)
Sets the key name. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Key(String pName)
pName
- The name of key.Method Detail |
---|
public String toString()
toString
in class Object
public Name[] getColumns()
public void setColumns(Name[] pColumns)
pColumns
- the key columns to setpublic String getName()
public void setName(String pName)
pName
- the key name.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |