Performs deep copy of contents of given DBObject. We deep copy (that is, the method clones
all child objects such as columns) because columns have a parent-child relationship that must
be preserved internally.
Parameters: source - JDBC- providing contents to be copied.