mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
odbc-cpp-wrapper is an object-oriented C++-wrapper of the ODBC API. It takes care of - managing the lifetime of ODBC resources, - allocating and managing resources needed for ODBC operations and - converting ODBC errors to exceptions and throwing them. The odbc-cpp-wrapper API attempts to make usage of ODBC as simple as possible. The API was designed to make wrong usage almost impossible and to ensure proper object lifetime management. odbc-cpp-wrapper was originally developed for exchanging spatial data with databases. It focuses on batch operations of variable-sized data, which is not very well supported by other ODBC wrappers.
22 lines
619 B
Text
22 lines
619 B
Text
include/odbc/Config.h
|
|
include/odbc/Connection.h
|
|
include/odbc/DatabaseMetaData.h
|
|
include/odbc/DatabaseMetaDataBase.h
|
|
include/odbc/DatabaseMetaDataUnicode.h
|
|
include/odbc/Environment.h
|
|
include/odbc/Exception.h
|
|
include/odbc/Forwards.h
|
|
include/odbc/ParameterMetaData.h
|
|
include/odbc/PreparedStatement.h
|
|
include/odbc/RefCounted.h
|
|
include/odbc/ResultSet.h
|
|
include/odbc/ResultSetMetaData.h
|
|
include/odbc/ResultSetMetaDataBase.h
|
|
include/odbc/ResultSetMetaDataUnicode.h
|
|
include/odbc/Statement.h
|
|
include/odbc/StatementBase.h
|
|
include/odbc/StringConverter.h
|
|
include/odbc/Types.h
|
|
include/odbc/Util.h
|
|
lib/libodbccpp.a
|
|
lib/libodbccpp.so
|