GoogleApi.Datastream.V1.Model.MysqlColumn (google_api_datastream v0.2.0) View Source
MySQL Column.
Attributes
-
collation(type:String.t, default:nil) - Column collation. -
column(type:String.t, default:nil) - Column name. -
dataType(type:String.t, default:nil) - The MySQL data type. Full data types list can be found here: https://dev.mysql.com/doc/refman/8.0/en/data-types.html -
length(type:integer(), default:nil) - Column length. -
nullable(type:boolean(), default:nil) - Whether or not the column can accept a null value. -
ordinalPosition(type:integer(), default:nil) - The ordinal position of the column in the table. -
primaryKey(type:boolean(), default:nil) - Whether or not the column represents a primary key.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.