Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/pgsql_ast_parser/ast-mapper.ts>AstDefaultMapper#tableRef

Yet another simple Postgres SQL parser
Go to Latest
method AstDefaultMapper.prototype.tableRef
import { AstDefaultMapper } from "https://deno.land/x/pgsql_ast_parser@12.0.0/ast-mapper.ts";

Called when an alias of a table is created

Parameters

st: a.QNameAliased

Returns

a.QNameAliased | nil