Home
last modified time | relevance | path

Searched refs:selectStmt (Results 1 – 25 of 550) sorted by relevance

12345678910>>...22

/dports/net-im/dendrite/dendrite-0.5.1/syncapi/storage/sqlite3/
H A Dstream_id_table.go58 selectStmt := sqlutil.TxStmt(txn, s.selectStreamIDStmt)
62 err = selectStmt.QueryRowContext(ctx, "global").Scan(&pos)
68 selectStmt := sqlutil.TxStmt(txn, s.selectStreamIDStmt)
72 err = selectStmt.QueryRowContext(ctx, "receipt").Scan(&pos)
78 selectStmt := sqlutil.TxStmt(txn, s.selectStreamIDStmt)
82 err = selectStmt.QueryRowContext(ctx, "invite").Scan(&pos)
88 selectStmt := sqlutil.TxStmt(txn, s.selectStreamIDStmt)
92 err = selectStmt.QueryRowContext(ctx, "accountdata").Scan(&pos)
/dports/net-im/dendrite/dendrite-0.5.1/roomserver/storage/sqlite3/
H A Devents_table.go185 selectStmt := sqlutil.TxStmt(txn, s.selectEventStmt)
201 selectStmt, err := s.db.Prepare(selectOrig)
207 rows, err := selectStmt.QueryContext(ctx, iEventIDs...)
268 selectStmt, err := s.db.Prepare(selectOrig)
272 rows, err := selectStmt.QueryContext(ctx, params...)
308 selectStmt, err := s.db.Prepare(selectOrig)
313 rows, err := selectStmt.QueryContext(ctx, iEventIDs...)
370 selectStmt := sqlutil.TxStmt(txn, s.selectEventIDStmt)
440 selectStmt := sqlutil.TxStmt(txn, selectPrep)
468 selectStmt, err := s.db.Prepare(selectOrig)
[all …]
H A Dmembership_table.go200 var selectStmt *sql.Stmt
202 selectStmt = s.selectLocalMembershipsFromRoomStmt
204 selectStmt = s.selectMembershipsFromRoomStmt
206 rows, err := selectStmt.QueryContext(ctx, roomNID)
/dports/devel/py-pyparsing2/pyparsing-2.4.7/examples/
H A DsimpleSQL.py14 selectStmt = Forward() variable
35 ( columnName + IN + Group("(" + selectStmt + ")" )) |
47 selectStmt <<= (SELECT + ('*' | columnNameList)("columns") +
51 simpleSQL = selectStmt
/dports/devel/py-pyparsing/pyparsing-3.0.6/examples/
H A DsimpleSQL.py29 selectStmt = Forward() variable
53 | (columnName + IN + Group("(" + selectStmt + ")"))
67 selectStmt <<= (
75 simpleSQL = selectStmt
/dports/www/bolt/bolt-2.2.24/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Handler/
H A DPdoSessionHandler.php511 $selectStmt = $this->pdo->prepare($selectSql);
512 $selectStmt->bindParam(':id', $sessionId, \PDO::PARAM_STR);
513 $selectStmt->execute();
515 $sessionRows = $selectStmt->fetchAll(\PDO::FETCH_NUM);
546 $selectStmt->execute();
547 $sessionRows = $selectStmt->fetchAll(\PDO::FETCH_NUM);
/dports/www/itop/web/lib/silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Handler/
H A DPdoSessionHandler.php511 $selectStmt = $this->pdo->prepare($selectSql);
512 $selectStmt->bindParam(':id', $sessionId, \PDO::PARAM_STR);
513 $selectStmt->execute();
515 $sessionRows = $selectStmt->fetchAll(\PDO::FETCH_NUM);
546 $selectStmt->execute();
547 $sessionRows = $selectStmt->fetchAll(\PDO::FETCH_NUM);
/dports/databases/pgpool-II-37/pgpool-II-3.7.22/src/rewrite/
H A Dpool_timestamp.c516 if (i_stmt->selectStmt == NULL) in rewrite_timestamp_insert()
519 SelectStmt *selectStmt = makeNode(SelectStmt); in rewrite_timestamp_insert() local
541 selectStmt->valuesLists = list_make1(values); in rewrite_timestamp_insert()
542 i_stmt->selectStmt = (Node *) selectStmt; in rewrite_timestamp_insert()
545 else if (IsA(i_stmt->selectStmt, SelectStmt)) in rewrite_timestamp_insert()
547 SelectStmt *selectStmt = (SelectStmt *) i_stmt->selectStmt; in rewrite_timestamp_insert() local
554 (Node *) selectStmt, in rewrite_timestamp_insert()
562 if (selectStmt->valuesLists == NIL) in rewrite_timestamp_insert()
585 foreach (lc_row, selectStmt->valuesLists) in rewrite_timestamp_insert()
660 foreach (lc_row, selectStmt->valuesLists) in rewrite_timestamp_insert()
[all …]
/dports/databases/pgpool-II-36/pgpool-II-3.6.28/src/rewrite/
H A Dpool_timestamp.c471 if (i_stmt->selectStmt == NULL) in rewrite_timestamp_insert()
474 SelectStmt *selectStmt = makeNode(SelectStmt); in rewrite_timestamp_insert() local
496 selectStmt->valuesLists = list_make1(values); in rewrite_timestamp_insert()
497 i_stmt->selectStmt = (Node *) selectStmt; in rewrite_timestamp_insert()
500 else if (IsA(i_stmt->selectStmt, SelectStmt)) in rewrite_timestamp_insert()
502 SelectStmt *selectStmt = (SelectStmt *) i_stmt->selectStmt; in rewrite_timestamp_insert() local
509 (Node *) selectStmt, in rewrite_timestamp_insert()
517 if (selectStmt->valuesLists == NIL) in rewrite_timestamp_insert()
540 foreach (lc_row, selectStmt->valuesLists) in rewrite_timestamp_insert()
615 foreach (lc_row, selectStmt->valuesLists) in rewrite_timestamp_insert()
[all …]
/dports/databases/pgpool-II-40/pgpool-II-4.0.17/src/rewrite/
H A Dpool_timestamp.c530 if (i_stmt->selectStmt == NULL) in rewrite_timestamp_insert()
533 SelectStmt *selectStmt = makeNode(SelectStmt); in rewrite_timestamp_insert() local
555 selectStmt->valuesLists = list_make1(values); in rewrite_timestamp_insert()
556 i_stmt->selectStmt = (Node *) selectStmt; in rewrite_timestamp_insert()
559 else if (IsA(i_stmt->selectStmt, SelectStmt)) in rewrite_timestamp_insert()
561 SelectStmt *selectStmt = (SelectStmt *) i_stmt->selectStmt; in rewrite_timestamp_insert() local
570 (Node *) selectStmt, in rewrite_timestamp_insert()
578 if (selectStmt->valuesLists == NIL) in rewrite_timestamp_insert()
596 foreach(lc_row, selectStmt->valuesLists) in rewrite_timestamp_insert()
671 foreach(lc_row, selectStmt->valuesLists) in rewrite_timestamp_insert()
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/influxdata/influxdb/tsdb/index/inmem/
H A Dmeta_test.go165 selectStmt := stmt.(*influxql.SelectStatement)
169 ids := m.IDsForExpr(selectStmt.Condition.(*influxql.BinaryExpr))
195 selectStmt := stmt.(*influxql.SelectStatement)
199 ids := m.IDsForExpr(selectStmt.Condition.(*influxql.BinaryExpr))
/dports/devel/gitlist/gitlist/vendor/symfony/http-foundation/Tests/Session/Storage/Handler/
H A DPdoSessionHandlerTest.php164 $selectStmt = $this->getMock('PDOStatement');
167 $pdo->prepareResult = function ($statement) use ($selectStmt, $insertStmt) {
168 return 0 === strpos($statement, 'INSERT') ? $insertStmt : $selectStmt;
175 $selectStmt->expects($this->atLeast(2))->method('fetchAll')
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/install/db/
H A Ddbmigrate_2.5-2.6.php50 $selectStmt = __METHOD__.'.select';
61 $rowrow = $dbManager->getSingleRow($sql,array($row['user_pk']),$selectStmt);
/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/tsdb/index/inmem/
H A Dmeta_test.go214 selectStmt := stmt.(*influxql.SelectStatement)
218 ids := m.IDsForExpr(selectStmt.Condition.(*influxql.BinaryExpr))
244 selectStmt := stmt.(*influxql.SelectStatement)
248 ids := m.IDsForExpr(selectStmt.Condition.(*influxql.BinaryExpr))
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/
H A DPdoSessionHandlerTest.php162 $selectStmt = $this->getMockBuilder('PDOStatement')->getMock();
165 $pdo->prepareResult = function ($statement) use ($selectStmt, $insertStmt) {
166 return 0 === strpos($statement, 'INSERT') ? $insertStmt : $selectStmt;
173 $selectStmt->expects($this->atLeast(2))->method('fetchAll')
/dports/www/elgg/elgg-3.3.23/vendor/symfony/http-foundation/Tests/Session/Storage/Handler/
H A DPdoSessionHandlerTest.php162 $selectStmt = $this->getMockBuilder('PDOStatement')->getMock();
165 $pdo->prepareResult = function ($statement) use ($selectStmt, $insertStmt) {
166 return 0 === strpos($statement, 'INSERT') ? $insertStmt : $selectStmt;
173 $selectStmt->expects($this->atLeast(2))->method('fetchAll')
/dports/audio/ampache/ampache-php74-5.0.0/vendor/symfony/http-foundation/Tests/Session/Storage/Handler/
H A DPdoSessionHandlerTest.php162 $selectStmt = $this->getMockBuilder('PDOStatement')->getMock();
165 $pdo->prepareResult = function ($statement) use ($selectStmt, $insertStmt) {
166 return 0 === strpos($statement, 'INSERT') ? $insertStmt : $selectStmt;
173 $selectStmt->expects($this->atLeast(2))->method('fetchAll')
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/
H A DPdoSessionHandlerTest.php162 $selectStmt = $this->getMockBuilder('PDOStatement')->getMock();
165 $pdo->prepareResult = function ($statement) use ($selectStmt, $insertStmt) {
166 return 0 === strpos($statement, 'INSERT') ? $insertStmt : $selectStmt;
173 $selectStmt->expects($this->atLeast(2))->method('fetchAll')
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/tsdb/index/inmem/
H A Dmeta_test.go214 selectStmt := stmt.(*influxql.SelectStatement)
218 ids := m.IDsForExpr(selectStmt.Condition.(*influxql.BinaryExpr))
244 selectStmt := stmt.(*influxql.SelectStatement)
248 ids := m.IDsForExpr(selectStmt.Condition.(*influxql.BinaryExpr))
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/tsdb/index/inmem/
H A Dmeta_test.go214 selectStmt := stmt.(*influxql.SelectStatement)
218 ids := m.IDsForExpr(selectStmt.Condition.(*influxql.BinaryExpr))
244 selectStmt := stmt.(*influxql.SelectStatement)
248 ids := m.IDsForExpr(selectStmt.Condition.(*influxql.BinaryExpr))
/dports/www/itop/web/lib/silex/vendor/symfony/http-foundation/Tests/Session/Storage/Handler/
H A DPdoSessionHandlerTest.php168 $selectStmt = $this->getMockBuilder('PDOStatement')->getMock();
171 $pdo->prepareResult = function ($statement) use ($selectStmt, $insertStmt) {
172 return 0 === strpos($statement, 'INSERT') ? $insertStmt : $selectStmt;
179 $selectStmt->expects($this->atLeast(2))->method('fetchAll')
/dports/databases/pgpool-II-42/pgpool-II-4.2.3/src/rewrite/
H A Dpool_timestamp.c532 if (i_stmt->selectStmt == NULL) in rewrite_timestamp_insert()
535 SelectStmt *selectStmt = makeNode(SelectStmt); in rewrite_timestamp_insert() local
557 selectStmt->valuesLists = list_make1(values); in rewrite_timestamp_insert()
558 i_stmt->selectStmt = (Node *) selectStmt; in rewrite_timestamp_insert()
561 else if (IsA(i_stmt->selectStmt, SelectStmt)) in rewrite_timestamp_insert()
563 SelectStmt *selectStmt = (SelectStmt *) i_stmt->selectStmt; in rewrite_timestamp_insert() local
572 (Node *) selectStmt, in rewrite_timestamp_insert()
580 if (selectStmt->valuesLists == NIL) in rewrite_timestamp_insert()
598 foreach(lc_row, selectStmt->valuesLists) in rewrite_timestamp_insert()
673 foreach(lc_row, selectStmt->valuesLists) in rewrite_timestamp_insert()
[all …]
/dports/databases/pgpool-II-43/pgpool-II-4.3.0/src/rewrite/
H A Dpool_timestamp.c532 if (i_stmt->selectStmt == NULL) in rewrite_timestamp_insert()
535 SelectStmt *selectStmt = makeNode(SelectStmt); in rewrite_timestamp_insert() local
557 selectStmt->valuesLists = list_make1(values); in rewrite_timestamp_insert()
558 i_stmt->selectStmt = (Node *) selectStmt; in rewrite_timestamp_insert()
561 else if (IsA(i_stmt->selectStmt, SelectStmt)) in rewrite_timestamp_insert()
563 SelectStmt *selectStmt = (SelectStmt *) i_stmt->selectStmt; in rewrite_timestamp_insert() local
572 (Node *) selectStmt, in rewrite_timestamp_insert()
580 if (selectStmt->valuesLists == NIL) in rewrite_timestamp_insert()
598 foreach(lc_row, selectStmt->valuesLists) in rewrite_timestamp_insert()
673 foreach(lc_row, selectStmt->valuesLists) in rewrite_timestamp_insert()
[all …]
/dports/databases/pgpool-II-41/pgpool-II-4.1.10/src/rewrite/
H A Dpool_timestamp.c530 if (i_stmt->selectStmt == NULL) in rewrite_timestamp_insert()
533 SelectStmt *selectStmt = makeNode(SelectStmt); in rewrite_timestamp_insert() local
555 selectStmt->valuesLists = list_make1(values); in rewrite_timestamp_insert()
556 i_stmt->selectStmt = (Node *) selectStmt; in rewrite_timestamp_insert()
559 else if (IsA(i_stmt->selectStmt, SelectStmt)) in rewrite_timestamp_insert()
561 SelectStmt *selectStmt = (SelectStmt *) i_stmt->selectStmt; in rewrite_timestamp_insert() local
570 (Node *) selectStmt, in rewrite_timestamp_insert()
578 if (selectStmt->valuesLists == NIL) in rewrite_timestamp_insert()
596 foreach(lc_row, selectStmt->valuesLists) in rewrite_timestamp_insert()
671 foreach(lc_row, selectStmt->valuesLists) in rewrite_timestamp_insert()
[all …]
/dports/deskutils/egroupware/egroupware/vendor/symfony/http-foundation/Tests/Session/Storage/Handler/
H A DPdoSessionHandlerTest.php155 $selectStmt = $this->getMockBuilder('PDOStatement')->getMock();
158 $pdo->prepareResult = function ($statement) use ($selectStmt, $insertStmt) {
159 return 0 === strpos($statement, 'INSERT') ? $insertStmt : $selectStmt;
166 $selectStmt->expects($this->atLeast(2))->method('fetchAll')

12345678910>>...22