@libreworks/db-provision-pgsql
    Preparing search index...

    Interface Executable

    An object capable of producing a SQL statement.

    interface Executable {
        toSql(): string;
    }

    Implemented by

    Index

    Methods

    Methods

    • Produces a SQL statement that creates this object.

      Returns string

      The SQL statement