资源简介
从Hibernate中提取的SQL格式化功能,去除了没用的功能,没有第三方dll
代码片段和文件信息
namespace NHibernate.AdoNet.Util
{
using NHibernate.Util;
using System;
using System.Collections.Generic;
using System.Text;
public class BasicFormatter : IFormatter
{
protected static readonly HashSet beginClauses = new HashSet();
protected static readonly HashSet dml = new HashSet();
protected static readonly HashSet endClauses = new HashSet();
protected const string IndentString = “ “;
protected const string Initial = “\n “;
protected static readonly HashSet logical = new HashSet();
protected static readonly HashSet misc = new HashSet();
protected static readonly HashSet quantifiers = new HashSet();
static BasicFormatter()
{
beginClauses.Add(“left“);
beginClauses.Add(“right“);
beginClauses.Add(“inner“);
begin
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 15007 2016-10-18 22:34 sqlformatter\BasicFormatter.cs
文件 4673 2016-10-18 22:25 sqlformatter\DdlFormatter.cs
文件 1495 2016-10-18 22:25 sqlformatter\Formatst
文件 152 2016-10-18 22:25 sqlformatter\IFormatter.cs
文件 981 2016-10-18 22:25 sqlformatter\Program.cs
文件 3306 2016-10-18 22:25 sqlformatter\StringTokenizer.cs
目录 0 2016-10-18 22:40 sqlformatter
----------- --------- ---------- ----- ----
25614 7
- 上一篇:数据库课程设计员工管理系统(C#)
- 下一篇:C#移动鼠标获取句柄修改标题
相关资源
- 精品:智能社区管理源码C#(b/s)
- C#找茬游戏简单
- ASP.NET 网站毕业设计家居系统
- ASP.NET(C#)实践教程
- 基于LXI协议的C#网络监控系统开发
- c#演讲比赛打分系统
- 深入理解C# 第3版 中文版高清原版
- C# 个人博客网站
- C#入门经典(Beginning C# 7 Programming wi
- C#我的网上商城项目
- 高校收费系统,源码 c#
- C#SharpAvi桌面录屏源码
- 超赞的200个经典C#WinForm
- Winform开发全套31个UI组件开源共享](
- 基于C#三层架构的餐厅点餐管理系统
- Professional C# 6 and .NET Core 1.0.pdf
- vlc c# 2010 播放rtsp
- C#源码 漂亮界面 医院管理系统源码
- C# 在线编辑Office源码及其文档全
- C# Asprise OCR 15.3 64位元最新破解(1.去
- 基于c#在vs实现图书管理系统
- c#程序设计教程
- More Effective C#中文版.pdf
- 基于C#窗体的贪吃蛇
- 家庭记账软件C#Access
- C#程序设计经典教程(第二版)例题源
- 弹球 弹珠台 pinball 源代码 unity c#
- C#生成PDF 读取PDF文本内容 获取PDF内图
- Exam Ref 70-483 Programming in C# 2nd Edition
- Visual C#.NET程序设计实践与题解_.pdf
评论
共有 条评论