| org.apache.derby.catalog.ReferencedColumns
All known Subclasses: org.apache.derby.catalog.types.ReferencedColumnsDescriptorImpl,
ReferencedColumns | public interface ReferencedColumns (Code) | | Provides information about the columns that are referenced by a
CHECK CONSTRAINT definition.
It is used in the column SYS.SYSCHECKS.REFERENCEDCOLUMNSDESCRIPTOR.
|
Method Summary | |
public int[] | getReferencedColumnPositions() Returns an array of 1-based column positions in the table that the
check constraint is on. |
getReferencedColumnPositions | public int[] getReferencedColumnPositions()(Code) | | Returns an array of 1-based column positions in the table that the
check constraint is on.
An array of ints representing the 1-based column positionsof the columns that are referenced in this check constraint. |
|
|