Nette\Database\Drivers\SqliteDriver::isSupported PHP Method

isSupported() public method

public isSupported ( $item ) : boolean
return boolean
    public function isSupported($item)
    {
        return $item === self::SUPPORT_MULTI_INSERT_AS_SELECT || $item === self::SUPPORT_SUBSELECT || $item === self::SUPPORT_MULTI_COLUMN_AS_OR_COND;
    }