Class OracleColumn (1.0.0-beta02)

public sealed class OracleColumn : IMessage<OracleColumn>, IEquatable<OracleColumn>, IDeepCloneable<OracleColumn>, IBufferMessage, IMessage

Oracle Column.

Inheritance

Object > OracleColumn

Namespace

Google.Cloud.Datastream.V1Alpha1

Assembly

Google.Cloud.Datastream.V1Alpha1.dll

Constructors

OracleColumn()

public OracleColumn()

OracleColumn(OracleColumn)

public OracleColumn(OracleColumn other)
Parameter
NameDescription
otherOracleColumn

Properties

ColumnName

public string ColumnName { get; set; }

Column name.

Property Value
TypeDescription
String

DataType

public string DataType { get; set; }

The Oracle data type.

Property Value
TypeDescription
String

Encoding

public string Encoding { get; set; }

Column encoding.

Property Value
TypeDescription
String

Length

public int Length { get; set; }

Column length.

Property Value
TypeDescription
Int32

Nullable

public bool Nullable { get; set; }

Whether or not the column can accept a null value.

Property Value
TypeDescription
Boolean

OrdinalPosition

public int OrdinalPosition { get; set; }

The ordinal position of the column in the table.

Property Value
TypeDescription
Int32

Precision

public int Precision { get; set; }

Column precision.

Property Value
TypeDescription
Int32

PrimaryKey

public bool PrimaryKey { get; set; }

Whether or not the column represents a primary key.

Property Value
TypeDescription
Boolean

Scale

public int Scale { get; set; }

Column scale.

Property Value
TypeDescription
Int32