Home
last modified time | relevance | path

Searched refs:fetchRows (Results 1 – 24 of 24) sorted by relevance

/dports/graphics/qgis/qgis-3.22.3/src/core/
H A Dqgsqueryresultmodel.cpp31 …ect( this, &QgsQueryResultModel::fetchMoreRows, mWorker.get(), &QgsQueryResultFetcher::fetchRows ); in QgsQueryResultModel()
144 void QgsQueryResultFetcher::fetchRows( long long maxRows ) in fetchRows() function in QgsQueryResultFetcher
H A Dqgsqueryresultmodel.h47 void fetchRows( long long maxRows = -1 );
/dports/net-mgmt/icingaweb2-module-director/icingaweb2-module-director-1.6.2/library/vendor/ipl/Web/Table/
H A DQueryBasedTable.php112 $this->fetchRows();
142 protected function fetchRows() function in dipl\\Web\\Table\\QueryBasedTable
/dports/databases/go-pgweb/pgweb-0.11.7/pkg/client/
H A Dclient.go179 return client.fetchRows(statements.Databases)
183 return client.fetchRows(statements.Schemas)
448 func (client *Client) fetchRows(q string) ([]string, error) { func
/dports/net-mgmt/icingaweb2-module-director/icingaweb2-module-director-1.6.2/library/Director/Import/PurgeStrategy/
H A DImportRunBasedPurgeStrategy.php76 $rows = $runA->fetchRows($columns, null, $keys);
/dports/net-mgmt/icingaweb2-module-director/icingaweb2-module-director-1.6.2/library/Director/Web/Table/
H A DImportedrowsTable.php87 $this->importRun->fetchRows($this->columns)
/dports/www/p5-ClearSilver/clearsilver-0.10.5/python/examples/trans/
H A Dtrans.py300 rows = self.tdb.strings.fetchRows( ('string', s) )
363 maps = self.tdb.maps.fetchRows( ('lang', lang) )
367 strings = self.tdb.strings.fetchRows()
418 rows = self.tdb.maps.fetchRows( [('string_id', s_id), ('lang', lang)] )
/dports/textproc/p5-Text-ClearSilver/Text-ClearSilver-0.10.5.4/cs/python/examples/trans/
H A Dtrans.py300 rows = self.tdb.strings.fetchRows( ('string', s) )
363 maps = self.tdb.maps.fetchRows( ('lang', lang) )
367 strings = self.tdb.strings.fetchRows()
418 rows = self.tdb.maps.fetchRows( [('string_id', s_id), ('lang', lang)] )
/dports/www/clearsilver/clearsilver-0.10.5/python/examples/trans/
H A Dtrans.py300 rows = self.tdb.strings.fetchRows( ('string', s) )
363 maps = self.tdb.maps.fetchRows( ('lang', lang) )
367 strings = self.tdb.strings.fetchRows()
418 rows = self.tdb.maps.fetchRows( [('string_id', s_id), ('lang', lang)] )
/dports/net-mgmt/icingaweb2-module-director/icingaweb2-module-director-1.6.2/library/Director/Objects/
H A DImportRun.php68 public function fetchRows($columns, $filter = null, $keys = null) function in Icinga\\Module\\Director\\Objects\\ImportRun
/dports/www/p5-ClearSilver/clearsilver-0.10.5/python/examples/base/
H A Dodb_test.py217 rows = tbl.fetchRows( ('agent_id', 1) )
H A Dodb.py1077 def fetchRows(self, col_match_spec = None, cursor = None, member in Table
/dports/textproc/p5-Text-ClearSilver/Text-ClearSilver-0.10.5.4/cs/python/examples/base/
H A Dodb_test.py217 rows = tbl.fetchRows( ('agent_id', 1) )
H A Dodb.py1077 def fetchRows(self, col_match_spec = None, cursor = None, member in Table
/dports/www/clearsilver/clearsilver-0.10.5/python/examples/base/
H A Dodb_test.py217 rows = tbl.fetchRows( ('agent_id', 1) )
H A Dodb.py1077 def fetchRows(self, col_match_spec = None, cursor = None, member in Table
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/upper.io/db.v3/lib/sqlbuilder/
H A Dfetch.go86 func fetchRows(iter *iterator, dst interface{}) error { func
H A Dbuilder.go449 if err := fetchRows(iter, dst); err != nil {
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/api/c++/sqlrelay/private/
H A Dsqlrcursor.h100 void fetchRows();
/dports/net/kea/kea-2.0.1/src/lib/pgsql/tests/
H A Dpgsql_exchange_unittest.cc276 void fetchRows(PgSqlResultPtr& r, int exp_rows, int line) { in fetchRows() function in __anoneabdcc4d0111::PgSqlBasicsTest
302 #define FETCH_ROWS(a,b) (fetchRows(a,b,__LINE__))
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/server/
H A DServerConnection.java1258 int fetchRows = inPacket.readInt(); in receiveOdbcPacket() local
1262 + fetchRows in receiveOdbcPacket()
1279 portal.parameters, fetchRows, 0, 0, 0); in receiveOdbcPacket()
/dports/lang/nim/nim-1.6.2/lib/impure/
H A Ddb_postgres.nim221 template fetchRows(db: DbConn): untyped =
245 fetchRows(db)
253 fetchRows(db)
/dports/net-mgmt/icingaweb2-module-director/icingaweb2-module-director-1.6.2/library/Director/Import/
H A DSync.php296 $rows = $run->fetchRows($usedColumns);
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/api/c++/
H A Dsqlrcursor.cpp3536 fetchRows(); in skipAndFetch()
3612 void sqlrcursor::fetchRows() { in fetchRows() function in sqlrcursor