Home
last modified time | relevance | path

Searched refs:excludeObjects (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastream/
H A DMysqlSourceConfig.php30 public function setExcludeObjects(MysqlRdbms $excludeObjects) argument
32 $this->excludeObjects = $excludeObjects;
39 return $this->excludeObjects;
H A DOracleSourceConfig.php46 public function setExcludeObjects(OracleRdbms $excludeObjects) argument
48 $this->excludeObjects = $excludeObjects;
55 return $this->excludeObjects;