C# Class Microsoft.WindowsAzure.MobileServices.SQLiteStore.SQLitePCLRawHelpers

Datei anzeigen Open project: Azure/azure-mobile-apps-net-client Class Usage Examples

Private Methods

Method Description
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