MYSQL.update (row)
This method of the MYSQL class attempts to update the database with the values that are stored in the instance variables of the row. The primary key must be known in order for this function to succeed.
This method is defined in the Gamma library /usr/cogent/require/MySQLSupport.g. It is made available to a Gamma program with the statement: require("MySQLSupport");.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.