:mod:`langchain.chains.sql_database.query`.SQLInputWithTables ==================================================================== .. currentmodule:: langchain.chains.sql_database.query .. autoclass:: SQLInputWithTables .. rubric:: Methods .. autosummary:: ~SQLInputWithTables.__init__ ~SQLInputWithTables.clear ~SQLInputWithTables.copy ~SQLInputWithTables.fromkeys ~SQLInputWithTables.get ~SQLInputWithTables.items ~SQLInputWithTables.keys ~SQLInputWithTables.pop ~SQLInputWithTables.popitem ~SQLInputWithTables.setdefault ~SQLInputWithTables.update ~SQLInputWithTables.values .. rubric:: Attributes .. autosummary:: ~SQLInputWithTables.question ~SQLInputWithTables.table_names_to_use .. example_links:: SQLInputWithTables