Package com.couchbase.client.java.query
Class Upsert
- java.lang.Object
-
- com.couchbase.client.java.query.Upsert
-
public class Upsert extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static InitialInsertPathupsertInto(Expression bucket)static InitialInsertPathupsertInto(String bucket)static InitialInsertPathupsertIntoCurrentBucket()
-
-
-
Method Detail
-
upsertInto
public static InitialInsertPath upsertInto(String bucket)
-
upsertInto
public static InitialInsertPath upsertInto(Expression bucket)
-
upsertIntoCurrentBucket
public static InitialInsertPath upsertIntoCurrentBucket()
-
-