enum RethinkDB::QueryType

Defined in:

rethinkdb/constants.cr

Enum Members

START = 1
CONTINUE = 2
STOP = 3
NOREPLY_WAIT = 4
SERVER_INFO = 5

Instance Method Summary

Instance Method Detail

def continue? #

[View source]
def noreply_wait? #

[View source]
def server_info? #

[View source]
def start? #

[View source]
def stop? #

[View source]