|
||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
| Packages that use DBInfo | |
| com.syncbuilder.storage | Storage in the style of Palm OS databases. |
| com.syncbuilder.sync | Connection management with the Palm device. |
| Uses of DBInfo in com.syncbuilder.storage |
| Methods in com.syncbuilder.storage that return DBInfo | |
DBInfo |
Database.getDBInfo()
Return meta-information about the Database. |
abstract DBInfo |
DatabaseBase.getDBInfo()
Return meta-information about the Database Caution! |
DBInfo |
MemoryDatabase.getDBInfo()
Return meta-information about the Database Caution! |
DBInfo |
DeviceDatabase.getDBInfo()
Return meta-information about the Database Caution! |
| Methods in com.syncbuilder.storage with parameters of type DBInfo | |
void |
Database.setDBInfo(DBInfo dbinfo)
Associate a complete set of meta-information with the Database. |
void |
MemoryDatabase.setDBInfo(DBInfo dbinfo)
Associate a complete set of meta-information with the Database. |
void |
DeviceDatabase.setDBInfo(DBInfo dbinfo)
Associate a complete set of meta-information with the Database. Caution! |
| Uses of DBInfo in com.syncbuilder.sync |
| Methods in com.syncbuilder.sync that return DBInfo | |
DBInfo |
Dlp.getDBInfo(int index,
boolean RAM,
boolean ROM,
int card)
|
DBInfo |
Dlp.dlp_findDBByOpenHandle(int handle)
|
DBInfo |
Dlp.dlp_findDBByName(int card,
java.lang.String name)
|
|
||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||