Skip to content
Nameless edited this page May 26, 2018 · 1 revision

Connection

Static Methods

void reql()

Initializes a new Rethink Query that can be ran

void close()

Closes the connection to RethinkDB. You must Connect again in order to gain functionality of Rethink.

boolean connected()

Returns a true boolean based if the connection Rethink is still open otherwise false.

void test()

Preforms a 2000 Query stress test on Rethink to determine memory usage and driver functionality.
Intended for Debugging Use

Properties

_options

The options table that has been parsed via defaults from the connect.

Clone this wiki locally