Cassandrax.Keyspace.Schema (Cassandrax v0.4.0) View Source

This module is invoked by User defined keyspaces for schema related functionality

Link to this section Summary

Functions

Implementation for Cassandrax.Keyspace.batch_delete/2

Implementation for Cassandrax.Keyspace.batch_insert/2

Implementation for Cassandrax.Keyspace.batch_update/2

Implementation for Cassandrax.Keyspace.delete/2.

Implementation for Cassandrax.Keyspace.delete!/2.

Implementation for Cassandrax.Keyspace.insert/2.

Implementation for Cassandrax.Keyspace.insert!/2.

Implementation for Cassandrax.Keyspace.update/2.

Implementation for Cassandrax.Keyspace.update!/2.

Link to this section Functions

Link to this function

batch_delete(keyspace, batch, changeset)

View Source

Implementation for Cassandrax.Keyspace.batch_delete/2

Link to this function

batch_insert(keyspace, batch, changeset)

View Source

Implementation for Cassandrax.Keyspace.batch_insert/2

Link to this function

batch_update(keyspace, batch, changeset)

View Source

Implementation for Cassandrax.Keyspace.batch_update/2

Link to this function

delete(keyspace, changeset, opts)

View Source

Implementation for Cassandrax.Keyspace.delete/2.

Link to this function

delete!(keyspace, struct, opts)

View Source

Implementation for Cassandrax.Keyspace.delete!/2.

Link to this function

insert(keyspace, changeset, opts)

View Source

Implementation for Cassandrax.Keyspace.insert/2.

Link to this function

insert!(keyspace, struct, opts)

View Source

Implementation for Cassandrax.Keyspace.insert!/2.

Link to this function

update(keyspace, changeset, opts)

View Source

Implementation for Cassandrax.Keyspace.update/2.

Link to this function

update!(keyspace, struct, opts)

View Source

Implementation for Cassandrax.Keyspace.update!/2.