update


Description:

public bool update (MetaTable obj, Connection cnc) throws Error

With this method object obj in the database available through cnc will be updated using ADD_COLUMN operation with information stored in this.

This method is designed for internal use only and should not be used for the new code. It will be obsolete.

Parameters:

this

a DbTable instance

obj

The corresponding meta object to take data from

cnc

opened connection

Returns:

true if no error and false otherwise