com.sibvisions.rad.persist.jdbc
Class Key

java.lang.Object
  extended by com.sibvisions.rad.persist.jdbc.Key

public class Key
extends java.lang.Object

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

Key

public Key(java.lang.String pName,
           Name[] pColumns)
Construct a Select cache object.

Parameters:
pName - The name of key.
pColumns - The columns of key.
Method Detail

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object

getColumns

public Name[] getColumns()
Returns the key columns.

Returns:
the key columns

getName

public java.lang.String getName()
Returns the key name.

Returns:
the key name.


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.