Class DBO

java.lang.Object
fc.jdbc.dbo.DBO
Direct Known Subclasses:
alltypes

public class DBO extends Object
The base dbo class which is extended by all generated dbo classes.
  • Method Details

    • isDiscarded

      public boolean isDiscarded()
      Returns true if this object has been discarded. Objects are discarded after they have been saved to the database.
    • discard

      public void 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.