C# Class SemWeb.Stores.PostgreSQLStore

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

Méthodes publiques

Méthode Description
Close ( ) : void
PostgreSQLStore ( string connectionString, string table ) : System

Méthodes protégées

Méthode Description
BeginTransaction ( ) : void
CreateIndexes ( ) : void
CreateLikeTest ( string column, string match, int method, System command ) : void
CreateNullTest ( string column, System command ) : void
CreateTable ( ) : 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
RefreshConnection ( ) : void

Method Details

BeginTransaction() protected méthode

protected BeginTransaction ( ) : void
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

CreateIndexes() protected méthode

protected CreateIndexes ( ) : 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

CreateTable() protected méthode

protected CreateTable ( ) : void
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

PostgreSQLStore() public méthode

public PostgreSQLStore ( string connectionString, string table ) : System
connectionString string
table string
Résultat System

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