C# Class Versionr.Utilities.SQLiteExtensions

ファイルを表示 Open project: eatplayhate/versionr

Public Methods

Method Description
DeleteSafe ( this conn, object obj ) : bool
InsertOrReplaceSafe ( this conn, object obj ) : bool
InsertSafe ( this conn, object obj ) : bool
UpdateSafe ( this conn, object obj ) : bool

Method Details

DeleteSafe() public static method

public static DeleteSafe ( this conn, object obj ) : bool
conn this
obj object
return bool

InsertOrReplaceSafe() public static method

public static InsertOrReplaceSafe ( this conn, object obj ) : bool
conn this
obj object
return bool

InsertSafe() public static method

public static InsertSafe ( this conn, object obj ) : bool
conn this
obj object
return bool

UpdateSafe() public static method

public static UpdateSafe ( this conn, object obj ) : bool
conn this
obj object
return bool