View Source GoogleApi.Datastream.V1.Model.SqlServerColumn (google_api_datastream v0.7.1)
SQLServer Column.
Attributes
-
column(type:String.t, default:nil) - Column name. -
dataType(type:String.t, default:nil) - The SQLServer data type. -
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. -
precision(type:integer(), default:nil) - Column precision. -
primaryKey(type:boolean(), default:nil) - Whether or not the column represents a primary key. -
scale(type:integer(), default:nil) - Column scale.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
Functions
Unwrap a decoded JSON object into its complex fields.