GoogleApi.Datastream.V1.Model.OracleColumn (google_api_datastream v0.2.0) View Source
Oracle Column.
Attributes
-
column(type:String.t, default:nil) - Column name. -
dataType(type:String.t, default:nil) - The Oracle data type. -
encoding(type:String.t, default:nil) - Column encoding. -
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Datastream.V1.Model.OracleColumn{
column: String.t() | nil,
dataType: String.t() | nil,
encoding: String.t() | nil,
length: integer() | nil,
nullable: boolean() | nil,
ordinalPosition: integer() | nil,
precision: integer() | nil,
primaryKey: boolean() | nil,
scale: integer() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.