C# Class DroidExplorer.Data.DatabaseProvider

Inheritance: SqlCeDataProvider
ファイルを表示 Open project: camalot/droidexplorer

Public Methods

Method Description
CreateDatabase ( ) : bool
CreateTable ( TableBuilder builder ) : bool
DatabaseProvider ( ) : System
DropDatabase ( ) : bool
DropTable ( String table ) : bool
GetAllTables ( ) : IEnumerable
TableExists ( String name ) : bool

Protected Methods

Method Description
InitializeDatabase ( ) : void

Method Details

CreateDatabase() public method

public CreateDatabase ( ) : bool
return bool

CreateTable() public method

public CreateTable ( TableBuilder builder ) : bool
builder TableBuilder
return bool

DatabaseProvider() public method

public DatabaseProvider ( ) : System
return System

DropDatabase() public method

public DropDatabase ( ) : bool
return bool

DropTable() public method

public DropTable ( String table ) : bool
table String
return bool

GetAllTables() public method

public GetAllTables ( ) : IEnumerable
return IEnumerable

InitializeDatabase() protected method

protected InitializeDatabase ( ) : void
return void

TableExists() public method

public TableExists ( String name ) : bool
name String
return bool