struct CassString
Attributes
const char * data
cass_size_t length
Functions
CassString cass_string_init
( null_terminated )Constructs a string object from a null-terminated string.
Note: This does not allocate memory. The object wraps the pointer passed into this function.
CassString cass_string_init2
( data, length )Constructs a string object.
Note: This does not allocate memory. The object wraps the pointer passed into this function.
