diff --git a/target/doc/tp_individual/fn.check_valid_table.html b/target/doc/tp_individual/fn.check_valid_table.html new file mode 100644 index 0000000..44fd036 --- /dev/null +++ b/target/doc/tp_individual/fn.check_valid_table.html @@ -0,0 +1,7 @@ +check_valid_table in tp_individual - Rust

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

+
\ No newline at end of file