C# Class Qupid.AST.QupidQuery

Inheritance: ICompiledQuery
显示文件 Open project: hudl/qupid Class Usage Examples

Public Methods

Method Description
GetErrors ( ) : IEnumerable
GetMongoQuery ( ) : string
HasErrors ( ) : bool
HasWarnings ( ) : bool
QupidQuery ( PropertyList pl, string collection, List where, UnwindClause unwind, GroupByClause groupBy, HavingClause have, WithClause with ) : System
ToString ( ) : string

Method Details

GetErrors() public method

public GetErrors ( ) : IEnumerable
return IEnumerable

GetMongoQuery() public method

public GetMongoQuery ( ) : string
return string

HasErrors() public method

public HasErrors ( ) : bool
return bool

HasWarnings() public method

public HasWarnings ( ) : bool
return bool

QupidQuery() public method

public QupidQuery ( PropertyList pl, string collection, List where, UnwindClause unwind, GroupByClause groupBy, HavingClause have, WithClause with ) : System
pl PropertyList
collection string
where List
unwind UnwindClause
groupBy GroupByClause
have HavingClause
with WithClause
return System

ToString() public method

public ToString ( ) : string
return string