public static class Consolidator.OSEPluginProps
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
clientLib
name of the OSE plugin, e.g. ospSqlite
|
int |
devFlg
Device platform flag indicates which of the following default platforms are
supported by the plugin
Consolidator.
|
int |
optionsFlg
Options flag.
|
java.lang.String |
recordLayoutClassName
Java class implementing the ConsolidatorClientRecord interface
e.g. oracle.lite.sync.plugin.SQLiteRecordLayer
|
Constructor and Description |
---|
Consolidator.OSEPluginProps() |
Modifier and Type | Method and Description |
---|---|
int |
getCreator() |
void |
setCreator(int crid) |
public java.lang.String clientLib
public int devFlg
public int optionsFlg
OPT_ADD_INDEXES
, OPT_ADD_INDEXES
, OPT_ADD_SCRIPTS
, OPT_ADD_SEQUENCES
, OPT_GLOBAL_METADATA
public java.lang.String recordLayoutClassName