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-24 UTC."],[[["The `SqlResultColumn` class, part of the AlloyDB v1beta API, represents a column within a SQL result, containing both the column's name and datatype."],["This class inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`SqlResultColumn` offers two constructors: a default constructor and one that takes another `SqlResultColumn` instance as a parameter for copying."],["The class has two properties: `Name` which stores the column's name as a string, and `Type` which stores the column's datatype as reported by the postgres driver."]]],[]]