| Current Path : /srv/web/sites/trentinoplant.it/httpdocs/vendor1/laminas/laminas-db/src/Sql/ |
| Current File : /srv/web/sites/trentinoplant.it/httpdocs/vendor1/laminas/laminas-db/src/Sql/SqlInterface.php |
<?php
namespace Laminas\Db\Sql;
use Laminas\Db\Adapter\Platform\PlatformInterface;
interface SqlInterface
{
/**
* Get SQL string for statement
*
* @return string
*/
public function getSqlString(?PlatformInterface $adapterPlatform = null);
}