文件名称: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
连接到多个数据库系统
零运行时配置,连接使用一个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
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
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.