public class DefaultInsertValuesPath extends DefaultReturningPath implements InsertValuesPath
| Constructor and Description |
|---|
DefaultInsertValuesPath(AbstractPath parent) |
returning, returning, returningElement, returningElement, returningRaw, returningRawelement, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitreturning, returning, returningElement, returningElement, returningRaw, returningRawpublic DefaultInsertValuesPath(AbstractPath parent)
public InsertValuesPath values(String id, JsonObject value)
values in interface InsertValuesPathpublic InsertValuesPath values(String id, Expression value)
values in interface InsertValuesPathpublic InsertValuesPath values(String id, JsonArray value)
values in interface InsertValuesPathpublic InsertValuesPath values(String id, String value)
values in interface InsertValuesPathpublic InsertValuesPath values(String id, int value)
values in interface InsertValuesPathpublic InsertValuesPath values(String id, long value)
values in interface InsertValuesPathpublic InsertValuesPath values(String id, double value)
values in interface InsertValuesPathpublic InsertValuesPath values(String id, float value)
values in interface InsertValuesPathpublic InsertValuesPath values(String id, boolean value)
values in interface InsertValuesPathpublic InsertValuesPath values(Expression id, Expression value)
values in interface InsertValuesPathpublic InsertValuesPath values(Expression id, JsonObject value)
values in interface InsertValuesPathpublic InsertValuesPath values(Expression id, JsonArray value)
values in interface InsertValuesPathpublic InsertValuesPath values(Expression id, String value)
values in interface InsertValuesPathpublic InsertValuesPath values(Expression id, int value)
values in interface InsertValuesPathpublic InsertValuesPath values(Expression id, long value)
values in interface InsertValuesPathpublic InsertValuesPath values(Expression id, double value)
values in interface InsertValuesPathpublic InsertValuesPath values(Expression id, float value)
values in interface InsertValuesPathpublic InsertValuesPath values(Expression id, boolean value)
values in interface InsertValuesPathCopyright © 2015 Couchbase, Inc.