MySQL Forums
Forum List  »  MySQL Workbench

Re: problem solution
Posted by: Mike Lischke
Date: March 25, 2013 02:25AM

René,

keep in mind the syntax in Python ist different. The documentation mostly mentions the C++ syntax. But as you can see for the currentRow call there are sometimes the Python equivalents listed:

grt::IntegerRef currentRow() const

Getter for attribute currentRow (read-only).

In Python:
value = obj.currentRow

Mike

Mike Lischke, MySQL Developer Tools
Oracle Corporation

MySQL Workbench on Github: https://github.com/mysql/mysql-workbench
On Twitter: https://twitter.com/MySQLWorkbench
On Slack: mysqlcommunity.slack.com (#workbench)
Report bugs to http://bugs.mysql.com
MySQL documentation can be found here: http://dev.mysql.com/doc/refman/8.0/en/

Options: ReplyQuote


Subject
Views
Written By
Posted
1208
March 11, 2013 01:51PM
866
March 12, 2013 06:01AM
613
March 12, 2013 04:09PM
Re: problem solution
571
March 25, 2013 02:25AM


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.