C# Class Deveel.Data.Protocol.QueryResultColumn

Afficher le fichier Open project: deveel/deveeldb Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

public Equals ( Object ob ) : bool
ob Object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

SetKey() public méthode

public SetKey ( ) : void
Résultat void

SetUnique() public méthode

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