Method: Cequel::Metal::Policy::CassandraError::ErrorPolicyBase#execute_stmt

Defined in:
lib/cequel/metal/policy/cassandra_error.rb

#execute_stmt(keyspace) ⇒ Object

Raises:

  • (NotImplementedError)

Since:

  • 1.0.0



22
23
24
# File 'lib/cequel/metal/policy/cassandra_error.rb', line 22

def execute_stmt(keyspace)
  raise NotImplementedError, "#execute_stmt must be implemented in #{self.class.name}"
end