Quadcap Embeddable Database
Quadcap Software
dropConstraint : "drop" "constraint" sqlId ( "restrict" | "cascade" | ) ;
The specified constraint will be removed from the table. If RESTRICT is specified, the column must not be a parent key for any foreign key constraint, otherwise this statement will fail.
RESTRICT