C# Class Deveel.Data.Protocol.QueryResultColumn

Datei anzeigen Open project: deveel/deveeldb Class Usage Examples

Public Methods

Method Description
Equals ( Object ob ) : bool
GetHashCode ( ) : int
SetKey ( ) : void
SetUnique ( ) : void

Sets this column to unique.

Note: This can only happen during the setup of the object. Unpredictable results will occur otherwise.

Private Methods

Method Description
QueryResultColumn ( string name, ColumnInfo columnInfo ) : System
QueryResultColumn ( string name, SqlType type, int offset, bool notNull ) : System

The Constructors if the type does require a size.

Method Details

Equals() public method

public Equals ( Object ob ) : bool
ob Object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

SetKey() public method

public SetKey ( ) : void
return void

SetUnique() public method

Sets this column to unique.
Note: This can only happen during the setup of the object. Unpredictable results will occur otherwise.
public SetUnique ( ) : void
return void