C# Class SqliteJumpType, chronojump

Inheritance: Sqlite
Datei anzeigen Open project: GNOME/chronojump Class Usage Examples

Public Methods

Method Description
AddGraphLinks ( ) : void
AddGraphLinksRj ( ) : void
Delete ( string tableName, string name, bool dbconOpened ) : void
HasFall ( string tableName, string typeName ) : bool
HasWeight ( string tableName, string typeName ) : bool
JumpRjTypeInsert ( string myJump, bool dbconOpened ) : void
JumpRjTypeInsert ( string myJump, bool dbconOpened, SqliteCommand mycmd ) : void
JumpTypeInsert ( string myJump, bool dbconOpened ) : void
JumpTypeInsert ( string myJump, bool dbconOpened, SqliteCommand mycmd ) : void
SelectAndReturnJumpRjType ( string typeName, bool dbconOpened ) : JumpType,
SelectAndReturnJumpType ( string typeName, bool dbconOpened ) : JumpType,
SelectJumpRjTypes ( string allJumpsName, bool onlyName ) : string[]
SelectJumpRjTypesNew ( string allJumpsName, bool onlyName ) : List
SelectJumpTypes ( bool dbconOpened, string allJumpsName, string filter, bool onlyName ) : string[]
SelectJumpTypesNew ( bool dbconOpened, string allJumpsName, string filter, bool onlyName ) : List
Update ( string nameOld, string nameNew ) : void
UpdateOther ( string column, string typeName, string newValue ) : void

Protected Methods

Method Description
createTableJumpRjType ( ) : void
createTableJumpType ( ) : void
initializeTableJumpRjType ( ) : void
initializeTableJumpType ( ) : void

Method Details

AddGraphLinks() public static method

public static AddGraphLinks ( ) : void
return void

AddGraphLinksRj() public static method

public static AddGraphLinksRj ( ) : void
return void

Delete() public static method

public static Delete ( string tableName, string name, bool dbconOpened ) : void
tableName string
name string
dbconOpened bool
return void

HasFall() public static method

public static HasFall ( string tableName, string typeName ) : bool
tableName string
typeName string
return bool

HasWeight() public static method

public static HasWeight ( string tableName, string typeName ) : bool
tableName string
typeName string
return bool

JumpRjTypeInsert() public static method

public static JumpRjTypeInsert ( string myJump, bool dbconOpened ) : void
myJump string
dbconOpened bool
return void

JumpRjTypeInsert() public static method

public static JumpRjTypeInsert ( string myJump, bool dbconOpened, SqliteCommand mycmd ) : void
myJump string
dbconOpened bool
mycmd Mono.Data.Sqlite.SqliteCommand
return void

JumpTypeInsert() public static method

public static JumpTypeInsert ( string myJump, bool dbconOpened ) : void
myJump string
dbconOpened bool
return void

JumpTypeInsert() public static method

public static JumpTypeInsert ( string myJump, bool dbconOpened, SqliteCommand mycmd ) : void
myJump string
dbconOpened bool
mycmd Mono.Data.Sqlite.SqliteCommand
return void

SelectAndReturnJumpRjType() public static method

public static SelectAndReturnJumpRjType ( string typeName, bool dbconOpened ) : JumpType,
typeName string
dbconOpened bool
return JumpType,

SelectAndReturnJumpType() public static method

public static SelectAndReturnJumpType ( string typeName, bool dbconOpened ) : JumpType,
typeName string
dbconOpened bool
return JumpType,

SelectJumpRjTypes() public static method

public static SelectJumpRjTypes ( string allJumpsName, bool onlyName ) : string[]
allJumpsName string
onlyName bool
return string[]

SelectJumpRjTypesNew() public static method

public static SelectJumpRjTypesNew ( string allJumpsName, bool onlyName ) : List
allJumpsName string
onlyName bool
return List

SelectJumpTypes() public static method

public static SelectJumpTypes ( bool dbconOpened, string allJumpsName, string filter, bool onlyName ) : string[]
dbconOpened bool
allJumpsName string
filter string
onlyName bool
return string[]

SelectJumpTypesNew() public static method

public static SelectJumpTypesNew ( bool dbconOpened, string allJumpsName, string filter, bool onlyName ) : List
dbconOpened bool
allJumpsName string
filter string
onlyName bool
return List

Update() public static method

public static Update ( string nameOld, string nameNew ) : void
nameOld string
nameNew string
return void

UpdateOther() public static method

public static UpdateOther ( string column, string typeName, string newValue ) : void
column string
typeName string
newValue string
return void

createTableJumpRjType() protected static method

protected static createTableJumpRjType ( ) : void
return void

createTableJumpType() protected static method

protected static createTableJumpType ( ) : void
return void

initializeTableJumpRjType() protected static method

protected static initializeTableJumpRjType ( ) : void
return void

initializeTableJumpType() protected static method

protected static initializeTableJumpType ( ) : void
return void