public class SqlScriptParserConfiguration extends Object
;
--
/*
and ends with */
Modifier and Type | Class | Description |
---|---|---|
static class |
SqlScriptParserConfiguration.Builder |
Builder for
SqlScriptParserConfiguration . |
Modifier and Type | Field | Description |
---|---|---|
static char |
DEFAULT_DELIMITER |
Default SQL delimiter (
; ). |
Modifier and Type | Method | Description |
---|---|---|
static SqlScriptParserConfiguration.Builder |
builder() |
Get new builder instance.
|
static SqlScriptParserConfiguration |
defaultConfiguration() |
Get new builder instance.
|
boolean |
equals(Object o) |
|
char |
getDelimiter() |
Gets
delimiter . |
String |
getEndBlockComment() |
Gets
endBlockComment . |
String |
getLineComment() |
Gets
lineComment . |
String |
getStartBlockComment() |
Gets
startBlockComment . |
int |
hashCode() |
|
String |
toString() |
public static final char DEFAULT_DELIMITER
;
).public static SqlScriptParserConfiguration.Builder builder()
public static SqlScriptParserConfiguration defaultConfiguration()
public String getLineComment()
lineComment
.lineComment
public String getStartBlockComment()
startBlockComment
.startBlockComment
public String getEndBlockComment()
endBlockComment
.endBlockComment
Copyright © 2017. All rights reserved.