Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PackageEntity

import type { PackageEntity } from "https://googleapis.deno.dev/v1/datamigration:v1.ts";

Package's parent is a schema.

interface PackageEntity {
customFeatures?: {
[key: string]: any;
}
;
packageBody?: string;
packageSqlCode?: string;
}

§Properties

§
customFeatures?: {
[key: string]: any;
}
[src]

Custom engine specific features.

§
packageBody?: string
[src]

The SQL code which creates the package body. If the package specification has cursors or subprograms, then the package body is mandatory.

§
packageSqlCode?: string
[src]

The SQL code which creates the package.