Exemple #1
0
 public function getPrimarySequenceName($table)
 {
     return $this->cache->load('sequence.' . $table, function () use($table) {
         return $this->platform->getPrimarySequenceName($table);
     });
 }
Exemple #2
0
 public function getPrimarySequenceName()
 {
     return $this->platform->getPrimarySequenceName($this->storageName);
 }