Searched refs:explain (Results 1 - 11 of 11) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/src/
H A DvdbeInt.h283 u8 explain; /* True if EXPLAIN present on SQL command */ member in struct:Vdbe
H A Dattach.c38 if( pParse->explain ) return;
147 if( pParse->explain ) return;
H A Dbuild.c43 pParse->explain = explainFlag;
81 sqliteVdbeMakeReady(v, pParse->nVar, pParse->explain);
477 if( isTemp && db->aDb[1].pBt==0 && !pParse->explain ){
972 if( pParse->explain==0 && pParse->nErr==0 ){
1257 if( pParse->explain ){
1294 if( !pParse->explain ){
1630 if( !pParse->explain ){
1828 if( !pParse->explain ){
2033 if( !pParse->explain ){
2052 if( !pParse->explain ){
[all...]
H A Dtrigger.c217 if( !pParse->explain ){
480 * If this is not an "explain", then delete the trigger structure.
482 if( !pParse->explain ){
H A Dvdbeaux.c549 assert( p->explain );
645 p->explain |= isExplain;
H A Dparse.y73 ecmd ::= explain cmdx SEMI.
76 explain ::= EXPLAIN. { sqliteBeginParse(pParse, 1); } label
77 explain ::= . { sqliteBeginParse(pParse, 0); } label
H A DsqliteInt.h923 u8 explain; /* True if the EXPLAIN flag is found on the query */ member in struct:Parse
H A Dvdbe.c132 if( p->explain ){
517 assert( p->explain==0 );
/osnet-11/usr/src/lib/libsqlite/test/
H A Dtester.tcl211 proc explain {sql {db db}} { procedure
215 $db eval "explain $sql" {} {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A DEncode.pm665 of I<the utf8 flag>. To explain why we made it so, I will quote page
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigInt.pm4062 Here are some examples that explain the reasons why certain results occur while

Completed in 110 milliseconds