2010/12/13 Jason Thomas <[email protected]> > I'm wondering what Dataset instance methods I have available when doing a > "raw" query. >
Hello All accessible methods for Sequel::Dateset are listed on this page of the Sequel rdoc documentation : http://sequel.rubyforge.org/rdoc/classes/Sequel/Dataset.html For a complete reference of the library, you can browse http://sequel.rubyforge.org/rdoc/ which will use frames to provide navigation across all Sequel classes and files. Regards, Guillaume -- 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.
