Creates a new foreign key element.
Parameters: impl - the pluggable implementation Parameters: declaringTable - declaring table of this foreign key, ornull
Adds a collection of columns to the holder. It is unsupported operation.
Parameters: els - the columns to add throws: UnsupportedOperationException - is always thrown
Removes a column from the holder. It is unsupported operation.
Parameters: el - the column to remove throws: UnsupportedOperationException - is always thrown
Removes a collection of columns from the holder. It is unsupported operation.
Parameters: els - the columns to remove throws: UnsupportedOperationException - is always thrown
Sets a collection of columns to the holder. It is unsupported operation.
Previous columns are removed.
Parameters: els - the column to set throws: UnsupportedOperationException - is always thrown