Esempio n. 1
0
 public static QueryContext get(List <Table> metadata, int offset, int maxResults, TableSelection tableSelection)
 {
     return(Implementation.get(metadata, offset, maxResults, tableSelection));
 }
Esempio n. 2
0
 public static TableResult get(TableSelection tableSelection, List <Map <string, object> > rows)
 {
     return(Implementation.get(tableSelection, rows));
 }