Searched refs:spec (Results 1 – 14 of 14) sorted by relevance
| /sqlite-3.40.0/ext/fts1/ |
| H A D | fts1.c | 1955 v->nColumn = spec->nColumn; in constructVtab() 1957 spec->azContentColumn = 0; in constructVtab() 1959 spec->azColumn = 0; in constructVtab() 1965 if( spec->azTokenizer[0]==0 || startsWith(spec->azTokenizer[0], "simple") ){ in constructVtab() 2011 TableSpec spec; in fulltextConnect() local 2016 clearTableSpec(&spec); in fulltextConnect() 2059 TableSpec spec; in fulltextCreate() local 2068 appendList(&schema, spec.nColumn, spec.azContentColumn); in fulltextCreate() 2070 rc = sql_exec(db, spec.zDb, spec.zName, schema.s); in fulltextCreate() 2074 rc = sql_exec(db, spec.zDb, spec.zName, in fulltextCreate() [all …]
|
| /sqlite-3.40.0/test/ |
| H A D | wal3.test | 298 foreach {file handle spec} $args break 299 if { $spec == "2 1 lock shared" } { 386 proc lock_callback {method file handle spec} { 387 if {$spec == "3 1 lock shared"} { 455 proc lock_callback {method file handle spec} { 456 if {$spec == "3 1 unlock exclusive"} { 527 proc method_callback {method file handle spec} { 533 lappend ::locks $spec 543 proc method_callback {method file handle spec} { 548 lappend ::locks $spec
|
| H A D | walprotocol.test | 159 proc lock_callback {method file handle spec} { 160 if {$spec == "1 2 unlock exclusive"} { 182 proc lock_callback {method file handle spec} { 183 if {$spec == "1 2 unlock exclusive"} {
|
| H A D | walvfs.test | 321 proc xShmLock {method file handle spec} { 322 if {$::flag && [lrange $spec 2 end]=="lock shared"} { 325 if {$spec=="3 1 unlock shared"} { 356 proc xShmLock {method file handle spec} { 357 if {$spec=="1 1 lock exclusive"} {
|
| H A D | shell8.test | 30 proc populate_dir {dirname spec} { 38 foreach {f d} $spec {
|
| H A D | e_select2.test | 134 # Usage: te_join <table-data1> <table-data2> <join spec>... 136 # Where a join-spec is an optional list of arguments as follows: 516 foreach {tn subselect select spec} { 569 set te [eval te_tbljoin db $spec]
|
| H A D | json102.test | 321 # The JSON spec requires that all control characters be escaped.
|
| H A D | window1.test | 2096 foreach {tn spec} { 2105 SELECT total(a) OVER ( $spec ) FROM t1 ORDER BY a 2118 foreach {tn spec res} { 2127 SELECT total(a) OVER ( $spec ) FROM t2 ORDER BY a
|
| H A D | wal2.test | 778 proc lock_control {method filename handle spec} { 779 foreach {start n op type} $spec break
|
| /sqlite-3.40.0/ext/fts2/ |
| H A D | fts2.c | 2827 v->nColumn = spec->nColumn; in constructVtab() 2829 spec->azContentColumn = 0; in constructVtab() 2831 spec->azColumn = 0; in constructVtab() 2890 TableSpec spec; in fulltextConnect() local 2895 clearTableSpec(&spec); in fulltextConnect() 2909 TableSpec spec; in fulltextCreate() local 2918 appendList(&schema, spec.nColumn, spec.azContentColumn); in fulltextCreate() 2920 rc = sql_exec(db, spec.zDb, spec.zName, stringBufferData(&schema)); in fulltextCreate() 2924 rc = sql_exec(db, spec.zDb, spec.zName, in fulltextCreate() 2928 rc = sql_exec(db, spec.zDb, spec.zName, in fulltextCreate() [all …]
|
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest_tdb4.c | 802 sqlite4_buffer spec; /* Options */ member 826 rc = testBtConfigure(pDb, (char*)pCkpter->spec.p, &mt); in bgc_main() 906 sqlite4_buffer_init(&pCkpter->spec, 0); in bgc_attach() 907 rc = sqlite4_buffer_set(&pCkpter->spec, zSpec, strlen(zSpec)+1); in bgc_attach() 969 sqlite4_buffer_clear(&pCkpter->spec); in bgc_detach()
|
| /sqlite-3.40.0/ext/fts5/test/ |
| H A D | fts5config.test | 222 foreach {tn spec} { 226 set sql "CREATE VIRTUAL TABLE xyz USING fts5(x, $spec)"
|
| /sqlite-3.40.0/ |
| H A D | manifest | 567 F spec.template 86a4a43b99ebb3e75e6b9a735d5fd293a24e90ca
|
| /sqlite-3.40.0/src/ |
| H A D | shell.c.in | 7369 * zAutoColumn(0, &db, ?) => (db!=0) Form columns spec for CREATE TABLE, 7370 * close db and set it to 0, and return the columns spec, to later 7539 /* Formulate the columns spec, close the DB, zero *pDb. */
|