Datatype of the column as reported by the postgres driver.
Common type names are "VARCHAR", "TEXT", "NVARCHAR", "DECIMAL", "BOOL",
"INT", and "BIGINT".
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `SqlResultColumn` class, part of the Google.Cloud.AlloyDb.V1 namespace, represents a column in a SQL result, including its name and data type."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer management."],["The `SqlResultColumn` class provides properties to access the column's `Name` and `Type`, where `Type` denotes the data type as reported by the Postgres driver."],["The documentation covers multiple versions of the `SqlResultColumn` class, with version 1.9.0 being the latest and version 1.0.0 being the oldest, indicating a range of available updates."]]],[]]