interface ReturnsTable
implements PGNode
import { type ReturnsTable } from "https://deno.land/x/pgsql_ast_parser@12.0.1/syntax/ast.ts";
Properties
columns: { name: Name; type: DataTypeDef; }[]
import { type ReturnsTable } from "https://deno.land/x/pgsql_ast_parser@12.0.1/syntax/ast.ts";