dtl


Table of Contents: the Database Template Library

  1. Introduction to the DTL
  2. How to use the documentation
  3. Installation and Release Notes
  4. Containers
    1. DBView
    2. Indexed DBView Container
    3. Dynamic DBView Container
    4. Dynamic IndexedDBview Container
  5. DBView Iterators
    1. Select Iterator
    2. Insert Iterator
    3. Update Iterator
    4. Delete Iterator
  6. Exception Handling
    1. Exceptions in the Database Template Library: an Overview
    2. Exception Safety in DTL
    3. Exceptions
      1. RootException
      2. DBException
      3. ETIException
      4. ValidityException
      5. VariantException
  7. Functors
    1. BCA
    2. BPA
    3. InsVal
    4. SelVal
    5. IOHandler
    6. AlwaysThrowsHandler
    7. LoggingHandler
  8. Utilities (Supporting types/concepts)
    1. DBConnection
    2. DBStmt
    3. BoundIO and BoundIOs
    4. cb_ptr_fun() and cb_ptr_fun_w_ret()
    5. jtime_c
    6. ValidatedObject
    7. variant_row
    8. variant_field
    9. Rich Hickey's C++ Callback Library - much of our functor support is implemented with a modified and extended version of this library.


[DTL Home]

Copyright © 2001, Michael Gradman and Corwin Joy.

Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appears in all copies and that both that copyright notice and this permission notice appear in supporting documentation. Corwin Joy and Michael Gradman make no representations about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty.