CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux/Unix编程

文件名称:libzdb-3.1.tar

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2016-01-13
  • 文件大小:
    703.28kb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

线程安全的数据库连接池

连接到多个数据库系统

零运行时配置,连接使用一个URL模式

支持MySQL、PostgreSQL SQLite和Oracle-Thread safe Database Connection Pool

Connect to multiple systems

Zero runtime configuration, connect using a URL scheme

Supports MySQL, PostgreSQL, SQLite and Oracle
(系统自动生成,下载前可以参看下载内容)

下载文件列表

libzdb-3.1/
libzdb-3.1/aclocal.m4
libzdb-3.1/AUTHORS
libzdb-3.1/bootstrap
libzdb-3.1/CHANGES
libzdb-3.1/config/
libzdb-3.1/configure
libzdb-3.1/configure.ac
libzdb-3.1/COPYING
libzdb-3.1/doc/
libzdb-3.1/m4/
libzdb-3.1/Makefile.am
libzdb-3.1/Makefile.in
libzdb-3.1/README
libzdb-3.1/src/
libzdb-3.1/test/
libzdb-3.1/tools/
libzdb-3.1/zdb.pc.in
libzdb-3.1/tools/bin/
libzdb-3.1/tools/filterh/
libzdb-3.1/tools/filterh/filterh.l
libzdb-3.1/tools/filterh/lex.yy.c
libzdb-3.1/test/exception.c
libzdb-3.1/test/Makefile
libzdb-3.1/test/Makefile.am
libzdb-3.1/test/Makefile.in
libzdb-3.1/test/pool.c
libzdb-3.1/test/select.c
libzdb-3.1/test/unit.c
libzdb-3.1/src/Config.h
libzdb-3.1/src/db/
libzdb-3.1/src/exceptions/
libzdb-3.1/src/net/
libzdb-3.1/src/system/
libzdb-3.1/src/Thread.h
libzdb-3.1/src/util/
libzdb-3.1/src/xconfig.h.in
libzdb-3.1/src/zdb.h
libzdb-3.1/src/util/Str.c
libzdb-3.1/src/util/Str.h
libzdb-3.1/src/util/StringBuffer.c
libzdb-3.1/src/util/StringBuffer.h
libzdb-3.1/src/util/Vector.c
libzdb-3.1/src/util/Vector.h
libzdb-3.1/src/system/Mem.c
libzdb-3.1/src/system/Mem.h
libzdb-3.1/src/system/System.c
libzdb-3.1/src/system/System.h
libzdb-3.1/src/system/Time.c
libzdb-3.1/src/system/Time.h
libzdb-3.1/src/net/URL.c
libzdb-3.1/src/net/URL.h
libzdb-3.1/src/exceptions/assert.c
libzdb-3.1/src/exceptions/assert.h
libzdb-3.1/src/exceptions/AssertException.h
libzdb-3.1/src/exceptions/Exception.c
libzdb-3.1/src/exceptions/Exception.h
libzdb-3.1/src/exceptions/MemoryException.h
libzdb-3.1/src/exceptions/SQLException.h
libzdb-3.1/src/db/Connection.c
libzdb-3.1/src/db/Connection.h
libzdb-3.1/src/db/ConnectionDelegate.h
libzdb-3.1/src/db/ConnectionPool.c
libzdb-3.1/src/db/ConnectionPool.h
libzdb-3.1/src/db/mysql/
libzdb-3.1/src/db/oracle/
libzdb-3.1/src/db/postgresql/
libzdb-3.1/src/db/PreparedStatement.c
libzdb-3.1/src/db/PreparedStatement.h
libzdb-3.1/src/db/PreparedStatementDelegate.h
libzdb-3.1/src/db/ResultSet.c
libzdb-3.1/src/db/ResultSet.h
libzdb-3.1/src/db/ResultSetDelegate.h
libzdb-3.1/src/db/sqlite/
libzdb-3.1/src/db/sqlite/SQLiteConnection.c
libzdb-3.1/src/db/sqlite/SQLiteConnection.h
libzdb-3.1/src/db/sqlite/SQLitePreparedStatement.c
libzdb-3.1/src/db/sqlite/SQLitePreparedStatement.h
libzdb-3.1/src/db/sqlite/SQLiteResultSet.c
libzdb-3.1/src/db/sqlite/SQLiteResultSet.h
libzdb-3.1/src/db/postgresql/PostgresqlConnection.c
libzdb-3.1/src/db/postgresql/PostgresqlConnection.h
libzdb-3.1/src/db/postgresql/PostgresqlPreparedStatement.c
libzdb-3.1/src/db/postgresql/PostgresqlPreparedStatement.h
libzdb-3.1/src/db/postgresql/PostgresqlResultSet.c
libzdb-3.1/src/db/postgresql/PostgresqlResultSet.h
libzdb-3.1/src/db/oracle/OracleConnection.c
libzdb-3.1/src/db/oracle/OracleConnection.h
libzdb-3.1/src/db/oracle/OraclePreparedStatement.c
libzdb-3.1/src/db/oracle/OraclePreparedStatement.h
libzdb-3.1/src/db/oracle/OracleResultSet.c
libzdb-3.1/src/db/oracle/OracleResultSet.h
libzdb-3.1/src/db/mysql/MysqlConnection.c
libzdb-3.1/src/db/mysql/MysqlConnection.h
libzdb-3.1/src/db/mysql/MysqlPreparedStatement.c
libzdb-3.1/src/db/mysql/MysqlPreparedStatement.h
libzdb-3.1/src/db/mysql/MysqlResultSet.c
libzdb-3.1/src/db/mysql/MysqlResultSet.h
libzdb-3.1/m4/libtool.m4
libzdb-3.1/m4/ltoptions.m4
libzdb-3.1/m4/ltsugar.m4
libzdb-3.1/m4/ltversion.m4
libzdb-3.1/m4/lt~obsolete.m4
libzdb-3.1/doc/api-docs/
libzdb-3.1/doc/LICENSE.pdf
libzdb-3.1/doc/THIRDPARTY-LICENSE
libzdb-3.1/doc/api-docs/bc_s.png
libzdb-3.1/doc/api-docs/bdwn.png
libzdb-3.1/doc/api-docs/closed.png
libzdb-3.1/doc/api-docs/Connection_8h.html
libzdb-3.1/doc/api-docs/ConnectionPool_8h.html
libzdb-3.1/doc/api-docs/database.png
libzdb-3.1/doc/api-docs/dir_bb61871b4c63e4e6685a8d6c52430594.html
libzdb-3.1/doc/api-docs/doxygen.css
libzdb-3.1/doc/api-docs/doxygen.png
libzdb-3.1/doc/api-docs/dynsections.js
libzdb-3.1/doc/api-docs/Exception_8h.html
libzdb-3.1/doc/api-docs/files.html
libzdb-3.1/doc/api-docs/ftv2blank.png
libzdb-3.1/doc/api-docs/ftv2cl.png
libzdb-3.1/doc/api-docs/ftv2doc.png
libzdb-3.1/doc/api-docs/ftv2folderclosed.png
libzdb-3.1/doc/api-docs/ftv2folderopen.png
libzdb-3.1/doc/api-docs/ftv2lastnode.png
libzdb-3.1/doc/api-docs/ftv2link.png
libzdb-3.1/doc/api-docs/ftv2mlastnode.png
libzdb-3.1/doc/api-docs/ftv2mnode.png
libzdb-3.1/doc/api-docs/ftv2mo.png
libzdb-3.1/doc/api-docs/ftv2node.png
libzdb-3.1/doc/api-docs/ftv2ns.png
libzdb-3.1/doc/api-docs/ftv2plastnode.png
libzdb-3.1/doc/api-docs/ftv2pnode.png
libzdb-3.1/doc/api-docs/ftv2splitbar.png
libzdb-3.1/doc/api-docs/ftv2vertline.png
libzdb-3.1/doc/api-docs/globals.html
libzdb-3.1/doc/api-docs/globals_defs.html
libzdb-3.1/doc/api-docs/globals_func.html
libzdb-3.1/doc/api-docs/globals_type.html
libzdb-3.1/doc/api-docs/globals_vars.html
libzdb-3.1/doc/api-docs/index.html
libzdb-3.1/doc/api-docs/jquery.js
libzdb-3.1/doc/api-docs/libzdb.css
libzdb-3.1/doc/api-docs/mysqloptions.html
libzdb-3.1/doc/api-docs/nav_f.png
libzdb-3.1/doc/api-docs/nav_g.png
libzdb-3.1/doc/api-docs/nav_h.png
libzdb-3.1/doc/api-docs/open.png
libzdb-3.1/doc/api-docs/postgresoptions.html
libzdb-3.1/doc/api-docs/PreparedStatement_8h.html
libzdb-3.1/doc/api-docs/ResultSet_8h.html
libzdb

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com