sqlScript property

String? sqlScript
getter/setter pair

The query text.

The execution args are used to declare a set of script variables (set key="value";).

Implementation

core.String? sqlScript;