Vector newConstraints = new Vector();
parseOptions(newConstraints, props);
constraints = new Constraint[newConstraints.size()];
newConstraints.copyInto(constraints);
if (reftype == REFERENCE || reftype == COMPLEX_REFERENCE) {
if (constraints.length == 0) {
referencesPrimaryKey = true;