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