Class ColumnIdentifier
Inheritance
System.Object
ColumnIdentifier
Implements
Google.Protobuf.IBufferMessage
Assembly: MySql.Data.dll
Version: 9.2.0
Syntax
public sealed class ColumnIdentifier : Google.Protobuf.IMessage<ColumnIdentifier>
Constructors
ColumnIdentifier()
Declaration
public ColumnIdentifier()
ColumnIdentifier(ColumnIdentifier)
Declaration
public ColumnIdentifier(ColumnIdentifier other)
Parameters
Fields
DocumentPathFieldNumber
Field number for the "document_path" field.
Declaration
public const int DocumentPathFieldNumber = 1
Field Value
Type |
Description |
System.Int32 |
|
NameFieldNumber
Field number for the "name" field.
Declaration
public const int NameFieldNumber = 2
Field Value
Type |
Description |
System.Int32 |
|
SchemaNameFieldNumber
Field number for the "schema_name" field.
Declaration
public const int SchemaNameFieldNumber = 4
Field Value
Type |
Description |
System.Int32 |
|
TableNameFieldNumber
Field number for the "table_name" field.
Declaration
public const int TableNameFieldNumber = 3
Field Value
Type |
Description |
System.Int32 |
|
Properties
Descriptor
Declaration
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
DocumentPath
Declaration
public Google.Protobuf.Collections.RepeatedField<DocumentPathItem> DocumentPath { get; }
Property Value
HasName
Gets whether the "name" field is set
Declaration
public bool HasName { get; }
Property Value
Type |
Description |
System.Boolean |
|
HasSchemaName
Gets whether the "schema_name" field is set
Declaration
public bool HasSchemaName { get; }
Property Value
Type |
Description |
System.Boolean |
|
HasTableName
Gets whether the "table_name" field is set
Declaration
public bool HasTableName { get; }
Property Value
Type |
Description |
System.Boolean |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Parser
Declaration
public static Google.Protobuf.MessageParser<ColumnIdentifier> Parser { get; }
Property Value
SchemaName
Declaration
public string SchemaName { get; set; }
Property Value
Type |
Description |
System.String |
|
TableName
Declaration
public string TableName { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Type |
Description |
System.Int32 |
|
ClearName()
Clears the value of the "name" field
Declaration
ClearSchemaName()
Clears the value of the "schema_name" field
Declaration
public void ClearSchemaName()
ClearTableName()
Clears the value of the "table_name" field
Declaration
public void ClearTableName()
Clone()
Declaration
public ColumnIdentifier Clone()
Returns
Equals(ColumnIdentifier)
Declaration
public bool Equals(ColumnIdentifier other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
System.Object |
other |
|
Returns
Type |
Description |
System.Boolean |
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Declaration
public void MergeFrom(Google.Protobuf.CodedInputStream input)
Parameters
Type |
Name |
Description |
Google.Protobuf.CodedInputStream |
input |
|
MergeFrom(ColumnIdentifier)
Declaration
public void MergeFrom(ColumnIdentifier other)
Parameters
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
WriteTo(Google.Protobuf.CodedOutputStream)
Declaration
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
Type |
Name |
Description |
Google.Protobuf.CodedOutputStream |
output |
|
Implements
Google.Protobuf.IBufferMessage