37 | An unhandled error has occurred.
38 |
Reload
39 |
🗙
40 |
41 |
42 |
43 |
44 |
45 |
46 |
--------------------------------------------------------------------------------
/Laan.Sql.Formatter/StatementFormatters/ExecuteSqlStatementFormatter.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Linq;
4 | using System.Text;
5 |
6 | using Laan.Sql.Parser;
7 | using Laan.Sql.Parser.Entities;
8 | using Laan.Sql.Parser.Expressions;
9 |
10 | namespace Laan.Sql.Formatter
11 | {
12 | public class ExecuteSqlStatementFormatter : StatementFormatter