params 311 B

12345678
  1. /** Helper classes for passing statement parameters.
  2. *
  3. * Use these for prepared statements and parameterised statements.
  4. */
  5. // Actual definitions in .hxx file so editors and such recognize file type.
  6. #include "pqxx/internal/header-pre.hxx"
  7. #include "pqxx/params.hxx"
  8. #include "pqxx/internal/header-post.hxx"