Package buildbot :: Package util :: Module sautils :: Class InsertFromSelect
[frames] | no frames]

Class InsertFromSelect

source code

                           object --+        
                                    |        
sqlalchemy.sql.expression._Generative --+    
                                        |    
     sqlalchemy.sql.expression.Executable --+
                                            |
                           object --+       |
                                    |       |
    sqlalchemy.sql.visitors.Visitable --+   |
                                        |   |
  sqlalchemy.sql.expression.ClauseElement --+
                                            |
                                           InsertFromSelect

An Executable that can insert into table the values from select

Nested Classes

Inherited from sqlalchemy.sql.visitors.Visitable: __metaclass__

Instance Methods
 
__init__(self, table, select)
x.__init__(...) initializes x; see help(type(x)) for signature
source code

Inherited from sqlalchemy.sql.expression.Executable: execution_options

Inherited from sqlalchemy.sql.expression.ClauseElement: __and__, __getstate__, __hash__, __invert__, __nonzero__, __or__, __repr__, __str__, compare, compile, execute, get_children, params, scalar, self_group, unique_params

Inherited from object: __delattr__, __format__, __getattribute__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Class Variables

Inherited from sqlalchemy.sql.expression.Executable: supports_execution

Inherited from sqlalchemy.sql.expression.ClauseElement: __visit_name__

Properties

Inherited from sqlalchemy.sql.expression.ClauseElement: bind

Inherited from object: __class__

Method Details

__init__(self, table, select)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)