Top Level Namespace

Includes:
OrientDB

Defined Under Namespace

Modules: OrientDB Classes: Date, DateTime, String

Constant Summary collapse

GEM_ROOT =
File.expand_path(File.join(File.dirname(__FILE__), '..'))
TEMP_DIR =
Dir.pwd + '/tmp'
TEST_DB_PATH =
"#{TEMP_DIR}/databases/db_#{rand(999) + 1}"
DB =
OrientDB::DocumentDatabase.new("local:#{TEST_DB_PATH}/test").create

Constants included from OrientDB

OrientDB::BLUEPRINTS, OrientDB::CLIENT, OrientDB::CORE, OrientDB::ClusterType, OrientDB::Conclusion, OrientDB::FIELD_TYPES, OrientDB::GEM_PATH, OrientDB::GraphDatabase, OrientDB::INDEX_TYPES, OrientDB::IndexType, OrientDB::OTraverse, OrientDB::OrientGraph, OrientDB::SQLCommand, OrientDB::SQLSynchQuery, OrientDB::STORAGE_TYPES, OrientDB::Schema, OrientDB::SchemaProxy, OrientDB::SchemaType, OrientDB::User, OrientDB::VERSION