Structs§
- Prepared
JobInsert - Pre-computed values for a single job row, ready to bind into any driver.
Functions§
- insert
- Insert a job with default options.
- insert_
many - Insert multiple jobs in a single statement.
- insert_
many_ copy - Insert many jobs through the compatibility COPY surface.
- insert_
many_ copy_ from_ pool - Convenience wrapper that acquires a connection from the pool.
- insert_
with - Insert a job with custom options.
- params
- Convenience: create InsertParams from a JobArgs impl.
- params_
with - Convenience: create InsertParams from a JobArgs impl with options.
- prepare_
job_ insert - Prepare a single job insert from typed job args and options.
- prepare_
raw_ job_ insert - Prepare a single job insert from raw kind, JSON args, and options.