Interface protos.google.spanner.v1.ExecuteBatchDmlRequest.IStatement

Properties of a Statement.

Package

@google-cloud/spanner!

Properties

params

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

Statement params

Property Value
TypeDescription
(google.protobuf.IStruct|null)

paramTypes

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

Statement paramTypes

Property Value
TypeDescription
({ [k: string]: google.spanner.v1.IType }|null)

sql

sql?: (string|null);

Statement sql

Property Value
TypeDescription
(string|null)