change() = created | updated | dropped
prepared_result() = #prepared{}
abstract datatype: result()
rows_result() = #rows{}
schema_change_result() = #schema_change{}
set_keyspace_result() = #set_keyspace{}
type() = void | rows | set_keyspace | prepared | schema_change
change/1 | |
keyspace/1 | |
names/1 | |
query_id/1 | |
rows/1 | |
table/1 | |
type/1 | |
type/2 | |
types/1 |
change(Result::schema_change_result()) -> change()
keyspace(Result::set_keyspace_result() | schema_change_result()) -> binary()
names(Result::rows_result() | prepared_result()) -> [binary()]
query_id(Result::prepared_result()) -> binary()
rows(Rows::rows_result()) -> [[seestar_cqltypes:value()]]
table(Result::schema_change_result()) -> binary() | undefined
type(Result::rows_result() | prepared_result(), Name::binary()) -> seestar_cqltypes:type()
types(Result::rows_result() | prepared_result()) -> [seestar_cqltypes:type()]