C# Class SemWeb.Stores.SQLStore2.ConnectionManager

Afficher le fichier Open project: JoshData/semweb-dotnet

Méthodes publiques

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

Private Methods

Méthode Description
TryRunCommand ( string sql ) : void

Method Details

BeginTransaction() public méthode

public BeginTransaction ( ) : void
Résultat void

CloseConnection() public méthode

public CloseConnection ( ) : void
Résultat void

CreateEntityPrefixTest() public méthode

public CreateEntityPrefixTest ( string column, string prefix, String tableprefix, System command ) : bool
column string
prefix string
tableprefix String
command System
Résultat bool

CreateIndexes() public méthode

public CreateIndexes ( String prefix ) : void
prefix String
Résultat void

CreateNullTest() public abstract méthode

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

CreatePrefixTest() public abstract méthode

public abstract CreatePrefixTest ( string column, string prefix, System command ) : void
column string
prefix string
command System
Résultat void

CreateTables() public méthode

public CreateTables ( String prefix ) : void
prefix String
Résultat void

EndTransaction() public méthode

public EndTransaction ( ) : void
Résultat void

OpenConnection() public méthode

public OpenConnection ( ) : void
Résultat void

RunCommand() public abstract méthode

public abstract RunCommand ( string sql ) : void
sql string
Résultat void

RunReader() public abstract méthode

public abstract RunReader ( string sql ) : IDataReader
sql string
Résultat IDataReader

RunScalar() public abstract méthode

public abstract RunScalar ( string sql ) : object
sql string
Résultat object