engine.py 文件源码

python
阅读 28 收藏 0 点赞 0 评论 0

项目:annotated-py-sqlalchemy 作者: hhstore 项目源码 文件源码
def tableimpl(self, table, **kwargs):
        """returns a new sql.TableImpl object to correspond to the given Table object.
        A TableImpl provides SQL statement builder operations on a Table metadata object, 
        and a subclass of this object may be provided by a SQLEngine subclass to provide
        database-specific behavior."""
        return sql.TableImpl(table)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号