C# 클래스 SemWeb.Stores.MySQLStore

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

공개 메소드들

메소드 설명
Close ( ) : void
MySQLStore ( string connectionString, string table ) : ByteFX.Data.MySqlClient
ToString ( ) : string

보호된 메소드들

메소드 설명
BeginTransaction ( ) : void
CreateLikeTest ( string column, string match, int method, System command ) : void
CreateNullTest ( string column, System command ) : void
EndTransaction ( ) : void
EscapedAppend ( StringBuilder b, string str ) : void
RunCommand ( string sql ) : void
RunReader ( string sql ) : IDataReader
RunScalar ( string sql ) : object

비공개 메소드들

메소드 설명
EscapedAppend ( StringBuilder b, string str, bool forLike ) : void
MySQLStore ( ) : ByteFX.Data.MySqlClient
Open ( ) : void

메소드 상세

BeginTransaction() 보호된 메소드

protected BeginTransaction ( ) : void
리턴 void

Close() 공개 메소드

public Close ( ) : void
리턴 void

CreateLikeTest() 보호된 메소드

protected CreateLikeTest ( string column, string match, int method, System command ) : void
column string
match string
method int
command System
리턴 void

CreateNullTest() 보호된 메소드

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

EndTransaction() 보호된 메소드

protected EndTransaction ( ) : void
리턴 void

EscapedAppend() 보호된 메소드

protected EscapedAppend ( StringBuilder b, string str ) : void
b StringBuilder
str string
리턴 void

MySQLStore() 공개 메소드

public MySQLStore ( string connectionString, string table ) : ByteFX.Data.MySqlClient
connectionString string
table string
리턴 ByteFX.Data.MySqlClient

RunCommand() 보호된 메소드

protected RunCommand ( string sql ) : void
sql string
리턴 void

RunReader() 보호된 메소드

protected RunReader ( string sql ) : IDataReader
sql string
리턴 IDataReader

RunScalar() 보호된 메소드

protected RunScalar ( string sql ) : object
sql string
리턴 object

ToString() 공개 메소드

public ToString ( ) : string
리턴 string