3.4. Compiler Output

This page lists classes and functions generated by joedbc.

3.4.1. Database

  • namespace::Types
  • namespace::Database

3.4.2. Table

  • table.begin(), table.end(): iterators for looping over the table
  • table.get_at(n): reference to row n (warning: starts at 1)
  • table.first(), table.last(): references to first and last rows

3.4.3. Reference

3.4.4. Field