C# 클래스 SqliteRunType, chronojump

상속: Sqlite
파일 보기 프로젝트 열기: GNOME/chronojump 1 사용 예제들

공개 메소드들

메소드 설명
AddGraphLinksRunSimple ( ) : void
AddGraphLinksRunSimpleAgility ( ) : void
Delete ( string name ) : void
Distance ( string typeName ) : double
Insert ( RunType, t, string tableName, bool dbconOpened ) : int
Insert ( RunType, t, string tableName, bool dbconOpened, SqliteCommand mycmd ) : int
SelectAndReturnRunType ( string typeName, bool dbconOpened ) : RunType,
SelectRunTypes ( string allRunsName, bool onlyName ) : string[]
SelectRunTypesNew ( string allRunsName, bool onlyName ) : List
SqliteRunType ( ) : System

보호된 메소드들

메소드 설명
createTable ( string tableName ) : void
initializeTable ( ) : void

메소드 상세

AddGraphLinksRunSimple() 공개 정적인 메소드

public static AddGraphLinksRunSimple ( ) : void
리턴 void

AddGraphLinksRunSimpleAgility() 공개 정적인 메소드

public static AddGraphLinksRunSimpleAgility ( ) : void
리턴 void

Delete() 공개 정적인 메소드

public static Delete ( string name ) : void
name string
리턴 void

Distance() 공개 정적인 메소드

public static Distance ( string typeName ) : double
typeName string
리턴 double

Insert() 공개 정적인 메소드

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

Insert() 공개 정적인 메소드

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

SelectAndReturnRunType() 공개 정적인 메소드

public static SelectAndReturnRunType ( string typeName, bool dbconOpened ) : RunType,
typeName string
dbconOpened bool
리턴 RunType,

SelectRunTypes() 공개 정적인 메소드

public static SelectRunTypes ( string allRunsName, bool onlyName ) : string[]
allRunsName string
onlyName bool
리턴 string[]

SelectRunTypesNew() 공개 정적인 메소드

public static SelectRunTypesNew ( string allRunsName, bool onlyName ) : List
allRunsName string
onlyName bool
리턴 List

SqliteRunType() 공개 메소드

public SqliteRunType ( ) : System
리턴 System

createTable() 보호된 메소드

protected createTable ( string tableName ) : void
tableName string
리턴 void

initializeTable() 보호된 정적인 메소드

protected static initializeTable ( ) : void
리턴 void