Package org.openspaces.persistency.cassandra.datasource
package org.openspaces.persistency.cassandra.datasource
-
ClassesClassDescriptionNote: the underlying cassandra jdbc implementation brings the entire batch when calling execute, so SQLException exceptions will actually only be thrown during prepare statement and execute statment Moreover, the iteration over the results is currently only logical because the entire result set already lies in memory after execute statement returns.CQL query context for holding the properies map if this is a template based query or the
Stringquery and the parameters array if this is a complex query.ADataIteratorfor single entry or empty result sets.AColumnFamilyRowMapperimplementation.