Home
last modified time | relevance | path

Searched refs:spec (Results 1 – 14 of 14) sorted by relevance

/sqlite-3.40.0/ext/fts1/
H A Dfts1.c1955 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 Dwal3.test298 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 Dwalprotocol.test159 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 Dwalvfs.test321 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 Dshell8.test30 proc populate_dir {dirname spec} {
38 foreach {f d} $spec {
H A De_select2.test134 # 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 Djson102.test321 # The JSON spec requires that all control characters be escaped.
H A Dwindow1.test2096 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 Dwal2.test778 proc lock_control {method filename handle spec} {
779 foreach {start n op type} $spec break
/sqlite-3.40.0/ext/fts2/
H A Dfts2.c2827 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 Dlsmtest_tdb4.c802 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 Dfts5config.test222 foreach {tn spec} {
226 set sql "CREATE VIRTUAL TABLE xyz USING fts5(x, $spec)"
/sqlite-3.40.0/
H A Dmanifest567 F spec.template 86a4a43b99ebb3e75e6b9a735d5fd293a24e90ca
/sqlite-3.40.0/src/
H A Dshell.c.in7369 * 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. */