Hi to all,
is it possible in H2 to show the structure (maybe in SQL) of a given
object, but without seeing or exporting the structure of all the DB
(script nodata) ?

The best could be to add additional (optional) arguments like
object_type (table, view, domain, etc) and then the object name (with
optional wildchars, but also on a single object could be useful). Or a
dedicated command, like SHOW ... as over.

For example, Oracle has a SQL command DESC / DESCRIBE object_type
object_name , like: describe table samples
But Oracle doesn't return the SQL DDL of the given objects, it returns
only a summary text with most common features.

What do you think ?

Thanks,
Sandro

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to