Home
last modified time | relevance | path

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

/dports/www/itop/web/core/
H A Dattributedef.class.inc.php2248 .($bFullSpec ? $this->GetSQLColSpec() : '');
2251 protected function GetSQLColSpec() function in AttributeDBFieldVoid
2433 return "INT(11)".($bFullSpec ? $this->GetSQLColSpec() : '');
2800 return "TINYINT(1)".($bFullSpec ? $this->GetSQLColSpec() : '');
3043 .($bFullSpec ? $this->GetSQLColSpec() : '');
3585 .($bFullSpec ? $this->GetSQLColSpec() : '');
4785 .($bFullSpec ? $this->GetSQLColSpec() : '');
4795 protected function GetSQLColSpec() function in AttributeEnum
6906 .($bFullSpec ? $this->GetSQLColSpec() : '');
8986 .($bFullSpec ? $this->GetSQLColSpec() : '');
[all …]