mini\Database\DatabaseInterface::tableExists() Method

public abstract

Signature

public abstract function tableExists(string $tableName): bool

Parameters

Name Type Default Description
$tableName string required Documentation missing

Returns

bool

Documentation

Check if a table exists in the database

Note: Implementation may be database-specific

Source

src/Database/DatabaseInterface.php:97