This method is used to persist this SqlPersistable object to an SQL
based database. All this method really does is return an object that
represents the SQL to do the job. This SQL may result in on or more
insert or update statements.
Returns:
The SqlCmdSet object that represents the SQL needed to do the
persistence.