Searched defs:Select (Results 1 – 2 of 2) sorted by relevance
743 Token::Value Scanner::Select(Token::Value tok) { in Select() function in v8::internal::Scanner749 Token::Value Scanner::Select(uc32 next, Token::Value then, Token::Value else_) { in Select() function in v8::internal::Scanner
6547 typedef struct Select Select; typedef8636 struct Select { struct8640 u8 isResolved; /* True once sqlite3SelectResolve() has run. */ argument8650 Select *pPrior; /* Prior select in a compound select statement */ argument8651 Select *pNext; /* Next select to the left in a compound */ argument8652 Select *pRightmost; /* Right-most select in a compound select statement */ argument8653 Expr *pLimit; /* LIMIT expression. NULL means not used. */8654 Expr *pOffset; /* OFFSET expression. NULL means not used. */8678 ** A structure used to customize the behaviour of sqlite3Select(). See argument