Small. Fast. Reliable.
Choose any three.
Search:
Look in:

Wiki Page BlobExample
... 080"><i>/*&nbsp;Compile&nbsp;the&nbsp;INSERT&nbsp;statement&nbsp;into&nbsp;a&nbsp;virtual&nbsp;machi ...

Wiki Page BlueSky
... nction to do this as shown below. It prepares the statement, finalizes the generated statement if an ...

Wiki Page ClientServer
... reply indicates success or failure. The '.cursor' statement corresponds to the sqlite_compile() func ...

Wiki Page ColumnNames
... n the value of both pragmas at the time the query statement was prepared. The default settings for ...

Wiki Page ConverterTools
... , as comments closely following each create table statement. the ofending fields are still being cre ...

Wiki Page CorruptionFollowingBusyError
... 3: If you do encounter an SQLITE_BUSY error on a statement, other than a COMMIT statement, wi ...

Wiki Page DatabaseCorruption
... ck occur following a CREATE TABLE or CREATE INDEX statement that follows in the same transaction wit ...

Wiki Page DatabaseIsLocked
... For example, if you are in the middle of a SELECT statement and you try to DROP one of the tables be ...

Wiki Page DocumentationSqliteNetDbDataTableMode
... able object if any rows are returned from the SQL statement.{linebreak} NODATATABLE means that the ...

Wiki Page DynamicLanguageInterfaceToSqlite
... " in this example) will be the first token in the statement and the second token will be the method ...

Wiki Page FeatureRequests
... unction that when called, will receive a *sqlite3_statement* and will act like an inverse *sqlite3_s ...

Wiki Page ForeignKeyTriggers
... rs proposed below based on the input CREATE TABLE statement.) The trick to getting SQLite to enforc ...

Wiki Page FtsOne
... ad libfts1.dll Or you can load it using a SELECT statement: SELECT load_extension('libfts1.dll') ...

Wiki Page FtsTwo
... sing the new module, and doing an insert...select statement. The fts2 storage format is not yet to ...

Wiki Page FtsUsage
... renced are exactly those enumerated in the create statement, all of which will appear to be of type ...

Wiki Page FullTextIndex
... te> .load fts1 Or you can load it using a SELECT statement: SELECT load_extension('fts1'); Note ...

Wiki Page HowToCompileWithVsNet
... e_progress_handler sqlite_reset sqlite_last_statement_changes

Wiki Page IdxChk
... l program that analyzes a _SELECT_ (or other) SQL statement and prints which indexes are used. *Dow ...

Wiki Page InteractiveTextFieldEditing
... function returns the revised text, and the UPDATE statement inserts the revised text in place of the ...

Wiki Page LanguageNotes
... rl, which will take a MySQL specific create table statement, and turn it into a SQLite compatible on ...

Wiki Page LibraryRoutineCalledOutOfSequence
... . 3: Calling sqlite3_step() with a sqlite3_stmt* statement pointer that was not obtained from sq ...

Wiki Page ManagementTools
... reate new tables and view the actual CREATE TABLE statement</li> <li>Edit table data directly, e ...

Wiki Page MultiThreading
... API to create prepared statements, each prepared statement is considered to be a part of the databa ...

Wiki Page NonCallbackApi
... ); The routine above compiles the first SQL statement out of zSQL and generates a virtual mac ...

Wiki Page PerformanceTuningWindows
... ven if you are using componants. A fine tuned SQL statement that is specific to your applications ne ...

Wiki Page PrecompiledSql
... SQL statements. The idea is that if the same SQL statement is reused two or more times, the compila ...

Wiki Page QueryPlans
... t by prepending the keyword EXPLAIN to any SQLite statement you can get a listing of the virtual mac ...

Wiki Page QuickLite
... : add, edit, and remove rows without a single SQL statement, the OOP-way *:Save and revert supported ...

Wiki Page QuickStartMingw
... =3 ){ fprintf(stderr, "Usage: %s DATABASE SQL-STATEMENT\n", argv[0]); exit(1); } res = s ...

Wiki Page ScrollingCursor
... d for extracting data from SQLite is to prepare a statement, step through the result set of the statement ...


Page: 1  More