interface XDatabaseForm in module com::sun::star::form:: |
interface XDatabaseForm : com::sun::star::form::XUpdateBroadcaster ;
interface provides functionality to implement database-related forms.
After a database form is loaded, it is connected to a data source which is in common a result set of an executed database query. So a database form provides the data for the components that it contains.
Method Summary |
|
getConnection | |
load | starts the data processing. |
unload | stops the data processing of the database form. |
deleteRecords | provides a way to delete more than one record at a time. |
addLoadListener | adds the specified listener to receive events "loaded" and "unloaded." |
removeLoadListener | removes the specified listener. |
addPositioningListener | adds the specified listener to receive event "positioned." |
removePositioningListener | removes the specified listener. |
addInsertListener | adds the specified listener to receive events "inserting" and "inserted." |
removeInsertListener | removes the specified listener. |
addRestoreListener | adds the specified listener to receive the event "restored." |
removeRestoreListener | removes the specified listener. |
addDeleteListener | adds the specified listener to receive events "approveDelete" and "deleted." |
removeDeleteListener | removes the specified listener. |
Known Services Which Export this Interface |
Method Details |
|||||||||||||||
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.