Interface protos.google.cloud.alloydb.v1.ISqlResult (1.10.1)

Properties of a SqlResult.

Package

@google-cloud/alloydb

Properties

columns

columns?: (google.cloud.alloydb.v1.ISqlResultColumn[]|null);

SqlResult columns

rows

rows?: (google.cloud.alloydb.v1.ISqlResultRow[]|null);

SqlResult rows