MCPcopy
hub / github.com/benborla/mcp-server-mysql / PIIColumnReference

Interface PIIColumnReference

src/db/utils.ts:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 * the SQL (alias or table name), or `null` for an unqualified reference.
95 */
96export interface PIIColumnReference {
97 table: string | null;
98 column: string;
99}
100
101/**
102 * Walk the AST of `sql` and return every `column_ref` whose column name passes

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected