Available M-Business XML API interfaces

  • AGDBObject is the base interface from which all other interfaces extend.

  • AGDBSet represents the entire set of records from a table. At any time, the AGDBSet object refers to only a single record within the set as the current record. You can create as many AGDBSet objects as you need. See AGDBSet object.

  • AGDBMetadata describes the columns available in a particular AGDBSet object. See AGDBMetadata object.

  • AGDBNewMetadata is an extension of the AGDBMetadata interface, which allows for adding new columns. See AGDBNewMetadata object.

  • AGDBDatabaseManager is the starting point for the avantgo.db system. You can use it to open, create, and remove AGDBSet objects. See AGDBDatabaseManager object.

  • AGDBSearch represents a search to be performed on an AGDBSet object. See AGDBSearch object.

  • AGDBBlob represents a piece of binary data for storage in an AGDBSet object. See AGDBBlob object.