var JoinInfo = Class.create({
    initialize: function(alias, joinType) {
        this.alias = alias;
        this.joinType = joinType;
    },