|
@@ -18,11 +18,6 @@ public class QueryColumn extends AbstractQueryColumn {
|
|
|
*/
|
|
|
private final String name;
|
|
|
|
|
|
- public QueryColumn(String tableAlise, String name) {
|
|
|
- this.table = new Table(tableAlise, tableAlise);
|
|
|
- this.name = name;
|
|
|
- }
|
|
|
-
|
|
|
@Override
|
|
|
protected QueryColumn copy() {
|
|
|
return new QueryColumn(this.table, this.name);
|