sqlScriptFile property

  1. @TagNumber(104)
String get sqlScriptFile

A reference to a query file. This can be the Cloud Storage URI of the query file or it can the path to a SqlScript Content. The execution args are used to declare a set of script variables (set key="value";).

Implementation

@$pb.TagNumber(104)
$core.String get sqlScriptFile => $_getSZ(6);
  1. @TagNumber(104)
set sqlScriptFile (String v)

Implementation

@$pb.TagNumber(104)
set sqlScriptFile($core.String v) { $_setString(6, v); }