コード例 #1
0
ファイル: View.php プロジェクト: ttmdear/midata
 public function drop(MidataView $view)
 {
     $name = $view->name();
     return "DROP VIEW IF EXISTS `{$name}`;";
 }