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

Optional 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.

Optional resultLimit

resultLimit: undefined | number

Limit of results, '-1' for no limit.

Generated using TypeDoc