Lines Matching refs:zOp
401 const char *zOp = "?"; in testBestIndexObjConstraints() local
407 zOp = "eq"; break; in testBestIndexObjConstraints()
409 zOp = "gt"; break; in testBestIndexObjConstraints()
411 zOp = "le"; break; in testBestIndexObjConstraints()
413 zOp = "lt"; break; in testBestIndexObjConstraints()
415 zOp = "ge"; break; in testBestIndexObjConstraints()
417 zOp = "match"; break; in testBestIndexObjConstraints()
419 zOp = "like"; break; in testBestIndexObjConstraints()
421 zOp = "glob"; break; in testBestIndexObjConstraints()
423 zOp = "regexp"; break; in testBestIndexObjConstraints()
425 zOp = "ne"; break; in testBestIndexObjConstraints()
427 zOp = "isnot"; break; in testBestIndexObjConstraints()
429 zOp = "isnotnull"; break; in testBestIndexObjConstraints()
431 zOp = "isnull"; break; in testBestIndexObjConstraints()
433 zOp = "is"; break; in testBestIndexObjConstraints()
435 zOp = "limit"; break; in testBestIndexObjConstraints()
437 zOp = "offset"; break; in testBestIndexObjConstraints()
441 Tcl_ListObjAppendElement(0, pElem, Tcl_NewStringObj(zOp, -1)); in testBestIndexObjConstraints()