Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.derby.catalog
Interface ReferencedColumns  view ReferencedColumns download ReferencedColumns.java


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

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