Class: PLSQL::View

Inherits:
Table
  • Object
show all
Extended by:
ViewClassMethods
Defined in:
lib/plsql/view.rb

Instance Attribute Summary

Attributes inherited from Table

#columns, #schema_name, #table_name

Method Summary

Methods included from ViewClassMethods

find

Methods inherited from Table

#all, #column_names, #count, #delete, #first, #initialize, #insert, #insert_values, #select, #update

Methods included from TableClassMethods

#find

Constructor Details

This class inherits a constructor from PLSQL::Table