Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SqlTargetOperation

An operation that executes SQL statements.

Hierarchy

Index

Properties

engine

engine: string

The engine.

Optional if

if: string | string[]

One or more (JavaScript) conditions that check if that item is available or not.

Optional ignoreIfFail

ignoreIfFail: boolean

Continue when target operation fails or not.

Optional name

name: string

The name.

Optional options

options: any

The connection options.

queries

queries: string | string[]

The list of queries to execute.

Optional type

type: string

The type.

Generated using TypeDoc