public class SqlParser extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SqlParser.SqlCharStream |
| Constructor and Description |
|---|
SqlParser() |
| Modifier and Type | Method and Description |
|---|---|
static StringClauses |
parse(String sqlBlock) |
static StringClauses |
parse(String sqlBlock,
boolean preserveWhitespace,
boolean preserveComments) |
public static StringClauses parse(String sqlBlock)
public static StringClauses parse(String sqlBlock, boolean preserveWhitespace, boolean preserveComments)
Copyright © 2018 Liquibase.org. All rights reserved.