| typedef long long int sqlite_int64 |
| typedef unsigned long long int sqlite_uint64 |
| typedef sqlite_int64 sqlite3_int64 |
| typedef sqlite_uint64 sqlite3_uint64 |
| typedef int(* sqlite3_callback)(void *, int, char **, char **) |
typedef struct sqlite3_file sqlite3_file [read] |
typedef struct sqlite3_io_methods sqlite3_io_methods [read] |
typedef struct sqlite3_mutex sqlite3_mutex [read] |
typedef struct sqlite3_vfs sqlite3_vfs [read] |
typedef struct sqlite3_stmt sqlite3_stmt [read] |
typedef struct Mem sqlite3_value [read] |
typedef struct sqlite3_context sqlite3_context [read] |
| typedef void(* sqlite3_destructor_type)(void *) |
typedef struct sqlite3_vtab sqlite3_vtab [read] |
typedef struct sqlite3_index_info sqlite3_index_info [read] |
typedef struct sqlite3_vtab_cursor sqlite3_vtab_cursor [read] |
typedef struct sqlite3_module sqlite3_module [read] |
typedef struct sqlite3_blob sqlite3_blob [read] |
| typedef sqlite_int64 i64 |
| typedef sqlite_uint64 u64 |
| typedef UINT32_TYPE u32 |
| typedef UINT16_TYPE u16 |
| typedef INT16_TYPE i16 |
| typedef UINT8_TYPE u8 |
| typedef UINT8_TYPE i8 |
| typedef struct BusyHandler BusyHandler |
| typedef struct BtreeMutexArray BtreeMutexArray |
| typedef struct VdbeOpList VdbeOpList |
| typedef unsigned int Pgno |
| typedef struct AuthContext AuthContext |
| MozBorderRadius mBorderRadius nsnull mBorderRadius nsnull mOutlineRadius nsnull mOutlineRadius nsnull kFontKTable Background kBackgroundClipKTable nsnull kBackgroundOriginKTable kBackgroundRepeatKTable Border mBorderColor kBorderColorKTable mBorderStyle kBorderStyleKTable kBorderCollapseKTable MozBorderEnd kBorderColorKTable kBorderStyleKTable kBorderWidthKTable BorderLeftColor kBoxPropSourceKTable mBorderColors nsnull mBorderStyle kBorderStyleKTable kBoxPropSourceKTable mBorderWidth kBorderWidthKTable kBoxPropSourceKTable BorderRightColor kBoxPropSourceKTable mBorderColors nsnull mBorderStyle kBorderStyleKTable kBoxPropSourceKTable mBorderWidth kBorderWidthKTable kBoxPropSourceKTable MozBorderStart kBorderColorKTable kBorderStyleKTable kBorderWidthKTable BorderTop mBorderColors nsnull mBorderWidth kBorderWidthKTable mOffset nsnull kCaptionSideKTable nsnull nsnull Column |
| typedef struct NameContext NameContext |
| MozBorderRadius mBorderRadius nsnull mBorderRadius nsnull mOutlineRadius nsnull mOutlineRadius nsnull kFontKTable Background kBackgroundClipKTable nsnull kBackgroundOriginKTable kBackgroundRepeatKTable Border mBorderColor kBorderColorKTable mBorderStyle kBorderStyleKTable kBorderCollapseKTable MozBorderEnd kBorderColorKTable kBorderStyleKTable kBorderWidthKTable BorderLeftColor kBoxPropSourceKTable mBorderColors nsnull mBorderStyle kBorderStyleKTable kBoxPropSourceKTable mBorderWidth kBorderWidthKTable kBoxPropSourceKTable BorderRightColor kBoxPropSourceKTable mBorderColors nsnull mBorderStyle kBorderStyleKTable kBoxPropSourceKTable mBorderWidth kBorderWidthKTable kBoxPropSourceKTable MozBorderStart kBorderColorKTable kBorderStyleKTable kBorderWidthKTable BorderTop mBorderColors nsnull mBorderWidth kBorderWidthKTable mOffset nsnull kCaptionSideKTable nsnull nsnull nsnull nsnull Cue nsnull kDirectionKTable kElevationKTable kFloatKTable Font kFontSizeKTable kFontStretchKTable kFontVariantKTable nsnull nsnull mOffset nsnull nsnull nsnull kListStyleKTable mMargin nsnull nsnull mMargin nsnull kBoxPropSourceKTable mMargin nsnull kBoxPropSourceKTable nsnull nsnull nsnull nsnull nsnull Outline kBorderStyleKTable nsnull kOverflowSubKTable Padding MozPaddingEnd PaddingLeft kBoxPropSourceKTable PaddingRight kBoxPropSourceKTable MozPaddingStart mPadding nsnull kPageBreakKTable kPageBreakInsideKTable nsnull kPitchKTable kPositionKTable nsnull kPageSizeKTable kSpeakHeaderKTable kSpeakPunctuationKTable nsnull kTextAlignKTable nsnull kTextTransformKTable kUnicodeBidiKTable kUserInputKTable kUserSelectKTable kVisibilityKTable kVolumeKTable nsnull nsnull kBoxAlignKTable nsnull kBoxPackKTable nsnull nsnull kFillRuleKTable kColorInterpolationKTable nsnull kFillRuleKTable nsnull nsnull nsnull nsnull kPointerEventsKTable nsnull nsnull nsnull kStrokeLinejoinKTable nsnull kTextAnchorKTable nsnull nsnull Table |
| typedef struct TriggerStack TriggerStack |
| typedef struct TriggerStep TriggerStep |
| typedef struct WhereLevel WhereLevel |
| typedef struct afpLockingContext afpLockingContext |
| typedef void flockLockingContext |
| typedef struct dotlockLockingContext dotlockLockingContext |
| typedef void nolockLockingContext |
| typedef struct PagerLruList PagerLruList |
| typedef struct PagerLruLink PagerLruLink |
| typedef struct IntegrityCk IntegrityCk |
| typedef struct JournalFile JournalFile |
| typedef struct QueryCoder QueryCoder |
| typedef struct analysisInfo analysisInfo |
typedef struct sqlite3_api_routines sqlite3_api_routines [read] |
| typedef struct WhereClause WhereClause |
| typedef struct ExprMaskSet ExprMaskSet |
| typedef struct yyStackEntry yyStackEntry |
typedef struct fts3HashElem fts3HashElem [read] |
typedef struct sqlite3_tokenizer_module sqlite3_tokenizer_module [read] |
typedef struct sqlite3_tokenizer sqlite3_tokenizer [read] |
typedef struct sqlite3_tokenizer_cursor sqlite3_tokenizer_cursor [read] |
| typedef struct fulltext_vtab fulltext_vtab |
| typedef struct IcuTokenizer IcuTokenizer |
| enum sqlite3LockingStyle |
| enum DocListType |
| enum QueryType |
| enum fulltext_statement |
| int sqlite3_libversion_number | ( | void | ) |
| int sqlite3_threadsafe | ( | void | ) |
| int sqlite3_close | ( | sqlite3 * | db | ) |
| int sqlite3_exec | ( | sqlite3 * | , | |
| const char * | sql, | |||
| int(*)(void *, int, char **, char **) | callback, | |||
| void * | , | |||
| char ** | errmsg | |||
| ) |
| int sqlite3_extended_result_codes | ( | sqlite3 * | db, | |
| int | onoff | |||
| ) |
| sqlite_int64 sqlite3_last_insert_rowid | ( | sqlite3 * | db | ) |
| int sqlite3_changes | ( | sqlite3 * | db | ) |
| int sqlite3_total_changes | ( | sqlite3 * | db | ) |
| void sqlite3_interrupt | ( | sqlite3 * | db | ) |
| int sqlite3_complete16 | ( | const void * | sql | ) |
| int sqlite3_busy_handler | ( | sqlite3 * | db, | |
| int(*)(void *, int) | xBusy, | |||
| void * | pArg | |||
| ) |
| int sqlite3_busy_timeout | ( | sqlite3 * | db, | |
| int | ms | |||
| ) |
| int sqlite3_get_table | ( | sqlite3 * | db, | |
| const char * | sql, | |||
| char *** | resultp, | |||
| int * | nrow, | |||
| int * | ncolumn, | |||
| char ** | errmsg | |||
| ) |
| void sqlite3_free_table | ( | char ** | result | ) |
| void * sqlite3_malloc | ( | int | nBytes | ) |
| void * sqlite3_realloc | ( | void * | pPrior, | |
| int | nBytes | |||
| ) |
| void sqlite3_free | ( | void * | pPrior | ) |
| sqlite3_int64 sqlite3_memory_used | ( | void | ) |
| sqlite3_int64 sqlite3_memory_highwater | ( | int | resetFlag | ) |
| int sqlite3_set_authorizer | ( | sqlite3 * | db, | |
| int(*)(void *, int, const char *, const char *, const char *, const char *) | xAuth, | |||
| void * | pUserData | |||
| ) |
| void * sqlite3_profile | ( | sqlite3 * | , | |
| void(*)(void *, const char *, sqlite3_uint64) | xProfile, | |||
| void * | ||||
| ) |
| void sqlite3_progress_handler | ( | sqlite3 * | db, | |
| int | nOps, | |||
| int(*)(void *) | xProgress, | |||
| void * | pArg | |||
| ) |
| int sqlite3_errcode | ( | sqlite3 * | db | ) |
| int sqlite3_prepare | ( | sqlite3 * | db, | |
| const char * | zSql, | |||
| int | nByte, | |||
| sqlite3_stmt ** | ppStmt, | |||
| const char ** | pzTail | |||
| ) |
| int sqlite3_prepare_v2 | ( | sqlite3 * | db, | |
| const char * | zSql, | |||
| int | nByte, | |||
| sqlite3_stmt ** | ppStmt, | |||
| const char ** | pzTail | |||
| ) |
| int sqlite3_prepare16 | ( | sqlite3 * | db, | |
| const void * | zSql, | |||
| int | nByte, | |||
| sqlite3_stmt ** | ppStmt, | |||
| const void ** | pzTail | |||
| ) |
| int sqlite3_prepare16_v2 | ( | sqlite3 * | db, | |
| const void * | zSql, | |||
| int | nByte, | |||
| sqlite3_stmt ** | ppStmt, | |||
| const void ** | pzTail | |||
| ) |
| const char * sqlite3_sql | ( | sqlite3_stmt * | pStmt | ) |
| int sqlite3_bind_blob | ( | sqlite3_stmt * | pStmt, | |
| int | i, | |||
| const void * | zData, | |||
| int | n, | |||
| void(*)(void *) | xDel | |||
| ) |
| int sqlite3_bind_double | ( | sqlite3_stmt * | pStmt, | |
| int | i, | |||
| double | rValue | |||
| ) |
| int sqlite3_bind_int | ( | sqlite3_stmt * | p, | |
| int | i, | |||
| int | iValue | |||
| ) |
| int sqlite3_bind_int64 | ( | sqlite3_stmt * | , | |
| int | , | |||
| sqlite3_int64 | ||||
| ) |
| int sqlite3_bind_null | ( | sqlite3_stmt * | pStmt, | |
| int | i | |||
| ) |
| int sqlite3_bind_text | ( | sqlite3_stmt * | pStmt, | |
| int | i, | |||
| const char * | zData, | |||
| int | n, | |||
| void(*)(void *) | xDel | |||
| ) |
| int sqlite3_bind_text16 | ( | sqlite3_stmt * | pStmt, | |
| int | i, | |||
| const void * | zData, | |||
| int | nData, | |||
| void(*)(void *) | xDel | |||
| ) |
| int sqlite3_bind_value | ( | sqlite3_stmt * | pStmt, | |
| int | i, | |||
| const sqlite3_value * | pValue | |||
| ) |
| int sqlite3_bind_zeroblob | ( | sqlite3_stmt * | , | |
| int | , | |||
| int | n | |||
| ) |
| int sqlite3_bind_parameter_count | ( | sqlite3_stmt * | pStmt | ) |
| const char * sqlite3_bind_parameter_name | ( | sqlite3_stmt * | pStmt, | |
| int | i | |||
| ) |
| int sqlite3_bind_parameter_index | ( | sqlite3_stmt * | pStmt, | |
| const char * | zName | |||
| ) |
| int sqlite3_clear_bindings | ( | sqlite3_stmt * | pStmt | ) |
| int sqlite3_column_count | ( | sqlite3_stmt * | pStmt | ) |
| const char * sqlite3_column_name | ( | sqlite3_stmt * | pStmt, | |
| int | N | |||
| ) |
| const void * sqlite3_column_name16 | ( | sqlite3_stmt * | pStmt, | |
| int | N | |||
| ) |
| const char * sqlite3_column_database_name | ( | sqlite3_stmt * | pStmt, | |
| int | N | |||
| ) |
| const void * sqlite3_column_database_name16 | ( | sqlite3_stmt * | pStmt, | |
| int | N | |||
| ) |
| const char * sqlite3_column_table_name | ( | sqlite3_stmt * | pStmt, | |
| int | N | |||
| ) |
| const void * sqlite3_column_table_name16 | ( | sqlite3_stmt * | pStmt, | |
| int | N | |||
| ) |
| const char * sqlite3_column_origin_name | ( | sqlite3_stmt * | pStmt, | |
| int | N | |||
| ) |
| const void * sqlite3_column_origin_name16 | ( | sqlite3_stmt * | pStmt, | |
| int | N | |||
| ) |
| const char * sqlite3_column_decltype | ( | sqlite3_stmt * | pStmt, | |
| int | i | |||
| ) |
| const void * sqlite3_column_decltype16 | ( | sqlite3_stmt * | pStmt, | |
| int | N | |||
| ) |
| int sqlite3_step | ( | sqlite3_stmt * | pStmt | ) |
| int sqlite3_data_count | ( | sqlite3_stmt * | pStmt | ) |
| const void * sqlite3_column_blob | ( | sqlite3_stmt * | pStmt, | |
| int | iCol | |||
| ) |
| int sqlite3_column_bytes | ( | sqlite3_stmt * | pStmt, | |
| int | iCol | |||
| ) |
| int sqlite3_column_bytes16 | ( | sqlite3_stmt * | pStmt, | |
| int | iCol | |||
| ) |
| double sqlite3_column_double | ( | sqlite3_stmt * | pStmt, | |
| int | iCol | |||
| ) |
| int sqlite3_column_int | ( | sqlite3_stmt * | pStmt, | |
| int | iCol | |||
| ) |
| sqlite_int64 sqlite3_column_int64 | ( | sqlite3_stmt * | pStmt, | |
| int | iCol | |||
| ) |
| const unsigned char * sqlite3_column_text | ( | sqlite3_stmt * | pStmt, | |
| int | iCol | |||
| ) |
| const void * sqlite3_column_text16 | ( | sqlite3_stmt * | pStmt, | |
| int | iCol | |||
| ) |
| int sqlite3_column_type | ( | sqlite3_stmt * | pStmt, | |
| int | iCol | |||
| ) |
| sqlite3_value * sqlite3_column_value | ( | sqlite3_stmt * | pStmt, | |
| int | iCol | |||
| ) |
| int sqlite3_finalize | ( | sqlite3_stmt * | pStmt | ) |
| int sqlite3_reset | ( | sqlite3_stmt * | pStmt | ) |
| int sqlite3_create_function | ( | sqlite3 * | db, | |
| const char * | zFunctionName, | |||
| int | nArg, | |||
| int | eTextRep, | |||
| void * | p, | |||
| void(*)(sqlite3_context *, int, sqlite3_value **) | xFunc, | |||
| void(*)(sqlite3_context *, int, sqlite3_value **) | xStep, | |||
| void(*)(sqlite3_context *) | xFinal | |||
| ) |
| int sqlite3_create_function16 | ( | sqlite3 * | db, | |
| const void * | zFunctionName, | |||
| int | nArg, | |||
| int | eTextRep, | |||
| void * | p, | |||
| void(*)(sqlite3_context *, int, sqlite3_value **) | xFunc, | |||
| void(*)(sqlite3_context *, int, sqlite3_value **) | xStep, | |||
| void(*)(sqlite3_context *) | xFinal | |||
| ) |
| int sqlite3_aggregate_count | ( | sqlite3_context * | p | ) |
| int sqlite3_expired | ( | sqlite3_stmt * | pStmt | ) |
| int sqlite3_transfer_bindings | ( | sqlite3_stmt * | pFromStmt, | |
| sqlite3_stmt * | pToStmt | |||
| ) |
| int sqlite3_global_recover | ( | void | ) |
| void sqlite3_thread_cleanup | ( | void | ) |
| int sqlite3_memory_alarm | ( | void(*)(void *, sqlite3_int64, int) | , | |
| void * | , | |||
| sqlite3_int64 | ||||
| ) |
| const void * sqlite3_value_blob | ( | sqlite3_value * | pVal | ) |
| int sqlite3_value_bytes | ( | sqlite3_value * | pVal | ) |
| int sqlite3_value_bytes16 | ( | sqlite3_value * | pVal | ) |
| double sqlite3_value_double | ( | sqlite3_value * | pVal | ) |
| int sqlite3_value_int | ( | sqlite3_value * | pVal | ) |
| sqlite_int64 sqlite3_value_int64 | ( | sqlite3_value * | pVal | ) |
| const unsigned char * sqlite3_value_text | ( | sqlite3_value * | pVal | ) |
| const void * sqlite3_value_text16 | ( | sqlite3_value * | pVal | ) |
| const void * sqlite3_value_text16le | ( | sqlite3_value * | pVal | ) |
| const void * sqlite3_value_text16be | ( | sqlite3_value * | pVal | ) |
| int sqlite3_value_type | ( | sqlite3_value * | pVal | ) |
| int sqlite3_value_numeric_type | ( | sqlite3_value * | pVal | ) |
| void * sqlite3_aggregate_context | ( | sqlite3_context * | p, | |
| int | nBytes | |||
| ) |
| void * sqlite3_user_data | ( | sqlite3_context * | p | ) |
| void * sqlite3_get_auxdata | ( | sqlite3_context * | pCtx, | |
| int | N | |||
| ) |
| void sqlite3_set_auxdata | ( | sqlite3_context * | pCtx, | |
| int | N, | |||
| void * | pAux, | |||
| void(*)(void *) | xDelete | |||
| ) |
| void sqlite3_result_blob | ( | sqlite3_context * | pCtx, | |
| const void * | z, | |||
| int | n, | |||
| void(*)(void *) | xDel | |||
| ) |
| void sqlite3_result_double | ( | sqlite3_context * | pCtx, | |
| double | rVal | |||
| ) |
| void sqlite3_result_error | ( | sqlite3_context * | pCtx, | |
| const char * | z, | |||
| int | n | |||
| ) |
| void sqlite3_result_error16 | ( | sqlite3_context * | pCtx, | |
| const void * | z, | |||
| int | n | |||
| ) |
| void sqlite3_result_error_toobig | ( | sqlite3_context * | ) |
| void sqlite3_result_error_nomem | ( | sqlite3_context * | ) |
| void sqlite3_result_int | ( | sqlite3_context * | pCtx, | |
| int | iVal | |||
| ) |
| void sqlite3_result_int64 | ( | sqlite3_context * | , | |
| sqlite3_int64 | ||||
| ) |
| void sqlite3_result_null | ( | sqlite3_context * | pCtx | ) |
| void sqlite3_result_text | ( | sqlite3_context * | pCtx, | |
| const char * | z, | |||
| int | n, | |||
| void(*)(void *) | xDel | |||
| ) |
| void sqlite3_result_text16 | ( | sqlite3_context * | pCtx, | |
| const void * | z, | |||
| int | n, | |||
| void(*)(void *) | xDel | |||
| ) |
| void sqlite3_result_text16le | ( | sqlite3_context * | pCtx, | |
| const void * | z, | |||
| int | n, | |||
| void(*)(void *) | xDel | |||
| ) |
| void sqlite3_result_text16be | ( | sqlite3_context * | pCtx, | |
| const void * | z, | |||
| int | n, | |||
| void(*)(void *) | xDel | |||
| ) |
| void sqlite3_result_value | ( | sqlite3_context * | pCtx, | |
| sqlite3_value * | pValue | |||
| ) |
| void sqlite3_result_zeroblob | ( | sqlite3_context * | , | |
| int | n | |||
| ) |
| int sqlite3_create_collation | ( | sqlite3 * | db, | |
| const char * | zName, | |||
| int | eTextRep, | |||
| void * | pCtx, | |||
| int(*)(void *, int, const void *, int, const void *) | xCompare | |||
| ) |
| int sqlite3_create_collation_v2 | ( | sqlite3 * | , | |
| const char * | zName, | |||
| int | eTextRep, | |||
| void * | , | |||
| int(*)(void *, int, const void *, int, const void *) | xCompare, | |||
| void(*)(void *) | xDestroy | |||
| ) |
| int sqlite3_create_collation16 | ( | sqlite3 * | db, | |
| const char * | zName, | |||
| int | eTextRep, | |||
| void * | pCtx, | |||
| int(*)(void *, int, const void *, int, const void *) | xCompare | |||
| ) |
| int sqlite3_collation_needed | ( | sqlite3 * | db, | |
| void * | pCollNeededArg, | |||
| void(*)(void *, sqlite3 *, int eTextRep, const char *) | xCollNeeded | |||
| ) |
| int sqlite3_collation_needed16 | ( | sqlite3 * | db, | |
| void * | pCollNeededArg, | |||
| void(*)(void *, sqlite3 *, int eTextRep, const void *) | xCollNeeded16 | |||
| ) |
| int sqlite3_sleep | ( | int | ms | ) |
| int sqlite3_get_autocommit | ( | sqlite3 * | db | ) |
| sqlite3 * sqlite3_db_handle | ( | sqlite3_stmt * | pStmt | ) |
| void * sqlite3_commit_hook | ( | sqlite3 * | db, | |
| int(*)(void *) | xCallback, | |||
| void * | pArg | |||
| ) |
| void * sqlite3_rollback_hook | ( | sqlite3 * | db, | |
| void(*)(void *) | xCallback, | |||
| void * | pArg | |||
| ) |
| void * sqlite3_update_hook | ( | sqlite3 * | , | |
| void(*)(void *, int, char const *, char const *, sqlite3_int64) | , | |||
| void * | ||||
| ) |
| int sqlite3_enable_shared_cache | ( | int | enable | ) |
| int sqlite3_release_memory | ( | int | n | ) |
| void sqlite3_soft_heap_limit | ( | int | n | ) |
| int sqlite3_table_column_metadata | ( | sqlite3 * | db, | |
| const char * | zDbName, | |||
| const char * | zTableName, | |||
| const char * | zColumnName, | |||
| char const ** | pzDataType, | |||
| char const ** | pzCollSeq, | |||
| int * | pNotNull, | |||
| int * | pPrimaryKey, | |||
| int * | pAutoinc | |||
| ) |
| int sqlite3_load_extension | ( | sqlite3 * | db, | |
| const char * | zFile, | |||
| const char * | zProc, | |||
| char ** | pzErrMsg | |||
| ) |
| int sqlite3_enable_load_extension | ( | sqlite3 * | db, | |
| int | onoff | |||
| ) |
| int sqlite3_auto_extension | ( | void * | xEntryPoint | ) |
| void sqlite3_reset_auto_extension | ( | void | ) |
| int sqlite3_create_module | ( | sqlite3 * | db, | |
| const char * | zName, | |||
| const sqlite3_module * | pModule, | |||
| void * | pAux | |||
| ) |
| int sqlite3_create_module_v2 | ( | sqlite3 * | db, | |
| const char * | zName, | |||
| const sqlite3_module * | , | |||
| void * | , | |||
| void(*)(void *) | xDestroy | |||
| ) |
| int sqlite3_blob_open | ( | sqlite3 * | , | |
| const char * | zDb, | |||
| const char * | zTable, | |||
| const char * | zColumn, | |||
| sqlite3_int64 | iRow, | |||
| int | flags, | |||
| sqlite3_blob ** | ppBlob | |||
| ) |
| int sqlite3_blob_close | ( | sqlite3_blob * | ) |
| int sqlite3_blob_bytes | ( | sqlite3_blob * | ) |
| int sqlite3_blob_read | ( | sqlite3_blob * | , | |
| void * | z, | |||
| int | n, | |||
| int | iOffset | |||
| ) |
| int sqlite3_blob_write | ( | sqlite3_blob * | , | |
| const void * | z, | |||
| int | n, | |||
| int | iOffset | |||
| ) |
| sqlite3_vfs * sqlite3_vfs_find | ( | const char * | zVfsName | ) |
| int sqlite3_vfs_register | ( | sqlite3_vfs * | , | |
| int | makeDflt | |||
| ) |
| int sqlite3_vfs_unregister | ( | sqlite3_vfs * | ) |
| sqlite3_mutex * sqlite3_mutex_alloc | ( | int | ) |
| void sqlite3_mutex_free | ( | sqlite3_mutex * | ) |
| void sqlite3_mutex_enter | ( | sqlite3_mutex * | ) |
| int sqlite3_mutex_try | ( | sqlite3_mutex * | ) |
| void sqlite3_mutex_leave | ( | sqlite3_mutex * | ) |
| int sqlite3_mutex_held | ( | sqlite3_mutex * | ) |
| int sqlite3_mutex_notheld | ( | sqlite3_mutex * | ) |
| void sqlite3HashInit | ( | Hash * | pNew, | |
| int | keytype, | |||
| int | copyKey | |||
| ) |
| void sqlite3HashClear | ( | Hash * | pH | ) |
| SQLITE_PRIVATE int sqlite3BtreeOpen | ( | const char * | zFilename, | |
| sqlite3 * | db, | |||
| Btree ** | ppBtree, | |||
| int | flags, | |||
| int | vfsFlags | |||
| ) |
| int sqlite3BtreeClose | ( | Btree * | p | ) |
| int sqlite3BtreeSetCacheSize | ( | Btree * | p, | |
| int | mxPage | |||
| ) |
| int sqlite3BtreeSetSafetyLevel | ( | Btree * | p, | |
| int | level, | |||
| int | fullSync | |||
| ) |
| int sqlite3BtreeSyncDisabled | ( | Btree * | p | ) |
| int sqlite3BtreeSetPageSize | ( | Btree * | p, | |
| int | pageSize, | |||
| int | nReserve | |||
| ) |
| int sqlite3BtreeGetPageSize | ( | Btree * | p | ) |
| SQLITE_PRIVATE int sqlite3BtreeMaxPageCount | ( | Btree * | p, | |
| int | mxPage | |||
| ) |
| int sqlite3BtreeGetReserve | ( | Btree * | p | ) |
| int sqlite3BtreeSetAutoVacuum | ( | Btree * | p, | |
| int | autoVacuum | |||
| ) |
| int sqlite3BtreeGetAutoVacuum | ( | Btree * | p | ) |
| int sqlite3BtreeBeginTrans | ( | Btree * | p, | |
| int | wrflag | |||
| ) |
| int sqlite3BtreeCommitPhaseTwo | ( | Btree * | p | ) |
| int sqlite3BtreeCommit | ( | Btree * | p | ) |
| int sqlite3BtreeRollback | ( | Btree * | p | ) |
| int sqlite3BtreeBeginStmt | ( | Btree * | p | ) |
| int sqlite3BtreeCommitStmt | ( | Btree * | p | ) |
| int sqlite3BtreeRollbackStmt | ( | Btree * | p | ) |
| int sqlite3BtreeCreateTable | ( | Btree * | p, | |
| int * | piTable, | |||
| int | flags | |||
| ) |
| int sqlite3BtreeIsInTrans | ( | Btree * | p | ) |
| int sqlite3BtreeIsInStmt | ( | Btree * | p | ) |
| int sqlite3BtreeIsInReadTrans | ( | Btree * | p | ) |
| void * sqlite3BtreeSchema | ( | Btree * | p, | |
| int | nBytes, | |||
| void(*)(void *) | xFree | |||
| ) |
| int sqlite3BtreeSchemaLocked | ( | Btree * | p | ) |
| SQLITE_PRIVATE int sqlite3BtreeIncrVacuum | ( | Btree * | p | ) |
| int sqlite3BtreeDropTable | ( | Btree * | p, | |
| int | iTable, | |||
| int * | piMoved | |||
| ) |
| int sqlite3BtreeClearTable | ( | Btree * | p, | |
| int | iTable | |||
| ) |
| SQLITE_PRIVATE void sqlite3BtreeTripAllCursors | ( | Btree * | pBtree, | |
| int | errCode | |||
| ) |
| int sqlite3BtreeCursor | ( | Btree * | p, | |
| int | iTable, | |||
| int | wrFlag, | |||
| int(*)(void *, int, const void *, int, const void *) | xCmp, | |||
| void * | pArg, | |||
| BtCursor ** | ppCursor | |||
| ) |
| int sqlite3BtreeCloseCursor | ( | BtCursor * | pCur | ) |
| int sqlite3BtreeDelete | ( | BtCursor * | pCur | ) |
| SQLITE_PRIVATE int sqlite3BtreeInsert | ( | BtCursor * | pCur, | |
| const void * | pKey, | |||
| i64 | nKey, | |||
| const void * | pData, | |||
| int | nData, | |||
| int | nZero, | |||
| int | bias | |||
| ) |
| int sqlite3BtreeFirst | ( | BtCursor * | pCur, | |
| int * | pRes | |||
| ) |
| int sqlite3BtreeLast | ( | BtCursor * | pCur, | |
| int * | pRes | |||
| ) |
| int sqlite3BtreeNext | ( | BtCursor * | pCur, | |
| int * | pRes | |||
| ) |
| int sqlite3BtreeEof | ( | BtCursor * | pCur | ) |
| int sqlite3BtreeFlags | ( | BtCursor * | pCur | ) |
| int sqlite3BtreePrevious | ( | BtCursor * | pCur, | |
| int * | pRes | |||
| ) |
| SQLITE_PRIVATE void sqlite3BtreeCacheOverflow | ( | BtCursor * | pCur | ) |
| int sqlite3BtreeCursorInfo | ( | BtCursor * | pCur, | |
| int * | aResult, | |||
| int | upCnt | |||
| ) |
| void sqlite3BtreeCursorList | ( | Btree * | p | ) |
| int sqlite3BtreePageDump | ( | Btree * | p, | |
| int | pgno, | |||
| int | recursive | |||
| ) |
| SQLITE_PRIVATE void sqlite3BtreeEnter | ( | Btree * | p | ) |
| SQLITE_PRIVATE void sqlite3BtreeLeave | ( | Btree * | p | ) |
| SQLITE_PRIVATE int sqlite3BtreeHoldsMutex | ( | Btree * | p | ) |
| SQLITE_PRIVATE void sqlite3BtreeEnterCursor | ( | BtCursor * | pCur | ) |
| SQLITE_PRIVATE void sqlite3BtreeLeaveCursor | ( | BtCursor * | pCur | ) |
| SQLITE_PRIVATE void sqlite3BtreeEnterAll | ( | sqlite3 * | db | ) |
| SQLITE_PRIVATE void sqlite3BtreeLeaveAll | ( | sqlite3 * | db | ) |
| SQLITE_PRIVATE int sqlite3BtreeHoldsAllMutexes | ( | sqlite3 * | db | ) |
| SQLITE_PRIVATE void sqlite3BtreeMutexArrayEnter | ( | BtreeMutexArray * | pArray | ) |
| SQLITE_PRIVATE void sqlite3BtreeMutexArrayLeave | ( | BtreeMutexArray * | pArray | ) |
| SQLITE_PRIVATE void sqlite3BtreeMutexArrayInsert | ( | BtreeMutexArray * | pArray, | |
| Btree * | pBtree | |||
| ) |
| int sqlite3VdbeAddOp | ( | Vdbe * | p, | |
| int | op, | |||
| int | p1, | |||
| int | p2 | |||
| ) |
| int sqlite3VdbeAddOpList | ( | Vdbe * | p, | |
| int | nOp, | |||
| VdbeOpList const * | aOp | |||
| ) |
| void sqlite3VdbeChangeP1 | ( | Vdbe * | p, | |
| int | addr, | |||
| int | P1 | |||
| ) |
| void sqlite3VdbeChangeP2 | ( | Vdbe * | p, | |
| int | addr, | |||
| int | P2 | |||
| ) |
| void sqlite3VdbeJumpHere | ( | Vdbe * | p, | |
| int | addr | |||
| ) |
| void sqlite3VdbeChangeToNoop | ( | Vdbe * | p, | |
| int | addr, | |||
| int | N | |||
| ) |
| SQLITE_PRIVATE void sqlite3VdbeUsesBtree | ( | Vdbe * | p, | |
| int | i | |||
| ) |
| int sqlite3VdbeMakeLabel | ( | Vdbe * | p | ) |
| void sqlite3VdbeDelete | ( | Vdbe * | p | ) |
| void sqlite3VdbeMakeReady | ( | Vdbe * | p, | |
| int | nVar, | |||
| int | nMem, | |||
| int | nCursor, | |||
| int | isExplain | |||
| ) |
| int sqlite3VdbeFinalize | ( | Vdbe * | p | ) |
| void sqlite3VdbeResolveLabel | ( | Vdbe * | p, | |
| int | x | |||
| ) |
| int sqlite3VdbeCurrentAddr | ( | Vdbe * | p | ) |
| void sqlite3VdbeTrace | ( | Vdbe * | p, | |
| FILE * | trace | |||
| ) |
| void sqlite3VdbeResetStepResult | ( | Vdbe * | p | ) |
| int sqlite3VdbeReset | ( | Vdbe * | p | ) |
| void sqlite3VdbeSetNumCols | ( | Vdbe * | p, | |
| int | nResColumn | |||
| ) |
| void sqlite3VdbeCountChanges | ( | Vdbe * | v | ) |
| SQLITE_PRIVATE int sqlite3PagerOpen | ( | sqlite3_vfs * | pVfs, | |
| Pager ** | ppPager, | |||
| const char * | zFilename, | |||
| int | nExtra, | |||
| int | flags, | |||
| int | vfsFlags | |||
| ) |
| void sqlite3PagerSetBusyhandler | ( | Pager * | pPager, | |
| BusyHandler * | pBusyHandler | |||
| ) |
| SQLITE_PRIVATE int sqlite3PagerMaxPageCount | ( | Pager * | pPager, | |
| int | mxPage | |||
| ) |
| void sqlite3PagerSetCachesize | ( | Pager * | pPager, | |
| int | mxPage | |||
| ) |
| int sqlite3PagerClose | ( | Pager * | pPager | ) |
| int sqlite3PagerRef | ( | DbPage * | pPg | ) |
| int sqlite3PagerUnref | ( | DbPage * | pPg | ) |
| int sqlite3PagerWrite | ( | DbPage * | pDbPage | ) |
| int sqlite3PagerPagecount | ( | Pager * | pPager | ) |
| int sqlite3PagerBegin | ( | DbPage * | pPg, | |
| int | exFlag | |||
| ) |
| int sqlite3PagerCommitPhaseTwo | ( | Pager * | pPager | ) |
| int sqlite3PagerRollback | ( | Pager * | pPager | ) |
| int sqlite3PagerIsreadonly | ( | Pager * | pPager | ) |
| int sqlite3PagerStmtBegin | ( | Pager * | pPager | ) |
| int sqlite3PagerStmtCommit | ( | Pager * | pPager | ) |
| int sqlite3PagerStmtRollback | ( | Pager * | pPager | ) |
| void sqlite3PagerDontRollback | ( | DbPage * | pPg | ) |
| void sqlite3PagerDontWrite | ( | DbPage * | pDbPage | ) |
| int sqlite3PagerRefcount | ( | Pager * | pPager | ) |
| void sqlite3PagerSetSafetyLevel | ( | Pager * | pPager, | |
| int | level, | |||
| int | full_fsync | |||
| ) |
| SQLITE_PRIVATE const sqlite3_vfs * sqlite3PagerVfs | ( | Pager * | pPager | ) |
| SQLITE_PRIVATE sqlite3_file * sqlite3PagerFile | ( | Pager * | pPager | ) |
| int sqlite3PagerNosync | ( | Pager * | pPager | ) |
| void * sqlite3PagerGetData | ( | DbPage * | pPg | ) |
| void * sqlite3PagerGetExtra | ( | DbPage * | pPg | ) |
| int sqlite3PagerLockingMode | ( | Pager * | pPager, | |
| int | eMode | |||
| ) |
| SQLITE_PRIVATE void * sqlite3PagerTempSpace | ( | Pager * | pPager | ) |
| int sqlite3PagerReleaseMemory | ( | int | nReq | ) |
| SQLITE_PRIVATE void sqlite3PagerSetCodec | ( | Pager * | , | |
| void * | *)(void *, void *, Pgno, int, | |||
| void * | ||||
| ) |
| int sqlite3PagerIswriteable | ( | DbPage * | pPg | ) |
| int * sqlite3PagerStats | ( | Pager * | pPager | ) |
| void sqlite3PagerRefdump | ( | Pager * | pPager | ) |
| void disable_simulated_io_errors | ( | void | ) |
| void enable_simulated_io_errors | ( | void | ) |
| SQLITE_PRIVATE int sqlite3OsClose | ( | sqlite3_file * | pId | ) |
| SQLITE_PRIVATE int sqlite3OsRead | ( | sqlite3_file * | id, | |
| void * | pBuf, | |||
| int | amt, | |||
| i64 | offset | |||
| ) |
| SQLITE_PRIVATE int sqlite3OsWrite | ( | sqlite3_file * | id, | |
| const void * | pBuf, | |||
| int | amt, | |||
| i64 | offset | |||
| ) |
| SQLITE_PRIVATE int sqlite3OsTruncate | ( | sqlite3_file * | id, | |
| i64 | size | |||
| ) |
| SQLITE_PRIVATE int sqlite3OsSync | ( | sqlite3_file * | id, | |
| int | flags | |||
| ) |
| SQLITE_PRIVATE int sqlite3OsFileSize | ( | sqlite3_file * | id, | |
| i64 * | pSize | |||
| ) |
| SQLITE_PRIVATE int sqlite3OsLock | ( | sqlite3_file * | id, | |
| int | lockType | |||
| ) |
| SQLITE_PRIVATE int sqlite3OsUnlock | ( | sqlite3_file * | id, | |
| int | lockType | |||
| ) |
| SQLITE_PRIVATE int sqlite3OsCheckReservedLock | ( | sqlite3_file * | id | ) |
| SQLITE_PRIVATE int sqlite3OsFileControl | ( | sqlite3_file * | id, | |
| int | op, | |||
| void * | pArg | |||
| ) |
| int sqlite3OsSectorSize | ( | sqlite3_file * | id | ) |
| int sqlite3OsDeviceCharacteristics | ( | sqlite3_file * | id | ) |
| SQLITE_PRIVATE int sqlite3OsOpen | ( | sqlite3_vfs * | pVfs, | |
| const char * | zPath, | |||
| sqlite3_file * | pFile, | |||
| int | flags, | |||
| int * | pFlagsOut | |||
| ) |
| SQLITE_PRIVATE int sqlite3OsDelete | ( | sqlite3_vfs * | pVfs, | |
| const char * | zPath, | |||
| int | dirSync | |||
| ) |
| SQLITE_PRIVATE int sqlite3OsAccess | ( | sqlite3_vfs * | pVfs, | |
| const char * | zPath, | |||
| int | flags | |||
| ) |
| SQLITE_PRIVATE int sqlite3OsGetTempname | ( | sqlite3_vfs * | pVfs, | |
| int | nBufOut, | |||
| char * | zBufOut | |||
| ) |
| SQLITE_PRIVATE int sqlite3OsFullPathname | ( | sqlite3_vfs * | pVfs, | |
| const char * | zPath, | |||
| int | nPathOut, | |||
| char * | zPathOut | |||
| ) |
| SQLITE_PRIVATE void * sqlite3OsDlOpen | ( | sqlite3_vfs * | pVfs, | |
| const char * | zPath | |||
| ) |
| SQLITE_PRIVATE void sqlite3OsDlError | ( | sqlite3_vfs * | pVfs, | |
| int | nByte, | |||
| char * | zBufOut | |||
| ) |
| SQLITE_PRIVATE void * sqlite3OsDlSym | ( | sqlite3_vfs * | pVfs, | |
| void * | pHandle, | |||
| const char * | zSymbol | |||
| ) |
| SQLITE_PRIVATE void sqlite3OsDlClose | ( | sqlite3_vfs * | pVfs, | |
| void * | pHandle | |||
| ) |
| SQLITE_PRIVATE int sqlite3OsRandomness | ( | sqlite3_vfs * | pVfs, | |
| int | nByte, | |||
| char * | zBufOut | |||
| ) |
| SQLITE_PRIVATE int sqlite3OsSleep | ( | sqlite3_vfs * | pVfs, | |
| int | nMicro | |||
| ) |
| SQLITE_PRIVATE int sqlite3OsCurrentTime | ( | sqlite3_vfs * | pVfs, | |
| double * | pTimeOut | |||
| ) |
| SQLITE_PRIVATE int sqlite3OsOpenMalloc | ( | sqlite3_vfs * | pVfs, | |
| const char * | zFile, | |||
| sqlite3_file ** | ppFile, | |||
| int | flags, | |||
| int * | pOutFlags | |||
| ) |
| SQLITE_PRIVATE int sqlite3OsCloseFree | ( | sqlite3_file * | pFile | ) |
| SQLITE_PRIVATE sqlite3_vfs * sqlite3OsDefaultVfs | ( | void | ) |
| int sqlite3Corrupt | ( | void | ) |
| SQLITE_PRIVATE void * sqlite3MallocZero | ( | unsigned | n | ) |
| SQLITE_PRIVATE void * sqlite3DbMallocZero | ( | sqlite3 * | db, | |
| unsigned | n | |||
| ) |
| SQLITE_PRIVATE void * sqlite3DbMallocRaw | ( | sqlite3 * | db, | |
| unsigned | n | |||
| ) |
| SQLITE_PRIVATE void * sqlite3DbReallocOrFree | ( | sqlite3 * | db, | |
| void * | p, | |||
| int | n | |||
| ) |
| SQLITE_PRIVATE void * sqlite3DbRealloc | ( | sqlite3 * | db, | |
| void * | p, | |||
| int | n | |||
| ) |
| void sqlite3SetString | ( | char ** | pz, | |
| ... | ||||
| ) |
| void sqlite3ErrorClear | ( | Parse * | pParse | ) |
| void sqlite3Dequote | ( | char * | z | ) |
| void sqlite3FinishCoding | ( | Parse * | pParse | ) |
| SQLITE_PRIVATE Expr * sqlite3Expr | ( | sqlite3 * | db, | |
| int | op, | |||
| Expr * | pLeft, | |||
| Expr * | pRight, | |||
| const Token * | pToken | |||
| ) |
| SQLITE_PRIVATE Expr * sqlite3PExpr | ( | Parse * | pParse, | |
| int | op, | |||
| Expr * | pLeft, | |||
| Expr * | pRight, | |||
| const Token * | pToken | |||
| ) |
| void sqlite3ExprDelete | ( | Expr * | p | ) |
| SQLITE_PRIVATE ExprList * sqlite3ExprListAppend | ( | Parse * | pParse, | |
| ExprList * | pList, | |||
| Expr * | pExpr, | |||
| Token * | pName | |||
| ) |
| void sqlite3ExprListDelete | ( | ExprList * | pList | ) |
| void sqlite3ResetInternalSchema | ( | sqlite3 * | db, | |
| int | iDb | |||
| ) |
| void sqlite3BeginParse | ( | Parse * | pParse, | |
| int | explainFlag | |||
| ) |
| void sqlite3CommitInternalChanges | ( | sqlite3 * | db | ) |
| void sqlite3OpenMasterTable | ( | Parse * | p, | |
| int | iDb | |||
| ) |
| void sqlite3StartTable | ( | Parse * | pParse, | |
| Token * | pName1, | |||
| Token * | pName2, | |||
| int | isTemp, | |||
| int | isView, | |||
| int | isVirtual, | |||
| int | noErr | |||
| ) |
| void sqlite3AddNotNull | ( | Parse * | pParse, | |
| int | onError | |||
| ) |
| void sqlite3AddPrimaryKey | ( | Parse * | pParse, | |
| ExprList * | pList, | |||
| int | onError, | |||
| int | autoInc, | |||
| int | sortOrder | |||
| ) |
| void sqlite3CreateView | ( | Parse * | pParse, | |
| Token * | pBegin, | |||
| Token * | pName1, | |||
| Token * | pName2, | |||
| Select * | pSelect, | |||
| int | isTemp, | |||
| int | noErr | |||
| ) |
| void sqlite3DeleteTable | ( | Table * | pTable | ) |
| void sqlite3Insert | ( | Parse * | pParse, | |
| SrcList * | pTabList, | |||
| ExprList * | pList, | |||
| Select * | pSelect, | |||
| IdList * | pColumn, | |||
| int | onError | |||
| ) |
| SQLITE_PRIVATE void * sqlite3ArrayAllocate | ( | sqlite3 * | db, | |
| void * | pArray, | |||
| int | szEntry, | |||
| int | initSize, | |||
| int * | pnEntry, | |||
| int * | pnAlloc, | |||
| int * | pIdx | |||
| ) |
| SQLITE_PRIVATE SrcList * sqlite3SrcListAppend | ( | sqlite3 * | db, | |
| SrcList * | pList, | |||
| Token * | pTable, | |||
| Token * | pDatabase | |||
| ) |
| SQLITE_PRIVATE SrcList * sqlite3SrcListAppendFromTerm | ( | Parse * | pParse, | |
| SrcList * | p, | |||
| Token * | pTable, | |||
| Token * | pDatabase, | |||
| Token * | pAlias, | |||
| Select * | pSubquery, | |||
| Expr * | pOn, | |||
| IdList * | pUsing | |||
| ) |
| void sqlite3SrcListShiftJoinType | ( | SrcList * | p | ) |
| void sqlite3IdListDelete | ( | IdList * | pList | ) |
| void sqlite3SrcListDelete | ( | SrcList * | pList | ) |
| void sqlite3CreateIndex | ( | Parse * | pParse, | |
| Token * | pName1, | |||
| Token * | pName2, | |||
| SrcList * | pTblName, | |||
| ExprList * | pList, | |||
| int | onError, | |||
| Token * | pStart, | |||
| Token * | pEnd, | |||
| int | sortOrder, | |||
| int | ifNotExist | |||
| ) |
| int sqlite3Select | ( | Parse * | pParse, | |
| Select * | p, | |||
| int | eDest, | |||
| int | iParm, | |||
| Select * | pParent, | |||
| int | parentTab, | |||
| int * | pParentAgg, | |||
| char * | aff | |||
| ) |
| SQLITE_PRIVATE Select * sqlite3SelectNew | ( | Parse * | pParse, | |
| ExprList * | pEList, | |||
| SrcList * | pSrc, | |||
| Expr * | pWhere, | |||
| ExprList * | pGroupBy, | |||
| Expr * | pHaving, | |||
| ExprList * | pOrderBy, | |||
| int | isDistinct, | |||
| Expr * | pLimit, | |||
| Expr * | pOffset | |||
| ) |
| void sqlite3SelectDelete | ( | Select * | p | ) |
| void sqlite3Update | ( | Parse * | pParse, | |
| SrcList * | pTabList, | |||
| ExprList * | pChanges, | |||
| Expr * | pWhere, | |||
| int | onError | |||
| ) |
| WhereInfo * sqlite3WhereBegin | ( | Parse * | pParse, | |
| SrcList * | pTabList, | |||
| Expr * | pWhere, | |||
| ExprList ** | ppOrderBy | |||
| ) |
| void sqlite3WhereEnd | ( | WhereInfo * | pWInfo | ) |
| void sqlite3Vacuum | ( | Parse * | pParse | ) |
| int sqlite3ExprResolveNames | ( | NameContext * | pNC, | |
| Expr * | pExpr | |||
| ) |
| int sqlite3ExprAnalyzeAggregates | ( | NameContext * | pNC, | |
| Expr * | pExpr | |||
| ) |
| int sqlite3ExprAnalyzeAggList | ( | NameContext * | pNC, | |
| ExprList * | pList | |||
| ) |
| void sqlite3Randomness | ( | int | N, | |
| void * | pBuf | |||
| ) |
| void sqlite3RollbackAll | ( | sqlite3 * | db | ) |
| void sqlite3CodeVerifySchema | ( | Parse * | pParse, | |
| int | iDb | |||
| ) |
| void sqlite3BeginTransaction | ( | Parse * | pParse, | |
| int | type | |||
| ) |
| void sqlite3CommitTransaction | ( | Parse * | pParse | ) |
| void sqlite3RollbackTransaction | ( | Parse * | pParse | ) |
| int sqlite3ExprIsConstant | ( | Expr * | p | ) |
| SQLITE_PRIVATE int sqlite3ExprIsConstantNotJoin | ( | Expr * | p | ) |
| int sqlite3ExprIsConstantOrFunction | ( | Expr * | p | ) |
| int sqlite3ExprIsInteger | ( | Expr * | p, | |
| int * | pValue | |||
| ) |
| void sqlite3GenerateConstraintChecks | ( | Parse * | pParse, | |
| Table * | pTab, | |||
| int | base, | |||
| char * | aIdxUsed, | |||
| int | rowidChng, | |||
| int | isUpdate, | |||
| int | overrideError, | |||
| int | ignoreDest | |||
| ) |
| void sqlite3CompleteInsertion | ( | Parse * | pParse, | |
| Table * | pTab, | |||
| int | base, | |||
| char * | aIdxUsed, | |||
| int | rowidChng, | |||
| int | isUpdate, | |||
| int | newIdx, | |||
| int | appendBias | |||
| ) |
| void sqlite3BeginWriteOperation | ( | Parse * | pParse, | |
| int | setStatement, | |||
| int | iDb | |||
| ) |
| FuncDef * sqlite3FindFunction | ( | sqlite3 * | db, | |
| const char * | zName, | |||
| int | nName, | |||
| int | nArg, | |||
| u8 | enc, | |||
| int | createFlag | |||
| ) |
| void sqlite3RegisterBuiltinFunctions | ( | sqlite3 * | db | ) |
| void sqlite3RegisterDateTimeFunctions | ( | sqlite3 * | db | ) |
| int sqlite3SafetyOn | ( | sqlite3 * | db | ) |
| int sqlite3SafetyOff | ( | sqlite3 * | db | ) |
| int sqlite3SafetyCheck | ( | sqlite3 * | db | ) |
| void sqlite3BeginTrigger | ( | Parse * | pParse, | |
| Token * | pName1, | |||
| Token * | pName2, | |||
| int | tr_tm, | |||
| int | op, | |||
| IdList * | pColumns, | |||
| SrcList * | pTableName, | |||
| Expr * | pWhen, | |||
| int | isTemp, | |||
| int | noErr | |||
| ) |
| void sqlite3FinishTrigger | ( | Parse * | pParse, | |
| TriggerStep * | pStepList, | |||
| Token * | pAll | |||
| ) |
| int sqlite3CodeRowTrigger | ( | Parse * | pParse, | |
| int | op, | |||
| ExprList * | pChanges, | |||
| int | tr_tm, | |||
| Table * | pTab, | |||
| int | newIdx, | |||
| int | oldIdx, | |||
| int | orconf, | |||
| int | ignoreJump | |||
| ) |
| void sqlite3DeleteTriggerStep | ( | TriggerStep * | pTriggerStep | ) |
| SQLITE_PRIVATE TriggerStep * sqlite3TriggerSelectStep | ( | sqlite3 * | db, | |
| Select * | pSelect | |||
| ) |
| SQLITE_PRIVATE TriggerStep * sqlite3TriggerInsertStep | ( | sqlite3 * | db, | |
| Token * | pTableName, | |||
| IdList * | pColumn, | |||
| ExprList * | pEList, | |||
| Select * | pSelect, | |||
| int | orconf | |||
| ) |
| SQLITE_PRIVATE TriggerStep * sqlite3TriggerUpdateStep | ( | sqlite3 * | db, | |
| Token * | pTableName, | |||
| ExprList * | pEList, | |||
| Expr * | pWhere, | |||
| int | orconf | |||
| ) |
| SQLITE_PRIVATE TriggerStep * sqlite3TriggerDeleteStep | ( | sqlite3 * | db, | |
| Token * | pTableName, | |||
| Expr * | pWhere | |||
| ) |
| void sqlite3DeleteTrigger | ( | Trigger * | pTrigger | ) |
| void sqlite3CreateForeignKey | ( | Parse * | pParse, | |
| ExprList * | pFromCol, | |||
| Token * | pTo, | |||
| ExprList * | pToCol, | |||
| int | flags | |||
| ) |
| void sqlite3DeferForeignKey | ( | Parse * | pParse, | |
| int | isDeferred | |||
| ) |
| SQLITE_PRIVATE void sqlite3AuthRead | ( | Parse * | pParse, | |
| Expr * | pExpr, | |||
| Schema * | pSchema, | |||
| SrcList * | pTabList | |||
| ) |
| int sqlite3AuthCheck | ( | Parse * | pParse, | |
| int | code, | |||
| const char * | zArg1, | |||
| const char * | zArg2, | |||
| const char * | zArg3 | |||
| ) |
| void sqlite3AuthContextPush | ( | Parse * | pParse, | |
| AuthContext * | pContext, | |||
| const char * | zContext | |||
| ) |
| void sqlite3AuthContextPop | ( | AuthContext * | pContext | ) |
| SQLITE_PRIVATE int sqlite3BtreeFactory | ( | const sqlite3 * | db, | |
| const char * | zFilename, | |||
| int | omitJournal, | |||
| int | nCache, | |||
| int | flags, | |||
| Btree ** | ppBtree | |||
| ) |
| int sqlite3FixInit | ( | DbFixer * | pFix, | |
| Parse * | pParse, | |||
| int | iDb, | |||
| const char * | zType, | |||
| const Token * | pName | |||
| ) |
| int sqlite3FixTriggerStep | ( | DbFixer * | pFix, | |
| TriggerStep * | pStep | |||
| ) |
| SQLITE_PRIVATE int sqlite3Utf16ByteLen | ( | const void * | pData, | |
| int | nChar | |||
| ) |
| int sqlite3VarintLen | ( | u64 | v | ) |
| int sqlite3ReadSchema | ( | Parse * | pParse | ) |
| void sqlite3VdbeSetChanges | ( | sqlite3 * | db, | |
| int | nChange | |||
| ) |
| const void * sqlite3ValueText | ( | sqlite3_value * | pVal, | |
| u8 | enc | |||
| ) |
| int sqlite3ValueBytes | ( | sqlite3_value * | pVal, | |
| u8 | enc | |||
| ) |
| void sqlite3ValueSetStr | ( | sqlite3_value * | v, | |
| int | n, | |||
| const void * | z, | |||
| u8 | enc, | |||
| void(*)(void *) | xDel | |||
| ) |
| void sqlite3ValueFree | ( | sqlite3_value * | v | ) |
| SQLITE_PRIVATE sqlite3_value * sqlite3ValueNew | ( | sqlite3 * | db | ) |
| SQLITE_PRIVATE int sqlite3ValueFromExpr | ( | sqlite3 * | db, | |
| Expr * | pExpr, | |||
| u8 | enc, | |||
| u8 | affinity, | |||
| sqlite3_value ** | ppVal | |||
| ) |
| void sqlite3ValueApplyAffinity | ( | sqlite3_value * | pVal, | |
| u8 | affinity, | |||
| u8 | enc | |||
| ) |
| void sqlite3RootPageMoved | ( | Db * | pDb, | |
| int | iFrom, | |||
| int | iTo | |||
| ) |
| void sqlite3AlterFunctions | ( | sqlite3 * | db | ) |
| void sqlite3ExpirePreparedStatements | ( | sqlite3 * | db | ) |
| int sqlite3SelectResolve | ( | Parse * | pParse, | |
| Select * | p, | |||
| NameContext * | pOuterNC | |||
| ) |
| int sqlite3InvokeBusyHandler | ( | BusyHandler * | p | ) |
| void sqlite3AnalysisLoad | ( | sqlite3 * | db, | |
| int | iDB | |||
| ) |
| void sqlite3DefaultRowEst | ( | Index * | pIdx | ) |
| void sqlite3RegisterLikeFunctions | ( | sqlite3 * | db, | |
| int | caseSensitive | |||
| ) |
| void sqlite3AttachFunctions | ( | sqlite3 * | db | ) |
| void sqlite3MinimumFileFormat | ( | Parse * | pParse, | |
| int | iDb, | |||
| int | minFormat | |||
| ) |
| void sqlite3SchemaFree | ( | void * | p | ) |
| int sqlite3CreateFunc | ( | sqlite3 * | db, | |
| const char * | zFunctionName, | |||
| int | nArg, | |||
| int | enc, | |||
| void * | pUserData, | |||
| void(*)(sqlite3_context *, int, sqlite3_value **) | xFunc, | |||
| void(*)(sqlite3_context *, int, sqlite3_value **) | xStep, | |||
| void(*)(sqlite3_context *) | xFinal | |||
| ) |
| int sqlite3ApiExit | ( | sqlite3 * | db, | |
| int | rc | |||
| ) |
| int sqlite3OpenTempDatabase | ( | Parse * | pParse | ) |
| SQLITE_PRIVATE void sqlite3StrAccumReset | ( | StrAccum * | p | ) |
| SQLITE_PRIVATE void* sqlite3ParserAlloc | ( | void * | *)(size_t | ) |
| SQLITE_PRIVATE void sqlite3ParserFree | ( | void * | p, | |
| void(*)(void *) | freeProc | |||
| ) |
| void sqlite3CloseExtensions | ( | sqlite3 * | db | ) |
| int sqlite3AutoLoadExtensions | ( | sqlite3 * | db | ) |
| SQLITE_PRIVATE int sqlite3Utf8To8 | ( | unsigned char * | zIn | ) |
| void sqlite3MallocDisallow | ( | void | ) |
| void sqlite3MallocAllow | ( | void | ) |
| SQLITE_PRIVATE void sqlite3MallocBenignFailure | ( | int | isBenign | ) |
| SQLITE_PRIVATE void sqlite3MallocEnterBenignBlock | ( | int | isBenign | ) |
| SQLITE_PRIVATE void sqlite3MallocLeaveBenignBlock | ( | ) |
| void sqlite3VtabClear | ( | Table * | p | ) |
| int sqlite3VtabSync | ( | sqlite3 * | db, | |
| int | rc | |||
| ) |
| int sqlite3VtabRollback | ( | sqlite3 * | db | ) |
| int sqlite3VtabCommit | ( | sqlite3 * | db | ) |
| void sqlite3VtabLock | ( | sqlite3_vtab * | pVtab | ) |
| void sqlite3VtabUnlock | ( | sqlite3 * | db, | |
| sqlite3_vtab * | pVtab | |||
| ) |
| void sqlite3VtabArgInit | ( | Parse * | pParse | ) |
| int sqlite3VtabBegin | ( | sqlite3 * | db, | |
| sqlite3_vtab * | pVtab | |||
| ) |
| SQLITE_PRIVATE FuncDef * sqlite3VtabOverloadFunction | ( | sqlite3 * | db, | |
| FuncDef * | pDef, | |||
| int | nArg, | |||
| Expr * | pExpr | |||
| ) |
| void sqlite3InvalidFunction | ( | sqlite3_context * | context, | |
| int | argc, | |||
| sqlite3_value ** | argv | |||
| ) |
| int sqlite3Reprepare | ( | Vdbe * | p | ) |
| SQLITE_PRIVATE void sqlite3ExprListCheckLength | ( | Parse * | pParse, | |
| ExprList * | pEList, | |||
| int | iLimit, | |||
| const char * | zObject | |||
| ) |
| SQLITE_PRIVATE CollSeq * sqlite3BinaryCompareCollSeq | ( | Parse * | pParse, | |
| Expr * | pLeft, | |||
| Expr * | pRight | |||
| ) |
| SQLITE_PRIVATE int sqlite3JournalOpen | ( | sqlite3_vfs * | pVfs, | |
| const char * | zName, | |||
| sqlite3_file * | pJfd, | |||
| int | flags, | |||
| int | nBuf | |||
| ) |
| SQLITE_PRIVATE int sqlite3JournalSize | ( | sqlite3_vfs * | pVfs | ) |
| SQLITE_PRIVATE int sqlite3JournalCreate | ( | sqlite3_file * | p | ) |
| SQLITE_PRIVATE void sqlite3ExprSetHeight | ( | Expr * | p | ) |
| SQLITE_PRIVATE int sqlite3SelectExprHeight | ( | Select * | p | ) |
| SQLITE_PRIVATE void sqlite3ParserTrace | ( | FILE * | TraceFILE, | |
| char * | zTracePrompt | |||
| ) |
| void sqlite3VdbeIOTraceSql | ( | Vdbe * | p | ) |
| SQLITE_API int sqlite3_memory_alarm | ( | void(*)(void *pArg, sqlite3_int64 used, int N) | xCallback, | |
| void * | pArg, | |||
| sqlite3_int64 | iThreshold | |||
| ) |
| int backtrace | ( | void ** | , | |
| int | ||||
| ) |
| void backtrace_symbols_fd | ( | void *const * | , | |
| int | , | |||
| int | ||||
| ) |
| SQLITE_API void sqlite3_memdebug_backtrace | ( | int | depth | ) |
| SQLITE_API int sqlite3_memdebug_fail | ( | int | iFail, | |
| int | iRepeat, | |||
| int * | piBenign | |||
| ) |
| SQLITE_API int sqlite3_memdebug_pending | ( | ) |
| void memsys3Free | ( | void * | pOld | ) |
| void sqliteVdbePopStack | ( | Vdbe * | , | |
| int | ||||
| ) |
| int sqlite3VdbeCursorMoveto | ( | Cursor * | p | ) |
| void sqlite3VdbePrintOp | ( | FILE * | pOut, | |
| int | pc, | |||
| Op * | pOp | |||
| ) |
| int sqlite3VdbeSerialTypeLen | ( | u32 | serial_type | ) |
| void sqlite3VdbeDeleteAuxData | ( | VdbeFunc * | pVdbeFunc, | |
| int | mask | |||
| ) |
| int sqlite3VdbeRecordCompare | ( | void * | userData, | |
| int | nKey1, | |||
| const void * | pKey1, | |||
| int | nKey2, | |||
| const void * | pKey2 | |||
| ) |
| int sqlite3VdbeExec | ( | Vdbe * | p | ) |
| int sqlite3VdbeList | ( | Vdbe * | p | ) |
| int sqlite3VdbeHalt | ( | Vdbe * | p | ) |
| int sqlite3VdbeChangeEncoding | ( | Mem * | pMem, | |
| int | desiredEnc | |||
| ) |
| SQLITE_PRIVATE int sqlite3VdbeMemTooBig | ( | Mem * | p | ) |
| int sqlite3VdbeMemNulTerminate | ( | Mem * | pMem | ) |
| void sqlite3VdbeMemSetNull | ( | Mem * | pMem | ) |
| SQLITE_PRIVATE void sqlite3VdbeMemSetZeroBlob | ( | Mem * | pMem, | |
| int | n | |||
| ) |
| int sqlite3VdbeMemMakeWriteable | ( | Mem * | pMem | ) |
| int sqlite3VdbeMemDynamicify | ( | Mem * | pMem | ) |
| int sqlite3VdbeMemStringify | ( | Mem * | pMem, | |
| int | enc | |||
| ) |
| int sqlite3VdbeMemIntegerify | ( | Mem * | pMem | ) |
| void sqlite3VdbeIntegerAffinity | ( | Mem * | pMem | ) |
| int sqlite3VdbeMemRealify | ( | Mem * | pMem | ) |
| int sqlite3VdbeMemNumerify | ( | Mem * | pMem | ) |
| void sqlite3VdbeMemRelease | ( | Mem * | p | ) |
| void sqlite3VdbeMemSanity | ( | Mem * | pMem | ) |
| int sqlite3VdbeOpcodeNoPush | ( | u8 | op | ) |
| void sqlite3VdbePrintSql | ( | Vdbe * | p | ) |
| int sqlite3VdbeMemHandleBom | ( | Mem * | pMem | ) |
| void sqlite3VdbeFifoInit | ( | Fifo * | pFifo | ) |
| void sqlite3VdbeFifoClear | ( | Fifo * | pFifo | ) |
| SQLITE_PRIVATE int sqlite3VdbeMemExpandBlob | ( | Mem * | pMem | ) |
| SQLITE_PRIVATE int sqlite3Utf8Read | ( | const unsigned char * | z, | |
| const unsigned char * | zTerm, | |||
| const unsigned char ** | pzNext | |||
| ) |
| SQLITE_PRIVATE void sqlite3UtfSelfTest | ( | ) |
| int os2Close | ( | sqlite3_file * | id | ) |
| int os2Read | ( | sqlite3_file * | id, | |
| void * | pBuf, | |||
| int | amt, | |||
| sqlite3_int64 | offset | |||
| ) |
| int os2Write | ( | sqlite3_file * | id, | |
| const void * | pBuf, | |||
| int | amt, | |||
| sqlite3_int64 | offset | |||
| ) |
| int os2Truncate | ( | sqlite3_file * | id, | |
| i64 | nByte | |||
| ) |
| int os2Sync | ( | sqlite3_file * | id, | |
| int | flags | |||
| ) |
| int os2FileSize | ( | sqlite3_file * | id, | |
| sqlite3_int64 * | pSize | |||
| ) |
| int os2Lock | ( | sqlite3_file * | id, | |
| int | locktype | |||
| ) |
| int os2CheckReservedLock | ( | sqlite3_file * | id | ) |
| int os2Unlock | ( | sqlite3_file * | id, | |
| int | locktype | |||
| ) |
| int os2Delete | ( | sqlite3_vfs * | pVfs, | |
| const char * | zFilename, | |||
| int | syncDir | |||
| ) |
| void* os2DlSym | ( | sqlite3_vfs * | pVfs, | |
| void * | pHandle, | |||
| const char * | zSymbol | |||
| ) |
| void os2DlClose | ( | sqlite3_vfs * | pVfs, | |
| void * | pHandle | |||
| ) |
| int os2CurrentTime | ( | sqlite3_vfs * | pVfs, | |
| double * | prNow | |||
| ) |
| void* winDlSym | ( | sqlite3_vfs * | pVfs, | |
| void * | pHandle, | |||
| const char * | zSymbol | |||
| ) |
| void winDlClose | ( | sqlite3_vfs * | pVfs, | |
| void * | pHandle | |||
| ) |
| int winCurrentTime | ( | sqlite3_vfs * | pVfs, | |
| double * | prNow | |||
| ) |
| SQLITE_PRIVATE void sqlite3PagerSetCodec | ( | Pager * | pPager, | |
| void *(*)(void *, void *, Pgno, int) | xCodec, | |||
| void * | pCodecArg | |||
| ) |
| SQLITE_PRIVATE int sqlite3BtreeGetPage | ( | BtShared * | pBt, | |
| Pgno | pgno, | |||
| MemPage ** | ppPage, | |||
| int | noContent | |||
| ) |
| SQLITE_PRIVATE int sqlite3BtreeRestoreOrClearCursorPosition | ( | BtCursor * | pCur | ) |
| SQLITE_PRIVATE void sqlite3BtreeReleaseTempCursor | ( | BtCursor * | pCur | ) |
| SQLITE_PRIVATE int sqlite3BtreeIsRootPage | ( | MemPage * | pPage | ) |
| SQLITE_PRIVATE void sqlite3BtreeMoveToParent | ( | BtCursor * | pCur | ) |
| int sqlite3_bind_int64 | ( | sqlite3_stmt * | pStmt, | |
| int | i, | |||
| sqlite_int64 | iValue | |||
| ) |
| SQLITE_API int sqlite3_blob_open | ( | sqlite3 * | db, | |
| const char * | zDb, | |||
| const char * | zTable, | |||
| const char * | zColumn, | |||
| sqlite_int64 | iRow, | |||
| int | flags, | |||
| sqlite3_blob ** | ppBlob | |||
| ) |
| int sqlite3_exec | ( | sqlite3 * | db, | |
| const char * | zSql, | |||
| sqlite3_callback | xCallback, | |||
| void * | pArg, | |||
| char ** | pzErrMsg | |||
| ) |
| SQLITE_PRIVATE int sqlite3Prepare | ( | sqlite3 * | db, | |
| const char * | zSql, | |||
| int | nBytes, | |||
| int | saveSqlFlag, | |||
| sqlite3_stmt ** | ppStmt, | |||
| const char ** | pzTail | |||
| ) |
| SQLITE_PRIVATE void sqlite3PrintExpr | ( | Expr * | p | ) |
| SQLITE_PRIVATE void sqlite3PrintExprList | ( | ExprList * | pList | ) |
| SQLITE_PRIVATE void sqlite3PrintSelect | ( | Select * | p, | |
| int | indent | |||
| ) |
| SQLITE_PRIVATE void* sqlite3ParserAlloc | ( | void *(*)(size_t) | mallocProc | ) |
| SQLITE_PRIVATE void sqlite3Parser | ( | void * | yyp, | |
| int | yymajor, | |||
| sqlite3ParserTOKENTYPE yyminor | sqlite3ParserARG_PDECL | |||
| ) |
| void * sqlite3_profile | ( | sqlite3 * | db, | |
| void(*)(void *, const char *, sqlite_uint64) | xProfile, | |||
| void * | pArg | |||
| ) |
| void * sqlite3_update_hook | ( | sqlite3 * | db, | |
| void(*)(void *, int, char const *, char const *, sqlite_int64) | xCallback, | |||
| void * | pArg | |||
| ) |
| int sqlite3Fts3Init | ( | sqlite3 * | db | ) |
| void sqlite3Fts3HashInit | ( | fts3Hash * | , | |
| int | keytype, | |||
| int | copyKey | |||
| ) |
| void sqlite3Fts3HashClear | ( | fts3Hash * | ) |
| void sqlite3Fts3SimpleTokenizerModule | ( | sqlite3_tokenizer_module const ** | ppModule | ) |
| void sqlite3Fts3PorterTokenizerModule | ( | sqlite3_tokenizer_module const ** | ppModule | ) |
| void sqlite3Fts3IcuTokenizerModule | ( | sqlite3_tokenizer_module const ** | ppModule | ) |
| int sqlite3_extension_init | ( | sqlite3 * | db, | |
| char ** | pzErrMsg, | |||
| const sqlite3_api_routines * | pApi | |||
| ) |
| const char sqlite3_version = SQLITE_VERSION |
| char * sqlite3_temp_directory = 0 |
| SQLITE_PRIVATE const int sqlite3One |
| const int sqlite3one = 1 |
| int pager3_refinfo_enable = 0 |
| unsigned int sqlite3_pending_byte = 0x40000000 |
| const unsigned char sqlite3UpperToLower |
| int sqlite3_test_sector_size = 0 |
| void(* alarmCallback)(void *, sqlite3_int64, int) | ( | void * | , | |
| sqlite3_int64 | , | |||
| int | ||||
| ) |
| void* alarmArg |
| int alarmBusy |
| struct MemBlockHdr* pFirst |
| struct MemBlockHdr* pLast |
| int nBacktrace |
| int nTitle |
| int iFail |
| int iReset |
| int iFailCnt |
| int iBenignFailCnt |
| int iNextIsBenign |
| int iIsBenign |
| int disallow |
| int sizeCnt[NCSIZE] |
| int sqlite3_os_trace = 0 |
| int sqlite3_io_error_hit = 0 |
| int sqlite3_io_error_pending = 0 |
| int sqlite3_io_error_persist = 0 |
| int sqlite3_diskfull_pending = 0 |
| int sqlite3_diskfull = 0 |
| int sqlite3_open_file_count = 0 |
| SQLITE_API int sqlite3_sync_count = 0 |
| SQLITE_API int sqlite3_fullsync_count = 0 |
| int sqlite3_current_time = 0 |
| static int threadsOverrideEachOthersLocks = SQLITE_THREAD_OVERRIDE_LOCK |
| static int sqlite3_os_type = 0 |
| SQLITE_API int sqlite3_pager_readdb_count = 0 |
| SQLITE_API int sqlite3_pager_writedb_count = 0 |
| SQLITE_API int sqlite3_pager_writej_count = 0 |
| SQLITE_API int sqlite3_pager_pgfree_count = 0 |
| SQLITE_API int sqlite3_opentemp_count = 0 |
| int sqlite3_pager_n_sort_bucket = 0 |
| int sqlite3_btree_trace = 0 |
| static BtShared * sqlite3SharedCacheList = 0 |
| static int sqlite3SharedCacheEnabled = 0 |
| SQLITE_API int sqlite3_vdbe_addop_trace = 0 |
| SQLITE_API int sqlite3_search_count = 0 |
| SQLITE_API int sqlite3_interrupt_count = 0 |
| SQLITE_API int sqlite3_sort_count = 0 |
| SQLITE_API int sqlite3_max_blobsize = 0 |
| int sqlite3_enable_in_opt = 1 |
| SQLITE_API int sqlite3_like_count = 0 |
| SQLITE_API int sqlite3_xferopt_count |
| SQLITE_API const sqlite3_api_routines sqlite3_apis |
| int nExt |
| void** aExt |
| SQLITE_API int sqlite3_where_trace = 0 |
| SQLITE_API char sqlite3_query_plan[BMS *2 *40] |
| YYCODETYPE lhs |
| const unsigned char ebcdicToAscii[] |
Initial value:
{
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 95, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 97, 98, 99,100,101,102,103,104,105, 0, 0, 0, 0, 0, 0,
0,106,107,108,109,110,111,112,113,114, 0, 0, 0, 0, 0, 0,
0, 0,115,116,117,118,119,120,121,122, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 97, 98, 99,100,101,102,103,104,105, 0, 0, 0, 0, 0, 0,
0,106,107,108,109,110,111,112,113,114, 0, 0, 0, 0, 0, 0,
0, 0,115,116,117,118,119,120,121,122, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
}
| SQLITE_PRIVATE const char sqlite3IsAsciiIdChar |
Initial value:
{
0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0,
0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 1,
0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0,
}
| SQLITE_PRIVATE const char sqlite3IsEbcdicIdChar |
Initial value:
{
0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0,
0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 0, 0, 0, 0,
0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0,
0, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0,
0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 1, 1, 1, 0,
0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 1, 0, 1, 0,
1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1,
0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1,
0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 0,
}
1.5.6