SELF
- the generic type of this query itself (this) for fluent API calls.public interface FeatureUpsert<SELF extends FeatureUpsert<SELF>> extends StatementFeature
StatementFeature
for a Statement
supporting an USPERT
what is a mix of an insert and an update. If supported (e.g. by OrientDB) at all it is typically used by
UpdateStatement
s.Modifier and Type | Method and Description |
---|---|
SELF |
upsert()
Marks the statement as UPSERT meaning that it is an insert of the object does not exist and an update if the object
already exists.
|
SELF upsert()
WHERE clause
.Copyright © 2001–2016 mmm-Team. All rights reserved.