method getRawCreate documentation in bbn\Db\Languages\Sqlite

function(string $table) { if (($table = $this->tableFullName($table, true)) && ($r = $this->rawQuery("SELECT sql FROM sqlite_master WHERE name = $table")) ) { return $r->fetch(\PDO::FETCH_ASSOC)['sql'] ?? ''; } return ''; }

BBN is a suite of PHP and JS libraries and VueJS components - all open-source! bbn.io, build applications, the quick way

This website uses cookies to ensure you get the best experience on our website.