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 classInsertValueElement.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) -
Method Summary
-
Constructor Details
-
InsertValueElement
public InsertValueElement(InsertValueElement.InsertPosition position, Expression id, Expression value)
-
-
Method Details