コード例 #1
0
ファイル: Adapter.php プロジェクト: deltasystems/dewdrop
 public function generateAnalyzeTableStatement($tableName)
 {
     return $this->driver->generateAnalyzeTableStatement($tableName);
 }
コード例 #2
0
ファイル: Adapter.php プロジェクト: bravadomizzou/dewdrop
 /**
  * Commit the current transaction.
  *
  * @return void
  */
 public function commit()
 {
     $this->driver->commit();
 }