C# 클래스 Habanero.Base.SourceDB

Represents a database source from which data is retrieved
상속: Source
파일 보기 프로젝트 열기: Chillisoft/habanero 1 사용 예제들

공개 메소드들

메소드 설명
CreateSQL ( ) : string

Creates the SQL that corresponds to this join

CreateSQL ( ISqlFormatter sqlFormatter ) : string

Creates the Sql that corresponds to this join

CreateSQL ( ISqlFormatter sqlFormatter, string>.IDictionary aliases ) : string

Creates the Sql that corresponds to this join

SourceDB ( Source source ) : System

Constructor for SourceDB

비공개 메소드들

메소드 설명
GetInheritanceJoinString ( ISqlFormatter sqlFormatter, Source source, string joinString, string>.IDictionary aliases ) : string
GetJoinString ( ISqlFormatter sqlFormatter, Join join, string>.IDictionary aliases ) : string
GetJoinString ( ISqlFormatter sqlFormatter, Source source, string joinString, string>.IDictionary aliases ) : string
GetTableJoinString ( Source source, ISqlFormatter sqlFormatter, string>.IDictionary aliases ) : string

메소드 상세

CreateSQL() 공개 메소드

Creates the SQL that corresponds to this join
public CreateSQL ( ) : string
리턴 string

CreateSQL() 공개 메소드

Creates the Sql that corresponds to this join
public CreateSQL ( ISqlFormatter sqlFormatter ) : string
sqlFormatter ISqlFormatter The formatter used to construct the appropriate Sql
리턴 string

CreateSQL() 공개 메소드

Creates the Sql that corresponds to this join
public CreateSQL ( ISqlFormatter sqlFormatter, string>.IDictionary aliases ) : string
sqlFormatter ISqlFormatter The formatter used to construct the appropriate Sql
aliases string>.IDictionary The aliases to use for table names
리턴 string

SourceDB() 공개 메소드

Constructor for SourceDB
public SourceDB ( Source source ) : System
source Source
리턴 System