Package | Description |
---|---|
com.belladati.sdk.dataset.data | |
com.belladati.sdk.dataset.source |
Modifier and Type | Method and Description |
---|---|
static OverwritePolicy |
OverwritePolicy.byAllAttributes()
Returns an
OverwritePolicy that deletes records that are
identical in all attributes with a record being imported. |
static OverwritePolicy |
OverwritePolicy.byAttributes(List<String> attributes)
Returns an
OverwritePolicy that deletes records that are
identical in the specified attributes with a record being imported. |
static OverwritePolicy |
OverwritePolicy.byAttributes(String firstAttribute,
String... otherAttributes)
Returns an
OverwritePolicy that deletes records that are
identical in the specified attributes with a record being imported. |
static OverwritePolicy |
OverwritePolicy.byDateFrom(String attribute,
Calendar start)
Returns an
OverwritePolicy that deletes records with a date on or
after the given date in the specified column. |
static OverwritePolicy |
OverwritePolicy.byDateFromTo(String attribute,
Calendar start,
Calendar end)
Returns an
OverwritePolicy that deletes records with a date
between or on the given dates in the specified column. |
static OverwritePolicy |
OverwritePolicy.byDateTo(String attribute,
Calendar end)
Returns an
OverwritePolicy that deletes records with a date
before or on the given date in the specified column. |
static OverwritePolicy |
OverwritePolicy.deleteAll()
Returns an
OverwritePolicy that deletes all data in the data set
before importing. |
static OverwritePolicy |
OverwritePolicy.deleteNone()
Returns an
OverwritePolicy that makes no changes to the existing
data. |
OverwritePolicy |
DataTable.getOverwritePolicy()
Returns the current overwrite policy of this table.
|
Modifier and Type | Method and Description |
---|---|
DataTable |
DataTable.setOverwritePolicy(OverwritePolicy overwritePolicy)
Sets the overwrite policy to use with this table.
|
Modifier and Type | Method and Description |
---|---|
OverwritePolicy |
DataSourcePendingImport.getOverwritePolicy()
Returns the overwrite policy set for this import.
|
Modifier and Type | Method and Description |
---|---|
DataSourcePendingImport |
DataSourcePendingImport.setOverwritePolicy(OverwritePolicy policy)
Sets the overwrite policy to use during this import.
|
Copyright © 2014. All rights reserved.