hi 
I have created a table in Orient DB in java code with the help if Gremlin 
API
But I am not able to set multiple properties and how to insert records 
through Gremlin API
lest example:

OrientGraphFactory factory = *new* *OrientGraphFactory();*

OrientGraph graph=factory.getTx();

*try*{


Vertex v = graph.addVertex("class:DEPARTMENT");


v.setProperty("Name", "ECE");


but  first I want declare properties first after I want insert record.

like in sql db queries

(create table employee(name varchar(20),id number(20),.....);












-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to