C# 클래스 Deveel.Data.Protocol.QueryResultColumn

파일 보기 프로젝트 열기: deveel/deveeldb 1 사용 예제들

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
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.

메소드 상세

Equals() 공개 메소드

public Equals ( Object ob ) : bool
ob Object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

SetKey() 공개 메소드

public SetKey ( ) : void
리턴 void

SetUnique() 공개 메소드

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