C# 클래스 SqliteSport, chronojump

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

공개 메소드들

메소드 설명
Insert ( bool dbconOpened, SqliteCommand mycmd, string uniqueID, string name, bool userDefined, bool hasSpeciallities, string graphLink ) : int
Insert ( bool dbconOpened, string uniqueID, string name, bool userDefined, bool hasSpeciallities, string graphLink ) : int
Select ( bool dbconOpened, int uniqueID ) : Sport,
SelectAll ( ) : string[]
SelectID ( string name ) : int

보호된 메소드들

메소드 설명
createTable ( ) : void
initialize ( ) : void

메소드 상세

Insert() 공개 정적인 메소드

public static Insert ( bool dbconOpened, SqliteCommand mycmd, string uniqueID, string name, bool userDefined, bool hasSpeciallities, string graphLink ) : int
dbconOpened bool
mycmd Mono.Data.Sqlite.SqliteCommand
uniqueID string
name string
userDefined bool
hasSpeciallities bool
graphLink string
리턴 int

Insert() 공개 정적인 메소드

public static Insert ( bool dbconOpened, string uniqueID, string name, bool userDefined, bool hasSpeciallities, string graphLink ) : int
dbconOpened bool
uniqueID string
name string
userDefined bool
hasSpeciallities bool
graphLink string
리턴 int

Select() 공개 정적인 메소드

public static Select ( bool dbconOpened, int uniqueID ) : Sport,
dbconOpened bool
uniqueID int
리턴 Sport,

SelectAll() 공개 정적인 메소드

public static SelectAll ( ) : string[]
리턴 string[]

SelectID() 공개 정적인 메소드

public static SelectID ( string name ) : int
name string
리턴 int

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

protected static createTable ( ) : void
리턴 void

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

protected static initialize ( ) : void
리턴 void