You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cpp-driver performs typechecks during binding. To be more precise, it performs typechecks when user executes:
cass_statement_bind_*
cass_collection_append_*
cass_user_type_set_*
cass_tuple_set_*
The driver also allows users to define untyped (cass_{tuple/collection}_new) and typed (cass_{tuple/collection}_new_from_data_type) versions of tuples and collections. In case of binding to untyped tuples/collections, no type checks are performed.
The text was updated successfully, but these errors were encountered:
Cpp-driver performs typechecks during binding. To be more precise, it performs typechecks when user executes:
cass_statement_bind_*
cass_collection_append_*
cass_user_type_set_*
cass_tuple_set_*
The driver also allows users to define untyped (
cass_{tuple/collection}_new
) and typed (cass_{tuple/collection}_new_from_data_type
) versions of tuples and collections. In case of binding to untyped tuples/collections, no type checks are performed.The text was updated successfully, but these errors were encountered: