forked from orientechnologies/orientdb
-
Notifications
You must be signed in to change notification settings - Fork 0
Console Command Load Record
lvca edited this page Dec 30, 2012
·
4 revisions
Load a record by its record-id from the current database.
load record <record-id>
Where:
- record-id The unique Record Id of the record to load. If you don't have the Record Id execute a query first
> load record #5:5
--------------------------------------------------
Class: Person id: #5:5 v.0
--------------------------------------------------
parent : Person@5:4{parent:null,children:[Person@5:5, Person@5:6],name:Barack,surname:Obama,city:City@-6:2}
children : null
name : Malia Ann
surname : Obama
city : null
--------------------------------------------------
This is a command of the Orient console. To know all the commands go to Console-Commands.