public sealed class OracleColumn : IMessage<OracleColumn>, IEquatable<OracleColumn>, IDeepCloneable<OracleColumn>, IBufferMessage, IMessage
Oracle Column.
Implements
IMessage<OracleColumn>, IEquatable<OracleColumn>, IDeepCloneable<OracleColumn>, IBufferMessage, IMessageNamespace
Google.Cloud.Datastream.V1Assembly
Google.Cloud.Datastream.V1.dll
Constructors
OracleColumn()
public OracleColumn()
OracleColumn(OracleColumn)
public OracleColumn(OracleColumn other)
Parameter | |
---|---|
Name | Description |
other | OracleColumn |
Properties
Column
public string Column { get; set; }
Column name.
Property Value | |
---|---|
Type | Description |
String |
DataType
public string DataType { get; set; }
The Oracle data type.
Property Value | |
---|---|
Type | Description |
String |
Encoding
public string Encoding { get; set; }
Column encoding.
Property Value | |
---|---|
Type | Description |
String |
Length
public int Length { get; set; }
Column length.
Property Value | |
---|---|
Type | Description |
Int32 |
Nullable
public bool Nullable { get; set; }
Whether or not the column can accept a null value.
Property Value | |
---|---|
Type | Description |
Boolean |
OrdinalPosition
public int OrdinalPosition { get; set; }
The ordinal position of the column in the table.
Property Value | |
---|---|
Type | Description |
Int32 |
Precision
public int Precision { get; set; }
Column precision.
Property Value | |
---|---|
Type | Description |
Int32 |
PrimaryKey
public bool PrimaryKey { get; set; }
Whether or not the column represents a primary key.
Property Value | |
---|---|
Type | Description |
Boolean |
Scale
public int Scale { get; set; }
Column scale.
Property Value | |
---|---|
Type | Description |
Int32 |