C# 클래스 SqliteJumpType, chronojump

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

공개 메소드들

메소드 설명
AddGraphLinks ( ) : void
AddGraphLinksRj ( ) : void
Delete ( string tableName, string name, bool dbconOpened ) : void
HasFall ( string tableName, string typeName ) : bool
HasWeight ( string tableName, string typeName ) : bool
JumpRjTypeInsert ( string myJump, bool dbconOpened ) : void
JumpRjTypeInsert ( string myJump, bool dbconOpened, SqliteCommand mycmd ) : void
JumpTypeInsert ( string myJump, bool dbconOpened ) : void
JumpTypeInsert ( string myJump, bool dbconOpened, SqliteCommand mycmd ) : void
SelectAndReturnJumpRjType ( string typeName, bool dbconOpened ) : JumpType,
SelectAndReturnJumpType ( string typeName, bool dbconOpened ) : JumpType,
SelectJumpRjTypes ( string allJumpsName, bool onlyName ) : string[]
SelectJumpRjTypesNew ( string allJumpsName, bool onlyName ) : List
SelectJumpTypes ( bool dbconOpened, string allJumpsName, string filter, bool onlyName ) : string[]
SelectJumpTypesNew ( bool dbconOpened, string allJumpsName, string filter, bool onlyName ) : List
Update ( string nameOld, string nameNew ) : void
UpdateOther ( string column, string typeName, string newValue ) : void

보호된 메소드들

메소드 설명
createTableJumpRjType ( ) : void
createTableJumpType ( ) : void
initializeTableJumpRjType ( ) : void
initializeTableJumpType ( ) : void

메소드 상세

AddGraphLinks() 공개 정적인 메소드

public static AddGraphLinks ( ) : void
리턴 void

AddGraphLinksRj() 공개 정적인 메소드

public static AddGraphLinksRj ( ) : void
리턴 void

Delete() 공개 정적인 메소드

public static Delete ( string tableName, string name, bool dbconOpened ) : void
tableName string
name string
dbconOpened bool
리턴 void

HasFall() 공개 정적인 메소드

public static HasFall ( string tableName, string typeName ) : bool
tableName string
typeName string
리턴 bool

HasWeight() 공개 정적인 메소드

public static HasWeight ( string tableName, string typeName ) : bool
tableName string
typeName string
리턴 bool

JumpRjTypeInsert() 공개 정적인 메소드

public static JumpRjTypeInsert ( string myJump, bool dbconOpened ) : void
myJump string
dbconOpened bool
리턴 void

JumpRjTypeInsert() 공개 정적인 메소드

public static JumpRjTypeInsert ( string myJump, bool dbconOpened, SqliteCommand mycmd ) : void
myJump string
dbconOpened bool
mycmd Mono.Data.Sqlite.SqliteCommand
리턴 void

JumpTypeInsert() 공개 정적인 메소드

public static JumpTypeInsert ( string myJump, bool dbconOpened ) : void
myJump string
dbconOpened bool
리턴 void

JumpTypeInsert() 공개 정적인 메소드

public static JumpTypeInsert ( string myJump, bool dbconOpened, SqliteCommand mycmd ) : void
myJump string
dbconOpened bool
mycmd Mono.Data.Sqlite.SqliteCommand
리턴 void

SelectAndReturnJumpRjType() 공개 정적인 메소드

public static SelectAndReturnJumpRjType ( string typeName, bool dbconOpened ) : JumpType,
typeName string
dbconOpened bool
리턴 JumpType,

SelectAndReturnJumpType() 공개 정적인 메소드

public static SelectAndReturnJumpType ( string typeName, bool dbconOpened ) : JumpType,
typeName string
dbconOpened bool
리턴 JumpType,

SelectJumpRjTypes() 공개 정적인 메소드

public static SelectJumpRjTypes ( string allJumpsName, bool onlyName ) : string[]
allJumpsName string
onlyName bool
리턴 string[]

SelectJumpRjTypesNew() 공개 정적인 메소드

public static SelectJumpRjTypesNew ( string allJumpsName, bool onlyName ) : List
allJumpsName string
onlyName bool
리턴 List

SelectJumpTypes() 공개 정적인 메소드

public static SelectJumpTypes ( bool dbconOpened, string allJumpsName, string filter, bool onlyName ) : string[]
dbconOpened bool
allJumpsName string
filter string
onlyName bool
리턴 string[]

SelectJumpTypesNew() 공개 정적인 메소드

public static SelectJumpTypesNew ( bool dbconOpened, string allJumpsName, string filter, bool onlyName ) : List
dbconOpened bool
allJumpsName string
filter string
onlyName bool
리턴 List

Update() 공개 정적인 메소드

public static Update ( string nameOld, string nameNew ) : void
nameOld string
nameNew string
리턴 void

UpdateOther() 공개 정적인 메소드

public static UpdateOther ( string column, string typeName, string newValue ) : void
column string
typeName string
newValue string
리턴 void

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

protected static createTableJumpRjType ( ) : void
리턴 void

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

protected static createTableJumpType ( ) : void
리턴 void

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

protected static initializeTableJumpRjType ( ) : void
리턴 void

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

protected static initializeTableJumpType ( ) : void
리턴 void