Interface protos.google.spanner.v1.IResultSetMetadata

Properties of a ResultSetMetadata.

Package

@google-cloud/spanner!

Properties

rowType

rowType?: (google.spanner.v1.IStructType|null);

ResultSetMetadata rowType

Property Value
TypeDescription
(google.spanner.v1.IStructType|null)

transaction

transaction?: (google.spanner.v1.ITransaction|null);

ResultSetMetadata transaction

Property Value
TypeDescription
(google.spanner.v1.ITransaction|null)