I'm trying to use in PHP Cassandra with this Driver: https://github.com/datastax/php-driver.
So, I want to know if is it possible to use to use [PDOStatement::fetch] (https://www.php.net/manual/fr/pdostatement.fetch.php) and [PDOStatement::rowCount] (https://www.php.net/manual/fr/pdostatement.rowcount.php) with Cassandra without any problem EXACTLY like it possible to use these PDO Functions with MySQL?
One likely needs to use a "PDO driver implementation for Cassandra CQL" ...
alike this one here: https://github.com/Orange-OpenSource/YACassandraPDO
Only then PDO would be able to produce CQL syntax.