C# Class SqliteRunIntervalType, chronojump

Inheritance: SqliteRunType
Afficher le fichier Open project: GNOME/chronojump Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
addRSA ( ) : void
createTable ( string tableName ) : void
initializeTable ( ) : void

Method Details

AddGraphLinksRunInterval() public static méthode

public static AddGraphLinksRunInterval ( ) : void
Résultat void

Delete() public static méthode

public static Delete ( string name ) : void
name string
Résultat void

Insert() public static méthode

public static Insert ( RunType, t, string tableName, bool dbconOpened ) : int
t RunType,
tableName string
dbconOpened bool
Résultat int

Insert() public static méthode

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

SelectAndReturnRunIntervalType() public static méthode

public static SelectAndReturnRunIntervalType ( string typeName, bool dbconOpened ) : RunType,
typeName string
dbconOpened bool
Résultat RunType,

SelectRunIntervalTypes() public static méthode

public static SelectRunIntervalTypes ( string allRunsName, bool onlyName ) : string[]
allRunsName string
onlyName bool
Résultat string[]

SelectRunIntervalTypesNew() public static méthode

public static SelectRunIntervalTypesNew ( string allRunsName, bool onlyName ) : List
allRunsName string
onlyName bool
Résultat List

SqliteRunIntervalType() public méthode

public SqliteRunIntervalType ( ) : System
Résultat System

addRSA() protected static méthode

protected static addRSA ( ) : void
Résultat void

createTable() protected méthode

protected createTable ( string tableName ) : void
tableName string
Résultat void

initializeTable() protected static méthode

protected static initializeTable ( ) : void
Résultat void