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

Class OraView

source code


Oracle view

Instance Methods [hide private]
 
__init__(self, viewOwner="", viewName="")
View creation
source code
 
getSQL(self, db)
Returns: SQL code behind the view
source code
 
setSQL(self, db, sql)
Returns: True if succeeded in editing SQL code behind the view, False otherwise
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

Method Details [hide private]

__init__(self, viewOwner="", viewName="")
(Constructor)

source code 

View creation

Overrides: OraObject.__init__

getSQL(self, db)

source code 
Returns:
SQL code behind the view

setSQL(self, db, sql)

source code 
Returns:
True if succeeded in editing SQL code behind the view, False otherwise