C# Class SqliteChronopicRegister, chronojump

Inheritance: Sqlite
Mostrar archivo Open project: GNOME/chronojump Class Usage Examples

Public Methods

Method Description
Delete ( bool dbconOpened, ChronopicRegisterPort, crp ) : void
Insert ( bool dbconOpened, ChronopicRegisterPort, crp ) : void
SelectAll ( bool dbconOpened ) : List
SqliteChronopicRegister ( ) : System
Update ( bool dbconOpened, ChronopicRegisterPort, crp, ChronopicRegisterPort, newType ) : void

Protected Methods

Method Description
createTableChronopicRegister ( ) : void

Method Details

Delete() public static method

public static Delete ( bool dbconOpened, ChronopicRegisterPort, crp ) : void
dbconOpened bool
crp ChronopicRegisterPort,
return void

Insert() public static method

public static Insert ( bool dbconOpened, ChronopicRegisterPort, crp ) : void
dbconOpened bool
crp ChronopicRegisterPort,
return void

SelectAll() public static method

public static SelectAll ( bool dbconOpened ) : List
dbconOpened bool
return List

SqliteChronopicRegister() public method

public SqliteChronopicRegister ( ) : System
return System

Update() public static method

public static Update ( bool dbconOpened, ChronopicRegisterPort, crp, ChronopicRegisterPort, newType ) : void
dbconOpened bool
crp ChronopicRegisterPort,
newType ChronopicRegisterPort,
return void

createTableChronopicRegister() protected static method

protected static createTableChronopicRegister ( ) : void
return void