MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / reflect

Method reflect

lib/sqlalchemy/sql/schema.py:6083–6095  ·  view source on GitHub ↗
(
        self,
        bind: Engine,
        schema: Optional[str] = ...,
        views: bool = ...,
        only: Union[
            _typing_Sequence[str], Callable[[str, MetaData], bool], None
        ] = ...,
        extend_existing: bool = ...,
        autoload_replace: bool = ...,
        resolve_fks: bool = ...,
        **dialect_kwargs: Any,
    )

Source from the content-addressed store, hash-verified

6081 # https://github.com/python/mypy/issues/17093
6082 @overload
6083 def reflect(
6084 self,
6085 bind: Engine,
6086 schema: Optional[str] = ...,
6087 views: bool = ...,
6088 only: Union[
6089 _typing_Sequence[str], Callable[[str, MetaData], bool], None
6090 ] = ...,
6091 extend_existing: bool = ...,
6092 autoload_replace: bool = ...,
6093 resolve_fks: bool = ...,
6094 **dialect_kwargs: Any,
6095 ) -> None: ...
6096
6097 @overload
6098 def reflect(

Calls 10

updateMethod · 0.95
_inspection_contextMethod · 0.80
_get_reflection_infoMethod · 0.80
TableClass · 0.70
updateMethod · 0.45
get_table_namesMethod · 0.45
get_view_namesMethod · 0.45
joinMethod · 0.45
warnMethod · 0.45