C# 클래스 DroidExplorer.Data.DatabaseProvider

상속: SqlCeDataProvider
파일 보기 프로젝트 열기: camalot/droidexplorer

공개 메소드들

메소드 설명
CreateDatabase ( ) : bool
CreateTable ( TableBuilder builder ) : bool
DatabaseProvider ( ) : System
DropDatabase ( ) : bool
DropTable ( String table ) : bool
GetAllTables ( ) : IEnumerable
TableExists ( String name ) : bool

보호된 메소드들

메소드 설명
InitializeDatabase ( ) : void

메소드 상세

CreateDatabase() 공개 메소드

public CreateDatabase ( ) : bool
리턴 bool

CreateTable() 공개 메소드

public CreateTable ( TableBuilder builder ) : bool
builder TableBuilder
리턴 bool

DatabaseProvider() 공개 메소드

public DatabaseProvider ( ) : System
리턴 System

DropDatabase() 공개 메소드

public DropDatabase ( ) : bool
리턴 bool

DropTable() 공개 메소드

public DropTable ( String table ) : bool
table String
리턴 bool

GetAllTables() 공개 메소드

public GetAllTables ( ) : IEnumerable
리턴 IEnumerable

InitializeDatabase() 보호된 메소드

protected InitializeDatabase ( ) : void
리턴 void

TableExists() 공개 메소드

public TableExists ( String name ) : bool
name String
리턴 bool