{ "Constants":[ { "Name":"SQLITE_VERSION_NUMBER" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":3029000 ,"Attrs":[] } ,{ "Name":"SQLITE_OK" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":0 ,"Attrs":[] } ,{ "Name":"SQLITE_ERROR" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":1 ,"Attrs":[] } ,{ "Name":"SQLITE_INTERNAL" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":2 ,"Attrs":[] } ,{ "Name":"SQLITE_PERM" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":3 ,"Attrs":[] } ,{ "Name":"SQLITE_ABORT" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":4 ,"Attrs":[] } ,{ "Name":"SQLITE_BUSY" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":5 ,"Attrs":[] } ,{ "Name":"SQLITE_LOCKED" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":6 ,"Attrs":[] } ,{ "Name":"SQLITE_NOMEM" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":7 ,"Attrs":[] } ,{ "Name":"SQLITE_READONLY" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":8 ,"Attrs":[] } ,{ "Name":"SQLITE_INTERRUPT" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":9 ,"Attrs":[] } ,{ "Name":"SQLITE_IOERR" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":10 ,"Attrs":[] } ,{ "Name":"SQLITE_CORRUPT" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":11 ,"Attrs":[] } ,{ "Name":"SQLITE_NOTFOUND" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":12 ,"Attrs":[] } ,{ "Name":"SQLITE_FULL" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":13 ,"Attrs":[] } ,{ "Name":"SQLITE_CANTOPEN" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":14 ,"Attrs":[] } ,{ "Name":"SQLITE_PROTOCOL" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":15 ,"Attrs":[] } ,{ "Name":"SQLITE_EMPTY" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":16 ,"Attrs":[] } ,{ "Name":"SQLITE_SCHEMA" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":17 ,"Attrs":[] } ,{ "Name":"SQLITE_TOOBIG" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":18 ,"Attrs":[] } ,{ "Name":"SQLITE_CONSTRAINT" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":19 ,"Attrs":[] } ,{ "Name":"SQLITE_MISMATCH" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":20 ,"Attrs":[] } ,{ "Name":"SQLITE_MISUSE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":21 ,"Attrs":[] } ,{ "Name":"SQLITE_NOLFS" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":22 ,"Attrs":[] } ,{ "Name":"SQLITE_AUTH" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":23 ,"Attrs":[] } ,{ "Name":"SQLITE_FORMAT" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":24 ,"Attrs":[] } ,{ "Name":"SQLITE_RANGE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":25 ,"Attrs":[] } ,{ "Name":"SQLITE_NOTADB" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":26 ,"Attrs":[] } ,{ "Name":"SQLITE_NOTICE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":27 ,"Attrs":[] } ,{ "Name":"SQLITE_WARNING" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":28 ,"Attrs":[] } ,{ "Name":"SQLITE_ROW" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":100 ,"Attrs":[] } ,{ "Name":"SQLITE_DONE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":101 ,"Attrs":[] } ,{ "Name":"SQLITE_OPEN_READONLY" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":1 ,"Attrs":[] } ,{ "Name":"SQLITE_OPEN_READWRITE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":2 ,"Attrs":[] } ,{ "Name":"SQLITE_OPEN_CREATE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":4 ,"Attrs":[] } ,{ "Name":"SQLITE_OPEN_DELETEONCLOSE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":8 ,"Attrs":[] } ,{ "Name":"SQLITE_OPEN_EXCLUSIVE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":16 ,"Attrs":[] } ,{ "Name":"SQLITE_OPEN_AUTOPROXY" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":32 ,"Attrs":[] } ,{ "Name":"SQLITE_OPEN_URI" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":64 ,"Attrs":[] } ,{ "Name":"SQLITE_OPEN_MEMORY" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":128 ,"Attrs":[] } ,{ "Name":"SQLITE_OPEN_MAIN_DB" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":256 ,"Attrs":[] } ,{ "Name":"SQLITE_OPEN_TEMP_DB" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":512 ,"Attrs":[] } ,{ "Name":"SQLITE_OPEN_TRANSIENT_DB" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":1024 ,"Attrs":[] } ,{ "Name":"SQLITE_OPEN_MAIN_JOURNAL" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":2048 ,"Attrs":[] } ,{ "Name":"SQLITE_OPEN_TEMP_JOURNAL" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":4096 ,"Attrs":[] } ,{ "Name":"SQLITE_OPEN_SUBJOURNAL" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":8192 ,"Attrs":[] } ,{ "Name":"SQLITE_OPEN_SUPER_JOURNAL" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":16384 ,"Attrs":[] } ,{ "Name":"SQLITE_OPEN_NOMUTEX" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":32768 ,"Attrs":[] } ,{ "Name":"SQLITE_OPEN_FULLMUTEX" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":65536 ,"Attrs":[] } ,{ "Name":"SQLITE_OPEN_SHAREDCACHE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":131072 ,"Attrs":[] } ,{ "Name":"SQLITE_OPEN_PRIVATECACHE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":262144 ,"Attrs":[] } ,{ "Name":"SQLITE_OPEN_WAL" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":524288 ,"Attrs":[] } ,{ "Name":"SQLITE_OPEN_NOFOLLOW" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":16777216 ,"Attrs":[] } ,{ "Name":"SQLITE_OPEN_MASTER_JOURNAL" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":16384 ,"Attrs":[] } ,{ "Name":"SQLITE_IOCAP_ATOMIC" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":1 ,"Attrs":[] } ,{ "Name":"SQLITE_IOCAP_ATOMIC512" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":2 ,"Attrs":[] } ,{ "Name":"SQLITE_IOCAP_ATOMIC1K" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":4 ,"Attrs":[] } ,{ "Name":"SQLITE_IOCAP_ATOMIC2K" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":8 ,"Attrs":[] } ,{ "Name":"SQLITE_IOCAP_ATOMIC4K" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":16 ,"Attrs":[] } ,{ "Name":"SQLITE_IOCAP_ATOMIC8K" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":32 ,"Attrs":[] } ,{ "Name":"SQLITE_IOCAP_ATOMIC16K" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":64 ,"Attrs":[] } ,{ "Name":"SQLITE_IOCAP_ATOMIC32K" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":128 ,"Attrs":[] } ,{ "Name":"SQLITE_IOCAP_ATOMIC64K" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":256 ,"Attrs":[] } ,{ "Name":"SQLITE_IOCAP_SAFE_APPEND" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":512 ,"Attrs":[] } ,{ "Name":"SQLITE_IOCAP_SEQUENTIAL" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":1024 ,"Attrs":[] } ,{ "Name":"SQLITE_IOCAP_UNDELETABLE_WHEN_OPEN" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":2048 ,"Attrs":[] } ,{ "Name":"SQLITE_IOCAP_POWERSAFE_OVERWRITE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":4096 ,"Attrs":[] } ,{ "Name":"SQLITE_IOCAP_IMMUTABLE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":8192 ,"Attrs":[] } ,{ "Name":"SQLITE_IOCAP_BATCH_ATOMIC" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":16384 ,"Attrs":[] } ,{ "Name":"SQLITE_LOCK_NONE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":0 ,"Attrs":[] } ,{ "Name":"SQLITE_LOCK_SHARED" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":1 ,"Attrs":[] } ,{ "Name":"SQLITE_LOCK_RESERVED" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":2 ,"Attrs":[] } ,{ "Name":"SQLITE_LOCK_PENDING" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":3 ,"Attrs":[] } ,{ "Name":"SQLITE_LOCK_EXCLUSIVE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":4 ,"Attrs":[] } ,{ "Name":"SQLITE_SYNC_NORMAL" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":2 ,"Attrs":[] } ,{ "Name":"SQLITE_SYNC_FULL" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":3 ,"Attrs":[] } ,{ "Name":"SQLITE_SYNC_DATAONLY" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":16 ,"Attrs":[] } ,{ "Name":"SQLITE_FCNTL_LOCKSTATE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":1 ,"Attrs":[] } ,{ "Name":"SQLITE_FCNTL_GET_LOCKPROXYFILE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":2 ,"Attrs":[] } ,{ "Name":"SQLITE_FCNTL_SET_LOCKPROXYFILE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":3 ,"Attrs":[] } ,{ "Name":"SQLITE_FCNTL_LAST_ERRNO" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":4 ,"Attrs":[] } ,{ "Name":"SQLITE_FCNTL_SIZE_HINT" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":5 ,"Attrs":[] } ,{ "Name":"SQLITE_FCNTL_CHUNK_SIZE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":6 ,"Attrs":[] } ,{ "Name":"SQLITE_FCNTL_FILE_POINTER" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":7 ,"Attrs":[] } ,{ "Name":"SQLITE_FCNTL_SYNC_OMITTED" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":8 ,"Attrs":[] } ,{ "Name":"SQLITE_FCNTL_WIN32_AV_RETRY" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":9 ,"Attrs":[] } ,{ "Name":"SQLITE_FCNTL_PERSIST_WAL" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":10 ,"Attrs":[] } ,{ "Name":"SQLITE_FCNTL_OVERWRITE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":11 ,"Attrs":[] } ,{ "Name":"SQLITE_FCNTL_VFSNAME" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":12 ,"Attrs":[] } ,{ "Name":"SQLITE_FCNTL_POWERSAFE_OVERWRITE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":13 ,"Attrs":[] } ,{ "Name":"SQLITE_FCNTL_PRAGMA" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":14 ,"Attrs":[] } ,{ "Name":"SQLITE_FCNTL_BUSYHANDLER" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":15 ,"Attrs":[] } ,{ "Name":"SQLITE_FCNTL_TEMPFILENAME" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":16 ,"Attrs":[] } ,{ "Name":"SQLITE_FCNTL_MMAP_SIZE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":18 ,"Attrs":[] } ,{ "Name":"SQLITE_FCNTL_TRACE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":19 ,"Attrs":[] } ,{ "Name":"SQLITE_FCNTL_HAS_MOVED" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":20 ,"Attrs":[] } ,{ "Name":"SQLITE_FCNTL_SYNC" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":21 ,"Attrs":[] } ,{ "Name":"SQLITE_FCNTL_COMMIT_PHASETWO" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":22 ,"Attrs":[] } ,{ "Name":"SQLITE_FCNTL_WIN32_SET_HANDLE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":23 ,"Attrs":[] } ,{ "Name":"SQLITE_FCNTL_WAL_BLOCK" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":24 ,"Attrs":[] } ,{ "Name":"SQLITE_FCNTL_ZIPVFS" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":25 ,"Attrs":[] } ,{ "Name":"SQLITE_FCNTL_RBU" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":26 ,"Attrs":[] } ,{ "Name":"SQLITE_FCNTL_VFS_POINTER" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":27 ,"Attrs":[] } ,{ "Name":"SQLITE_FCNTL_JOURNAL_POINTER" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":28 ,"Attrs":[] } ,{ "Name":"SQLITE_FCNTL_WIN32_GET_HANDLE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":29 ,"Attrs":[] } ,{ "Name":"SQLITE_FCNTL_PDB" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":30 ,"Attrs":[] } ,{ "Name":"SQLITE_FCNTL_BEGIN_ATOMIC_WRITE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":31 ,"Attrs":[] } ,{ "Name":"SQLITE_FCNTL_COMMIT_ATOMIC_WRITE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":32 ,"Attrs":[] } ,{ "Name":"SQLITE_FCNTL_ROLLBACK_ATOMIC_WRITE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":33 ,"Attrs":[] } ,{ "Name":"SQLITE_FCNTL_LOCK_TIMEOUT" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":34 ,"Attrs":[] } ,{ "Name":"SQLITE_FCNTL_DATA_VERSION" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":35 ,"Attrs":[] } ,{ "Name":"SQLITE_FCNTL_SIZE_LIMIT" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":36 ,"Attrs":[] } ,{ "Name":"SQLITE_FCNTL_CKPT_DONE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":37 ,"Attrs":[] } ,{ "Name":"SQLITE_FCNTL_RESERVE_BYTES" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":38 ,"Attrs":[] } ,{ "Name":"SQLITE_FCNTL_CKPT_START" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":39 ,"Attrs":[] } ,{ "Name":"SQLITE_GET_LOCKPROXYFILE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":2 ,"Attrs":[] } ,{ "Name":"SQLITE_SET_LOCKPROXYFILE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":3 ,"Attrs":[] } ,{ "Name":"SQLITE_LAST_ERRNO" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":4 ,"Attrs":[] } ,{ "Name":"SQLITE_ACCESS_EXISTS" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":0 ,"Attrs":[] } ,{ "Name":"SQLITE_ACCESS_READWRITE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":1 ,"Attrs":[] } ,{ "Name":"SQLITE_ACCESS_READ" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":2 ,"Attrs":[] } ,{ "Name":"SQLITE_SHM_UNLOCK" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":1 ,"Attrs":[] } ,{ "Name":"SQLITE_SHM_LOCK" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":2 ,"Attrs":[] } ,{ "Name":"SQLITE_SHM_SHARED" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":4 ,"Attrs":[] } ,{ "Name":"SQLITE_SHM_EXCLUSIVE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":8 ,"Attrs":[] } ,{ "Name":"SQLITE_SHM_NLOCK" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":8 ,"Attrs":[] } ,{ "Name":"SQLITE_CONFIG_SINGLETHREAD" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":1 ,"Attrs":[] } ,{ "Name":"SQLITE_CONFIG_MULTITHREAD" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":2 ,"Attrs":[] } ,{ "Name":"SQLITE_CONFIG_SERIALIZED" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":3 ,"Attrs":[] } ,{ "Name":"SQLITE_CONFIG_MALLOC" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":4 ,"Attrs":[] } ,{ "Name":"SQLITE_CONFIG_GETMALLOC" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":5 ,"Attrs":[] } ,{ "Name":"SQLITE_CONFIG_SCRATCH" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":6 ,"Attrs":[] } ,{ "Name":"SQLITE_CONFIG_PAGECACHE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":7 ,"Attrs":[] } ,{ "Name":"SQLITE_CONFIG_HEAP" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":8 ,"Attrs":[] } ,{ "Name":"SQLITE_CONFIG_MEMSTATUS" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":9 ,"Attrs":[] } ,{ "Name":"SQLITE_CONFIG_MUTEX" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":10 ,"Attrs":[] } ,{ "Name":"SQLITE_CONFIG_GETMUTEX" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":11 ,"Attrs":[] } ,{ "Name":"SQLITE_CONFIG_LOOKASIDE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":13 ,"Attrs":[] } ,{ "Name":"SQLITE_CONFIG_PCACHE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":14 ,"Attrs":[] } ,{ "Name":"SQLITE_CONFIG_GETPCACHE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":15 ,"Attrs":[] } ,{ "Name":"SQLITE_CONFIG_LOG" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":16 ,"Attrs":[] } ,{ "Name":"SQLITE_CONFIG_URI" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":17 ,"Attrs":[] } ,{ "Name":"SQLITE_CONFIG_PCACHE2" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":18 ,"Attrs":[] } ,{ "Name":"SQLITE_CONFIG_GETPCACHE2" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":19 ,"Attrs":[] } ,{ "Name":"SQLITE_CONFIG_COVERING_INDEX_SCAN" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":20 ,"Attrs":[] } ,{ "Name":"SQLITE_CONFIG_SQLLOG" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":21 ,"Attrs":[] } ,{ "Name":"SQLITE_CONFIG_MMAP_SIZE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":22 ,"Attrs":[] } ,{ "Name":"SQLITE_CONFIG_WIN32_HEAPSIZE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":23 ,"Attrs":[] } ,{ "Name":"SQLITE_CONFIG_PCACHE_HDRSZ" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":24 ,"Attrs":[] } ,{ "Name":"SQLITE_CONFIG_PMASZ" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":25 ,"Attrs":[] } ,{ "Name":"SQLITE_CONFIG_STMTJRNL_SPILL" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":26 ,"Attrs":[] } ,{ "Name":"SQLITE_CONFIG_SMALL_MALLOC" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":27 ,"Attrs":[] } ,{ "Name":"SQLITE_CONFIG_SORTERREF_SIZE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":28 ,"Attrs":[] } ,{ "Name":"SQLITE_CONFIG_MEMDB_MAXSIZE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":29 ,"Attrs":[] } ,{ "Name":"SQLITE_DBCONFIG_MAINDBNAME" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":1000 ,"Attrs":[] } ,{ "Name":"SQLITE_DBCONFIG_LOOKASIDE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":1001 ,"Attrs":[] } ,{ "Name":"SQLITE_DBCONFIG_ENABLE_FKEY" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":1002 ,"Attrs":[] } ,{ "Name":"SQLITE_DBCONFIG_ENABLE_TRIGGER" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":1003 ,"Attrs":[] } ,{ "Name":"SQLITE_DBCONFIG_ENABLE_FTS3_TOKENIZER" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":1004 ,"Attrs":[] } ,{ "Name":"SQLITE_DBCONFIG_ENABLE_LOAD_EXTENSION" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":1005 ,"Attrs":[] } ,{ "Name":"SQLITE_DBCONFIG_NO_CKPT_ON_CLOSE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":1006 ,"Attrs":[] } ,{ "Name":"SQLITE_DBCONFIG_ENABLE_QPSG" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":1007 ,"Attrs":[] } ,{ "Name":"SQLITE_DBCONFIG_TRIGGER_EQP" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":1008 ,"Attrs":[] } ,{ "Name":"SQLITE_DBCONFIG_RESET_DATABASE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":1009 ,"Attrs":[] } ,{ "Name":"SQLITE_DBCONFIG_DEFENSIVE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":1010 ,"Attrs":[] } ,{ "Name":"SQLITE_DBCONFIG_WRITABLE_SCHEMA" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":1011 ,"Attrs":[] } ,{ "Name":"SQLITE_DBCONFIG_LEGACY_ALTER_TABLE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":1012 ,"Attrs":[] } ,{ "Name":"SQLITE_DBCONFIG_DQS_DML" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":1013 ,"Attrs":[] } ,{ "Name":"SQLITE_DBCONFIG_DQS_DDL" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":1014 ,"Attrs":[] } ,{ "Name":"SQLITE_DBCONFIG_ENABLE_VIEW" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":1015 ,"Attrs":[] } ,{ "Name":"SQLITE_DBCONFIG_LEGACY_FILE_FORMAT" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":1016 ,"Attrs":[] } ,{ "Name":"SQLITE_DBCONFIG_TRUSTED_SCHEMA" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":1017 ,"Attrs":[] } ,{ "Name":"SQLITE_DBCONFIG_MAX" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":1017 ,"Attrs":[] } ,{ "Name":"SQLITE_DENY" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":1 ,"Attrs":[] } ,{ "Name":"SQLITE_IGNORE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":2 ,"Attrs":[] } ,{ "Name":"SQLITE_CREATE_INDEX" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":1 ,"Attrs":[] } ,{ "Name":"SQLITE_CREATE_TABLE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":2 ,"Attrs":[] } ,{ "Name":"SQLITE_CREATE_TEMP_INDEX" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":3 ,"Attrs":[] } ,{ "Name":"SQLITE_CREATE_TEMP_TABLE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":4 ,"Attrs":[] } ,{ "Name":"SQLITE_CREATE_TEMP_TRIGGER" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":5 ,"Attrs":[] } ,{ "Name":"SQLITE_CREATE_TEMP_VIEW" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":6 ,"Attrs":[] } ,{ "Name":"SQLITE_CREATE_TRIGGER" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":7 ,"Attrs":[] } ,{ "Name":"SQLITE_CREATE_VIEW" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":8 ,"Attrs":[] } ,{ "Name":"SQLITE_DELETE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":9 ,"Attrs":[] } ,{ "Name":"SQLITE_DROP_INDEX" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":10 ,"Attrs":[] } ,{ "Name":"SQLITE_DROP_TABLE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":11 ,"Attrs":[] } ,{ "Name":"SQLITE_DROP_TEMP_INDEX" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":12 ,"Attrs":[] } ,{ "Name":"SQLITE_DROP_TEMP_TABLE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":13 ,"Attrs":[] } ,{ "Name":"SQLITE_DROP_TEMP_TRIGGER" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":14 ,"Attrs":[] } ,{ "Name":"SQLITE_DROP_TEMP_VIEW" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":15 ,"Attrs":[] } ,{ "Name":"SQLITE_DROP_TRIGGER" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":16 ,"Attrs":[] } ,{ "Name":"SQLITE_DROP_VIEW" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":17 ,"Attrs":[] } ,{ "Name":"SQLITE_INSERT" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":18 ,"Attrs":[] } ,{ "Name":"SQLITE_PRAGMA" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":19 ,"Attrs":[] } ,{ "Name":"SQLITE_READ" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":20 ,"Attrs":[] } ,{ "Name":"SQLITE_SELECT" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":21 ,"Attrs":[] } ,{ "Name":"SQLITE_TRANSACTION" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":22 ,"Attrs":[] } ,{ "Name":"SQLITE_UPDATE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":23 ,"Attrs":[] } ,{ "Name":"SQLITE_ATTACH" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":24 ,"Attrs":[] } ,{ "Name":"SQLITE_DETACH" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":25 ,"Attrs":[] } ,{ "Name":"SQLITE_ALTER_TABLE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":26 ,"Attrs":[] } ,{ "Name":"SQLITE_REINDEX" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":27 ,"Attrs":[] } ,{ "Name":"SQLITE_ANALYZE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":28 ,"Attrs":[] } ,{ "Name":"SQLITE_CREATE_VTABLE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":29 ,"Attrs":[] } ,{ "Name":"SQLITE_DROP_VTABLE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":30 ,"Attrs":[] } ,{ "Name":"SQLITE_FUNCTION" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":31 ,"Attrs":[] } ,{ "Name":"SQLITE_SAVEPOINT" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":32 ,"Attrs":[] } ,{ "Name":"SQLITE_COPY" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":0 ,"Attrs":[] } ,{ "Name":"SQLITE_RECURSIVE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":33 ,"Attrs":[] } ,{ "Name":"SQLITE_TRACE_STMT" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":1 ,"Attrs":[] } ,{ "Name":"SQLITE_TRACE_PROFILE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":2 ,"Attrs":[] } ,{ "Name":"SQLITE_TRACE_ROW" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":4 ,"Attrs":[] } ,{ "Name":"SQLITE_TRACE_CLOSE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":8 ,"Attrs":[] } ,{ "Name":"SQLITE_LIMIT_LENGTH" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":0 ,"Attrs":[] } ,{ "Name":"SQLITE_LIMIT_SQL_LENGTH" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":1 ,"Attrs":[] } ,{ "Name":"SQLITE_LIMIT_COLUMN" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":2 ,"Attrs":[] } ,{ "Name":"SQLITE_LIMIT_EXPR_DEPTH" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":3 ,"Attrs":[] } ,{ "Name":"SQLITE_LIMIT_COMPOUND_SELECT" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":4 ,"Attrs":[] } ,{ "Name":"SQLITE_LIMIT_VDBE_OP" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":5 ,"Attrs":[] } ,{ "Name":"SQLITE_LIMIT_FUNCTION_ARG" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":6 ,"Attrs":[] } ,{ "Name":"SQLITE_LIMIT_ATTACHED" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":7 ,"Attrs":[] } ,{ "Name":"SQLITE_LIMIT_LIKE_PATTERN_LENGTH" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":8 ,"Attrs":[] } ,{ "Name":"SQLITE_LIMIT_VARIABLE_NUMBER" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":9 ,"Attrs":[] } ,{ "Name":"SQLITE_LIMIT_TRIGGER_DEPTH" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":10 ,"Attrs":[] } ,{ "Name":"SQLITE_LIMIT_WORKER_THREADS" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":11 ,"Attrs":[] } ,{ "Name":"SQLITE_PREPARE_PERSISTENT" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":1 ,"Attrs":[] } ,{ "Name":"SQLITE_PREPARE_NORMALIZE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":2 ,"Attrs":[] } ,{ "Name":"SQLITE_PREPARE_NO_VTAB" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":4 ,"Attrs":[] } ,{ "Name":"SQLITE_INTEGER" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":1 ,"Attrs":[] } ,{ "Name":"SQLITE_FLOAT" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":2 ,"Attrs":[] } ,{ "Name":"SQLITE_BLOB" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":4 ,"Attrs":[] } ,{ "Name":"SQLITE_NULL" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":5 ,"Attrs":[] } ,{ "Name":"SQLITE3_TEXT" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":3 ,"Attrs":[] } ,{ "Name":"SQLITE_UTF8" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":1 ,"Attrs":[] } ,{ "Name":"SQLITE_UTF16LE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":2 ,"Attrs":[] } ,{ "Name":"SQLITE_UTF16BE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":3 ,"Attrs":[] } ,{ "Name":"SQLITE_UTF16" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":4 ,"Attrs":[] } ,{ "Name":"SQLITE_ANY" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":5 ,"Attrs":[] } ,{ "Name":"SQLITE_UTF16_ALIGNED" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":8 ,"Attrs":[] } ,{ "Name":"SQLITE_DETERMINISTIC" ,"Type":{"Kind":"Native","Name":"UInt64"} ,"ValueType":"UInt64" ,"Value":2048 ,"Attrs":[] } ,{ "Name":"SQLITE_DIRECTONLY" ,"Type":{"Kind":"Native","Name":"UInt64"} ,"ValueType":"UInt64" ,"Value":524288 ,"Attrs":[] } ,{ "Name":"SQLITE_SUBTYPE" ,"Type":{"Kind":"Native","Name":"UInt64"} ,"ValueType":"UInt64" ,"Value":1048576 ,"Attrs":[] } ,{ "Name":"SQLITE_INNOCUOUS" ,"Type":{"Kind":"Native","Name":"UInt64"} ,"ValueType":"UInt64" ,"Value":2097152 ,"Attrs":[] } ,{ "Name":"SQLITE_WIN32_DATA_DIRECTORY_TYPE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":1 ,"Attrs":[] } ,{ "Name":"SQLITE_WIN32_TEMP_DIRECTORY_TYPE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":2 ,"Attrs":[] } ,{ "Name":"SQLITE_TXN_NONE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":0 ,"Attrs":[] } ,{ "Name":"SQLITE_TXN_READ" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":1 ,"Attrs":[] } ,{ "Name":"SQLITE_TXN_WRITE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":2 ,"Attrs":[] } ,{ "Name":"SQLITE_INDEX_SCAN_UNIQUE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":1 ,"Attrs":[] } ,{ "Name":"SQLITE_INDEX_CONSTRAINT_EQ" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":2 ,"Attrs":[] } ,{ "Name":"SQLITE_INDEX_CONSTRAINT_GT" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":4 ,"Attrs":[] } ,{ "Name":"SQLITE_INDEX_CONSTRAINT_LE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":8 ,"Attrs":[] } ,{ "Name":"SQLITE_INDEX_CONSTRAINT_LT" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":16 ,"Attrs":[] } ,{ "Name":"SQLITE_INDEX_CONSTRAINT_GE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":32 ,"Attrs":[] } ,{ "Name":"SQLITE_INDEX_CONSTRAINT_MATCH" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":64 ,"Attrs":[] } ,{ "Name":"SQLITE_INDEX_CONSTRAINT_LIKE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":65 ,"Attrs":[] } ,{ "Name":"SQLITE_INDEX_CONSTRAINT_GLOB" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":66 ,"Attrs":[] } ,{ "Name":"SQLITE_INDEX_CONSTRAINT_REGEXP" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":67 ,"Attrs":[] } ,{ "Name":"SQLITE_INDEX_CONSTRAINT_NE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":68 ,"Attrs":[] } ,{ "Name":"SQLITE_INDEX_CONSTRAINT_ISNOT" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":69 ,"Attrs":[] } ,{ "Name":"SQLITE_INDEX_CONSTRAINT_ISNOTNULL" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":70 ,"Attrs":[] } ,{ "Name":"SQLITE_INDEX_CONSTRAINT_ISNULL" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":71 ,"Attrs":[] } ,{ "Name":"SQLITE_INDEX_CONSTRAINT_IS" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":72 ,"Attrs":[] } ,{ "Name":"SQLITE_INDEX_CONSTRAINT_FUNCTION" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":150 ,"Attrs":[] } ,{ "Name":"SQLITE_MUTEX_FAST" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":0 ,"Attrs":[] } ,{ "Name":"SQLITE_MUTEX_RECURSIVE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":1 ,"Attrs":[] } ,{ "Name":"SQLITE_MUTEX_STATIC_MAIN" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":2 ,"Attrs":[] } ,{ "Name":"SQLITE_MUTEX_STATIC_MEM" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":3 ,"Attrs":[] } ,{ "Name":"SQLITE_MUTEX_STATIC_MEM2" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":4 ,"Attrs":[] } ,{ "Name":"SQLITE_MUTEX_STATIC_OPEN" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":4 ,"Attrs":[] } ,{ "Name":"SQLITE_MUTEX_STATIC_PRNG" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":5 ,"Attrs":[] } ,{ "Name":"SQLITE_MUTEX_STATIC_LRU" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":6 ,"Attrs":[] } ,{ "Name":"SQLITE_MUTEX_STATIC_LRU2" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":7 ,"Attrs":[] } ,{ "Name":"SQLITE_MUTEX_STATIC_PMEM" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":7 ,"Attrs":[] } ,{ "Name":"SQLITE_MUTEX_STATIC_APP1" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":8 ,"Attrs":[] } ,{ "Name":"SQLITE_MUTEX_STATIC_APP2" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":9 ,"Attrs":[] } ,{ "Name":"SQLITE_MUTEX_STATIC_APP3" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":10 ,"Attrs":[] } ,{ "Name":"SQLITE_MUTEX_STATIC_VFS1" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":11 ,"Attrs":[] } ,{ "Name":"SQLITE_MUTEX_STATIC_VFS2" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":12 ,"Attrs":[] } ,{ "Name":"SQLITE_MUTEX_STATIC_VFS3" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":13 ,"Attrs":[] } ,{ "Name":"SQLITE_MUTEX_STATIC_MASTER" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":2 ,"Attrs":[] } ,{ "Name":"SQLITE_TESTCTRL_FIRST" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":5 ,"Attrs":[] } ,{ "Name":"SQLITE_TESTCTRL_PRNG_SAVE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":5 ,"Attrs":[] } ,{ "Name":"SQLITE_TESTCTRL_PRNG_RESTORE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":6 ,"Attrs":[] } ,{ "Name":"SQLITE_TESTCTRL_PRNG_RESET" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":7 ,"Attrs":[] } ,{ "Name":"SQLITE_TESTCTRL_BITVEC_TEST" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":8 ,"Attrs":[] } ,{ "Name":"SQLITE_TESTCTRL_FAULT_INSTALL" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":9 ,"Attrs":[] } ,{ "Name":"SQLITE_TESTCTRL_BENIGN_MALLOC_HOOKS" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":10 ,"Attrs":[] } ,{ "Name":"SQLITE_TESTCTRL_PENDING_BYTE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":11 ,"Attrs":[] } ,{ "Name":"SQLITE_TESTCTRL_ASSERT" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":12 ,"Attrs":[] } ,{ "Name":"SQLITE_TESTCTRL_ALWAYS" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":13 ,"Attrs":[] } ,{ "Name":"SQLITE_TESTCTRL_RESERVE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":14 ,"Attrs":[] } ,{ "Name":"SQLITE_TESTCTRL_OPTIMIZATIONS" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":15 ,"Attrs":[] } ,{ "Name":"SQLITE_TESTCTRL_ISKEYWORD" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":16 ,"Attrs":[] } ,{ "Name":"SQLITE_TESTCTRL_SCRATCHMALLOC" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":17 ,"Attrs":[] } ,{ "Name":"SQLITE_TESTCTRL_INTERNAL_FUNCTIONS" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":17 ,"Attrs":[] } ,{ "Name":"SQLITE_TESTCTRL_LOCALTIME_FAULT" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":18 ,"Attrs":[] } ,{ "Name":"SQLITE_TESTCTRL_EXPLAIN_STMT" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":19 ,"Attrs":[] } ,{ "Name":"SQLITE_TESTCTRL_ONCE_RESET_THRESHOLD" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":19 ,"Attrs":[] } ,{ "Name":"SQLITE_TESTCTRL_NEVER_CORRUPT" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":20 ,"Attrs":[] } ,{ "Name":"SQLITE_TESTCTRL_VDBE_COVERAGE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":21 ,"Attrs":[] } ,{ "Name":"SQLITE_TESTCTRL_BYTEORDER" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":22 ,"Attrs":[] } ,{ "Name":"SQLITE_TESTCTRL_ISINIT" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":23 ,"Attrs":[] } ,{ "Name":"SQLITE_TESTCTRL_SORTER_MMAP" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":24 ,"Attrs":[] } ,{ "Name":"SQLITE_TESTCTRL_IMPOSTER" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":25 ,"Attrs":[] } ,{ "Name":"SQLITE_TESTCTRL_PARSER_COVERAGE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":26 ,"Attrs":[] } ,{ "Name":"SQLITE_TESTCTRL_RESULT_INTREAL" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":27 ,"Attrs":[] } ,{ "Name":"SQLITE_TESTCTRL_PRNG_SEED" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":28 ,"Attrs":[] } ,{ "Name":"SQLITE_TESTCTRL_EXTRA_SCHEMA_CHECKS" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":29 ,"Attrs":[] } ,{ "Name":"SQLITE_TESTCTRL_SEEK_COUNT" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":30 ,"Attrs":[] } ,{ "Name":"SQLITE_TESTCTRL_LAST" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":30 ,"Attrs":[] } ,{ "Name":"SQLITE_STATUS_MEMORY_USED" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":0 ,"Attrs":[] } ,{ "Name":"SQLITE_STATUS_PAGECACHE_USED" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":1 ,"Attrs":[] } ,{ "Name":"SQLITE_STATUS_PAGECACHE_OVERFLOW" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":2 ,"Attrs":[] } ,{ "Name":"SQLITE_STATUS_SCRATCH_USED" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":3 ,"Attrs":[] } ,{ "Name":"SQLITE_STATUS_SCRATCH_OVERFLOW" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":4 ,"Attrs":[] } ,{ "Name":"SQLITE_STATUS_MALLOC_SIZE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":5 ,"Attrs":[] } ,{ "Name":"SQLITE_STATUS_PARSER_STACK" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":6 ,"Attrs":[] } ,{ "Name":"SQLITE_STATUS_PAGECACHE_SIZE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":7 ,"Attrs":[] } ,{ "Name":"SQLITE_STATUS_SCRATCH_SIZE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":8 ,"Attrs":[] } ,{ "Name":"SQLITE_STATUS_MALLOC_COUNT" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":9 ,"Attrs":[] } ,{ "Name":"SQLITE_DBSTATUS_LOOKASIDE_USED" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":0 ,"Attrs":[] } ,{ "Name":"SQLITE_DBSTATUS_CACHE_USED" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":1 ,"Attrs":[] } ,{ "Name":"SQLITE_DBSTATUS_SCHEMA_USED" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":2 ,"Attrs":[] } ,{ "Name":"SQLITE_DBSTATUS_STMT_USED" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":3 ,"Attrs":[] } ,{ "Name":"SQLITE_DBSTATUS_LOOKASIDE_HIT" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":4 ,"Attrs":[] } ,{ "Name":"SQLITE_DBSTATUS_LOOKASIDE_MISS_SIZE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":5 ,"Attrs":[] } ,{ "Name":"SQLITE_DBSTATUS_LOOKASIDE_MISS_FULL" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":6 ,"Attrs":[] } ,{ "Name":"SQLITE_DBSTATUS_CACHE_HIT" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":7 ,"Attrs":[] } ,{ "Name":"SQLITE_DBSTATUS_CACHE_MISS" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":8 ,"Attrs":[] } ,{ "Name":"SQLITE_DBSTATUS_CACHE_WRITE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":9 ,"Attrs":[] } ,{ "Name":"SQLITE_DBSTATUS_DEFERRED_FKS" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":10 ,"Attrs":[] } ,{ "Name":"SQLITE_DBSTATUS_CACHE_USED_SHARED" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":11 ,"Attrs":[] } ,{ "Name":"SQLITE_DBSTATUS_CACHE_SPILL" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":12 ,"Attrs":[] } ,{ "Name":"SQLITE_DBSTATUS_MAX" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":12 ,"Attrs":[] } ,{ "Name":"SQLITE_STMTSTATUS_FULLSCAN_STEP" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":1 ,"Attrs":[] } ,{ "Name":"SQLITE_STMTSTATUS_SORT" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":2 ,"Attrs":[] } ,{ "Name":"SQLITE_STMTSTATUS_AUTOINDEX" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":3 ,"Attrs":[] } ,{ "Name":"SQLITE_STMTSTATUS_VM_STEP" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":4 ,"Attrs":[] } ,{ "Name":"SQLITE_STMTSTATUS_REPREPARE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":5 ,"Attrs":[] } ,{ "Name":"SQLITE_STMTSTATUS_RUN" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":6 ,"Attrs":[] } ,{ "Name":"SQLITE_STMTSTATUS_MEMUSED" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":99 ,"Attrs":[] } ,{ "Name":"SQLITE_CHECKPOINT_PASSIVE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":0 ,"Attrs":[] } ,{ "Name":"SQLITE_CHECKPOINT_FULL" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":1 ,"Attrs":[] } ,{ "Name":"SQLITE_CHECKPOINT_RESTART" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":2 ,"Attrs":[] } ,{ "Name":"SQLITE_CHECKPOINT_TRUNCATE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":3 ,"Attrs":[] } ,{ "Name":"SQLITE_VTAB_CONSTRAINT_SUPPORT" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":1 ,"Attrs":[] } ,{ "Name":"SQLITE_VTAB_INNOCUOUS" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":2 ,"Attrs":[] } ,{ "Name":"SQLITE_VTAB_DIRECTONLY" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":3 ,"Attrs":[] } ,{ "Name":"SQLITE_ROLLBACK" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":1 ,"Attrs":[] } ,{ "Name":"SQLITE_FAIL" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":3 ,"Attrs":[] } ,{ "Name":"SQLITE_REPLACE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":5 ,"Attrs":[] } ,{ "Name":"SQLITE_SCANSTAT_NLOOP" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":0 ,"Attrs":[] } ,{ "Name":"SQLITE_SCANSTAT_NVISIT" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":1 ,"Attrs":[] } ,{ "Name":"SQLITE_SCANSTAT_EST" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":2 ,"Attrs":[] } ,{ "Name":"SQLITE_SCANSTAT_NAME" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":3 ,"Attrs":[] } ,{ "Name":"SQLITE_SCANSTAT_EXPLAIN" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":4 ,"Attrs":[] } ,{ "Name":"SQLITE_SCANSTAT_SELECTID" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":5 ,"Attrs":[] } ,{ "Name":"SQLITE_SERIALIZE_NOCOPY" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":1 ,"Attrs":[] } ,{ "Name":"SQLITE_DESERIALIZE_FREEONCLOSE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":1 ,"Attrs":[] } ,{ "Name":"SQLITE_DESERIALIZE_RESIZEABLE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":2 ,"Attrs":[] } ,{ "Name":"SQLITE_DESERIALIZE_READONLY" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":4 ,"Attrs":[] } ,{ "Name":"NOT_WITHIN" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":0 ,"Attrs":[] } ,{ "Name":"PARTLY_WITHIN" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":1 ,"Attrs":[] } ,{ "Name":"FULLY_WITHIN" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":2 ,"Attrs":[] } ,{ "Name":"__SQLITESESSION_H_" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":1 ,"Attrs":[] } ,{ "Name":"SQLITE_CHANGESETSTART_INVERT" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":2 ,"Attrs":[] } ,{ "Name":"SQLITE_CHANGESETAPPLY_NOSAVEPOINT" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":1 ,"Attrs":[] } ,{ "Name":"SQLITE_CHANGESETAPPLY_INVERT" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":2 ,"Attrs":[] } ,{ "Name":"SQLITE_CHANGESET_DATA" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":1 ,"Attrs":[] } ,{ "Name":"SQLITE_CHANGESET_NOTFOUND" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":2 ,"Attrs":[] } ,{ "Name":"SQLITE_CHANGESET_CONFLICT" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":3 ,"Attrs":[] } ,{ "Name":"SQLITE_CHANGESET_CONSTRAINT" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":4 ,"Attrs":[] } ,{ "Name":"SQLITE_CHANGESET_FOREIGN_KEY" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":5 ,"Attrs":[] } ,{ "Name":"SQLITE_CHANGESET_OMIT" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":0 ,"Attrs":[] } ,{ "Name":"SQLITE_CHANGESET_REPLACE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":1 ,"Attrs":[] } ,{ "Name":"SQLITE_CHANGESET_ABORT" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":2 ,"Attrs":[] } ,{ "Name":"SQLITE_SESSION_CONFIG_STRMSIZE" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":1 ,"Attrs":[] } ,{ "Name":"FTS5_TOKENIZE_QUERY" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":1 ,"Attrs":[] } ,{ "Name":"FTS5_TOKENIZE_PREFIX" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":2 ,"Attrs":[] } ,{ "Name":"FTS5_TOKENIZE_DOCUMENT" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":4 ,"Attrs":[] } ,{ "Name":"FTS5_TOKENIZE_AUX" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":8 ,"Attrs":[] } ,{ "Name":"FTS5_TOKEN_COLOCATED" ,"Type":{"Kind":"Native","Name":"UInt32"} ,"ValueType":"UInt32" ,"Value":1 ,"Attrs":[] } ] ,"Types":[ { "Name":"sqlite3" ,"Architectures":[] ,"Platform":null ,"Kind":"Struct" ,"Size":0 ,"PackingSize":0 ,"Fields":[ ] ,"NestedTypes":[ ] } ,{ "Name":"sqlite3_mutex" ,"Architectures":[] ,"Platform":null ,"Kind":"Struct" ,"Size":0 ,"PackingSize":0 ,"Fields":[ ] ,"NestedTypes":[ ] } ,{ "Name":"sqlite3_stmt" ,"Architectures":[] ,"Platform":null ,"Kind":"Struct" ,"Size":0 ,"PackingSize":0 ,"Fields":[ ] ,"NestedTypes":[ ] } ,{ "Name":"sqlite3_value" ,"Architectures":[] ,"Platform":null ,"Kind":"Struct" ,"Size":0 ,"PackingSize":0 ,"Fields":[ ] ,"NestedTypes":[ ] } ,{ "Name":"sqlite3_context" ,"Architectures":[] ,"Platform":null ,"Kind":"Struct" ,"Size":0 ,"PackingSize":0 ,"Fields":[ ] ,"NestedTypes":[ ] } ,{ "Name":"sqlite3_blob" ,"Architectures":[] ,"Platform":null ,"Kind":"Struct" ,"Size":0 ,"PackingSize":0 ,"Fields":[ ] ,"NestedTypes":[ ] } ,{ "Name":"sqlite3_str" ,"Architectures":[] ,"Platform":null ,"Kind":"Struct" ,"Size":0 ,"PackingSize":0 ,"Fields":[ ] ,"NestedTypes":[ ] } ,{ "Name":"sqlite3_pcache" ,"Architectures":[] ,"Platform":null ,"Kind":"Struct" ,"Size":0 ,"PackingSize":0 ,"Fields":[ ] ,"NestedTypes":[ ] } ,{ "Name":"sqlite3_backup" ,"Architectures":[] ,"Platform":null ,"Kind":"Struct" ,"Size":0 ,"PackingSize":0 ,"Fields":[ ] ,"NestedTypes":[ ] } ,{ "Name":"Fts5Context" ,"Architectures":[] ,"Platform":null ,"Kind":"Struct" ,"Size":0 ,"PackingSize":0 ,"Fields":[ ] ,"NestedTypes":[ ] } ,{ "Name":"Fts5Tokenizer" ,"Architectures":[] ,"Platform":null ,"Kind":"Struct" ,"Size":0 ,"PackingSize":0 ,"Fields":[ ] ,"NestedTypes":[ ] } ,{ "Name":"sqlite3_callback" ,"Architectures":[] ,"Platform":null ,"Kind":"FunctionPointer" ,"SetLastError":false ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":["In","Out"]} ,{"Name":"param1","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ,{"Name":"param2","Type":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"SByte"}}},"Attrs":["In","Out"]} ,{"Name":"param3","Type":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"SByte"}}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_file" ,"Architectures":[] ,"Platform":null ,"Kind":"Struct" ,"Size":0 ,"PackingSize":0 ,"Fields":[ {"Name":"pMethods","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_io_methods","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["Const"]} ] ,"NestedTypes":[ ] } ,{ "Name":"sqlite3_io_methods" ,"Architectures":[] ,"Platform":null ,"Kind":"Struct" ,"Size":0 ,"PackingSize":0 ,"Fields":[ {"Name":"iVersion","Type":{"Kind":"Native","Name":"Int32"},"Attrs":[]} ,{"Name":"xClose","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xRead","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xWrite","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xTruncate","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xSync","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xFileSize","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xLock","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xUnlock","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xCheckReservedLock","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xFileControl","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xSectorSize","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xDeviceCharacteristics","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xShmMap","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xShmLock","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xShmBarrier","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xShmUnmap","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xFetch","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xUnfetch","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ] ,"NestedTypes":[ ] } ,{ "Name":"sqlite3_syscall_ptr" ,"Architectures":[] ,"Platform":null ,"Kind":"FunctionPointer" ,"SetLastError":false ,"ReturnType":{"Kind":"Native","Name":"Void"} ,"ReturnAttrs":[] ,"Attrs":[] ,"Params":[ ] } ,{ "Name":"sqlite3_vfs" ,"Architectures":[] ,"Platform":null ,"Kind":"Struct" ,"Size":0 ,"PackingSize":0 ,"Fields":[ {"Name":"iVersion","Type":{"Kind":"Native","Name":"Int32"},"Attrs":[]} ,{"Name":"szOsFile","Type":{"Kind":"Native","Name":"Int32"},"Attrs":[]} ,{"Name":"mxPathname","Type":{"Kind":"Native","Name":"Int32"},"Attrs":[]} ,{"Name":"pNext","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_vfs","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":[]} ,{"Name":"zName","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["Const"]} ,{"Name":"pAppData","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":[]} ,{"Name":"xOpen","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xDelete","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xAccess","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xFullPathname","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xDlOpen","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xDlError","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xDlSym","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xDlClose","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xRandomness","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xSleep","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xCurrentTime","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xGetLastError","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xCurrentTimeInt64","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xSetSystemCall","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xGetSystemCall","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xNextSystemCall","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ] ,"NestedTypes":[ ] } ,{ "Name":"sqlite3_mem_methods" ,"Architectures":[] ,"Platform":null ,"Kind":"Struct" ,"Size":0 ,"PackingSize":0 ,"Fields":[ {"Name":"xMalloc","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xFree","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xRealloc","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xSize","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xRoundup","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xInit","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xShutdown","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"pAppData","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":[]} ] ,"NestedTypes":[ ] } ,{ "Name":"sqlite3_destructor_type" ,"Architectures":[] ,"Platform":null ,"Kind":"FunctionPointer" ,"SetLastError":false ,"ReturnType":{"Kind":"Native","Name":"Void"} ,"ReturnAttrs":[] ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_module" ,"Architectures":[] ,"Platform":null ,"Kind":"Struct" ,"Size":0 ,"PackingSize":0 ,"Fields":[ {"Name":"iVersion","Type":{"Kind":"Native","Name":"Int32"},"Attrs":[]} ,{"Name":"xCreate","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xConnect","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xBestIndex","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xDisconnect","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xDestroy","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xOpen","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xClose","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xFilter","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xNext","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xEof","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xColumn","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xRowid","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xUpdate","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xBegin","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xSync","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xCommit","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xRollback","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xFindFunction","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xRename","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xSavepoint","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xRelease","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xRollbackTo","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xShadowName","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ] ,"NestedTypes":[ ] } ,{ "Name":"sqlite3_index_info" ,"Architectures":[] ,"Platform":null ,"Kind":"Struct" ,"Size":0 ,"PackingSize":0 ,"Fields":[ {"Name":"nConstraint","Type":{"Kind":"Native","Name":"Int32"},"Attrs":[]} ,{"Name":"aConstraint","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_index_constraint","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":[]} ,{"Name":"nOrderBy","Type":{"Kind":"Native","Name":"Int32"},"Attrs":[]} ,{"Name":"aOrderBy","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_index_orderby","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":[]} ,{"Name":"aConstraintUsage","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_index_constraint_usage","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":[]} ,{"Name":"idxNum","Type":{"Kind":"Native","Name":"Int32"},"Attrs":[]} ,{"Name":"idxStr","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":[]} ,{"Name":"needToFreeIdxStr","Type":{"Kind":"Native","Name":"Int32"},"Attrs":[]} ,{"Name":"orderByConsumed","Type":{"Kind":"Native","Name":"Int32"},"Attrs":[]} ,{"Name":"estimatedCost","Type":{"Kind":"Native","Name":"Double"},"Attrs":[]} ,{"Name":"estimatedRows","Type":{"Kind":"Native","Name":"Int64"},"Attrs":[]} ,{"Name":"idxFlags","Type":{"Kind":"Native","Name":"Int32"},"Attrs":[]} ,{"Name":"colUsed","Type":{"Kind":"Native","Name":"UInt64"},"Attrs":[]} ] ,"NestedTypes":[ { "Name":"sqlite3_index_orderby" ,"Architectures":[] ,"Platform":null ,"Kind":"Struct" ,"Size":0 ,"PackingSize":0 ,"Fields":[ {"Name":"iColumn","Type":{"Kind":"Native","Name":"Int32"},"Attrs":[]} ,{"Name":"desc","Type":{"Kind":"Native","Name":"Byte"},"Attrs":[]} ] ,"NestedTypes":[ ] } ,{ "Name":"sqlite3_index_constraint_usage" ,"Architectures":[] ,"Platform":null ,"Kind":"Struct" ,"Size":0 ,"PackingSize":0 ,"Fields":[ {"Name":"argvIndex","Type":{"Kind":"Native","Name":"Int32"},"Attrs":[]} ,{"Name":"omit","Type":{"Kind":"Native","Name":"Byte"},"Attrs":[]} ] ,"NestedTypes":[ ] } ,{ "Name":"sqlite3_index_constraint" ,"Architectures":[] ,"Platform":null ,"Kind":"Struct" ,"Size":0 ,"PackingSize":0 ,"Fields":[ {"Name":"iColumn","Type":{"Kind":"Native","Name":"Int32"},"Attrs":[]} ,{"Name":"op","Type":{"Kind":"Native","Name":"Byte"},"Attrs":[]} ,{"Name":"usable","Type":{"Kind":"Native","Name":"Byte"},"Attrs":[]} ,{"Name":"iTermOffset","Type":{"Kind":"Native","Name":"Int32"},"Attrs":[]} ] ,"NestedTypes":[ ] } ] } ,{ "Name":"sqlite3_vtab" ,"Architectures":[] ,"Platform":null ,"Kind":"Struct" ,"Size":0 ,"PackingSize":0 ,"Fields":[ {"Name":"pModule","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_module","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["Const"]} ,{"Name":"nRef","Type":{"Kind":"Native","Name":"Int32"},"Attrs":[]} ,{"Name":"zErrMsg","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":[]} ] ,"NestedTypes":[ ] } ,{ "Name":"sqlite3_vtab_cursor" ,"Architectures":[] ,"Platform":null ,"Kind":"Struct" ,"Size":0 ,"PackingSize":0 ,"Fields":[ {"Name":"pVtab","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_vtab","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":[]} ] ,"NestedTypes":[ ] } ,{ "Name":"sqlite3_mutex_methods" ,"Architectures":[] ,"Platform":null ,"Kind":"Struct" ,"Size":0 ,"PackingSize":0 ,"Fields":[ {"Name":"xMutexInit","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xMutexEnd","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xMutexAlloc","Type":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_mutex","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}}}}}}}}}},"Attrs":[]} ,{"Name":"xMutexFree","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xMutexEnter","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xMutexTry","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xMutexLeave","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xMutexHeld","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xMutexNotheld","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ] ,"NestedTypes":[ ] } ,{ "Name":"sqlite3_pcache_page" ,"Architectures":[] ,"Platform":null ,"Kind":"Struct" ,"Size":0 ,"PackingSize":0 ,"Fields":[ {"Name":"pBuf","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":[]} ,{"Name":"pExtra","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":[]} ] ,"NestedTypes":[ ] } ,{ "Name":"sqlite3_pcache_methods2" ,"Architectures":[] ,"Platform":null ,"Kind":"Struct" ,"Size":0 ,"PackingSize":0 ,"Fields":[ {"Name":"iVersion","Type":{"Kind":"Native","Name":"Int32"},"Attrs":[]} ,{"Name":"pArg","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":[]} ,{"Name":"xInit","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xShutdown","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xCreate","Type":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_pcache","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}}}}}}}}}},"Attrs":[]} ,{"Name":"xCachesize","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xPagecount","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xFetch","Type":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_pcache_page","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}}}}}}}}}}}}}}}}}}}},"Attrs":[]} ,{"Name":"xUnpin","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xRekey","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xTruncate","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xDestroy","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xShrink","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ] ,"NestedTypes":[ ] } ,{ "Name":"sqlite3_pcache_methods" ,"Architectures":[] ,"Platform":null ,"Kind":"Struct" ,"Size":0 ,"PackingSize":0 ,"Fields":[ {"Name":"pArg","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":[]} ,{"Name":"xInit","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xShutdown","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xCreate","Type":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_pcache","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}}}}}}}}}},"Attrs":[]} ,{"Name":"xCachesize","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xPagecount","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xFetch","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xUnpin","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xRekey","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xTruncate","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xDestroy","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ] ,"NestedTypes":[ ] } ,{ "Name":"sqlite3_snapshot" ,"Architectures":[] ,"Platform":null ,"Kind":"Struct" ,"Size":0 ,"PackingSize":0 ,"Fields":[ {"Name":"hidden","Type":{"Kind":"Array","Shape":{"Size":48},"Child":{"Kind":"Native","Name":"Byte"}},"Attrs":[]} ] ,"NestedTypes":[ ] } ,{ "Name":"sqlite3_rtree_geometry" ,"Architectures":[] ,"Platform":null ,"Kind":"Struct" ,"Size":0 ,"PackingSize":0 ,"Fields":[ {"Name":"pContext","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":[]} ,{"Name":"nParam","Type":{"Kind":"Native","Name":"Int32"},"Attrs":[]} ,{"Name":"aParam","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Double"}},"Attrs":[]} ,{"Name":"pUser","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":[]} ,{"Name":"xDelUser","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ] ,"NestedTypes":[ ] } ,{ "Name":"sqlite3_rtree_query_info" ,"Architectures":[] ,"Platform":null ,"Kind":"Struct" ,"Size":0 ,"PackingSize":0 ,"Fields":[ {"Name":"pContext","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":[]} ,{"Name":"nParam","Type":{"Kind":"Native","Name":"Int32"},"Attrs":[]} ,{"Name":"aParam","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Double"}},"Attrs":[]} ,{"Name":"pUser","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":[]} ,{"Name":"xDelUser","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"aCoord","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Double"}},"Attrs":[]} ,{"Name":"anQueue","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"UInt32"}},"Attrs":[]} ,{"Name":"nCoord","Type":{"Kind":"Native","Name":"Int32"},"Attrs":[]} ,{"Name":"iLevel","Type":{"Kind":"Native","Name":"Int32"},"Attrs":[]} ,{"Name":"mxLevel","Type":{"Kind":"Native","Name":"Int32"},"Attrs":[]} ,{"Name":"iRowid","Type":{"Kind":"Native","Name":"Int64"},"Attrs":[]} ,{"Name":"rParentScore","Type":{"Kind":"Native","Name":"Double"},"Attrs":[]} ,{"Name":"eParentWithin","Type":{"Kind":"Native","Name":"Int32"},"Attrs":[]} ,{"Name":"eWithin","Type":{"Kind":"Native","Name":"Int32"},"Attrs":[]} ,{"Name":"rScore","Type":{"Kind":"Native","Name":"Double"},"Attrs":[]} ,{"Name":"apSqlParam","Type":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_value","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}}},"Attrs":[]} ] ,"NestedTypes":[ ] } ,{ "Name":"fts5_extension_function" ,"Architectures":[] ,"Platform":null ,"Kind":"FunctionPointer" ,"SetLastError":false ,"ReturnType":{"Kind":"Native","Name":"Void"} ,"ReturnAttrs":[] ,"Attrs":[] ,"Params":[ {"Name":"pApi","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"Fts5ExtensionApi","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Const"]} ,{"Name":"pFts","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"Fts5Context","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"pCtx","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_context","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"nVal","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ,{"Name":"apVal","Type":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_value","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}}},"Attrs":["In","Out"]} ] } ,{ "Name":"Fts5PhraseIter" ,"Architectures":[] ,"Platform":null ,"Kind":"Struct" ,"Size":0 ,"PackingSize":0 ,"Fields":[ {"Name":"a","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Byte"}},"Attrs":["Const"]} ,{"Name":"b","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Byte"}},"Attrs":["Const"]} ] ,"NestedTypes":[ ] } ,{ "Name":"Fts5ExtensionApi" ,"Architectures":[] ,"Platform":null ,"Kind":"Struct" ,"Size":0 ,"PackingSize":0 ,"Fields":[ {"Name":"iVersion","Type":{"Kind":"Native","Name":"Int32"},"Attrs":[]} ,{"Name":"xUserData","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xColumnCount","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xRowCount","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xColumnTotalSize","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xTokenize","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xPhraseCount","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xPhraseSize","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xInstCount","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xInst","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xRowid","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xColumnText","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xColumnSize","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xQueryPhrase","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xSetAuxdata","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xGetAuxdata","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xPhraseFirst","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xPhraseNext","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xPhraseFirstColumn","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xPhraseNextColumn","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ] ,"NestedTypes":[ ] } ,{ "Name":"fts5_tokenizer" ,"Architectures":[] ,"Platform":null ,"Kind":"Struct" ,"Size":0 ,"PackingSize":0 ,"Fields":[ {"Name":"xCreate","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xDelete","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xTokenize","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ] ,"NestedTypes":[ ] } ,{ "Name":"fts5_api" ,"Architectures":[] ,"Platform":null ,"Kind":"Struct" ,"Size":0 ,"PackingSize":0 ,"Fields":[ {"Name":"iVersion","Type":{"Kind":"Native","Name":"Int32"},"Attrs":[]} ,{"Name":"xCreateTokenizer","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xFindTokenizer","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xCreateFunction","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ] ,"NestedTypes":[ ] } ,{ "Name":"sqlite3_api_routines" ,"Architectures":["X64","Arm64"] ,"Platform":null ,"Kind":"Struct" ,"Size":0 ,"PackingSize":0 ,"Fields":[ {"Name":"aggregate_context","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"aggregate_count","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"bind_blob","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"bind_double","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"bind_int","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"bind_int64","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"bind_null","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"bind_parameter_count","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"bind_parameter_index","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"bind_parameter_name","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"bind_text","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"bind_text16","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"bind_value","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"busy_handler","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"busy_timeout","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"changes","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"close","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"collation_needed","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"collation_needed16","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"column_blob","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"column_bytes","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"column_bytes16","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"column_count","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"column_database_name","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"column_database_name16","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"column_decltype","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"column_decltype16","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"column_double","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"column_int","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"column_int64","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"column_name","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"column_name16","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"column_origin_name","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"column_origin_name16","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"column_table_name","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"column_table_name16","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"column_text","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"column_text16","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"column_type","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"column_value","Type":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_value","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}}}}}}}}}}}}}}}}}},"Attrs":[]} ,{"Name":"commit_hook","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"complete","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"complete16","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"create_collation","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"create_collation16","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"create_function","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"create_function16","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"create_module","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"data_count","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"db_handle","Type":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}}}}}}}}}}}}}}}}}},"Attrs":[]} ,{"Name":"declare_vtab","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"enable_shared_cache","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"errcode","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"errmsg","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"errmsg16","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"exec","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"expired","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"finalize","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"free","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"free_table","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"get_autocommit","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"get_auxdata","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"get_table","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"global_recover","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"interruptx","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"last_insert_rowid","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"libversion","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"libversion_number","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"malloc","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"mprintf","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"open","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"open16","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"prepare","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"prepare16","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"profile","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"progress_handler","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"realloc","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"reset","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"result_blob","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"result_double","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"result_error","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"result_error16","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"result_int","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"result_int64","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"result_null","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"result_text","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"result_text16","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"result_text16be","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"result_text16le","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"result_value","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"rollback_hook","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"set_authorizer","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"set_auxdata","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xsnprintf","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"step","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"table_column_metadata","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"thread_cleanup","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"total_changes","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"trace","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"transfer_bindings","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"update_hook","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"user_data","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"value_blob","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"value_bytes","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"value_bytes16","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"value_double","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"value_int","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"value_int64","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"value_numeric_type","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"value_text","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"value_text16","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"value_text16be","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"value_text16le","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"value_type","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"vmprintf","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"overload_function","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"prepare_v2","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"prepare16_v2","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"clear_bindings","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"create_module_v2","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"bind_zeroblob","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"blob_bytes","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"blob_close","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"blob_open","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"blob_read","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"blob_write","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"create_collation_v2","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"file_control","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"memory_highwater","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"memory_used","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"mutex_alloc","Type":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_mutex","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}}}}}}}}}},"Attrs":[]} ,{"Name":"mutex_enter","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"mutex_free","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"mutex_leave","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"mutex_try","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"open_v2","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"release_memory","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"result_error_nomem","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"result_error_toobig","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"sleep","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"soft_heap_limit","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"vfs_find","Type":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_vfs","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}}}}}}}}}}},"Attrs":[]} ,{"Name":"vfs_register","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"vfs_unregister","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xthreadsafe","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"result_zeroblob","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"result_error_code","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"test_control","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"randomness","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"context_db_handle","Type":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}}}}}}}}}}}}}}}}}}}}},"Attrs":[]} ,{"Name":"extended_result_codes","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"limit","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"next_stmt","Type":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}}}}}}}}}}}}},"Attrs":[]} ,{"Name":"sql","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"status","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"backup_finish","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"backup_init","Type":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_backup","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}}}}}}}}}}}}},"Attrs":[]} ,{"Name":"backup_pagecount","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"backup_remaining","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"backup_step","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"compileoption_get","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"compileoption_used","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"create_function_v2","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"db_config","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"db_mutex","Type":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_mutex","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}}}}}}}}}}}}},"Attrs":[]} ,{"Name":"db_status","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"extended_errcode","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"log","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"soft_heap_limit64","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"sourceid","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"stmt_status","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"strnicmp","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"unlock_notify","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"wal_autocheckpoint","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"wal_checkpoint","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"wal_hook","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"blob_reopen","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"vtab_config","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"vtab_on_conflict","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"close_v2","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"db_filename","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"db_readonly","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"db_release_memory","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"errstr","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"stmt_busy","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"stmt_readonly","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"stricmp","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"uri_boolean","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"uri_int64","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"uri_parameter","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"xvsnprintf","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"wal_checkpoint_v2","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"auto_extension","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"bind_blob64","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"bind_text64","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"cancel_auto_extension","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"load_extension","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"malloc64","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"msize","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"realloc64","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"reset_auto_extension","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"result_blob64","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"result_text64","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"strglob","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"value_dup","Type":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_value","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}}}}}}}}}}},"Attrs":[]} ,{"Name":"value_free","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"result_zeroblob64","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"bind_zeroblob64","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"value_subtype","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"result_subtype","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"status64","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"strlike","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"db_cacheflush","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"system_errno","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"trace_v2","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"expanded_sql","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"set_last_insert_rowid","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"prepare_v3","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"prepare16_v3","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"bind_pointer","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"result_pointer","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"value_pointer","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"vtab_nochange","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"value_nochange","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"vtab_collation","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"keyword_count","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"keyword_name","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"keyword_check","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"str_new","Type":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_str","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}}}}}}}}}}}}},"Attrs":[]} ,{"Name":"str_finish","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"str_appendf","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"str_vappendf","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"str_append","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"str_appendall","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"str_appendchar","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"str_reset","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"str_errcode","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"str_length","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"str_value","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"create_window_function","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"normalized_sql","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"stmt_isexplain","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"value_frombind","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"drop_modules","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"hard_heap_limit64","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"uri_key","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"filename_database","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"filename_journal","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"filename_wal","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"create_filename","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"free_filename","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"database_file_object","Type":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_file","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}}}}}}}}}}},"Attrs":[]} ,{"Name":"txn_state","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ] ,"NestedTypes":[ ] } ,{ "Name":"sqlite3_loadext_entry" ,"Architectures":[] ,"Platform":null ,"Kind":"FunctionPointer" ,"SetLastError":false ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Attrs":[] ,"Params":[ {"Name":"db","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"pzErrMsg","Type":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"SByte"}}},"Attrs":["In","Out"]} ,{"Name":"pThunk","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_api_routines","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Const"]} ] } ,{ "Name":"sqlite3_api_routines" ,"Architectures":["X86"] ,"Platform":null ,"Kind":"Struct" ,"Size":0 ,"PackingSize":0 ,"Fields":[ {"Name":"aggregate_context","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"aggregate_count","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"bind_blob","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"bind_double","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"bind_int","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"bind_int64","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"bind_null","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"bind_parameter_count","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"bind_parameter_index","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"bind_parameter_name","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"bind_text","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"bind_text16","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"bind_value","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"busy_handler","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"busy_timeout","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"changes","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"close","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"collation_needed","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"collation_needed16","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"column_blob","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"column_bytes","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"column_bytes16","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"column_count","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"column_database_name","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"column_database_name16","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"column_decltype","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"column_decltype16","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"column_double","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"column_int","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"column_int64","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"column_name","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"column_name16","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"column_origin_name","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"column_origin_name16","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"column_table_name","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"column_table_name16","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"column_text","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"column_text16","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"column_type","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"column_value","Type":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_value","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}}}}}}}}}}}}}}}}}},"Attrs":[]} ,{"Name":"commit_hook","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"complete","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"complete16","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"create_collation","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"create_collation16","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"create_function","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"create_function16","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"create_module","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"data_count","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"db_handle","Type":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}}}}}}}}}}}}}}}}}},"Attrs":[]} ,{"Name":"declare_vtab","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"enable_shared_cache","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"errcode","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"errmsg","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"errmsg16","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"exec","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"expired","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"finalize","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"free","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"free_table","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"get_autocommit","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"get_auxdata","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"get_table","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"global_recover","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"interruptx","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"last_insert_rowid","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"libversion","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"libversion_number","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"malloc","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"mprintf","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"open","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"open16","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"prepare","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"prepare16","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"profile","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"progress_handler","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"realloc","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"reset","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"result_blob","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"result_double","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"result_error","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"result_error16","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"result_int","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"result_int64","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"result_null","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"result_text","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"result_text16","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"result_text16be","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"result_text16le","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"result_value","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"rollback_hook","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"set_authorizer","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"set_auxdata","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xsnprintf","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"step","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"table_column_metadata","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"thread_cleanup","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"total_changes","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"trace","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"transfer_bindings","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"update_hook","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"user_data","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"value_blob","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"value_bytes","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"value_bytes16","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"value_double","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"value_int","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"value_int64","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"value_numeric_type","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"value_text","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"value_text16","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"value_text16be","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"value_text16le","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"value_type","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"vmprintf","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"overload_function","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"prepare_v2","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"prepare16_v2","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"clear_bindings","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"create_module_v2","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"bind_zeroblob","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"blob_bytes","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"blob_close","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"blob_open","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"blob_read","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"blob_write","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"create_collation_v2","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"file_control","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"memory_highwater","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"memory_used","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"mutex_alloc","Type":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_mutex","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}}}}}}}}}},"Attrs":[]} ,{"Name":"mutex_enter","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"mutex_free","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"mutex_leave","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"mutex_try","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"open_v2","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"release_memory","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"result_error_nomem","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"result_error_toobig","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"sleep","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"soft_heap_limit","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"vfs_find","Type":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_vfs","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}}}}}}}}}}},"Attrs":[]} ,{"Name":"vfs_register","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"vfs_unregister","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"xthreadsafe","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"result_zeroblob","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"result_error_code","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"test_control","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"randomness","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"context_db_handle","Type":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}}}}}}}}}}}}}}}}}}}}},"Attrs":[]} ,{"Name":"extended_result_codes","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"limit","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"next_stmt","Type":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}}}}}}}}}}}}},"Attrs":[]} ,{"Name":"sql","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"status","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"backup_finish","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"backup_init","Type":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_backup","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}}}}}}}}}}}}},"Attrs":[]} ,{"Name":"backup_pagecount","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"backup_remaining","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"backup_step","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"compileoption_get","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"compileoption_used","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"create_function_v2","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"db_config","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"db_mutex","Type":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_mutex","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}}}}}}}}}}}}},"Attrs":[]} ,{"Name":"db_status","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"extended_errcode","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"log","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"soft_heap_limit64","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"sourceid","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"stmt_status","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"strnicmp","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"unlock_notify","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"wal_autocheckpoint","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"wal_checkpoint","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"wal_hook","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"blob_reopen","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"vtab_config","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"vtab_on_conflict","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"close_v2","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"db_filename","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"db_readonly","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"db_release_memory","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"errstr","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"stmt_busy","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"stmt_readonly","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"stricmp","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"uri_boolean","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"uri_int64","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"uri_parameter","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"xvsnprintf","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"wal_checkpoint_v2","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"auto_extension","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"bind_blob64","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"bind_text64","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"cancel_auto_extension","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"load_extension","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"malloc64","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"msize","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"realloc64","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"reset_auto_extension","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"result_blob64","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"result_text64","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"strglob","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"value_dup","Type":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_value","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}}}}}}}}}}},"Attrs":[]} ,{"Name":"value_free","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"result_zeroblob64","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"bind_zeroblob64","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"value_subtype","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"result_subtype","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"status64","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"strlike","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"db_cacheflush","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"system_errno","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"trace_v2","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"expanded_sql","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"set_last_insert_rowid","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"prepare_v3","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"prepare16_v3","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"bind_pointer","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"result_pointer","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"value_pointer","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"vtab_nochange","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"value_nochange","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"vtab_collation","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"keyword_count","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"keyword_name","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"keyword_check","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"str_new","Type":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_str","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}}}}}}}}}}}}},"Attrs":[]} ,{"Name":"str_finish","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"str_appendf","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"str_vappendf","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"str_append","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"str_appendall","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"str_appendchar","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"str_reset","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"str_errcode","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"str_length","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"str_value","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"create_window_function","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"normalized_sql","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"stmt_isexplain","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"value_frombind","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"drop_modules","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"hard_heap_limit64","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"uri_key","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"filename_database","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"filename_journal","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"filename_wal","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["Const"]} ,{"Name":"create_filename","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"free_filename","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ,{"Name":"database_file_object","Type":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_file","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}}}}}}}}}}},"Attrs":[]} ,{"Name":"txn_state","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":[]} ] ,"NestedTypes":[ ] } ] ,"Functions":[ { "Name":"sqlite3_libversion" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ ] } ,{ "Name":"sqlite3_sourceid" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ ] } ,{ "Name":"sqlite3_libversion_number" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ ] } ,{ "Name":"sqlite3_compileoption_used" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"zOptName","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ] } ,{ "Name":"sqlite3_compileoption_get" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"N","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_threadsafe" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ ] } ,{ "Name":"sqlite3_close" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_close_v2" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_exec" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"sql","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ,{"Name":"callback","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["In"]} ,{"Name":"param3","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":["In","Out"]} ,{"Name":"errmsg","Type":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"SByte"}}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_initialize" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ ] } ,{ "Name":"sqlite3_shutdown" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ ] } ,{ "Name":"sqlite3_os_init" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ ] } ,{ "Name":"sqlite3_os_end" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ ] } ,{ "Name":"sqlite3_config" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_db_config" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"op","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_extended_result_codes" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"onoff","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_last_insert_rowid" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int64"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_set_last_insert_rowid" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Void"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"param1","Type":{"Kind":"Native","Name":"Int64"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_changes" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_total_changes" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_interrupt" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Void"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_complete" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"sql","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ] } ,{ "Name":"sqlite3_complete16" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"sql","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":["In","Const"]} ] } ,{ "Name":"sqlite3_busy_handler" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"param1","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["In"]} ,{"Name":"param2","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_busy_timeout" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"ms","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_get_table" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"db","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"zSql","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ,{"Name":"pazResult","Type":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"SByte"}}}},"Attrs":["In","Out"]} ,{"Name":"pnRow","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Int32"}},"Attrs":["In","Out"]} ,{"Name":"pnColumn","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Int32"}},"Attrs":["In","Out"]} ,{"Name":"pzErrmsg","Type":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"SByte"}}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_free_table" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Void"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"result","Type":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"SByte"}}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_mprintf" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ] } ,{ "Name":"sqlite3_vmprintf" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ,{"Name":"param1","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"SByte"}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_snprintf" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ,{"Name":"param1","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In"]} ,{"Name":"param2","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ] } ,{ "Name":"sqlite3_vsnprintf" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ,{"Name":"param1","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In"]} ,{"Name":"param2","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ,{"Name":"param3","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"SByte"}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_malloc" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_malloc64" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"Native","Name":"UInt64"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_realloc" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":["In","Out"]} ,{"Name":"param1","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_realloc64" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":["In","Out"]} ,{"Name":"param1","Type":{"Kind":"Native","Name":"UInt64"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_free" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Void"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_msize" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"UInt64"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_memory_used" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int64"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ ] } ,{ "Name":"sqlite3_memory_highwater" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int64"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"resetFlag","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_randomness" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Void"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"N","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ,{"Name":"P","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_set_authorizer" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"xAuth","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["In"]} ,{"Name":"pUserData","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_trace" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"xTrace","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["In"]} ,{"Name":"param2","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_profile" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"xProfile","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["In"]} ,{"Name":"param2","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_trace_v2" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"uMask","Type":{"Kind":"Native","Name":"UInt32"},"Attrs":["In"]} ,{"Name":"xCallback","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["In"]} ,{"Name":"pCtx","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_progress_handler" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Void"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"param1","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ,{"Name":"param2","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["In"]} ,{"Name":"param3","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_open" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"filename","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ,{"Name":"ppDb","Type":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_open16" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"filename","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":["In","Const"]} ,{"Name":"ppDb","Type":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_open_v2" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"filename","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ,{"Name":"ppDb","Type":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}}},"Attrs":["In","Out"]} ,{"Name":"flags","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ,{"Name":"zVfs","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ] } ,{ "Name":"sqlite3_uri_parameter" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"zFilename","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ,{"Name":"zParam","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ] } ,{ "Name":"sqlite3_uri_boolean" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"zFile","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ,{"Name":"zParam","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ,{"Name":"bDefault","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_uri_int64" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int64"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ,{"Name":"param1","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ,{"Name":"param2","Type":{"Kind":"Native","Name":"Int64"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_uri_key" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"zFilename","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ,{"Name":"N","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_filename_database" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ] } ,{ "Name":"sqlite3_filename_journal" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ] } ,{ "Name":"sqlite3_filename_wal" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ] } ,{ "Name":"sqlite3_database_file_object" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_file","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ] } ,{ "Name":"sqlite3_create_filename" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"zDatabase","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ,{"Name":"zJournal","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ,{"Name":"zWal","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ,{"Name":"nParam","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ,{"Name":"azParam","Type":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"SByte"}}},"Attrs":["In","Const"]} ] } ,{ "Name":"sqlite3_free_filename" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Void"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_errcode" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"db","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_extended_errcode" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"db","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_errmsg" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_errmsg16" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_errstr" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_limit" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"id","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ,{"Name":"newVal","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_prepare" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"db","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"zSql","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ,{"Name":"nByte","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ,{"Name":"ppStmt","Type":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}}},"Attrs":["In","Out"]} ,{"Name":"pzTail","Type":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"SByte"}}},"Attrs":["In","Const"]} ] } ,{ "Name":"sqlite3_prepare_v2" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"db","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"zSql","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ,{"Name":"nByte","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ,{"Name":"ppStmt","Type":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}}},"Attrs":["In","Out"]} ,{"Name":"pzTail","Type":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"SByte"}}},"Attrs":["In","Const"]} ] } ,{ "Name":"sqlite3_prepare_v3" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"db","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"zSql","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ,{"Name":"nByte","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ,{"Name":"prepFlags","Type":{"Kind":"Native","Name":"UInt32"},"Attrs":["In"]} ,{"Name":"ppStmt","Type":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}}},"Attrs":["In","Out"]} ,{"Name":"pzTail","Type":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"SByte"}}},"Attrs":["In","Const"]} ] } ,{ "Name":"sqlite3_prepare16" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"db","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"zSql","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":["In","Const"]} ,{"Name":"nByte","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ,{"Name":"ppStmt","Type":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}}},"Attrs":["In","Out"]} ,{"Name":"pzTail","Type":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}}},"Attrs":["In","Const"]} ] } ,{ "Name":"sqlite3_prepare16_v2" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"db","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"zSql","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":["In","Const"]} ,{"Name":"nByte","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ,{"Name":"ppStmt","Type":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}}},"Attrs":["In","Out"]} ,{"Name":"pzTail","Type":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}}},"Attrs":["In","Const"]} ] } ,{ "Name":"sqlite3_prepare16_v3" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"db","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"zSql","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":["In","Const"]} ,{"Name":"nByte","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ,{"Name":"prepFlags","Type":{"Kind":"Native","Name":"UInt32"},"Attrs":["In"]} ,{"Name":"ppStmt","Type":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}}},"Attrs":["In","Out"]} ,{"Name":"pzTail","Type":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}}},"Attrs":["In","Const"]} ] } ,{ "Name":"sqlite3_sql" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"pStmt","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_expanded_sql" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"pStmt","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_stmt_readonly" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"pStmt","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_stmt_isexplain" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"pStmt","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_stmt_busy" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_bind_blob" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"param1","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ,{"Name":"param2","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":["In","Const"]} ,{"Name":"n","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ,{"Name":"param4","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_bind_blob64" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"param1","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ,{"Name":"param2","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":["In","Const"]} ,{"Name":"param3","Type":{"Kind":"Native","Name":"UInt64"},"Attrs":["In"]} ,{"Name":"param4","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_bind_double" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"param1","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ,{"Name":"param2","Type":{"Kind":"Native","Name":"Double"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_bind_int" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"param1","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ,{"Name":"param2","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_bind_int64" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"param1","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ,{"Name":"param2","Type":{"Kind":"Native","Name":"Int64"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_bind_null" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"param1","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_bind_text" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"param1","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ,{"Name":"param2","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ,{"Name":"param3","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ,{"Name":"param4","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_bind_text16" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"param1","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ,{"Name":"param2","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":["In","Const"]} ,{"Name":"param3","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ,{"Name":"param4","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_bind_text64" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"param1","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ,{"Name":"param2","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ,{"Name":"param3","Type":{"Kind":"Native","Name":"UInt64"},"Attrs":["In"]} ,{"Name":"param4","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["In"]} ,{"Name":"encoding","Type":{"Kind":"Native","Name":"Byte"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_bind_value" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"param1","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ,{"Name":"param2","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_value","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Const"]} ] } ,{ "Name":"sqlite3_bind_pointer" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"param1","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ,{"Name":"param2","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":["In","Out"]} ,{"Name":"param3","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ,{"Name":"param4","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_bind_zeroblob" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"param1","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ,{"Name":"n","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_bind_zeroblob64" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"param1","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ,{"Name":"param2","Type":{"Kind":"Native","Name":"UInt64"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_bind_parameter_count" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_bind_parameter_name" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"param1","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_bind_parameter_index" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"zName","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ] } ,{ "Name":"sqlite3_clear_bindings" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_column_count" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"pStmt","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_column_name" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"N","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_column_name16" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"N","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_column_database_name" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"param1","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_column_database_name16" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"param1","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_column_table_name" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"param1","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_column_table_name16" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"param1","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_column_origin_name" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"param1","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_column_origin_name16" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"param1","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_column_decltype" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"param1","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_column_decltype16" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"param1","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_step" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_data_count" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"pStmt","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_column_blob" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"iCol","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_column_double" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Double"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"iCol","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_column_int" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"iCol","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_column_int64" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int64"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"iCol","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_column_text" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Byte"}} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"iCol","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_column_text16" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"iCol","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_column_value" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_value","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"iCol","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_column_bytes" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"iCol","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_column_bytes16" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"iCol","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_column_type" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"iCol","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_finalize" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"pStmt","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_reset" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"pStmt","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_create_function" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"db","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"zFunctionName","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ,{"Name":"nArg","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ,{"Name":"eTextRep","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ,{"Name":"pApp","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":["In","Out"]} ,{"Name":"xFunc","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["In"]} ,{"Name":"xStep","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["In"]} ,{"Name":"xFinal","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_create_function16" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"db","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"zFunctionName","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":["In","Const"]} ,{"Name":"nArg","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ,{"Name":"eTextRep","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ,{"Name":"pApp","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":["In","Out"]} ,{"Name":"xFunc","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["In"]} ,{"Name":"xStep","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["In"]} ,{"Name":"xFinal","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_create_function_v2" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"db","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"zFunctionName","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ,{"Name":"nArg","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ,{"Name":"eTextRep","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ,{"Name":"pApp","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":["In","Out"]} ,{"Name":"xFunc","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["In"]} ,{"Name":"xStep","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["In"]} ,{"Name":"xFinal","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["In"]} ,{"Name":"xDestroy","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_create_window_function" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"db","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"zFunctionName","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ,{"Name":"nArg","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ,{"Name":"eTextRep","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ,{"Name":"pApp","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":["In","Out"]} ,{"Name":"xStep","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["In"]} ,{"Name":"xFinal","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["In"]} ,{"Name":"xValue","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["In"]} ,{"Name":"xInverse","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["In"]} ,{"Name":"xDestroy","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_aggregate_count" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_context","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_expired" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_transfer_bindings" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"param1","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_global_recover" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ ] } ,{ "Name":"sqlite3_thread_cleanup" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Void"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ ] } ,{ "Name":"sqlite3_memory_alarm" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["In"]} ,{"Name":"param1","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":["In","Out"]} ,{"Name":"param2","Type":{"Kind":"Native","Name":"Int64"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_value_blob" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_value","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_value_double" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Double"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_value","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_value_int" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_value","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_value_int64" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int64"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_value","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_value_pointer" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_value","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"param1","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ] } ,{ "Name":"sqlite3_value_text" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Byte"}} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_value","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_value_text16" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_value","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_value_text16le" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_value","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_value_text16be" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_value","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_value_bytes" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_value","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_value_bytes16" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_value","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_value_type" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_value","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_value_numeric_type" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_value","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_value_nochange" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_value","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_value_frombind" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_value","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_value_subtype" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"UInt32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_value","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_value_dup" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_value","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_value","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Const"]} ] } ,{ "Name":"sqlite3_value_free" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Void"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_value","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_aggregate_context" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_context","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"nBytes","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_user_data" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_context","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_context_db_handle" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_context","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_get_auxdata" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_context","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"N","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_set_auxdata" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Void"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_context","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"N","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ,{"Name":"param2","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":["In","Out"]} ,{"Name":"param3","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_result_blob" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Void"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_context","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"param1","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":["In","Const"]} ,{"Name":"param2","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ,{"Name":"param3","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_result_blob64" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Void"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_context","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"param1","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":["In","Const"]} ,{"Name":"param2","Type":{"Kind":"Native","Name":"UInt64"},"Attrs":["In"]} ,{"Name":"param3","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_result_double" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Void"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_context","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"param1","Type":{"Kind":"Native","Name":"Double"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_result_error" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Void"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_context","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"param1","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ,{"Name":"param2","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_result_error16" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Void"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_context","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"param1","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":["In","Const"]} ,{"Name":"param2","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_result_error_toobig" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Void"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_context","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_result_error_nomem" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Void"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_context","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_result_error_code" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Void"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_context","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"param1","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_result_int" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Void"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_context","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"param1","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_result_int64" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Void"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_context","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"param1","Type":{"Kind":"Native","Name":"Int64"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_result_null" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Void"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_context","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_result_text" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Void"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_context","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"param1","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ,{"Name":"param2","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ,{"Name":"param3","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_result_text64" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Void"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_context","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"param1","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ,{"Name":"param2","Type":{"Kind":"Native","Name":"UInt64"},"Attrs":["In"]} ,{"Name":"param3","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["In"]} ,{"Name":"encoding","Type":{"Kind":"Native","Name":"Byte"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_result_text16" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Void"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_context","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"param1","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":["In","Const"]} ,{"Name":"param2","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ,{"Name":"param3","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_result_text16le" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Void"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_context","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"param1","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":["In","Const"]} ,{"Name":"param2","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ,{"Name":"param3","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_result_text16be" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Void"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_context","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"param1","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":["In","Const"]} ,{"Name":"param2","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ,{"Name":"param3","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_result_value" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Void"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_context","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"param1","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_value","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_result_pointer" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Void"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_context","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"param1","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":["In","Out"]} ,{"Name":"param2","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ,{"Name":"param3","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_result_zeroblob" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Void"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_context","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"n","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_result_zeroblob64" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_context","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"n","Type":{"Kind":"Native","Name":"UInt64"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_result_subtype" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Void"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_context","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"param1","Type":{"Kind":"Native","Name":"UInt32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_create_collation" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"zName","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ,{"Name":"eTextRep","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ,{"Name":"pArg","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":["In","Out"]} ,{"Name":"xCompare","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_create_collation_v2" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"zName","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ,{"Name":"eTextRep","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ,{"Name":"pArg","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":["In","Out"]} ,{"Name":"xCompare","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["In"]} ,{"Name":"xDestroy","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_create_collation16" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"zName","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":["In","Const"]} ,{"Name":"eTextRep","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ,{"Name":"pArg","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":["In","Out"]} ,{"Name":"xCompare","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_collation_needed" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"param1","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":["In","Out"]} ,{"Name":"param2","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_collation_needed16" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"param1","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":["In","Out"]} ,{"Name":"param2","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_sleep" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_win32_set_directory" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"type","Type":{"Kind":"Native","Name":"UInt32"},"Attrs":["In"]} ,{"Name":"zValue","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_win32_set_directory8" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"type","Type":{"Kind":"Native","Name":"UInt32"},"Attrs":["In"]} ,{"Name":"zValue","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ] } ,{ "Name":"sqlite3_win32_set_directory16" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"type","Type":{"Kind":"Native","Name":"UInt32"},"Attrs":["In"]} ,{"Name":"zValue","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":["In","Const"]} ] } ,{ "Name":"sqlite3_get_autocommit" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_db_handle" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_db_filename" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"db","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"zDbName","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ] } ,{ "Name":"sqlite3_db_readonly" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"db","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"zDbName","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ] } ,{ "Name":"sqlite3_txn_state" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"zSchema","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ] } ,{ "Name":"sqlite3_next_stmt" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"pDb","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"pStmt","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_commit_hook" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"param1","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["In"]} ,{"Name":"param2","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_rollback_hook" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"param1","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["In"]} ,{"Name":"param2","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_update_hook" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"param1","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["In"]} ,{"Name":"param2","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_enable_shared_cache" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_release_memory" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_db_release_memory" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_soft_heap_limit64" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int64"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"N","Type":{"Kind":"Native","Name":"Int64"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_hard_heap_limit64" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int64"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"N","Type":{"Kind":"Native","Name":"Int64"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_soft_heap_limit" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Void"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"N","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_table_column_metadata" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"db","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"zDbName","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ,{"Name":"zTableName","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ,{"Name":"zColumnName","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ,{"Name":"pzDataType","Type":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"SByte"}}},"Attrs":["In","Const"]} ,{"Name":"pzCollSeq","Type":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"SByte"}}},"Attrs":["In","Const"]} ,{"Name":"pNotNull","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Int32"}},"Attrs":["In","Out"]} ,{"Name":"pPrimaryKey","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Int32"}},"Attrs":["In","Out"]} ,{"Name":"pAutoinc","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Int32"}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_load_extension" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"db","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"zFile","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ,{"Name":"zProc","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ,{"Name":"pzErrMsg","Type":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"SByte"}}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_enable_load_extension" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"db","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"onoff","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_auto_extension" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"xEntryPoint","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_cancel_auto_extension" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"xEntryPoint","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_reset_auto_extension" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Void"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ ] } ,{ "Name":"sqlite3_create_module" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"db","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"zName","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ,{"Name":"p","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_module","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Const"]} ,{"Name":"pClientData","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_create_module_v2" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"db","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"zName","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ,{"Name":"p","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_module","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Const"]} ,{"Name":"pClientData","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":["In","Out"]} ,{"Name":"xDestroy","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_drop_modules" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"db","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"azKeep","Type":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"SByte"}}},"Attrs":["In","Const"]} ] } ,{ "Name":"sqlite3_declare_vtab" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"zSQL","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ] } ,{ "Name":"sqlite3_overload_function" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"zFuncName","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ,{"Name":"nArg","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_blob_open" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"zDb","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ,{"Name":"zTable","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ,{"Name":"zColumn","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ,{"Name":"iRow","Type":{"Kind":"Native","Name":"Int64"},"Attrs":["In"]} ,{"Name":"flags","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ,{"Name":"ppBlob","Type":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_blob","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_blob_reopen" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_blob","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"param1","Type":{"Kind":"Native","Name":"Int64"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_blob_close" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_blob","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_blob_bytes" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_blob","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_blob_read" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_blob","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"Z","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":["In","Out"]} ,{"Name":"N","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ,{"Name":"iOffset","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_blob_write" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_blob","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"z","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":["In","Const"]} ,{"Name":"n","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ,{"Name":"iOffset","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_vfs_find" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_vfs","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"zVfsName","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ] } ,{ "Name":"sqlite3_vfs_register" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_vfs","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"makeDflt","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_vfs_unregister" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_vfs","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_mutex_alloc" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_mutex","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_mutex_free" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Void"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_mutex","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_mutex_enter" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Void"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_mutex","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_mutex_try" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_mutex","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_mutex_leave" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Void"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_mutex","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_db_mutex" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_mutex","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_file_control" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"zDbName","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ,{"Name":"op","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ,{"Name":"param3","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_test_control" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"op","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_keyword_count" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ ] } ,{ "Name":"sqlite3_keyword_name" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ,{"Name":"param1","Type":{"Kind":"PointerTo","Child":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"SByte"}}},"Attrs":["In","Const"]} ,{"Name":"param2","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Int32"}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_keyword_check" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ,{"Name":"param1","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_str_new" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_str","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_str_finish" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_str","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_str_appendf" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Void"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_str","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"zFormat","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ] } ,{ "Name":"sqlite3_str_vappendf" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Void"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_str","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"zFormat","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ,{"Name":"param2","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"SByte"}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_str_append" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Void"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_str","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"zIn","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ,{"Name":"N","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_str_appendall" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Void"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_str","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"zIn","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ] } ,{ "Name":"sqlite3_str_appendchar" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Void"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_str","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"N","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ,{"Name":"C","Type":{"Kind":"ApiRef","Name":"CHAR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_str_reset" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Void"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_str","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_str_errcode" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_str","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_str_length" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_str","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_str_value" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_str","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_status" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"op","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ,{"Name":"pCurrent","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Int32"}},"Attrs":["In","Out"]} ,{"Name":"pHighwater","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Int32"}},"Attrs":["In","Out"]} ,{"Name":"resetFlag","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_status64" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"op","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ,{"Name":"pCurrent","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Int64"}},"Attrs":["In","Out"]} ,{"Name":"pHighwater","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Int64"}},"Attrs":["In","Out"]} ,{"Name":"resetFlag","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_db_status" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"op","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ,{"Name":"pCur","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Int32"}},"Attrs":["In","Out"]} ,{"Name":"pHiwtr","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Int32"}},"Attrs":["In","Out"]} ,{"Name":"resetFlg","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_stmt_status" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_stmt","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"op","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ,{"Name":"resetFlg","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_backup_init" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_backup","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"pDest","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"zDestName","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ,{"Name":"pSource","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"zSourceName","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ] } ,{ "Name":"sqlite3_backup_step" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"p","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_backup","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"nPage","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_backup_finish" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"p","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_backup","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_backup_remaining" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"p","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_backup","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_backup_pagecount" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"p","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_backup","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_stricmp" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ,{"Name":"param1","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ] } ,{ "Name":"sqlite3_strnicmp" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ,{"Name":"param1","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ,{"Name":"param2","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_strglob" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"zGlob","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ,{"Name":"zStr","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ] } ,{ "Name":"sqlite3_strlike" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"zGlob","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ,{"Name":"zStr","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ,{"Name":"cEsc","Type":{"Kind":"Native","Name":"UInt32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_log" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Void"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"iErrCode","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ,{"Name":"zFormat","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ] } ,{ "Name":"sqlite3_wal_hook" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"param1","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["In"]} ,{"Name":"param2","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_wal_autocheckpoint" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"db","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"N","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_wal_checkpoint" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"db","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"zDb","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ] } ,{ "Name":"sqlite3_wal_checkpoint_v2" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"db","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"zDb","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ,{"Name":"eMode","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ,{"Name":"pnLog","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Int32"}},"Attrs":["In","Out"]} ,{"Name":"pnCkpt","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Int32"}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_vtab_config" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"op","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_vtab_on_conflict" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_vtab_nochange" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_context","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_vtab_collation" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3_index_info","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"param1","Type":{"Kind":"Native","Name":"Int32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_db_cacheflush" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_system_errno" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"param0","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_serialize" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Byte"}} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"db","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"zSchema","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ,{"Name":"piSize","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Int64"}},"Attrs":["In","Out"]} ,{"Name":"mFlags","Type":{"Kind":"Native","Name":"UInt32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_deserialize" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"db","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"zSchema","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ,{"Name":"pData","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Byte"}},"Attrs":["In","Out"]} ,{"Name":"szDb","Type":{"Kind":"Native","Name":"Int64"},"Attrs":["In"]} ,{"Name":"szBuf","Type":{"Kind":"Native","Name":"Int64"},"Attrs":["In"]} ,{"Name":"mFlags","Type":{"Kind":"Native","Name":"UInt32"},"Attrs":["In"]} ] } ,{ "Name":"sqlite3_rtree_geometry_callback" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"db","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"zGeom","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ,{"Name":"xGeom","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["In"]} ,{"Name":"pContext","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":["In","Out"]} ] } ,{ "Name":"sqlite3_rtree_query_callback" ,"SetLastError":false ,"DllImport":"winsqlite3" ,"ReturnType":{"Kind":"Native","Name":"Int32"} ,"ReturnAttrs":[] ,"Architectures":[] ,"Platform":null ,"Attrs":[] ,"Params":[ {"Name":"db","Type":{"Kind":"PointerTo","Child":{"Kind":"ApiRef","Name":"sqlite3","TargetKind":"Default","Api":"System.SqlLite","Parents":[]}},"Attrs":["In","Out"]} ,{"Name":"zQueryFunc","Type":{"Kind":"ApiRef","Name":"PSTR","TargetKind":"Default","Api":"Foundation","Parents":[]},"Attrs":["In","Const"]} ,{"Name":"xQueryFunc","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["In"]} ,{"Name":"pContext","Type":{"Kind":"PointerTo","Child":{"Kind":"Native","Name":"Void"}},"Attrs":["In","Out"]} ,{"Name":"xDestructor","Type":{"Kind":"Native","Name":"IntPtr"},"Attrs":["In"]} ] } ] ,"UnicodeAliases":[ ] }