Methods' Details
|
- getConnection
-  
com::sun::star::data::XDatabaseConnection
getConnection();
- Returns
-
the current connection of the database form, this may be a
database or a database connection.
This is only available if the form is loaded.
|
- load
-  
[ oneway ] void
load();
- Description
- starts the data processing.
It establishes a connection to the related data source.
- See also
- XLoadListener
|
- unload
-  
[ oneway ] void
unload();
- Description
- stops the data processing of the database form.
- See also
- XLoadListener
|
- deleteRecords
-  
- long
deleteRecords(
[ in ] sequence< any > |
aBookmarks ); |
- Description
- provides a way to delete more than one record at a time.
A record is identified by its bookmark.
- See also
- XDatabaseCursor
|
- addLoadListener
-  
- [ oneway ] void
addLoadListener(
-
- Description
- adds the specified listener to receive events "loaded" and "unloaded."
|
- removeLoadListener
-  
- [ oneway ] void
removeLoadListener(
-
- Description
- removes the specified listener.
|
- addPositioningListener
-  
- [ oneway ] void
addPositioningListener(
-
- Description
- adds the specified listener to receive event "positioned."
|
- removePositioningListener
-  
- [ oneway ] void
removePositioningListener(
-
- Description
- removes the specified listener.
|
- addInsertListener
-  
- [ oneway ] void
addInsertListener(
-
- Description
- adds the specified listener to receive events "inserting"
and "inserted."
|
- removeInsertListener
-  
- [ oneway ] void
removeInsertListener(
-
- Description
- removes the specified listener.
|
- addRestoreListener
-  
- [ oneway ] void
addRestoreListener(
-
- Description
- adds the specified listener to receive the event "restored."
|
- removeRestoreListener
-  
- [ oneway ] void
removeRestoreListener(
-
- Description
- removes the specified listener.
|
- addDeleteListener
-  
- [ oneway ] void
addDeleteListener(
-
- Description
- adds the specified listener to receive events "approveDelete"
and "deleted."
|
- removeDeleteListener
-  
- [ oneway ] void
removeDeleteListener(
-
- Description
- removes the specified listener.
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.