|
||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
| Packages that use DeviceDatabase | |
| com.syncbuilder.sync | Connection management with the Palm device. |
| Uses of DeviceDatabase in com.syncbuilder.sync |
| Methods in com.syncbuilder.sync that return DeviceDatabase | |
DeviceDatabase |
Dlp.openDB(java.lang.String name)
Open a database by its name. |
DeviceDatabase |
Dlp.openDB(java.lang.String name,
int mode)
Open a database by its name. |
DeviceDatabase |
Dlp.openDB(java.lang.String name,
int mode,
int card)
Open a database by its name. |
DeviceDatabase |
Dlp.openDB(Char4 creator,
java.lang.String name,
int mode,
int card)
Open a database by its name, and with information about its creator. |
DeviceDatabase |
Dlp.openDB(DatabaseImpl dbimpl)
Open a database with a known DatabaseImpl. |
DeviceDatabase |
Dlp.openDB(DatabaseImpl dbimpl,
int mode)
Open a database with a known DatabaseImpl. |
DeviceDatabase |
Dlp.openDB(DatabaseImpl dbimpl,
int mode,
int card)
Open a database with a known DatabaseImpl. |
DeviceDatabase |
Dlp.createDB(java.lang.String name,
Char4 creator,
Char4 type,
int flags,
int version)
Create a new database on the default card of the Palm device. |
DeviceDatabase |
Dlp.createDB(java.lang.String name,
Char4 creator,
Char4 type,
int flags,
int version,
int card)
Create a new database on the specified card of the Palm device. |
DeviceDatabase |
Dlp.createDB(DatabaseImpl dbimpl,
int flags,
int version)
Create a new database on the default card of the Palm device. |
DeviceDatabase |
Dlp.createDB(DatabaseImpl dbimpl,
int flags,
int version,
int card)
Create a new database on the specified card of the Palm device. |
|
||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||