MCPcopy
hub / github.com/pandas-dev/pandas / execute

Method execute

pandas/io/sql.py:1512–1513  ·  view source on GitHub ↗
(self, sql: str | Select | TextClause, params=None)

Source from the content-addressed store, hash-verified

1510
1511 @abstractmethod
1512 def execute(self, sql: str | Select | TextClause, params=None):
1513 pass
1514
1515 @abstractmethod
1516 def has_table(self, name: str, schema: str | None = None) -> bool:

Callers 15

_execute_insertMethod · 0.45
_execute_insert_multiMethod · 0.45
readMethod · 0.45
executeMethod · 0.45
_execute_createMethod · 0.45
_execute_insert_multiMethod · 0.45
executeMethod · 0.45
create_and_load_irisFunction · 0.45

Calls

no outgoing calls

Tested by 15

create_and_load_irisFunction · 0.36
create_and_load_typesFunction · 0.36
count_rowsFunction · 0.36
get_all_viewsFunction · 0.36
get_all_tablesFunction · 0.36
drop_tableFunction · 0.36