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.

Parameters:
Name Type Details
in null_terminated
Returns:
Type Details
CassString

A string object.

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.

Parameters:
Name Type Details
in data
in length
Returns:
Type Details
CassString

A string object.