Back to top

ReQL command: r

Command syntax

r → r

Description

The top-level ReQL namespace.

Example: Set up your top-level namespace.

import com.rethinkdb.RethinkDB;
import com.rethinkdb.gen.exc.ReqlError;
import com.rethinkdb.gen.exc.ReqlQueryLogicError;
import com.rethinkdb.model.MapObject;
import com.rethinkdb.net.Connection;


public static final RethinkDB r = RethinkDB.r;

Get more help

Couldn't find what you were looking for?