Re-exports§
pub use mysql_insert::parse_insert_for_bulk;pub use mysql_insert::ParsedValue;
Modules§
- mysql_
insert - MySQL INSERT statement row parser.
- postgres_
copy - PostgreSQL COPY statement parser.
Structs§
- Dialect
Detection Result - Result of dialect auto-detection
- Parser
Enums§
- Content
Filter - Content filter mode for splitting
- Dialect
Confidence - Confidence level of dialect detection
- SqlDialect
- SQL dialect for parser behavior
- Statement
Type
Constants§
Functions§
- detect_
dialect - Detect SQL dialect from file header content. Reads up to 8KB and looks for dialect-specific markers.
- detect_
dialect_ from_ file - Detect dialect from a file, reading first 8KB
- determine_
buffer_ size