搜索资源列表
mysql
- 一个mysql API的封装类。使用mysql数据库的人,可以直接使用此类,在头文件中有使用说明。
sql_engine-1.0.0.tar
- 支持常用数据库的数据库封装类,支持mysql,sqlite,oracle,等-Common database to support the database wrapper class, support mysql, sqlite, oracle, etc.
mysql-pp-encapsulation
- 基于MySQLPP库,建立了C++的封装类,可以很方便的调用进行MySQL操作,形似于.NET的LINQ技术。-C++ encapsulation of MySQL interface, based on Mysqlpp library, can be used conveniently to invoke MySQL operations, somewhat like LINQ technology of .NET.
mysql_test
- vc连接mysql的封装类,可以实现各种基本的数据库操作-vc connect mysql package class, you can achieve a variety of basic database operations
CDataBase
- mysql C API 封装类, 主要功能为建立与关闭MySql数据库连接, 执行Sql语句以及返回查询的数据集-mysql C API package type, the main function for the establishment and closure of MySql database connection, the implementation of Sql query statement and return a data set
db
- php + mysql连接类,封装查询,修改,添加,删除等操作-php+ mysql
cppmysql
- 利用mysql的cAPI封装的c++类,方便用户使用,有一个简单的例子,接口非常简单,仿cppsqlite的,很好用,希望大家使用并提出意见。-Use mysql' s cAPI package c++ classes, user-friendly, there is a simple example, the interface is very simple imitation cppsqlite, and a good use, hope that we use and express
DBConnectClass
- php 连接mysql类,通过配置,自动连接mysql,还有封装好的execute函数-php connect to mysql
JDBCUtil
- 数据库JDBC的一个封装类,在调用的时候需要一个String 类型的参数,选择连接的Mysql数据库中的数据库名,通过sql语句,调用封装好的方法,实现数据库插入、修改、查询等功能!-A database JDBC wrapper class needs a String type parameter when calling, select the database name in the Mysql database connection and sql statement, calling
mysql_sdk
- 针对mysql_sdk的二次封装开发,封装了常用的数据库操作,并以C++类的方式进行调用。-Secondary package development for mysql_sdk encapsulates the common database operations, and call the C++ way.
mysql_class
- 制作自己的PHP+MYSQL的类,使用类封装常用SQL操作,简化代码.认识面向对象在开发中的重要作用.-Make your own PHP+ MySQL class, the use of such packages commonly used SQL operations, simplify the code. Recognize the important role of the object-oriented development.
DBcon
- linux下连接mysql数据库的封装好的类,实现查、删、插、改的简单功能!-connect mysql database linux package good class, implement the investigation, delete, insert, change a simple function!
mysql.class
- mysql数据库类的封装 一个很好数据实力 欢迎大家使用-mysql database data type of packaging a good welcome to use the strength of
DB
- 对数据库的封装操作类,mysql数据库 -Database wrapper functions
testsmodbc-new
- ODBC封装类,支持SQLServer和Mysql,Oracle.-ODBC wrapper classes, support SQLServer and Mysql, Oracle.
MutilDateBase
- mysql数据库多线程查询,数据库封装类。visual c++存储过程调用。-mysql multi-threaded database queries, database wrapper class. visual c++ stored procedure calls.
mysql_c
- 一个vc6.0封装的mysql操作.纯c代码,没有使用类.可以执行任意SQL语句. 只需要安装mysql,密码123456.无需安装mysql的头文件和lib和dll(自带在包中).-A package mysql operation vc6.0 pure c code, do not use the class can arbitrary SQL statements. Only need to install mysql, mysql password 123456. witho
python2 mysql类
- 利用这个封装好的类可以实现数据库的基本增删改查操作