append_constraint
Description:
Adds global table constraint.
It will be added to the sql string by the provider implementation if it supports it. Usually, table constraint is very complex and the current method just append a list of constraints to the sql string.
Parameters:
this |
a DbTable instance |
constr |
a constraint string to append |