C# 클래스 SemWeb.Stores.SQLStore2.ConnectionManager

파일 보기 프로젝트 열기: JoshData/semweb-dotnet

공개 메소드들

메소드 설명
BeginTransaction ( ) : void
CloseConnection ( ) : void
CreateEntityPrefixTest ( string column, string prefix, String tableprefix, System command ) : bool
CreateIndexes ( String prefix ) : void
CreateNullTest ( string column, System command ) : void
CreatePrefixTest ( string column, string prefix, System command ) : void
CreateTables ( String prefix ) : void
EndTransaction ( ) : void
OpenConnection ( ) : void
RunCommand ( string sql ) : void
RunReader ( string sql ) : IDataReader
RunScalar ( string sql ) : object

비공개 메소드들

메소드 설명
TryRunCommand ( string sql ) : void

메소드 상세

BeginTransaction() 공개 메소드

public BeginTransaction ( ) : void
리턴 void

CloseConnection() 공개 메소드

public CloseConnection ( ) : void
리턴 void

CreateEntityPrefixTest() 공개 메소드

public CreateEntityPrefixTest ( string column, string prefix, String tableprefix, System command ) : bool
column string
prefix string
tableprefix String
command System
리턴 bool

CreateIndexes() 공개 메소드

public CreateIndexes ( String prefix ) : void
prefix String
리턴 void

CreateNullTest() 공개 추상적인 메소드

public abstract CreateNullTest ( string column, System command ) : void
column string
command System
리턴 void

CreatePrefixTest() 공개 추상적인 메소드

public abstract CreatePrefixTest ( string column, string prefix, System command ) : void
column string
prefix string
command System
리턴 void

CreateTables() 공개 메소드

public CreateTables ( String prefix ) : void
prefix String
리턴 void

EndTransaction() 공개 메소드

public EndTransaction ( ) : void
리턴 void

OpenConnection() 공개 메소드

public OpenConnection ( ) : void
리턴 void

RunCommand() 공개 추상적인 메소드

public abstract RunCommand ( string sql ) : void
sql string
리턴 void

RunReader() 공개 추상적인 메소드

public abstract RunReader ( string sql ) : IDataReader
sql string
리턴 IDataReader

RunScalar() 공개 추상적인 메소드

public abstract RunScalar ( string sql ) : object
sql string
리턴 object