Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SqlScriptContent

Package version

The content of the SQL script.

Hierarchy

  • SqlScriptContent

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

currentConnection

currentConnection: SqlConnection

The connection used to execute the SQL script.

Optional metadata

The metadata of the SQL script.

query

query: string

SQL query to execute.

Generated using TypeDoc