MySQL Forums
Forum List  »  Connector/C++

Re: how to cast fields to c++ data types
Posted by: Luis Silva
Date: September 05, 2018 08:14AM

Hi David,

Vor the record, documentation about that is held here:
https://dev.mysql.com/doc/dev/connector-cpp/8.0/classmysqlx_1_1_value.html

Sou you get the Value object and you can cast it or call .get<type>() which is the same.

Luís

Options: ReplyQuote


Subject
Views
Written By
Posted
1090
August 28, 2018 06:58AM
Re: how to cast fields to c++ data types
532
September 05, 2018 08:14AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.