C# 클래스 Nyan.Modules.Data.PgSql.PgSqlBundle

상속: Nyan.Core.Modules.Data.Connection.ConnectionBundlePrimitive
파일 보기 프로젝트 열기: bucknellu/Nyan

공개 메소드들

메소드 설명
PgSqlBundle ( ) : System.Collections.Generic
PgSqlBundle ( string dbName ) : System.Collections.Generic
ValidateDatabase ( ) : void

비공개 메소드들

메소드 설명
Initialize ( string dbName = "Nyan.PgSql.db" ) : void

메소드 상세

PgSqlBundle() 공개 메소드

public PgSqlBundle ( ) : System.Collections.Generic
리턴 System.Collections.Generic

PgSqlBundle() 공개 메소드

public PgSqlBundle ( string dbName ) : System.Collections.Generic
dbName string
리턴 System.Collections.Generic

ValidateDatabase() 공개 메소드

public ValidateDatabase ( ) : void
리턴 void