Storm\Drivers\Platforms\Base\Platform::OnSetConnection PHP Method

OnSetConnection() protected method

protected OnSetConnection ( Storm\Drivers\Base\Relational\Queries\IConnection $Connection )
$Connection Storm\Drivers\Base\Relational\Queries\IConnection
    protected function OnSetConnection(Relational\Queries\IConnection $Connection)
    {
        if ($this->DevelopmentMode) {
            $IdentifiersAreCaseSensitive = $this->IdentifiersAreCaseSensitive($Connection);
            $this->GetDatabaseSyncer()->SetIdentifiersAreCaseSensitive($IdentifiersAreCaseSensitive);
        }
    }