interface CreateIndexStatement
implements PGNode
import { type CreateIndexStatement } from "https://deno.land/x/pgsql_ast_parser@12.0.1/syntax/ast.ts";
Properties
table: QName
optional
using: Nameexpressions: IndexExpression[]
optional
where: Exproptional
indexName: Nameoptional
with: CreateIndexWith[]