C# 클래스 Noear.Weed.DbContext

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

공개 메소드들

메소드 설명
DbContext ( String schemaName, string name ) : System
DbContext ( String schemaName, string connectionString, String fieldFormat, System.Data.Common.DbProviderFactory provider ) : System
DbContext ( String schemaName, string name, string fieldFormat ) : System
call ( String process ) : DbStoredProcedure
field ( String key ) : String
getConnection ( ) : DbConnection
getSchema ( ) : String
hasSchema ( ) : bool
sql ( SQLBuilder sqlBuilder ) : DbQuery
sql ( String code ) : DbQuery
table ( String table ) : DbTableQuery
tran ( ) : DbTran
tran ( Action handler ) : DbTran

보호된 메소드들

메소드 설명
doInit ( String schemaName, string connectionString, System.Data.Common.DbProviderFactory provider ) : void

비공개 메소드들

메소드 설명
provider ( string providerString ) : System.Data.Common.DbProviderFactory

메소드 상세

DbContext() 공개 메소드

public DbContext ( String schemaName, string name ) : System
schemaName String
name string
리턴 System

DbContext() 공개 메소드

public DbContext ( String schemaName, string connectionString, String fieldFormat, System.Data.Common.DbProviderFactory provider ) : System
schemaName String
connectionString string
fieldFormat String
provider System.Data.Common.DbProviderFactory
리턴 System

DbContext() 공개 메소드

public DbContext ( String schemaName, string name, string fieldFormat ) : System
schemaName String
name string
fieldFormat string
리턴 System

call() 공개 메소드

public call ( String process ) : DbStoredProcedure
process String
리턴 DbStoredProcedure

doInit() 보호된 메소드

protected doInit ( String schemaName, string connectionString, System.Data.Common.DbProviderFactory provider ) : void
schemaName String
connectionString string
provider System.Data.Common.DbProviderFactory
리턴 void

field() 공개 메소드

public field ( String key ) : String
key String
리턴 String

getConnection() 공개 메소드

public getConnection ( ) : DbConnection
리턴 System.Data.Common.DbConnection

getSchema() 공개 메소드

public getSchema ( ) : String
리턴 String

hasSchema() 공개 메소드

public hasSchema ( ) : bool
리턴 bool

sql() 공개 메소드

public sql ( SQLBuilder sqlBuilder ) : DbQuery
sqlBuilder SQLBuilder
리턴 DbQuery

sql() 공개 메소드

public sql ( String code ) : DbQuery
code String
리턴 DbQuery

table() 공개 메소드

public table ( String table ) : DbTableQuery
table String
리턴 DbTableQuery

tran() 공개 메소드

public tran ( ) : DbTran
리턴 DbTran

tran() 공개 메소드

public tran ( Action handler ) : DbTran
handler Action
리턴 DbTran