org.apache.derby.catalog
Interface ReferencedColumns

All Known Implementing Classes:
ReferencedColumnsDescriptorImpl

public interface ReferencedColumns

Provides information about the columns that are referenced by a CHECK CONSTRAINT definition. It is used in the column SYS.SYSCHECKS.REFERENCEDCOLUMNSDESCRIPTOR.


Method Summary
 int[] getReferencedColumnPositions()
          Returns an array of 1-based column positions in the table that the check constraint is on.
 

Method Detail

getReferencedColumnPositions

int[] getReferencedColumnPositions()
Returns an array of 1-based column positions in the table that the check constraint is on.

Returns:
An array of ints representing the 1-based column positions of the columns that are referenced in this check constraint.

Built on Thu 2010-12-23 20:49:13+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.