public sealed class SqlResultColumn : IMessage<SqlResultColumn>, IEquatable<SqlResultColumn>, IDeepCloneable<SqlResultColumn>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1alpha API class SqlResultColumn.
Contains the name and datatype of a column in a SQL Result.
Implements
IMessageSqlResultColumn, IEquatableSqlResultColumn, IDeepCloneableSqlResultColumn, IBufferMessage, IMessageNamespace
Google.Cloud.AlloyDb.V1AlphaAssembly
Google.Cloud.AlloyDb.V1Alpha.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 |