|
|||||||||
| Home >> All >> org >> apache >> derby >> [ catalog overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.derby.catalog
Interface ReferencedColumns

- 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.
|
|||||||||
| Home >> All >> org >> apache >> derby >> [ catalog overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC