C# 클래스 SqliteChronopicRegister, chronojump

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

공개 메소드들

메소드 설명
Delete ( bool dbconOpened, ChronopicRegisterPort, crp ) : void
Insert ( bool dbconOpened, ChronopicRegisterPort, crp ) : void
SelectAll ( bool dbconOpened ) : List
SqliteChronopicRegister ( ) : System
Update ( bool dbconOpened, ChronopicRegisterPort, crp, ChronopicRegisterPort, newType ) : void

보호된 메소드들

메소드 설명
createTableChronopicRegister ( ) : void

메소드 상세

Delete() 공개 정적인 메소드

public static Delete ( bool dbconOpened, ChronopicRegisterPort, crp ) : void
dbconOpened bool
crp ChronopicRegisterPort,
리턴 void

Insert() 공개 정적인 메소드

public static Insert ( bool dbconOpened, ChronopicRegisterPort, crp ) : void
dbconOpened bool
crp ChronopicRegisterPort,
리턴 void

SelectAll() 공개 정적인 메소드

public static SelectAll ( bool dbconOpened ) : List
dbconOpened bool
리턴 List

SqliteChronopicRegister() 공개 메소드

public SqliteChronopicRegister ( ) : System
리턴 System

Update() 공개 정적인 메소드

public static Update ( bool dbconOpened, ChronopicRegisterPort, crp, ChronopicRegisterPort, newType ) : void
dbconOpened bool
crp ChronopicRegisterPort,
newType ChronopicRegisterPort,
리턴 void

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

protected static createTableChronopicRegister ( ) : void
리턴 void