MySQL Forums
Forum List  »  Connector/C++

Re: No createTable() method, how to add a table with X DevAPI
Posted by: Reggie Burnett
Date: December 20, 2017 09:37AM

Hi!

First off thank you for taking a look at our current work. Our new DevAPI is a new developing API and there are definitely use cases that we do not have yet. CreateTable is one such use case.

You can easily create tables using the SQL() interface for now.

An example might be something like this:

Session sess("localhost", port, user, pwd);
sess.sql("CREATE TABLE ... ");

You can expect to see these use cases plugged in future versions.
Thanks!

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: No createTable() method, how to add a table with X DevAPI
575
December 20, 2017 09:37AM


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.