C# Class SqliteRunIntervalType, chronojump

Inheritance: SqliteRunType
Show file Open project: GNOME/chronojump Class Usage Examples

Public Methods

Method Description
AddGraphLinksRunInterval ( ) : void
Delete ( string name ) : void
Insert ( RunType, t, string tableName, bool dbconOpened ) : int
Insert ( RunType, t, string tableName, bool dbconOpened, SqliteCommand mycmd ) : int
SelectAndReturnRunIntervalType ( string typeName, bool dbconOpened ) : RunType,
SelectRunIntervalTypes ( string allRunsName, bool onlyName ) : string[]
SelectRunIntervalTypesNew ( string allRunsName, bool onlyName ) : List
SqliteRunIntervalType ( ) : System

Protected Methods

Method Description
addRSA ( ) : void
createTable ( string tableName ) : void
initializeTable ( ) : void

Method Details

AddGraphLinksRunInterval() public static method

public static AddGraphLinksRunInterval ( ) : void
return void

Delete() public static method

public static Delete ( string name ) : void
name string
return void

Insert() public static method

public static Insert ( RunType, t, string tableName, bool dbconOpened ) : int
t RunType,
tableName string
dbconOpened bool
return int

Insert() public static method

public static Insert ( RunType, t, string tableName, bool dbconOpened, SqliteCommand mycmd ) : int
t RunType,
tableName string
dbconOpened bool
mycmd Mono.Data.Sqlite.SqliteCommand
return int

SelectAndReturnRunIntervalType() public static method

public static SelectAndReturnRunIntervalType ( string typeName, bool dbconOpened ) : RunType,
typeName string
dbconOpened bool
return RunType,

SelectRunIntervalTypes() public static method

public static SelectRunIntervalTypes ( string allRunsName, bool onlyName ) : string[]
allRunsName string
onlyName bool
return string[]

SelectRunIntervalTypesNew() public static method

public static SelectRunIntervalTypesNew ( string allRunsName, bool onlyName ) : List
allRunsName string
onlyName bool
return List

SqliteRunIntervalType() public method

public SqliteRunIntervalType ( ) : System
return System

addRSA() protected static method

protected static addRSA ( ) : void
return void

createTable() protected method

protected createTable ( string tableName ) : void
tableName string
return void

initializeTable() protected static method

protected static initializeTable ( ) : void
return void