Uses of Class
com.continuent.tungsten.replicator.database.Key

Packages that use Key
com.continuent.tungsten.replicator.database   
com.continuent.tungsten.replicator.prefetch   
 

Uses of Key in com.continuent.tungsten.replicator.database
 

Methods in com.continuent.tungsten.replicator.database that return Key
 Key Table.getPrimaryKey()
           
 

Methods in com.continuent.tungsten.replicator.database that return types with arguments of type Key
 java.util.ArrayList<Key> Table.getKeys()
           
 

Methods in com.continuent.tungsten.replicator.database with parameters of type Key
 void Table.AddKey(Key key)
          Adds a key definition to the table.
 

Uses of Key in com.continuent.tungsten.replicator.prefetch
 

Methods in com.continuent.tungsten.replicator.prefetch that return Key
 Key KeySelect.getKey()
           
 

Constructors in com.continuent.tungsten.replicator.prefetch with parameters of type Key
KeySelect(Table table, Key key)
          Create a new instance.