Home
last modified time | relevance | path

Searched defs:DBUpdate (Results 1 – 6 of 6) sorted by relevance

/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/flimzy/kivik/driver/
H A Dupdates.go4 type DBUpdate struct { struct
5 DBName string `json:"db_name"`
6 Type string `json:"type"`
7 Seq string `json:"seq"`
16 Next(*DBUpdate) error
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/go-kivik/kivik/driver/
H A Dupdates.go4 type DBUpdate struct { struct
5 DBName string `json:"db_name"`
6 Type string `json:"type"`
7 Seq string `json:"seq"`
16 Next(*DBUpdate) error
/dports/www/itop/web/core/
H A Dcmdbobject.class.inc.php573 public function DBUpdate() function in CMDBObject
H A Ddbobject.class.php2355 public function DBUpdate() function in DBObject
/dports/finance/weberp/webERP/install/
H A Dindex.php1253 function DBUpdate($db,$DatabaseName,$DBConnectType,$AdminPasswd,$AdminEmail,$AdminLanguage,$Company… function
/dports/www/itop/web/application/
H A Dcmdbabstract.class.inc.php3720 public function DBUpdate() function in cmdbAbstractObject