Package skytools :: Module sqltools :: Class DBSchema
[frames] | no frames]

Class DBSchema

source code

object --+    
         |    
  DBObject --+
             |
            DBSchema

Handles db schema.

Instance Methods
 
exists(self, curs) source code

Inherited from DBObject: __init__, create, get_sql

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables

Inherited from DBObject: name, sql, sql_file

Properties

Inherited from object: __class__