mini\Database\DatabaseInterface::getDialect()
Method
public
abstract
Signature
public abstract function getDialect(): mini\Database\SqlDialect
Returns
Documentation
Get the SQL dialect for this database connection
Used by PartialQuery to generate dialect-specific SQL. Implementations should detect the dialect from the connection.