文件名称:SQL_Interpreter
- 所属分类:
- SQL Server数据库
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 4kb
- 下载次数:
- 0次
- 提 供 者:
- 李**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
这是一个SQL解释器,功能不是很全,由于本身内存数据库提供的功能限制,提供的SQL也有很多的限制:
1、select不支持按字段取值,一次查询获取所有字段
2、查询条件之间的关系只支持AND
3、UPDATE一次只更新一个字段
4、不支持函数-This is an SQL parser, function is not very wide, due to the functional limitations of itself memory database, SQL provide a lot of limit
System:
1, the select does not support field values , a query for all the fields
2, the relationship between the query only supports AND
3, UPDATE, update a field
4, does not support function
1、select不支持按字段取值,一次查询获取所有字段
2、查询条件之间的关系只支持AND
3、UPDATE一次只更新一个字段
4、不支持函数-This is an SQL parser, function is not very wide, due to the functional limitations of itself memory database, SQL provide a lot of limit
System:
1, the select does not support field values , a query for all the fields
2, the relationship between the query only supports AND
3, UPDATE, update a field
4, does not support function
(系统自动生成,下载前可以参看下载内容)
下载文件列表
parser_yacc.y
sql_plan.h
说明.txt
parser_lex.l
sql_plan.h
说明.txt
parser_lex.l