MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / _describe_table

Method _describe_table

lib/sqlalchemy/dialects/mysql/base.py:3842–3848  ·  view source on GitHub ↗
(
        self,
        connection: Connection,
        table: Optional[Table],
        charset: Optional[str],
        full_name: str,
    )

Source from the content-addressed store, hash-verified

3840
3841 @overload
3842 def _describe_table(
3843 self,
3844 connection: Connection,
3845 table: Optional[Table],
3846 charset: Optional[str],
3847 full_name: str,
3848 ) -> Union[Sequence[Row[Any]], Sequence[_DecodingRow]]: ...
3849
3850 @overload
3851 def _describe_table(

Callers 1

_setup_parserMethod · 0.95

Calls 6

_extract_error_codeMethod · 0.95
_compat_fetchallMethod · 0.95
format_tableMethod · 0.80
exec_driver_sqlMethod · 0.45
execution_optionsMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected