public class DefaultInitialInsertPath extends DefaultReturningPath implements InitialInsertPath
| Constructor and Description |
|---|
DefaultInitialInsertPath(AbstractPath parent) |
returning, returning, returningElement, returningElement, returningRaw, returningRawelement, toStringpublic DefaultInitialInsertPath(AbstractPath parent)
public InsertValuesPath values(String id, JsonObject value)
values in interface InitialInsertPathpublic InsertValuesPath values(String id, Expression value)
values in interface InitialInsertPathpublic InsertValuesPath values(String id, JsonArray value)
values in interface InitialInsertPathpublic InsertValuesPath values(String id, String value)
values in interface InitialInsertPathpublic InsertValuesPath values(String id, int value)
values in interface InitialInsertPathpublic InsertValuesPath values(String id, long value)
values in interface InitialInsertPathpublic InsertValuesPath values(String id, double value)
values in interface InitialInsertPathpublic InsertValuesPath values(String id, float value)
values in interface InitialInsertPathpublic InsertValuesPath values(String id, boolean value)
values in interface InitialInsertPathpublic InsertValuesPath values(Expression id, Expression value)
values in interface InitialInsertPathpublic InsertValuesPath values(Expression id, JsonObject value)
values in interface InitialInsertPathpublic InsertValuesPath values(Expression id, JsonArray value)
values in interface InitialInsertPathpublic InsertValuesPath values(Expression id, String value)
values in interface InitialInsertPathpublic InsertValuesPath values(Expression id, int value)
values in interface InitialInsertPathpublic InsertValuesPath values(Expression id, long value)
values in interface InitialInsertPathpublic InsertValuesPath values(Expression id, double value)
values in interface InitialInsertPathpublic InsertValuesPath values(Expression id, float value)
values in interface InitialInsertPathpublic InsertValuesPath values(Expression id, boolean value)
values in interface InitialInsertPathpublic ReturningPath select(Expression key, Statement select)
select in interface InitialInsertPathpublic ReturningPath select(Expression key, Expression value, Statement select)
select in interface InitialInsertPathpublic ReturningPath select(Expression key, String value, Statement select)
select in interface InitialInsertPathpublic ReturningPath select(String key, Statement select)
select in interface InitialInsertPathpublic ReturningPath select(String key, String value, Statement select)
select in interface InitialInsertPathpublic ReturningPath select(String key, Expression value, Statement select)
select in interface InitialInsertPathCopyright © 2015 Couchbase, Inc.