- 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.