dtl


Table of Contents: the Database Template Library

  1. Introduction to the DTL
  2. How to use the documentation
  3. Code Examples - or how DTL can make your life easier
  4. Installation and Release Notes
  5. DTL performance document
  6. Containers
    1. DBView
    2. Indexed DBView Container
    3. Dynamic DBView Container
    4. Dynamic IndexedDBview Container
  7. DBView Iterators
    1. Select Iterator
    2. Insert Iterator
    3. Update Iterator
    4. Delete Iterator
    5. SQL Iterator (Support for stored procedures)
    6. Select Update Iterator
  8. 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
  9. Functors
    1. BCA
    2. BPA
    3. Local BCA's and Local BPA's
    4. InsVal
    5. SelVal
    6. IOHandler
    7. AlwaysThrowsHandler
    8. LoggingHandler
    9. ContainerFactory
  10. Utilities (Supporting types/concepts)
    1. DBConnection
    2. DBStmt
    3. BoundIO and BoundIOs
    4. Working with NULL data
    5. Supported data types
    6. Working with strings longer than 255 characters in length
    7. DTL performance benchmarks
    8. cb_ptr_fun() and cb_ptr_fun_w_ret()
    9. jtime_c
    10. ValidatedObject
    11. variant_row
    12. variant_field
    13. vec_multiset
    14. Rich Hickey's C++ Callback Library - much of our functor support is implemented with a modified and extended version of this library
    15. Unicode Support


[DTL Home]

Copyright © 2002, 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.

This site written using the ORB. [The ORB]

1