sqlScript property
The query text.
The execution args are used to declare a set of script variables
(set key="value";).
Implementation
@$pb.TagNumber(105)
$core.String get sqlScript => $_getSZ(7);
Implementation
@$pb.TagNumber(105)
set sqlScript($core.String v) {
$_setString(7, v);
}