Class InsertObjectQuery

All Implemented Interfaces:
Serializable, Cloneable

public class InsertObjectQuery extends WriteObjectQuery

Purpose: Used for inserting new objects into the database.

Description: This class does not have much behavior. It inherits most of it's behavior from WriteObjectQuery

See Also:
Author:
Yvon Lavoie
  • Constructor Details

    • InsertObjectQuery

      public InsertObjectQuery()
      PUBLIC: Default constructor.
    • InsertObjectQuery

      public InsertObjectQuery(Object objectToInsert)
      PUBLIC: Create an insert query with the object being inserted.
    • InsertObjectQuery

      public InsertObjectQuery(Call call)
      PUBLIC: Create an insert query with the custom call.
  • Method Details