Skip to content

@sqlrooms/mosaic / getTableReference

Function: getTableReference()

getTableReference(table): string

Returns the full table reference (database.schema.table) as a string, without SQL escaping (for UI display and matching).

Parameters

ParameterType
tableDataTable

Returns

string