|
||||||||||
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(java.lang.String pName,
Name[] pColumns)
Construct a Select cache object. |
Method Summary | |
---|---|
Name[] |
getColumns()
Returns the key columns. |
java.lang.String |
getName()
Returns the key name. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Key(java.lang.String pName, Name[] pColumns)
pName
- The name of key.pColumns
- The columns of key.Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public Name[] getColumns()
public java.lang.String getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |