Object
a class representing the meta information about an SQLite view
the table name
the schame this view is assciated with
the original sql that was used to create this table
# File lib/amalgalite/view.rb, line 20 def initialize( name, sql ) @name = name @sql = sql end
[Validate]
Generated with the Darkfish Rdoc Generator 2.