|
|
|
|
|
|
|
|
|
|
|
getLastAnalyzed(self,
db)
Gets date of last statistics computation |
source code
|
|
|
|
getNumRows(self,
db)
Gets number of rows from table's statistics |
source code
|
|
|
|
getAvgRowLength(self,
db)
Gets average length of a single row from table's statistics |
source code
|
|
|
|
getUsedBlocks(self,
db)
Gets number of used blocks from table's statistics |
source code
|
|
|
|
getNeededBlocks(self,
db)
Gets number of really used blocks from rowids |
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
|