C# 클래스 SqliteRunIntervalType, chronojump

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

공개 메소드들

메소드 설명
AddGraphLinksRunInterval ( ) : void
Delete ( string name ) : void
Insert ( RunType, t, string tableName, bool dbconOpened ) : int
Insert ( RunType, t, string tableName, bool dbconOpened, SqliteCommand mycmd ) : int
SelectAndReturnRunIntervalType ( string typeName, bool dbconOpened ) : RunType,
SelectRunIntervalTypes ( string allRunsName, bool onlyName ) : string[]
SelectRunIntervalTypesNew ( string allRunsName, bool onlyName ) : List
SqliteRunIntervalType ( ) : System

보호된 메소드들

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

메소드 상세

AddGraphLinksRunInterval() 공개 정적인 메소드

public static AddGraphLinksRunInterval ( ) : void
리턴 void

Delete() 공개 정적인 메소드

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

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

SelectAndReturnRunIntervalType() 공개 정적인 메소드

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

SelectRunIntervalTypes() 공개 정적인 메소드

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

SelectRunIntervalTypesNew() 공개 정적인 메소드

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

SqliteRunIntervalType() 공개 메소드

public SqliteRunIntervalType ( ) : System
리턴 System

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

protected static addRSA ( ) : void
리턴 void

createTable() 보호된 메소드

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

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

protected static initializeTable ( ) : void
리턴 void