Examples of LimitElement


Examples of com.couchbase.client.java.query.dsl.element.LimitElement

        super(parent);
    }

    @Override
    public OffsetPath limit(int limit) {
        element(new LimitElement(limit));
        return new DefaultOffsetPath(this);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.