The same: "info class" is a console command. If you want to access to the classes you can issue these 2 queries:
class's information: select from ( select expand( classes ) from metadata:schema ) where name='OUser' class's properties: select expand( properties) from ( select expand( classes ) from metadata:schema ) where name='OUser' Lvc@ On 23 December 2013 14:11, Lebnik <[email protected]> wrote: > And when I send request: > > http://localhost:2480/query/GratefulDeadConcerts/sql/info%20class%20OUser > > I get error: > > com.orientechnologies.orient.core.command. > OCommandExecutorNotFoundException: Cannot find a command executor for the > command request: sql.info class OUser > > > -- > > --- > 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/groups/opt_out. > -- --- 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/groups/opt_out.
