36373839404142
this(name, name) ; } public SqlTable(String aliasName, String tableName) { this(aliasName, tableName, new ScopeBase(), new ScopeBase()) ; }
7576777879808182
} public void setValueColumnForVar(Var var, SqlColumn thisCol) { if ( nodeScope == null ) nodeScope = new ScopeBase() ; nodeScope.setColumnForVar(var, thisCol) ; }