C# Class SQLite.Net.Platform.WinRT.SQLite3

Mostra file Open project: Rhapsody/SQLite.Net-PCL Class Usage Examples

Public Methods

Method Description
ColumnByteArray ( IntPtr stmt, int index ) : byte[]
ColumnName16 ( IntPtr stmt, int index ) : string
ColumnString ( IntPtr stmt, int index ) : string
GetErrmsg ( IntPtr db ) : string

Private Methods

Method Description
BindBlob ( IntPtr stmt, int index, byte val, int n, IntPtr free ) : int
BindDouble ( IntPtr stmt, int index, double val ) : int
BindInt ( IntPtr stmt, int index, int val ) : int
BindInt64 ( IntPtr stmt, int index, long val ) : int
BindNull ( IntPtr stmt, int index ) : int
BindParameterIndex ( IntPtr stmt, [ name ) : int
BindText ( IntPtr stmt, int index, [ val, int n, IntPtr free ) : int
BusyTimeout ( IntPtr db, int milliseconds ) : Result
Changes ( IntPtr db ) : int
Close ( IntPtr db ) : Result
ColumnBlob ( IntPtr stmt, int index ) : IntPtr
ColumnBytes ( IntPtr stmt, int index ) : int
ColumnCount ( IntPtr stmt ) : int
ColumnDouble ( IntPtr stmt, int index ) : double
ColumnInt ( IntPtr stmt, int index ) : int
ColumnInt64 ( IntPtr stmt, int index ) : long
ColumnName ( IntPtr stmt, int index ) : IntPtr
ColumnName16Internal ( IntPtr stmt, int index ) : IntPtr
ColumnText ( IntPtr stmt, int index ) : IntPtr
ColumnText16 ( IntPtr stmt, int index ) : IntPtr
ColumnType ( IntPtr stmt, int index ) : ColType
Config ( ConfigOption option ) : Result
Errmsg ( IntPtr db ) : IntPtr
Finalize ( IntPtr stmt ) : Result
LastInsertRowid ( IntPtr db ) : long
Open ( [ filename, IntPtr &db ) : Result
Open ( [ filename, IntPtr &db, int flags, IntPtr zvfs ) : Result
Open ( byte filename, IntPtr &db, int flags, IntPtr zvfs ) : Result
Open16 ( [ filename, IntPtr &db ) : Result
Prepare2 ( IntPtr db, [ sql, int numBytes, IntPtr &stmt, IntPtr pzTail ) : Result
Reset ( IntPtr stmt ) : Result
SetDirectory ( uint directoryType, string directoryPath ) : int
Step ( IntPtr stmt ) : Result
sqlite3_backup_finish ( IntPtr backup ) : Result
sqlite3_backup_init ( IntPtr destDB, [ destName, IntPtr srcDB, [ srcName ) : IntPtr
sqlite3_backup_pagecount ( IntPtr backup ) : int
sqlite3_backup_remaining ( IntPtr backup ) : int
sqlite3_backup_step ( IntPtr backup, int pageCount ) : Result
sqlite3_extended_errcode ( IntPtr db ) : ExtendedResult
sqlite3_libversion_number ( ) : int
sqlite3_sleep ( int millis ) : int
sqlite3_sourceid ( ) : IntPtr

Method Details

ColumnByteArray() public static method

public static ColumnByteArray ( IntPtr stmt, int index ) : byte[]
stmt IntPtr
index int
return byte[]

ColumnName16() public static method

public static ColumnName16 ( IntPtr stmt, int index ) : string
stmt IntPtr
index int
return string

ColumnString() public static method

public static ColumnString ( IntPtr stmt, int index ) : string
stmt IntPtr
index int
return string

GetErrmsg() public static method

public static GetErrmsg ( IntPtr db ) : string
db IntPtr
return string