* Add a new table and return a reference to it
(tableProperties: TableProperties)
| 1359 | * Add a new table and return a reference to it |
| 1360 | */ |
| 1361 | addTable(tableProperties: TableProperties): Table; |
| 1362 | /** |
| 1363 | * fetch table by name or id |
| 1364 | */ |
no outgoing calls