dtl
Table of Contents: the Database Template Library
- Introduction to the DTL
- How
to use the documentation
- Code Examples - or how DTL can make your life easier
- Installation and Release Notes
- DTL performance document
- Containers
- DBView
- Indexed DBView
Container
- Dynamic DBView
Container
- Dynamic
IndexedDBview Container
- DBView Iterators
- Select Iterator
- Insert Iterator
- Update Iterator
- Delete Iterator
- SQL Iterator (Support for stored procedures)
- Select Update Iterator
- Exception Handling
- Exceptions in the Database Template Library: an Overview
- Exception Safety in DTL
- Exceptions
- RootException
- DBException
- ETIException
- ValidityException
- VariantException
- Functors
- BCA
- BPA
- Local BCA's and Local BPA's
- InsVal
- SelVal
- IOHandler
- AlwaysThrowsHandler
- LoggingHandler
- ContainerFactory
- Utilities (Supporting types/concepts)
- DBConnection
- DBStmt
- BoundIO and BoundIOs
- Working with NULL data
- Supported data types
- Working with strings longer than 255 characters in length
- DTL performance benchmarks
- cb_ptr_fun() and cb_ptr_fun_w_ret()
- jtime_c
- ValidatedObject
- variant_row
- variant_field
- vec_multiset
- Rich Hickey's C++ Callback
Library - much of our functor support is implemented with a modified
and extended version of this library
- Unicode Support
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.