Skip to content

Latest commit

 

History

History
222 lines (91 loc) · 3.74 KB

seestar_result.md

File metadata and controls

222 lines (91 loc) · 3.74 KB

Module seestar_result

Data Types


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

Function Index

change/1
keyspace/1
names/1
query_id/1
rows/1
table/1
type/1
type/2
types/1

Function Details

change/1


change(Result::schema_change_result()) -> change()



keyspace/1


keyspace(Result::set_keyspace_result() | schema_change_result()) -> binary()



names/1


names(Result::rows_result() | prepared_result()) -> [binary()]



query_id/1


query_id(Result::prepared_result()) -> binary()



rows/1



table/1


table(Result::schema_change_result()) -> binary() | undefined



type/1


type(Result::result()) -> type()



type/2


type(Result::rows_result() | prepared_result(), Name::binary()) -> seestar_cqltypes:type()



types/1