C# 클래스 SqlitePulseType, chronojump

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

공개 메소드들

메소드 설명
Insert ( string myPulse, bool dbconOpened ) : void
SelectAndReturnPulseType ( string typeName ) : PulseType,
SelectPulseTypes ( string allPulsesName, bool onlyName ) : string[]

보호된 메소드들

메소드 설명
createTablePulseType ( ) : void
initializeTablePulseType ( ) : void

메소드 상세

Insert() 공개 정적인 메소드

public static Insert ( string myPulse, bool dbconOpened ) : void
myPulse string
dbconOpened bool
리턴 void

SelectAndReturnPulseType() 공개 정적인 메소드

public static SelectAndReturnPulseType ( string typeName ) : PulseType,
typeName string
리턴 PulseType,

SelectPulseTypes() 공개 정적인 메소드

public static SelectPulseTypes ( string allPulsesName, bool onlyName ) : string[]
allPulsesName string
onlyName bool
리턴 string[]

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

protected static createTablePulseType ( ) : void
리턴 void

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

protected static initializeTablePulseType ( ) : void
리턴 void