文件名称:tntdb-1.0.1.tar
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:924.76kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
Tntdb 源码和文档。Tntdb 是linux/unix C++数据库驱动适配接口。支持postgresql, sqlite3, mysql 和 oracle-Tntdb is a c++-class-library for easy database-access. It implements a simple database independent layer, which loads drivers at runtime. Currently drivers for postgresql, sqlite3, mysql and oracle are provided.
The main goals are:
* easy to use
* safe- use prepared statements with named parameters
* fast- only a thin layer
The main goals are:
* easy to use
* safe- use prepared statements with named parameters
* fast- only a thin layer
(系统自动生成,下载前可以参看下载内容)
下载文件列表
tntdb-1.0.1/
tntdb-1.0.1/Makefile.am
tntdb-1.0.1/install-sh
tntdb-1.0.1/NEWS
tntdb-1.0.1/configure.in
tntdb-1.0.1/depcomp
tntdb-1.0.1/config.guess
tntdb-1.0.1/COPYING
tntdb-1.0.1/ltmain.sh
tntdb-1.0.1/AUTHORS
tntdb-1.0.1/missing
tntdb-1.0.1/README
tntdb-1.0.1/ChangeLog
tntdb-1.0.1/include/
tntdb-1.0.1/include/Makefile.am
tntdb-1.0.1/include/tntdb.h
tntdb-1.0.1/include/Makefile.in
tntdb-1.0.1/include/tntdb/
tntdb-1.0.1/include/tntdb/connect.h
tntdb-1.0.1/include/tntdb/value.h
tntdb-1.0.1/include/tntdb/stmtparser.h
tntdb-1.0.1/include/tntdb/connectionpool.h
tntdb-1.0.1/include/tntdb/librarymanager.h
tntdb-1.0.1/include/tntdb/mysql/
tntdb-1.0.1/include/tntdb/mysql/impl/
tntdb-1.0.1/include/tntdb/mysql/impl/rowcontainer.h
tntdb-1.0.1/include/tntdb/mysql/impl/rowvalue.h
tntdb-1.0.1/include/tntdb/mysql/impl/statement.h
tntdb-1.0.1/include/tntdb/mysql/impl/connectionmanager.h
tntdb-1.0.1/include/tntdb/mysql/impl/connection.h
tntdb-1.0.1/include/tntdb/mysql/impl/cursor.h
tntdb-1.0.1/include/tntdb/mysql/impl/result.h
tntdb-1.0.1/include/tntdb/mysql/impl/boundvalue.h
tntdb-1.0.1/include/tntdb/mysql/impl/resultrow.h
tntdb-1.0.1/include/tntdb/mysql/impl/boundrow.h
tntdb-1.0.1/include/tntdb/mysql/cursor.h
tntdb-1.0.1/include/tntdb/mysql/bindutils.h
tntdb-1.0.1/include/tntdb/mysql/bindvalues.h
tntdb-1.0.1/include/tntdb/mysql/error.h
tntdb-1.0.1/include/tntdb/statement.h
tntdb-1.0.1/include/tntdb/impl/
tntdb-1.0.1/include/tntdb/impl/value.h
tntdb-1.0.1/include/tntdb/impl/poolconnection.h
tntdb-1.0.1/include/tntdb/impl/row.h
tntdb-1.0.1/include/tntdb/impl/result.h
tntdb-1.0.1/include/tntdb/impl/blob.h
tntdb-1.0.1/include/tntdb/date.h
tntdb-1.0.1/include/tntdb/connection.h
tntdb-1.0.1/include/tntdb/bits/
tntdb-1.0.1/include/tntdb/bits/value.h
tntdb-1.0.1/include/tntdb/bits/row_iterator.h
tntdb-1.0.1/include/tntdb/bits/statement.h
tntdb-1.0.1/include/tntdb/bits/connection.h
tntdb-1.0.1/include/tntdb/bits/row.h
tntdb-1.0.1/include/tntdb/bits/result.h
tntdb-1.0.1/include/tntdb/bits/blob.h
tntdb-1.0.1/include/tntdb/bits/statement_iterator.h
tntdb-1.0.1/include/tntdb/bits/result_iterator.h
tntdb-1.0.1/include/tntdb/iface/
tntdb-1.0.1/include/tntdb/iface/irow.h
tntdb-1.0.1/include/tntdb/iface/istatement.h
tntdb-1.0.1/include/tntdb/iface/iblob.h
tntdb-1.0.1/include/tntdb/iface/iresult.h
tntdb-1.0.1/include/tntdb/iface/ivalue.h
tntdb-1.0.1/include/tntdb/iface/iconnection.h
tntdb-1.0.1/include/tntdb/iface/iconnectionmanager.h
tntdb-1.0.1/include/tntdb/iface/icursor.h
tntdb-1.0.1/include/tntdb/oracle/
tntdb-1.0.1/include/tntdb/oracle/value.h
tntdb-1.0.1/include/tntdb/oracle/statement.h
tntdb-1.0.1/include/tntdb/oracle/connectionmanager.h
tntdb-1.0.1/include/tntdb/oracle/connection.h
tntdb-1.0.1/include/tntdb/oracle/cursor.h
tntdb-1.0.1/include/tntdb/oracle/number.h
tntdb-1.0.1/include/tntdb/oracle/row.h
tntdb-1.0.1/include/tntdb/oracle/result.h
tntdb-1.0.1/include/tntdb/oracle/blob.h
tntdb-1.0.1/include/tntdb/oracle/datetime.h
tntdb-1.0.1/include/tntdb/oracle/error.h
tntdb-1.0.1/include/tntdb/time.h
tntdb-1.0.1/include/tntdb/row.h
tntdb-1.0.1/include/tntdb/sqlite/
tntdb-1.0.1/include/tntdb/sqlite/impl/
tntdb-1.0.1/include/tntdb/sqlite/impl/statement.h
tntdb-1.0.1/include/tntdb/sqlite/impl/stmtrow.h
tntdb-1.0.1/include/tntdb/sqlite/impl/connectionmanager.h
tntdb-1.0.1/include/tntdb/sqlite/impl/stmtvalue.h
tntdb-1.0.1/include/tntdb/sqlite/impl/connection.h
tntdb-1.0.1/include/tntdb/sqlite/impl/cursor.h
tntdb-1.0.1/include/tntdb/sqlite/error.h
tntdb-1.0.1/include/tntdb/result.h
tntdb-1.0.1/include/tntdb/blob.h
tntdb-1.0.1/include/tntdb/transaction.h
tntdb-1.0.1/include/tntdb/postgresql/
tntdb-1.0.1/include/tntdb/postgresql/impl/
tntdb-1.0.1/include/tntdb/postgresql/impl/statement.h
tntdb-1.0.1/include/tntdb/postgresql/impl/connectionmanager.h
tntdb-1.0.1/include/tntdb/postgresql/impl/connection.h
tntdb-1.0.1/include/tntdb/postgresql/impl/cursor.h
tntdb-1.0.1/include/tntdb/postgresql/impl/result.h
tntdb-1.0.1/include/tntdb/postgresql/impl/resultvalue.h
tntdb-1.0.1/include/tntdb/postgresql/impl/resultrow.h
tntdb-1.0.1/include/tntdb/postgresql/error.h
tntdb-1.0.1/include/tntdb/datetime.h
tntdb-1.0.1/include/tntdb/noncopyable.h
tntdb-1.0.1/include/tntdb/decimal.h
tntdb-1.0.1/include/tntdb/error.h
tntdb-1.0.1/doc/
tntdb-1.0.1/doc/Makefile.am
tntdb-1.0.1/doc/main.page
tntdb-1.0.1/doc/tntdb.odt
tntdb-1.0.1/doc/Makefile.in
tntdb-1.0.1/doc/tntdb.doxygen.in
tntdb-1.0.1/doc/tntdb.pdf
tntdb-1.0.1/m4/
tntdb-1.0.1/m4/acx_pthread.m4
tntdb-1.0.1/config.sub
tntdb-1.0.1/Makefile.in
tntdb-1.0.1/aclocal.m4
tntdb-1.0.1/INSTALL
tntdb-1.0.1/src/
tntdb-1.0.1/src/Makefile.am
tntdb-1.0.1/src/resultimpl.cpp
tntdb-1.0.1/src/result.cpp
tntdb-1.0.1/src/decimal.cpp
tntdb-1.0.1/src/rowimpl.cpp
tntdb-1.0.1/src/error.cpp
tntdb-1.0.1/src/mysql/
tntdb-1.0.1/src/mysql/bindvalues.cpp
tntdb-1.0.1/src/mysql/Makefile.am
tntdb-1.0.1/src/mysql/result.cpp
tntdb-1.0.1/src/mysql/error.cpp
tntdb-1.0.1/src/mysql/rowcontainer.cpp
tntdb-1.0.1/src/mysql/bindutils.cpp
tntdb-1.0.1/src/mysql/boundrow.cpp
tntdb-1.0.1/src/mysql/statement.cpp
tntdb-1.0.1/src/mysql/Makefile.in
tntdb-1.0.1/src/mysql/rowvalue.cpp
tntdb-1.0.1/Makefile.am
tntdb-1.0.1/install-sh
tntdb-1.0.1/NEWS
tntdb-1.0.1/configure.in
tntdb-1.0.1/depcomp
tntdb-1.0.1/config.guess
tntdb-1.0.1/COPYING
tntdb-1.0.1/ltmain.sh
tntdb-1.0.1/AUTHORS
tntdb-1.0.1/missing
tntdb-1.0.1/README
tntdb-1.0.1/ChangeLog
tntdb-1.0.1/include/
tntdb-1.0.1/include/Makefile.am
tntdb-1.0.1/include/tntdb.h
tntdb-1.0.1/include/Makefile.in
tntdb-1.0.1/include/tntdb/
tntdb-1.0.1/include/tntdb/connect.h
tntdb-1.0.1/include/tntdb/value.h
tntdb-1.0.1/include/tntdb/stmtparser.h
tntdb-1.0.1/include/tntdb/connectionpool.h
tntdb-1.0.1/include/tntdb/librarymanager.h
tntdb-1.0.1/include/tntdb/mysql/
tntdb-1.0.1/include/tntdb/mysql/impl/
tntdb-1.0.1/include/tntdb/mysql/impl/rowcontainer.h
tntdb-1.0.1/include/tntdb/mysql/impl/rowvalue.h
tntdb-1.0.1/include/tntdb/mysql/impl/statement.h
tntdb-1.0.1/include/tntdb/mysql/impl/connectionmanager.h
tntdb-1.0.1/include/tntdb/mysql/impl/connection.h
tntdb-1.0.1/include/tntdb/mysql/impl/cursor.h
tntdb-1.0.1/include/tntdb/mysql/impl/result.h
tntdb-1.0.1/include/tntdb/mysql/impl/boundvalue.h
tntdb-1.0.1/include/tntdb/mysql/impl/resultrow.h
tntdb-1.0.1/include/tntdb/mysql/impl/boundrow.h
tntdb-1.0.1/include/tntdb/mysql/cursor.h
tntdb-1.0.1/include/tntdb/mysql/bindutils.h
tntdb-1.0.1/include/tntdb/mysql/bindvalues.h
tntdb-1.0.1/include/tntdb/mysql/error.h
tntdb-1.0.1/include/tntdb/statement.h
tntdb-1.0.1/include/tntdb/impl/
tntdb-1.0.1/include/tntdb/impl/value.h
tntdb-1.0.1/include/tntdb/impl/poolconnection.h
tntdb-1.0.1/include/tntdb/impl/row.h
tntdb-1.0.1/include/tntdb/impl/result.h
tntdb-1.0.1/include/tntdb/impl/blob.h
tntdb-1.0.1/include/tntdb/date.h
tntdb-1.0.1/include/tntdb/connection.h
tntdb-1.0.1/include/tntdb/bits/
tntdb-1.0.1/include/tntdb/bits/value.h
tntdb-1.0.1/include/tntdb/bits/row_iterator.h
tntdb-1.0.1/include/tntdb/bits/statement.h
tntdb-1.0.1/include/tntdb/bits/connection.h
tntdb-1.0.1/include/tntdb/bits/row.h
tntdb-1.0.1/include/tntdb/bits/result.h
tntdb-1.0.1/include/tntdb/bits/blob.h
tntdb-1.0.1/include/tntdb/bits/statement_iterator.h
tntdb-1.0.1/include/tntdb/bits/result_iterator.h
tntdb-1.0.1/include/tntdb/iface/
tntdb-1.0.1/include/tntdb/iface/irow.h
tntdb-1.0.1/include/tntdb/iface/istatement.h
tntdb-1.0.1/include/tntdb/iface/iblob.h
tntdb-1.0.1/include/tntdb/iface/iresult.h
tntdb-1.0.1/include/tntdb/iface/ivalue.h
tntdb-1.0.1/include/tntdb/iface/iconnection.h
tntdb-1.0.1/include/tntdb/iface/iconnectionmanager.h
tntdb-1.0.1/include/tntdb/iface/icursor.h
tntdb-1.0.1/include/tntdb/oracle/
tntdb-1.0.1/include/tntdb/oracle/value.h
tntdb-1.0.1/include/tntdb/oracle/statement.h
tntdb-1.0.1/include/tntdb/oracle/connectionmanager.h
tntdb-1.0.1/include/tntdb/oracle/connection.h
tntdb-1.0.1/include/tntdb/oracle/cursor.h
tntdb-1.0.1/include/tntdb/oracle/number.h
tntdb-1.0.1/include/tntdb/oracle/row.h
tntdb-1.0.1/include/tntdb/oracle/result.h
tntdb-1.0.1/include/tntdb/oracle/blob.h
tntdb-1.0.1/include/tntdb/oracle/datetime.h
tntdb-1.0.1/include/tntdb/oracle/error.h
tntdb-1.0.1/include/tntdb/time.h
tntdb-1.0.1/include/tntdb/row.h
tntdb-1.0.1/include/tntdb/sqlite/
tntdb-1.0.1/include/tntdb/sqlite/impl/
tntdb-1.0.1/include/tntdb/sqlite/impl/statement.h
tntdb-1.0.1/include/tntdb/sqlite/impl/stmtrow.h
tntdb-1.0.1/include/tntdb/sqlite/impl/connectionmanager.h
tntdb-1.0.1/include/tntdb/sqlite/impl/stmtvalue.h
tntdb-1.0.1/include/tntdb/sqlite/impl/connection.h
tntdb-1.0.1/include/tntdb/sqlite/impl/cursor.h
tntdb-1.0.1/include/tntdb/sqlite/error.h
tntdb-1.0.1/include/tntdb/result.h
tntdb-1.0.1/include/tntdb/blob.h
tntdb-1.0.1/include/tntdb/transaction.h
tntdb-1.0.1/include/tntdb/postgresql/
tntdb-1.0.1/include/tntdb/postgresql/impl/
tntdb-1.0.1/include/tntdb/postgresql/impl/statement.h
tntdb-1.0.1/include/tntdb/postgresql/impl/connectionmanager.h
tntdb-1.0.1/include/tntdb/postgresql/impl/connection.h
tntdb-1.0.1/include/tntdb/postgresql/impl/cursor.h
tntdb-1.0.1/include/tntdb/postgresql/impl/result.h
tntdb-1.0.1/include/tntdb/postgresql/impl/resultvalue.h
tntdb-1.0.1/include/tntdb/postgresql/impl/resultrow.h
tntdb-1.0.1/include/tntdb/postgresql/error.h
tntdb-1.0.1/include/tntdb/datetime.h
tntdb-1.0.1/include/tntdb/noncopyable.h
tntdb-1.0.1/include/tntdb/decimal.h
tntdb-1.0.1/include/tntdb/error.h
tntdb-1.0.1/doc/
tntdb-1.0.1/doc/Makefile.am
tntdb-1.0.1/doc/main.page
tntdb-1.0.1/doc/tntdb.odt
tntdb-1.0.1/doc/Makefile.in
tntdb-1.0.1/doc/tntdb.doxygen.in
tntdb-1.0.1/doc/tntdb.pdf
tntdb-1.0.1/m4/
tntdb-1.0.1/m4/acx_pthread.m4
tntdb-1.0.1/config.sub
tntdb-1.0.1/Makefile.in
tntdb-1.0.1/aclocal.m4
tntdb-1.0.1/INSTALL
tntdb-1.0.1/src/
tntdb-1.0.1/src/Makefile.am
tntdb-1.0.1/src/resultimpl.cpp
tntdb-1.0.1/src/result.cpp
tntdb-1.0.1/src/decimal.cpp
tntdb-1.0.1/src/rowimpl.cpp
tntdb-1.0.1/src/error.cpp
tntdb-1.0.1/src/mysql/
tntdb-1.0.1/src/mysql/bindvalues.cpp
tntdb-1.0.1/src/mysql/Makefile.am
tntdb-1.0.1/src/mysql/result.cpp
tntdb-1.0.1/src/mysql/error.cpp
tntdb-1.0.1/src/mysql/rowcontainer.cpp
tntdb-1.0.1/src/mysql/bindutils.cpp
tntdb-1.0.1/src/mysql/boundrow.cpp
tntdb-1.0.1/src/mysql/statement.cpp
tntdb-1.0.1/src/mysql/Makefile.in
tntdb-1.0.1/src/mysql/rowvalue.cpp
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.