Package | Description |
---|---|
psdi.mbo |
Modifier and Type | Method and Description |
---|---|
protected void |
MboSet.addMbo(Mbo mbo)
Add a new instance of a Mbo at the end of the collection.
|
MboRemote |
MboSet.getMbo(int index)
Return the Mbo from the specified position in the collection.
|
protected void |
MboSet.insertMbo(java.sql.Connection con,
Mbo mbo)
Fires a SQL INSERT statement
Syntax:
INSERT INTO tablename (columname1, columnname2)
VALUES (colValue1, colValue2)
|
void |
MboSet.remove()
Remove the current object from the collection.
|
void |
MboSet.remove(int pos)
Remove an object from the collection at the given position.
|
void |
MboSet.remove(MboRemote mbo)
Removes a mbo object from the collection.
|