C# 클래스 Xapian.Query

상속: IDisposable
파일 보기 프로젝트 열기: kyeh/dormhost 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
swigCMemOwn bool

공개 메소드들

메소드 설명
Dispose ( ) : void
Empty ( ) : bool
GetDescription ( ) : string
GetLength ( ) : uint
GetTermsBegin ( ) : TermIterator
GetTermsEnd ( ) : TermIterator
Query ( ) : System
Query ( Query copyme ) : System
Query ( Query op_, Query q ) : System
Query ( Query op_, Query left, Query right ) : System
Query ( Query op_, Query q, double parameter ) : System
Query ( Query op, SWIGTYPE_p_std__vectorTXapian__Query_t subqs ) : System
Query ( Query op, SWIGTYPE_p_std__vectorTXapian__Query_t subqs, uint param ) : System
Query ( Query op, SWIGTYPE_p_std__vectorTstd__string_t subqs ) : System
Query ( Query op, SWIGTYPE_p_std__vectorTstd__string_t subqs, uint param ) : System
Query ( Query op_, string left, string right ) : System
Query ( Query op_, uint valno, string value ) : System
Query ( Query op_, uint valno, string begin, string end ) : System
Query ( string tname ) : System
Query ( string tname, uint wqf ) : System
Query ( string tname, uint wqf, uint term_pos ) : System

비공개 메소드들

메소드 설명
Query ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( Query obj ) : HandleRef

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Empty() 공개 메소드

public Empty ( ) : bool
리턴 bool

GetDescription() 공개 메소드

public GetDescription ( ) : string
리턴 string

GetLength() 공개 메소드

public GetLength ( ) : uint
리턴 uint

GetTermsBegin() 공개 메소드

public GetTermsBegin ( ) : TermIterator
리턴 TermIterator

GetTermsEnd() 공개 메소드

public GetTermsEnd ( ) : TermIterator
리턴 TermIterator

Query() 공개 메소드

public Query ( ) : System
리턴 System

Query() 공개 메소드

public Query ( Query copyme ) : System
copyme Query
리턴 System

Query() 공개 메소드

public Query ( Query op_, Query q ) : System
op_ Query
q Query
리턴 System

Query() 공개 메소드

public Query ( Query op_, Query left, Query right ) : System
op_ Query
left Query
right Query
리턴 System

Query() 공개 메소드

public Query ( Query op_, Query q, double parameter ) : System
op_ Query
q Query
parameter double
리턴 System

Query() 공개 메소드

public Query ( Query op, SWIGTYPE_p_std__vectorTXapian__Query_t subqs ) : System
op Query
subqs SWIGTYPE_p_std__vectorTXapian__Query_t
리턴 System

Query() 공개 메소드

public Query ( Query op, SWIGTYPE_p_std__vectorTXapian__Query_t subqs, uint param ) : System
op Query
subqs SWIGTYPE_p_std__vectorTXapian__Query_t
param uint
리턴 System

Query() 공개 메소드

public Query ( Query op, SWIGTYPE_p_std__vectorTstd__string_t subqs ) : System
op Query
subqs SWIGTYPE_p_std__vectorTstd__string_t
리턴 System

Query() 공개 메소드

public Query ( Query op, SWIGTYPE_p_std__vectorTstd__string_t subqs, uint param ) : System
op Query
subqs SWIGTYPE_p_std__vectorTstd__string_t
param uint
리턴 System

Query() 공개 메소드

public Query ( Query op_, string left, string right ) : System
op_ Query
left string
right string
리턴 System

Query() 공개 메소드

public Query ( Query op_, uint valno, string value ) : System
op_ Query
valno uint
value string
리턴 System

Query() 공개 메소드

public Query ( Query op_, uint valno, string begin, string end ) : System
op_ Query
valno uint
begin string
end string
리턴 System

Query() 공개 메소드

public Query ( string tname ) : System
tname string
리턴 System

Query() 공개 메소드

public Query ( string tname, uint wqf ) : System
tname string
wqf uint
리턴 System

Query() 공개 메소드

public Query ( string tname, uint wqf, uint term_pos ) : System
tname string
wqf uint
term_pos uint
리턴 System

프로퍼티 상세

swigCMemOwn 보호되어 있는 프로퍼티

protected bool swigCMemOwn
리턴 bool