文件名称:Simple-Database-Engine
- 所属分类:
- 编译器/词法分析
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 217kb
- 下载次数:
- 0次
- 提 供 者:
- Supe****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
结构化查询语言 (Structured Query Language)简称 SQL.结构化查询语言是一种数据库和程序设 ,用于存取数据以及查询、更新和管理关系库统。
结构化查询语言是高级 数据操作语言, 不要求用户指定对数据的存放方法,也需了解具体不要求用户指定对数据的 存放方法,也需了解具体数据存放方式, 所以是一种高效的数据输入与管理的接口。结构化查询语言句可以嵌套,这使他具有极大的灵活性和强大功能。
在本题中,我们实现部分比较重量和常见的SQL语句,数据存储在内存中。-Structured Query Language (Structured Query Language) is referred to as SQL Structured Query Language is a database program designed for access to data and query, update and manage the relationship between the library system. Structured Query Language is an advanced data manipulation language, and does not require the user to specify the method of data storage, and also need to understand the specific requirements of the user-specified data storage methods, the need for specific data storage, it is an efficient data input and management interfaces. Structured query language sentence can be nested, which makes him a great deal of flexibility and powerful. In this problem, we realized that the part of the comparative weight and common SQL statements, data stored in memory.
结构化查询语言是高级 数据操作语言, 不要求用户指定对数据的存放方法,也需了解具体不要求用户指定对数据的 存放方法,也需了解具体数据存放方式, 所以是一种高效的数据输入与管理的接口。结构化查询语言句可以嵌套,这使他具有极大的灵活性和强大功能。
在本题中,我们实现部分比较重量和常见的SQL语句,数据存储在内存中。-Structured Query Language (Structured Query Language) is referred to as SQL Structured Query Language is a database program designed for access to data and query, update and manage the relationship between the library system. Structured Query Language is an advanced data manipulation language, and does not require the user to specify the method of data storage, and also need to understand the specific requirements of the user-specified data storage methods, the need for specific data storage, it is an efficient data input and management interfaces. Structured query language sentence can be nested, which makes him a great deal of flexibility and powerful. In this problem, we realized that the part of the comparative weight and common SQL statements, data stored in memory.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
SDatabaseEngine
SDatabaseEngine.sln
...............\.svn
...............\....\dir-prop-base
...............\....\entries
...............\....\prop-base
...............\....\props
...............\....\text-base
...............\....\.........\ClassDiagram1.cd.svn-base
...............\....\.........\ReadMe.txt.svn-base
...............\....\.........\SDatabaseEngine.cpp.svn-base
...............\....\.........\stdafx.cpp.svn-base
...............\....\.........\stdafx.h.svn-base
...............\....\.........\targetver.h.svn-base
...............\....\tmp
...............\....\...\prop-base
...............\....\...\props
...............\....\...\tempfile.tmp
...............\....\...\text-base
...............\ClassDiagram1.cd
...............\DataBase
...............\........\.svn
...............\........\....\entries
...............\........\....\prop-base
...............\........\....\props
...............\........\....\text-base
...............\........\....\.........\database.h.svn-base
...............\........\....\.........\SBase.cpp.svn-base
...............\........\....\.........\SBase.h.svn-base
...............\........\....\.........\SColumn.cpp.svn-base
...............\........\....\.........\SColumn.h.svn-base
...............\........\....\.........\SDatabase.cpp.svn-base
...............\........\....\.........\SDatabase.h.svn-base
...............\........\....\.........\SDatabaseList.cpp.svn-base
...............\........\....\.........\SDatabaseList.h.svn-base
...............\........\....\.........\SDataColumn.cpp.svn-base
...............\........\....\.........\SDataColumn.h.svn-base
...............\........\....\.........\SDataItem.cpp.svn-base
...............\........\....\.........\SDataItem.h.svn-base
...............\........\....\.........\STable.cpp.svn-base
...............\........\....\.........\STable.h.svn-base
...............\........\....\.........\SType.cpp.svn-base
...............\........\....\.........\SType.h.svn-base
...............\........\....\tmp
...............\........\....\...\prop-base
...............\........\....\...\props
...............\........\....\...\SType.h.tmp
...............\........\....\...\text-base
...............\........\database.h
...............\........\SBase.cpp
...............\........\SBase.h
...............\........\SColumn.cpp
...............\........\SColumn.h
...............\........\SDatabase.cpp
...............\........\SDatabase.h
...............\........\SDatabaseList.cpp
...............\........\SDatabaseList.h
...............\........\SDataColumn.cpp
...............\........\SDataColumn.h
...............\........\SDataItem.cpp
...............\........\SDataItem.h
...............\........\STable.cpp
...............\........\STable.h
...............\........\SType.cpp
...............\........\SType.h
...............\out test.txt
...............\ReadMe.txt
...............\SDatabaseEngine.cpp
...............\SDatabaseEngine.vcproj
...............\SDatabaseEngine.vcproj.Gesuper-PC.Gesuper.user
...............\SQLExecute
...............\..........\.svn
...............\..........\....\entries
...............\..........\....\prop-base
...............\..........\....\props
...............\..........\....\text-base
...............\..........\....\.........\SQLExecute.cpp.svn-base
...............\..........\....\.........\SQLExecute.h.svn-base
...............\..........\....\tmp
...............\..........\....\...\prop-base
...............\..........\....\...\props
...............\..........\....\...\text-base
...............\..........\SQLExecute.cpp
...............\..........\SQLExecute.h
...............\SQLLex
...............\......\.svn
...............\......\....\entries
...............\......\....\prop-base
...............\......\....\props
...............\......\....\text-base
...............\......\....\.........\Expression.cpp.svn-base
...............\......\....\.........\Expression.h.svn-base
...............\......\....\.........\SAlterTable.cpp.svn-base
...............\......\....\.........\SAlterTable.h.svn-base
...............\......\....\.........\SC