Module: OrientdbBinary::Protocols

Defined in:
lib/orientdb_binary/protocols/base.rb,
lib/orientdb_binary/protocols/errors.rb,
lib/orientdb_binary/protocols/command.rb,
lib/orientdb_binary/protocols/connect.rb,
lib/orientdb_binary/protocols/db_drop.rb,
lib/orientdb_binary/protocols/db_list.rb,
lib/orientdb_binary/protocols/db_open.rb,
lib/orientdb_binary/protocols/db_size.rb,
lib/orientdb_binary/protocols/db_close.rb,
lib/orientdb_binary/protocols/db_exist.rb,
lib/orientdb_binary/protocols/shutdown.rb,
lib/orientdb_binary/protocols/db_create.rb,
lib/orientdb_binary/protocols/db_freeze.rb,
lib/orientdb_binary/protocols/db_reload.rb,
lib/orientdb_binary/protocols/config_get.rb,
lib/orientdb_binary/protocols/config_set.rb,
lib/orientdb_binary/protocols/db_release.rb,
lib/orientdb_binary/protocols/config_list.rb,
lib/orientdb_binary/protocols/record_load.rb,
lib/orientdb_binary/protocols/record_create.rb,
lib/orientdb_binary/protocols/record_delete.rb,
lib/orientdb_binary/protocols/record_update.rb,
lib/orientdb_binary/protocols/datacluster_add.rb,
lib/orientdb_binary/protocols/datasegment_add.rb,
lib/orientdb_binary/protocols/db_countrecords.rb,
lib/orientdb_binary/protocols/datacluster_drop.rb,
lib/orientdb_binary/protocols/datasegment_drop.rb,
lib/orientdb_binary/protocols/datacluster_count.rb,
lib/orientdb_binary/protocols/datacluster_datarange.rb,
lib/orientdb_binary/protocols/datacluster_lh_cluster_is_used.rb

Defined Under Namespace

Modules: Base Classes: Command, CommandAnswer, ConfigGet, ConfigGetAnswer, ConfigList, ConfigListAnswer, ConfigSet, ConfigSetAnswer, Connect, ConnectAnswer, DataclusterAdd, DataclusterAddAnswer, DataclusterCount, DataclusterCountAnswer, DataclusterDatarange, DataclusterDatarangeAnswer, DataclusterDrop, DataclusterDropAnswer, DataclusterLhClusterIsUsed, DataclusterLhClusterIsUsedAnswer, DatasegmentAdd, DatasegmentAddAnswer, DatasegmentDrop, DatasegmentDropAnswer, DbClose, DbCountRecords, DbCountRecordsAnswer, DbCreate, DbCreateAnswer, DbDrop, DbDropAnswer, DbExist, DbExistAnswer, DbFreeze, DbFreezeAnswer, DbList, DbListAnswer, DbOpen, DbOpenAnswer, DbRelease, DbReleaseAnswer, DbReload, DbReloadAnswer, DbSize, DbSizeAnswer, Errors, RecordCreate, RecordCreateAnswer, RecordDelete, RecordDeleteAnswer, RecordLoad, RecordLoadAnswer, RecordUpdate, RecordUpdateAnswer, ScriptCommandPayload, Shutdown, ShutdownAnswer, SqlCommandPayload