Main Content
connection
Description
The connection
object represents an Apache Cassandra® database connection created using the Apache Cassandra database C++ interface.
After you create a connection
object, you can use the object functions to
import data from the Cassandra database into MATLAB®. Or, you can export data from MATLAB to the Cassandra database. You can also explore the database structure and execute Cassandra Query Language (CQL) queries.
For details about the Cassandra database, see the Apache Cassandra Documentation.
Creation
To create a connection
object, use the apacheCassandra
function.
Properties
Object Functions
Examples
Version History
Introduced in R2021a