public class SqlParser extends Object
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 © 2023 Liquibase.org. All rights reserved.