AlloyDB v1beta API - Class SqlResultColumn (1.0.0-beta09)

public sealed class SqlResultColumn : IMessage<SqlResultColumn>, IEquatable<SqlResultColumn>, IDeepCloneable<SqlResultColumn>, IBufferMessage, IMessage

Reference documentation and code samples for the AlloyDB v1beta API class SqlResultColumn.

Contains the name and datatype of a column in a SQL Result.

Inheritance

object > SqlResultColumn

Namespace

Google.Cloud.AlloyDb.V1Beta

Assembly

Google.Cloud.AlloyDb.V1Beta.dll

Constructors

SqlResultColumn()

public SqlResultColumn()

SqlResultColumn(SqlResultColumn)

public SqlResultColumn(SqlResultColumn other)
Parameter
Name Description
other SqlResultColumn

Properties

Name

public string Name { get; set; }

Name of the column.

Property Value
Type Description
string

Type

public string Type { get; set; }

Datatype of the column as reported by the postgres driver. Common type names are "VARCHAR", "TEXT", "NVARCHAR", "DECIMAL", "BOOL", "INT", and "BIGINT".

Property Value
Type Description
string