how to define concrete linkmap in SQL? and studio?
especially in use case of time series, after "CREATE PROPERTY Year.month 
LINKMAP Month", how to define realize concrete linkmap one by one?
This problem is simple but never find an answer in documents. Please update 
more details.
Thank you very much! 

在 2010年9月1日星期三 UTC+8下午9:05:30,Lvc@写道:
>
> Hi,
> The linkmap type is a Map<String,T> where T is the type expressed as
> link type. Remember that the key is always a String.
>
> Example: db.getMetadata().getSchema().getClass( "Customer"
> ).createProperty( "addresses", OType.LINKEDMAP,
> db.getMetadata().getSchema().getClass( "Address" ) );
>
> If you're using a ODatabaseObjectTx the type will be automatically
> mapped as Map<String,T>.
>
> Bye,
> Lvc@
>
>
> 2010/9/1, Gokul <[email protected] <javascript:>>:
> > Hi,
> > In the list of supported types, I could understand LINKSET and
> > LINKLIST, but not LINKMAP.
> > Would appreciate an example of using that type.
> >
> > Thanks,
> > Gokul.
>
> -- 
> Inviato dal mio dispositivo mobile
>
>

-- 

--- 
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