Hi, I'm currently using Sequel with jruby and some java connectors (sqlserver,mysql,informix...) and in some of the databases I wish to connect to, I know I've tables and views.
Once I'm do a DB=Sequel.connect(...), I can access DB.tables to have a list of the tables. But how do I find the list of the views ? I checked with java programs like ExecuteQuery using the same java connectors, and indeed the views are listed. Does anyone know what Sequel command I should use ? I've been grep'ing through the code for this, but I did not find anything. Thanks in advance, Christian -- You received this message because you are subscribed to the Google Groups "sequel-talk" 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/sequel-talk?hl=en.
