C# 클래스 CarrotCache, carrot-unity

상속: IDisposable
파일 보기 프로젝트 열기: GoCarrotArchive/carrot-unity 1 사용 예제들

공개 메소드들

메소드 설명
CacheRequest ( Carrot, serviceType, string endpoint, object>.Dictionary parameters ) : CachedRequest
CarrotCache ( ) : System
Dispose ( ) : void
RequestsInCache ( Carrot, authStatus ) : List
markInstallMetricSent ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
sqlite3_close ( IntPtr db ) : int
sqlite3_column_double ( IntPtr stmHandle, int iCol ) : double
sqlite3_column_int ( IntPtr stmHandle, int iCol ) : int
sqlite3_column_int64 ( IntPtr stmHandle, int iCol ) : long
sqlite3_column_text ( IntPtr stmHandle, int iCol ) : string
sqlite3_errmsg ( IntPtr db ) : string
sqlite3_exec ( IntPtr db, string zSql, IntPtr callback, IntPtr cbArg, IntPtr errmsg ) : int
sqlite3_finalize ( IntPtr stmHandle ) : int
sqlite3_last_insert_rowid ( IntPtr db ) : long
sqlite3_open ( string filename, IntPtr &ppDb ) : int
sqlite3_prepare_v2 ( IntPtr db, string zSql, int nByte, IntPtr &ppStmpt, IntPtr pzTail ) : int
sqlite3_step ( IntPtr stmHandle ) : int

메소드 상세

CacheRequest() 공개 메소드

public CacheRequest ( Carrot, serviceType, string endpoint, object>.Dictionary parameters ) : CachedRequest
serviceType Carrot,
endpoint string
parameters object>.Dictionary
리턴 CachedRequest

CarrotCache() 공개 메소드

public CarrotCache ( ) : System
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

RequestsInCache() 공개 메소드

public RequestsInCache ( Carrot, authStatus ) : List
authStatus Carrot,
리턴 List

markInstallMetricSent() 공개 메소드

public markInstallMetricSent ( ) : void
리턴 void