|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.je.sync.SyncDatabase
public class SyncDatabase
Defines a synchronized database as a mapping between external table/view name and local JE database name, and includes a RecordConverter for converting between local and external record data.
Constructor Summary | |
---|---|
SyncDatabase(String externalName,
String localName,
RecordConverter converter)
Creates a synchronized database definition. |
Method Summary | |
---|---|
RecordConverter |
getConverter()
Returns the record converter. |
String |
getExternalName()
Returns the name of the external table/view. |
String |
getLocalName()
Returns the name of the local JE Database, or null if a default local name is to be used but has not yet been assigned. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SyncDatabase(String externalName, String localName, RecordConverter converter)
Method Detail |
---|
public String getExternalName()
public String getLocalName()
public RecordConverter getConverter()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |