set_primary_keys


Description:

protected void set_primary_keys (string[] columns) throws EntityError

Set multiple primary keys for this entity. Will throw an error if any of the given columns have not been added via add_column.

Parameters:

columns Array of strings containing column names