CassandraKeyspace

Undocumented in source.

Constructors

this
this(CassandraClient client, string name)
Undocumented in source.

Members

Functions

createTable
CassandraTable createTable(string name, PrimaryKeyAttribute primary_key, ATTRIBUTES attributes)
Undocumented in source. Be warned that the author may not have intended to support it.
execute
CassandraResult execute(PreparedStatement stmt, ARGS args)
Undocumented in source. Be warned that the author may not have intended to support it.
getSchema
CassandraSchema getSchema(string schema)
Undocumented in source. Be warned that the author may not have intended to support it.
getTable
CassandraTable getTable(string table)
Undocumented in source. Be warned that the author may not have intended to support it.
prepare
PreparedStatement prepare(string q)
Undocumented in source. Be warned that the author may not have intended to support it.
query
CassandraResult query(string q, Consistency consistency)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

client
inout(CassandraClient) client [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
name
string name [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta