C# 클래스 SqlitePulse, chronojump

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

공개 메소드들

메소드 설명
Insert ( bool dbconOpened, string tableName, string uniqueID, int personID, int sessionID, string type, double fixedPulse, int totalPulsesNum, string timeString, string description, int simulated ) : int
SelectPulseData ( int uniqueID, bool dbconOpened ) : Pulse,
SelectPulses ( bool dbconOpened, int sessionID, int personID ) : string[]
SqlitePulse ( ) : System
Update ( int pulseID, int personID, string description ) : void

보호된 메소드들

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

메소드 상세

Insert() 공개 정적인 메소드

public static Insert ( bool dbconOpened, string tableName, string uniqueID, int personID, int sessionID, string type, double fixedPulse, int totalPulsesNum, string timeString, string description, int simulated ) : int
dbconOpened bool
tableName string
uniqueID string
personID int
sessionID int
type string
fixedPulse double
totalPulsesNum int
timeString string
description string
simulated int
리턴 int

SelectPulseData() 공개 정적인 메소드

public static SelectPulseData ( int uniqueID, bool dbconOpened ) : Pulse,
uniqueID int
dbconOpened bool
리턴 Pulse,

SelectPulses() 공개 정적인 메소드

public static SelectPulses ( bool dbconOpened, int sessionID, int personID ) : string[]
dbconOpened bool
sessionID int
personID int
리턴 string[]

SqlitePulse() 공개 메소드

public SqlitePulse ( ) : System
리턴 System

Update() 공개 정적인 메소드

public static Update ( int pulseID, int personID, string description ) : void
pulseID int
personID int
description string
리턴 void

createTable() 보호된 메소드

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