Package version:

Interface SqlScriptContent

The content of the SQL script.

Hierarchy

  • SqlScriptContent

Indexable

[property: string]: any

Properties

currentConnection?: SqlConnection

The connection used to execute the SQL script.

The metadata of the SQL script.

query: string

SQL query to execute.

resultLimit?: number

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

Generated using TypeDoc