Function tp_individual::check_valid_table
source ยท pub(crate) fn check_valid_table(
+ extractor: &Extractor,
+ table: &Table<'_>,
+ consult: &str,
+ method: SQLCommand,
+) -> Result<(), TPErrors<'static>>
Expand description
This function checks if the table selected in the query is the same as the table that is being used
+