嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
Connector/c 库的源文件。编译方法可看这里:http://www.cnblogs.com/sixbeauty/p/4749827.html
.
├── mysql-connector-c -1.1.6
│ ├── ANNOUNCEMENT
│ ├── CHANGES
│ ├── CMakeLists.txt
│ ├── COPYING
│ ├── FindMySQL.cmake
│ ├── INSTALL
│ ├── Licenses_for_Third-Party_Components.txt
│ ├── README
│ ├── VersionInfo.cmake
│ ├── changeCrt.cmake
│ ├── cmake
│ │ └── getmysqlversion.c
│ ├── cppconn
│ │ ├── CMakeLists.txt
│ │ ├── build_config.h
│ │ ├── config.h.cm
│ │ ├── connection.h
│ │ ├── datatype.h
│ │ ├── driver.h
│ │ ├── exception.h
│ │ ├── metadata.h
│ │ ├── parameter_metadata.h
│ │ ├── prepared_statement.h
│ │ ├── resultset.h
│ │ ├── resultset_metadata.h
│ │ ├── sqlstring.h
│ │ ├── statement.h
│ │ ├── variant.h
│ │ ├── version_info.h.cmake
│ │ └── warning.h
│ ├── driver
│ │ ├── CMakeLists.txt
│ │ ├── class_stats.php
│ │ ├── mysql_art_resultset.cpp
│ │ ├── mysql_art_resultset.h
│ │ ├── mysql_art_rset_metadata.cpp
│ │ ├── mysql_art_rset_metadata.h
│ │ ├── mysql_connection.cpp
│ │ ├── mysql_connection.h
│ │ ├── mysql_connection_data.h
│ │ ├── mysql_connection_options.h
│ │ ├── mysql_debug.cpp
│ │ ├── mysql_debug.h
│ │ ├── mysql_driver.cpp
│ │ ├── mysql_driver.h
│ │ ├── mysql_error.h
│ │ ├── mysql_metadata.cpp
│ │ ├── mysql_metadata.h
│ │ ├── mysql_parameter_metadata.cpp
│ │ ├── mysql_parameter_metadata.h
│ │ ├── mysql_prepared_statement.cpp
│ │ ├── mysql_prepared_statement.h
│ │ ├── mysql_ps_resultset.cpp
│ │ ├── mysql_ps_resultset.h
│ │ ├── mysql_ps_resultset_metadata.cpp
│ │ ├── mysql_ps_resultset_metadata.h
│ │ ├── mysql_public_iface.h
│ │ ├── mysql_resultbind.cpp
│ │ ├── mysql_resultbind.h
│ │ ├── mysql_resultset.cpp
│ │ ├── mysql_resultset.h
│ │ ├── mysql_resultset_metadata.cpp
│ │ ├── mysql_resultset_metadata.h
│ │ ├── mysql_statement.cpp
│ │ ├── mysql_statement.h
│ │ ├── mysql_statement_options.h
│ │ ├── mysql_uri.cpp
│ │ ├── mysql_uri.h
│ │ ├── mysql_util.cpp
│ │ ├── mysql_util.h
│ │ ├── mysql_warning.cpp
│ │ ├── mysql_warning.h
│ │ ├── nativeapi
│ │ │ ├── binding_config.h.cm
│ │ │ ├── libmysql_dynamic_proxy.cpp
│ │ │ ├── libmysql_dynamic_proxy.h
│ │ │ ├── libmysql_static_proxy.cpp
│ │ │ ├── libmysql_static_proxy.h
│ │ │ ├── library_loader.cpp
│ │ │ ├── library_loader.h
│ │ │ ├── mysql_client_api.cpp
│ │ │ ├── mysql_client_api.h
│ │ │ ├── mysql_native_connection_wrapper.cpp
│ │ │ ├── mysql_native_connection_wrapper.h
│ │ │ ├── mysql_native_driver_wrapper.cpp
│ │ │ ├── mysql_native_driver_wrapper.h
│ │ │ ├── mysql_native_resultset_wrapper.cpp
│ │ │ ├── mysql_native_resultset_wrapper.h
│ │ │ ├── mysql_native_statement_wrapper.cpp
│ │ │ ├── mysql_native_statement_wrapper.h
│ │ │ ├── mysql_private_iface.h
│ │ │ ├── native_connection_wrapper.h
│ │ │ ├── native_driver_wrapper.h
│ │ │ ├── native_resultset_wrapper.h
│ │ │ └── native_statement_wrapper.h
│ │ └── version_info.h.cmake
│ ├── examples
│ │ ├── CMakeLists.txt
│ │ ├── README
│ │ ├── connect.cpp
│ │ ├── connection_meta_schemaobj.cpp
│ │ ├── cpp_trace_analyzer.php
│ │ ├── debug_output.cpp
│ │ ├── dynamic_load.cpp
│ │ ├── examples.h
│ │ ├── exceptions.cpp
│ │ ├── prepared_statement.cpp
│ │ ├── pthreads.cpp
│ │ ├── resultset.cpp
│ │ ├── resultset_binary.cpp
│ │ ├── resultset_meta.cpp
│ │ ├── resultset_types.cpp
│ │ ├── standalone_example.cpp
│ │ ├── standalone_example_docs1.cpp
│ │ ├── standalone_example_docs2.cpp
│ │ └── statement.cpp
│ ├── extract_build_info.php
│ ├── test
│ │ ├── CJUnitTestsPort
│ │ │ ├── BaseTestFixture.cpp
│ │ │ ├── BaseTestFixture.h
│ │ │ ├── CMakeLists.txt
│ │ │ ├── README
│ │ │ ├── ccpptests.cpp
│ │ │ ├── compliance
│ │ │ │ ├── ConnectionTest.cpp
│ │ │ │ ├── ConnectionTest.h
│ │ │ │ ├── DatabaseMetaDataTest.cpp
│ │ │ │ ├── DatabaseMetaDataTest.h
│ │ │ │ ├── PreparedStatementTest.cpp
│ │ │ │ ├── PreparedStatementTest.h
│ │ │ │ ├── ResultSetMetadataTest.cpp
│ │ │ │ ├── ResultSetMetadataTest.h
│ │ │ │ ├── StatementTest.cpp
│ │ │ │ ├── StatementTest.h
│ │ │ │ ├── UnbufferedRsStmtTest.cpp
│ │ │ │ └── UnbufferedRsStmtTest.h
│ │ │ ├── cts.sql
│ │ │ ├── regression
│ │ │ │ ├── BlobRegressionTest.cpp
│ │ │ │ ├── BlobRegressionTest.h
│ │ │ │ ├── EscapeProcessorRegressionTest.cpp
│ │ │ │ ├── EscapeProcessorRegressionTest.h
│ │ │ │ ├── PreparedStatementRegressionTest.cpp
│ │ │ │ ├── PreparedStatementRegressionTest.h
│ │ │ │ ├── SubqueriesRegressionTest.cpp
│ │ │ │ └── SubqueriesRegressionTest.h
│ │ │ ├── resources.cpp
│ │ │ ├── resources.h
│ │ │ ├── simple
│ │ │ │ ├── BlobTest.cpp
│ │ │ │ ├── BlobTest.h
│ │ │ │ ├── TransactionTest.cpp
│ │ │ │ └── TransactionTest.h
│ │ │ └── sql.properties
│ │ ├── CMakeLists.txt
│ │ ├── README
│ │ ├── common
│ │ │ ├── ccppTypes.h
│ │ │ ├── file.cpp
│ │ │ ├── file.h
│ │ │ ├── singleton.h
│ │ │ ├── stringutils.cpp
│ │ │ └── stringutils.h
│ │ ├── driver_test.cpp
│ │ ├── framework
│ │ │ ├── CMakeLists.txt
│ │ │ ├── framework.h
│ │ │ ├── start_options.cpp
│ │ │ ├── start_options.h
│ │ │ ├── test_asserts.cpp
│ │ │ ├── test_asserts.h
│ │ │ ├── test_case.h
│ │ │ ├── test_container.cpp
│ │ │ ├── test_container.h
│ │ │ ├── test_factory.cpp
│ │ │ ├── test_factory.h
│ │ │ ├── test_filter.cpp
│ │ │ ├── test_filter.h
│ │ │ ├── test_listener.cpp
│ │ │ ├── test_listener.h
│ │ │ ├── test_outputter.h
│ │ │ ├── test_runner.cpp
│ │ │ ├── test_runner.h
│ │ │ ├── test_suite.cpp
│ │ │ ├── test_suite.h
│ │ │ ├── test_tapOutputter.cpp
│ │ │ ├── test_tapOutputter.h
│ │ │ ├── test_timer.cpp
│ │ │ └── test_timer.h
│ │ ├── static_test.cpp
│ │ ├── test_common.cpp
│ │ └── unit
│ │ ├── CMakeLists.txt
│ │ ├── README
│ │ ├── bugs
│ │ │ ├── CMakeLists.txt
│ │ │ ├── bugs.cpp
│ │ │ └── bugs.h
│ │ ├── classes
│ │ │ ├── CMakeLists.txt
│ │ │ ├── art_resultset.cpp
│ │ │ ├── art_resultset.h
│ │ │ ├── connection.cpp
│ │ │ ├── connection.h
│ │ │ ├── connectionmetadata.cpp
│ │ │ ├── connectionmetadata.h
│ │ │ ├── parametermetadata.cpp
│ │ │ ├── parametermetadata.h
│ │ │ ├── preparedstatement.cpp
│ │ │ ├── preparedstatement.h
│ │ │ ├── resultset.cpp
│ │ │ ├── resultset.h
│ │ │ ├── resultsetmetadata.cpp
│ │ │ ├── resultsetmetadata.h
│ │ │ ├── savepoint.cpp
│ │ │ ├── savepoint.h
│ │ │ ├── statement.cpp
│ │ │ ├── statement.h
│ │ │ ├── uri.cpp
│ │ │ ├── uri.h
│ │ │ ├── variant.cpp
│ │ │ └── variant.h
│ │ ├── example
│ │ │ ├── CMakeLists.txt
│ │ │ ├── example.cpp
│ │ │ └── example.h
│ │ ├── main.cpp
│ │ ├── performance
│ │ │ ├── CMakeLists.txt
│ │ │ ├── perf_statement.cpp
│ │ │ └── perf_statement.h
│ │ ├── template_bug_group
│ │ │ ├── CMakeLists.txt
│ │ │ ├── bug123.cpp
│ │ │ ├── bug123.h
│ │ │ ├── bug456.cpp
│ │ │ └── bug456.h
│ │ ├── unit_fixture.cpp
│ │ └── unit_fixture.h
│ ├── thread
│ │ ├── CMakeLists.txt
│ │ ├── my_no_pthread.h
│ │ ├── my_pthread.c
│ │ ├── my_pthread.h
│ │ ├── my_thr_init.c
│ │ ├── my_wincond.c
│ │ ├── my_winthread.c
│ │ ├── thr_alarm.h
│ │ └── thr_mutex.c
│ └── win
│ ├── Bitmaps
│ │ ├── MySQLConnector.ico
│ │ ├── New.ico
│ │ ├── Up.ico
│ │ ├── bannrbmp.bmp
│ │ ├── dlgbmp.bmp
│ │ ├── exclamic.ico
│ │ └── info.ico
│ ├── CMakeLists.txt
│ ├── mysql-conncpp-msi-arpprops.xml
│ ├── mysql-conncpp-msi-template.xml.in
│ └── mysql-conncpp-msi-ui.xml
└── 好例子网connectorc 库源代码_mysql-connector-c -1.1.6.zip
22 directories, 243 files