コード例 #1
0
ファイル: DatabaseSchemaPage.php プロジェクト: addiks/phpsql
 public function getInsertMethod()
 {
     if (is_null($this->insertMethod)) {
         $this->setInsertMethod(InsertMethod::LAST());
     }
     return $this->insertMethod;
 }