MCPcopy Index your code
hub / github.com/AlaSQL/alasql / tableLookUp

Interface tableLookUp

types/alasql.d.ts:131–133  ·  view source on GitHub ↗

* AlaSQL table dictionary * * @interface tableLookUp

Source from the content-addressed store, hash-verified

129 * @interface tableLookUp
130 */
131 interface tableLookUp {
132 [tableName: string]: table;
133 }
134
135 interface Database {
136 new (databaseid?: string): Database;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…