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

Inheritance: Nyan.Core.Modules.Data.Connection.ConnectionBundlePrimitive
Mostrar archivo Open project: bucknellu/Nyan

Public Methods

Method Description
PgSqlBundle ( ) : System.Collections.Generic
PgSqlBundle ( string dbName ) : System.Collections.Generic
ValidateDatabase ( ) : void

Private Methods

Method Description
Initialize ( string dbName = "Nyan.PgSql.db" ) : void

Method Details

PgSqlBundle() public method

public PgSqlBundle ( ) : System.Collections.Generic
return System.Collections.Generic

PgSqlBundle() public method

public PgSqlBundle ( string dbName ) : System.Collections.Generic
dbName string
return System.Collections.Generic

ValidateDatabase() public method

public ValidateDatabase ( ) : void
return void