Reference documentation and code samples for the AlloyDB V1 API class Google::Cloud::AlloyDB::V1::SqlResultColumn.
Contains the name and datatype of a column in a SQL Result.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#name
def name() -> ::String Returns 
 - (::String) — Name of the column.
 
#name=
def name=(value) -> ::String Parameter 
 - value (::String) — Name of the column.
 
 Returns 
 - (::String) — Name of the column.
 
#type
def type() -> ::String Returns 
 - (::String) — Datatype of the column as reported by the postgres driver. Common type names are "VARCHAR", "TEXT", "NVARCHAR", "DECIMAL", "BOOL", "INT", and "BIGINT".
 
#type=
def type=(value) -> ::String Parameter 
 - value (::String) — Datatype of the column as reported by the postgres driver. Common type names are "VARCHAR", "TEXT", "NVARCHAR", "DECIMAL", "BOOL", "INT", and "BIGINT".
 
 Returns 
 - (::String) — Datatype of the column as reported by the postgres driver. Common type names are "VARCHAR", "TEXT", "NVARCHAR", "DECIMAL", "BOOL", "INT", and "BIGINT".