MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _describe_table

Method _describe_table

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

Source from the content-addressed store, hash-verified

3784
3785 @overload
3786 def _describe_table(
3787 self,
3788 connection: Connection,
3789 table: Optional[Table],
3790 charset: Optional[str],
3791 full_name: str,
3792 ) -> Union[Sequence[Row[Unpack[TupleAny]]], Sequence[_DecodingRow]]: ...
3793
3794 @overload
3795 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