Home
last modified time | relevance | path

Searched refs:queryRecord (Results 1 – 11 of 11) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Contactcenterinsights/
H A DGoogleCloudContactcenterinsightsV1SmartReplyData.php30 public $queryRecord; variable in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1SmartReplyData
61 public function setQueryRecord($queryRecord) argument
63 $this->queryRecord = $queryRecord;
70 return $this->queryRecord;
H A DGoogleCloudContactcenterinsightsV1SmartComposeSuggestionData.php30 public $queryRecord; variable in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1SmartComposeSuggestionData
61 public function setQueryRecord($queryRecord) argument
63 $this->queryRecord = $queryRecord;
70 return $this->queryRecord;
H A DGoogleCloudContactcenterinsightsV1ArticleSuggestionData.php33 public $queryRecord; variable in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1ArticleSuggestionData
78 public function setQueryRecord($queryRecord) argument
80 $this->queryRecord = $queryRecord;
87 return $this->queryRecord;
H A DGoogleCloudContactcenterinsightsV1FaqAnswerData.php37 public $queryRecord; variable in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1FaqAnswerData
92 public function setQueryRecord($queryRecord) argument
94 $this->queryRecord = $queryRecord;
101 return $this->queryRecord;
/plugin/sqlite/_test/
H A DSQLiteDBTest.php57 $result = $db->queryRecord($sql, ['one', 'two', 'three']);
60 $result = $db->queryRecord($sql, 'one', 'two', 'three');
65 $result = $db->queryRecord($sql, ['first' => 'one', 'second' => 'two', 'third' => 'three']);
99 $result = $db->queryRecord($sql, [4]);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DChromeUXReport.php64 'queryRecord' => [
65 'path' => 'v1/records:queryRecord',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ChromeUXReport/Resource/
H A DRecords.php42 public function queryRecord(QueryRequest $postBody, $optParams = []) function in Google\\Service\\ChromeUXReport\\Resource\\Records
/plugin/struct/meta/
H A DPageMeta.php42 $data = $this->sqlite->queryRecord($sql, [$this->pid]);
/plugin/sqlite/
H A DSQLiteDB.php226 public function queryRecord($sql, ...$params)
269 return $this->queryRecord($sql);
197 public function queryRecord($sql, ...$params) global() function in dokuwiki\\plugin\\sqlite\\SQLiteDB
/plugin/aichat/Storage/
H A DSQLiteStorage.php48 $record = $this->db->queryRecord('SELECT * FROM embeddings WHERE id = ?', [$chunkID]);
361 $result = $this->db->queryRecord($query, [json_encode($vector, JSON_THROW_ON_ERROR)]);
/plugin/acknowledge/
H A Dhelper.php260 $record = $this->db->queryRecord($sql, $page);