|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IDataSource.Option | |
|---|---|
| jigcell.compare | |
| jigcell.compare.impl | |
| Uses of IDataSource.Option in jigcell.compare |
|---|
| Fields in jigcell.compare declared as IDataSource.Option | |
|---|---|
static IDataSource.Option |
IDataSource.Option.COPYONLY
Indicates that an option should be copied but not persisted with the data source |
static IDataSource.Option |
IDataSource.Option.SAFE
Indicates that an option should be copied and persisted with the data source. |
static IDataSource.Option |
IDataSource.Option.UNSAFE
Indicates that an option should neither be copied nor persisted with the data source |
| Methods in jigcell.compare with parameters of type IDataSource.Option | |
|---|---|
void |
IDataSource.addOption(java.lang.String key,
IDataSource.Option type)
Adds a new configuration option. |
| Uses of IDataSource.Option in jigcell.compare.impl |
|---|
| Methods in jigcell.compare.impl that return IDataSource.Option | |
|---|---|
protected static IDataSource.Option |
DataSource.getOptionType(java.lang.String name)
The persistence type for an option. |
| Methods in jigcell.compare.impl with parameters of type IDataSource.Option | |
|---|---|
void |
DataSource.addOption(java.lang.String key,
IDataSource.Option type)
Adds a new configuration option. |
protected static void |
DataSource.setOptionType(java.lang.String name,
IDataSource.Option type)
Sets the persistence type for an option. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||