|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgistoolkit.features.Record
gistoolkit.datasources.mysql.MySQLRecord
A record designed for use with the UpdateableMySQLDataSource to allow updates. It keeps the old Attributes, and shape.
Field Summary | |
protected java.lang.Object[] |
myOldAttributes
Keep a separate array of all of the old values of the data for this record. |
protected Shape |
myOldShape
Keep a separate entry for the old shape |
Constructor Summary | |
MySQLRecord()
Creates new PostGISRecord |
Method Summary | |
java.lang.Object |
clone()
handle the clone method as the record will be cloned before it is modified. |
java.lang.Object[] |
getOldAttributes()
return the old attributes of this record |
Shape |
getOldShape()
return the old shape of this record |
Methods inherited from class gistoolkit.features.Record |
getAttributeNames, getAttributes, getAttributeTypes, getShape, setAttributeNames, setAttributes, setAttributeTypes, setShape |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.Object[] myOldAttributes
protected Shape myOldShape
Constructor Detail |
public MySQLRecord()
Method Detail |
public java.lang.Object[] getOldAttributes()
public Shape getOldShape()
public java.lang.Object clone()
clone
in class Record
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |