Class InsertValueElement
- java.lang.Object
-
- com.couchbase.client.java.query.dsl.element.InsertValueElement
-
- All Implemented Interfaces:
Element
@Experimental @Private public class InsertValueElement extends Object implements Element
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InsertValueElement.InsertPosition
-
Field Summary
-
Fields inherited from interface com.couchbase.client.java.query.dsl.element.Element
ESCAPE_CHAR
-
-
Constructor Summary
Constructors Constructor Description InsertValueElement(InsertValueElement.InsertPosition position, Expression id, Expression value)
-
-
-
Constructor Detail
-
InsertValueElement
public InsertValueElement(InsertValueElement.InsertPosition position, Expression id, Expression value)
-
-