C# 클래스 Microsoft.WindowsAzure.MobileServices.SQLiteStore.SQLitePCLRawHelpers

파일 보기 프로젝트 열기: Azure/azure-mobile-apps-net-client 1 사용 예제들

비공개 메소드들

메소드 설명
Bind ( SQLitePCL.sqlite3 db, SQLitePCL.sqlite3_stmt stm, int index, object value ) : void
GetFloat ( object value ) : double
GetInteger ( object value ) : long
GetSqliteConnection ( string filename ) : SQLitePCL.sqlite3
GetSqliteStatement ( string sql, SQLitePCL.sqlite3 db ) : SQLitePCL.sqlite3_stmt
GetValue ( SQLitePCL.sqlite3_stmt stm, int index ) : object
IsSupportedFloat ( object value ) : bool
IsSupportedInteger ( object value ) : bool
IsSupportedText ( object value ) : bool
VerifySQLiteResponse ( int result, int expectedResult, SQLitePCL.sqlite3 db ) : void