Home
last modified time | relevance | path

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

/dports/www/ilias/ILIAS-5.4.25/Services/Database/classes/PDO/FieldDefinition/
H A Dclass.ilDBPdoFieldDefinition.php713 protected $reserved_postgres = array( variable in ilDBPdoFieldDefinition
926 return $this->reserved_postgres;
931 * @param array $reserved_postgres
933 public function setReservedPostgres($reserved_postgres) argument
935 $this->reserved_postgres = $reserved_postgres;
/dports/www/ilias6/ILIAS-6.14/Services/Database/classes/PDO/FieldDefinition/
H A Dclass.ilDBPdoFieldDefinition.php713 protected $reserved_postgres = array( variable in ilDBPdoFieldDefinition
926 return $this->reserved_postgres;
931 * @param array $reserved_postgres
933 public function setReservedPostgres($reserved_postgres) argument
935 $this->reserved_postgres = $reserved_postgres;