Interface protos.google.spanner.v1.ExecuteBatchDmlRequest.IStatement (7.5.0)

Properties of a Statement.

Package

@google-cloud/spanner

Properties

params

params?: (google.protobuf.IStruct|null);

Statement params

paramTypes

paramTypes?: ({ [k: string]: google.spanner.v1.IType }|null);

Statement paramTypes

sql

sql?: (string|null);

Statement sql