C# 클래스 dbfit.SqlServerEnvironment

Implementation of IDbEnvironment that works with SqlServer 2005 and newer versions
상속: AbstractDbEnvironment
파일 보기 프로젝트 열기: jediwhale/fitsharp 1 사용 예제들

공개 메소드들

메소드 설명
GetAllColumns ( String tableOrViewName ) : DbParameterAccessor>.Dictionary
GetAllProcedureParameters ( String procName ) : DbParameterAccessor>.Dictionary
GetExceptionCode ( Exception dbException ) : int
IdentitySelectStatement ( string tableName ) : String

보호된 메소드들

메소드 설명
BuildColumnName ( string sourceColumnName ) : string
GetConnectionString ( String dataSource, String username, String password ) : String
GetConnectionString ( String dataSource, String username, String password, String databaseName ) : String
GetDBType ( String dataType ) : SqlDbType
GetDotNetType ( String dataType ) : Type

비공개 메소드들

메소드 설명
GetDbName ( String objectName ) : string
GetParameterDirection ( int isOutput ) : ParameterDirection
NormaliseTypeName ( string dataType ) : string
ReadIntoParams ( String objname, String query ) : DbParameterAccessor>.Dictionary

메소드 상세

BuildColumnName() 보호된 메소드

protected BuildColumnName ( string sourceColumnName ) : string
sourceColumnName string
리턴 string

GetAllColumns() 공개 메소드

public GetAllColumns ( String tableOrViewName ) : DbParameterAccessor>.Dictionary
tableOrViewName String
리턴 DbParameterAccessor>.Dictionary

GetAllProcedureParameters() 공개 메소드

public GetAllProcedureParameters ( String procName ) : DbParameterAccessor>.Dictionary
procName String
리턴 DbParameterAccessor>.Dictionary

GetConnectionString() 보호된 메소드

protected GetConnectionString ( String dataSource, String username, String password ) : String
dataSource String
username String
password String
리턴 String

GetConnectionString() 보호된 메소드

protected GetConnectionString ( String dataSource, String username, String password, String databaseName ) : String
dataSource String
username String
password String
databaseName String
리턴 String

GetDBType() 보호된 정적인 메소드

protected static GetDBType ( String dataType ) : SqlDbType
dataType String
리턴 SqlDbType

GetDotNetType() 보호된 정적인 메소드

protected static GetDotNetType ( String dataType ) : Type
dataType String
리턴 System.Type

GetExceptionCode() 공개 메소드

public GetExceptionCode ( Exception dbException ) : int
dbException System.Exception
리턴 int

IdentitySelectStatement() 공개 메소드

public IdentitySelectStatement ( string tableName ) : String
tableName string
리턴 String