MCPcopy Create free account
hub / github.com/erans/pgsqlite / extract_insert_table_name

Function extract_insert_table_name

src/query/lazy_processor.rs:365–367  ·  view source on GitHub ↗

Helper functions (these should be imported from the appropriate modules)

(query: &str)

Source from the content-addressed store, hash-verified

363
364// Helper functions (these should be imported from the appropriate modules)
365fn extract_insert_table_name(query: &str) -> Option<String> {
366 crate::session::db_handler::extract_insert_table_name(query)
367}
368
369fn rewrite_query_for_decimal(query: &str, conn: &Connection) -> Result<String, rusqlite::Error> {
370 crate::session::db_handler::rewrite_query_for_decimal(query, conn)

Callers 3

extract_table_nameFunction · 0.70
needs_processingMethod · 0.70
processMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected