C# Class SemWeb.Stores.MySQLStore

Inheritance: SQLStore
Afficher le fichier Open project: JoshData/semweb-dotnet

Méthodes publiques

Méthode Description
Close ( ) : void
MySQLStore ( string connectionString, string table ) : ByteFX.Data.MySqlClient
ToString ( ) : string

Méthodes protégées

Méthode Description
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

Private Methods

Méthode Description
EscapedAppend ( StringBuilder b, string str, bool forLike ) : void
MySQLStore ( ) : ByteFX.Data.MySqlClient
Open ( ) : void

Method Details

BeginTransaction() protected méthode

protected BeginTransaction ( ) : void
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

CreateLikeTest() protected méthode

protected CreateLikeTest ( string column, string match, int method, System command ) : void
column string
match string
method int
command System
Résultat void

CreateNullTest() protected méthode

protected CreateNullTest ( string column, System command ) : void
column string
command System
Résultat void

EndTransaction() protected méthode

protected EndTransaction ( ) : void
Résultat void

EscapedAppend() protected méthode

protected EscapedAppend ( StringBuilder b, string str ) : void
b StringBuilder
str string
Résultat void

MySQLStore() public méthode

public MySQLStore ( string connectionString, string table ) : ByteFX.Data.MySqlClient
connectionString string
table string
Résultat ByteFX.Data.MySqlClient

RunCommand() protected méthode

protected RunCommand ( string sql ) : void
sql string
Résultat void

RunReader() protected méthode

protected RunReader ( string sql ) : IDataReader
sql string
Résultat IDataReader

RunScalar() protected méthode

protected RunScalar ( string sql ) : object
sql string
Résultat object

ToString() public méthode

public ToString ( ) : string
Résultat string