C# Class SchemaZen.Library.BatchSqlParser

ファイルを表示 Open project: Zocdoc/schemazen Class Usage Examples

Public Methods

Method Description
SplitBatch ( string batchSql ) : string[]

Private Methods

Method Description
IsEndMultiLineComment ( char c0, char c1 ) : bool
IsGO ( char p3, char p2, char p, char c, char n, char n2 ) : bool
IsMultiLineComment ( char c0, char c1 ) : bool
IsOneLineComment ( char c0, char c1 ) : bool
IsWhitespace ( char c ) : bool

Method Details

SplitBatch() public static method

public static SplitBatch ( string batchSql ) : string[]
batchSql string
return string[]