NextDom\Interfaces\DBInterface
Interface DBInterface
Synopsis
interface DBInterface
{
- // methods
- public bool isDataTableExists()
- public void createDataTable()
- public void dropDataTable()
- public mixed deleteData()
- public bool isDataExists()