private final List<PropertyValue> propertyValues = new ArrayList<PropertyValue>();
private int variantIndex = 0;
private final List<SQLExpr> unresolveList = new ArrayList<SQLExpr>();
public MSSQLServerMappingVisitor(MappingEngine engine){
this(engine, new MappingContext());
}