コード例 #1
0
ファイル: blockinserter.php プロジェクト: Satariall/izurit
 public function dropAutoIncrementRestrictions()
 {
     if ($this->autoIncFld === false) {
         return false;
     }
     return Helper::dropAutoIncrementRestrictions($this->tableName);
 }