Class DBO
java.lang.Object
fc.jdbc.dbo.DBO
- Direct Known Subclasses:
alltypes
-
Method Summary
Modifier and TypeMethodDescriptionvoid
discard()
"discards" this object.boolean
Returns true if this object has been discarded.
-
Method Details
-
isDiscarded
Returns true if this object has been discarded. Objects are discarded after they have been saved to the database. -
discard
"discards" this object. After an object is discarded, it's contents are considered invalid and any attempt to save this object will fail. This is a non-reversible procedure, meaning an object cannot be marked as non-discarded after calling this method.
-