com.yourkit.probes
Class ForeignKeyColumn

java.lang.Object
  extended by com.yourkit.probes.Column
      extended by com.yourkit.probes.ForeignKeyColumn

public final class ForeignKeyColumn
extends Column


Constructor Summary
ForeignKeyColumn(Table table)
           
 
Method Summary
 void setValue(int rowIndex, int foreignRowIndex)
           
 
Methods inherited from class com.yourkit.probes.Column
getName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForeignKeyColumn

public ForeignKeyColumn(Table table)
Method Detail

setValue

public void setValue(int rowIndex,
                     int foreignRowIndex)
Parameters:
rowIndex -
foreignRowIndex - index in foreign table


Copyright © 2003-2010 YourKit, LLC. All Rights Reserved.