Package pysql :: Module pysqloraobjects :: Class OraMaterializedView
[hide private]
[frames] | no frames]

Class OraMaterializedView

source code


Oracle materialized view

Instance Methods [hide private]
 
__init__(self, mviewOwner="", mviewName="")
Materialized view creation
source code
 
getSQL(self, db)
Returns: SQL code behind the materialized view
source code

Inherited from OraTabular: getComment, getNumberOfColumns, getRowCount, getTableColumns

Inherited from OraObject: __eq__, __hash__, __str__, getCopy, getCreated, getDDL, getFullName, getLastDDL, getName, getOwner, getStatus, getType, guessInfos, guessStatus, setName, setOwner, setStatus, setType

Inherited from OraSegment: getTablespace

Method Details [hide private]

__init__(self, mviewOwner="", mviewName="")
(Constructor)

source code 

Materialized view creation

Overrides: OraObject.__init__

getSQL(self, db)

source code 
Returns:
SQL code behind the materialized view