C# Class Nyan.Modules.Data.PgSql.PgSqlBundle

Inheritance: Nyan.Core.Modules.Data.Connection.ConnectionBundlePrimitive
Afficher le fichier Open project: bucknellu/Nyan

Méthodes publiques

Méthode Description
PgSqlBundle ( ) : System.Collections.Generic
PgSqlBundle ( string dbName ) : System.Collections.Generic
ValidateDatabase ( ) : void

Private Methods

Méthode Description
Initialize ( string dbName = "Nyan.PgSql.db" ) : void

Method Details

PgSqlBundle() public méthode

public PgSqlBundle ( ) : System.Collections.Generic
Résultat System.Collections.Generic

PgSqlBundle() public méthode

public PgSqlBundle ( string dbName ) : System.Collections.Generic
dbName string
Résultat System.Collections.Generic

ValidateDatabase() public méthode

public ValidateDatabase ( ) : void
Résultat void