diff app/query-state.ts @ 21:930fe7460f6b

result table shows all attributes now.
author casties
date Fri, 22 Jan 2016 20:33:26 +0100
parents 34cd764e234b
children 4926885f8a99
line wrap: on
line diff
--- a/app/query-state.ts	Fri Jan 22 17:32:33 2016 +0100
+++ b/app/query-state.ts	Fri Jan 22 20:33:26 2016 +0100
@@ -12,8 +12,8 @@
     public numResults: number;
     public resultTypes: string;
     public resultInfo: string;
-    
-    public nextQueryRelations: any[];
-    public nextQueryAttributes: any[];
+    public resultAttributes: string[];    
+    public resultRelations: any[];
+    public resultColumns: any[];
     
 }
\ No newline at end of file