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 AlloyDB v1alpha API, represents a column within a SQL result."],["This class provides information about a column's name and its datatype, which is as reported by the PostgreSQL driver."],["It inherits from the base `object` class and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `SqlResultColumn` class includes properties for `Name` and `Type`, both of which are strings representing the column's name and datatype, respectively."],["The latest version of this class is `1.0.0-alpha10`, while an earlier version, `1.0.0-alpha09`, is also documented."]]],[]]