C# 클래스 Frapid.Mapper.Sql

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

공개 메소드들

메소드 설명
And ( string token ) : Sql
Append ( Sql sql ) : Sql
Append ( string token ) : Sql
AppendParameters ( List parameters ) : void
From ( ) : Sql
GetParameterValues ( ) : List
GetParameters ( ) : IEnumerable
GetQuery ( ) : string
GroupBy ( ) : Sql
In ( string token ) : Sql
Limit ( DatabaseType type, int limit, int offset, string orderBy ) : Sql
OrderBy ( ) : Sql
Select ( ) : Sql
Sql ( ) : System
Sql ( string token ) : System
Where ( string token ) : Sql

비공개 메소드들

메소드 설명
ProcessToken ( string token ) : string
ReplaceWord ( string token, string find, string replace ) : string

메소드 상세

And() 공개 메소드

public And ( string token ) : Sql
token string
리턴 Sql

Append() 공개 메소드

public Append ( Sql sql ) : Sql
sql Sql
리턴 Sql

Append() 공개 메소드

public Append ( string token ) : Sql
token string
리턴 Sql

AppendParameters() 공개 메소드

public AppendParameters ( List parameters ) : void
parameters List
리턴 void

From() 공개 메소드

public From ( ) : Sql
리턴 Sql

GetParameterValues() 공개 메소드

public GetParameterValues ( ) : List
리턴 List

GetParameters() 공개 메소드

public GetParameters ( ) : IEnumerable
리턴 IEnumerable

GetQuery() 공개 메소드

public GetQuery ( ) : string
리턴 string

GroupBy() 공개 메소드

public GroupBy ( ) : Sql
리턴 Sql

In() 공개 메소드

public In ( string token ) : Sql
token string
리턴 Sql

Limit() 공개 메소드

public Limit ( DatabaseType type, int limit, int offset, string orderBy ) : Sql
type DatabaseType
limit int
offset int
orderBy string
리턴 Sql

OrderBy() 공개 메소드

public OrderBy ( ) : Sql
리턴 Sql

Select() 공개 메소드

public Select ( ) : Sql
리턴 Sql

Sql() 공개 메소드

public Sql ( ) : System
리턴 System

Sql() 공개 메소드

public Sql ( string token ) : System
token string
리턴 System

Where() 공개 메소드

public Where ( string token ) : Sql
token string
리턴 Sql