Method | Description | |
---|---|---|
AddRecord ( string jid, string hash, string fullname, long ticks, string url, string description, string photoType, byte photoBin ) : void | ||
GetLatest ( string jid ) : Tuple |
||
HasPhoto ( string jid, string hash ) : bool | ||
Init ( Community.CsharpSqlite.SQLiteClient.SqliteConnection connection ) : void |
Method | Description | |
---|---|---|
AddParam ( |
public AddRecord ( string jid, string hash, string fullname, long ticks, string url, string description, string photoType, byte photoBin ) : void | ||
jid | string | |
hash | string | |
fullname | string | |
ticks | long | |
url | string | |
description | string | |
photoType | string | |
photoBin | byte | |
return | void |
public HasPhoto ( string jid, string hash ) : bool | ||
jid | string | |
hash | string | |
return | bool |
public Init ( Community.CsharpSqlite.SQLiteClient.SqliteConnection connection ) : void | ||
connection | Community.CsharpSqlite.SQLiteClient.SqliteConnection | |
return | void |