Module: Moped::BSON::Types

Defined in:
lib/moped/bson/types.rb

Overview

Various BSON type behaviour.

Defined Under Namespace

Classes: CodeWithScope, Integer64

Constant Summary collapse

MAP =
{}
FLOAT =
1.chr.freeze
STRING =
2.chr.freeze
HASH =
3.chr.freeze
ARRAY =
4.chr.freeze
BINARY =
5.chr.freeze
OBJECT_ID =
7.chr.freeze
BOOLEAN =
8.chr.freeze
TIME =
9.chr.freeze
NULL =
10.chr.freeze
REGEX =
11.chr.freeze
CODE =
13.chr.freeze
SYMBOL =
14.chr.freeze
CODE_WITH_SCOPE =
15.chr.freeze
INT32 =
16.chr.freeze
INT64 =
18.chr.freeze
MAX_KEY =
127.chr.freeze
MIN_KEY =
255.chr.freeze
TRUE =
1.chr.freeze