Class SqlScriptParserConfiguration
java.lang.Object
com.github.mjeanroy.dbunit.core.sql.SqlScriptParserConfiguration
Configuration for SQL scripts parser.
Default values are:
- Delimiter:
; - Line comment:
-- - Block comment: starts with
/*and ends with*/
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Get new builder instance.static SqlScriptParserConfigurationGet new builder instance.booleancharGetsdelimiter.GetsendBlockComment.GetslineComment.GetsstartBlockComment.inthashCode()toString()
-
Field Details
-
DEFAULT_DELIMITER
public static final char DEFAULT_DELIMITERDefault SQL delimiter (;).- See Also:
-
-
Method Details
-
builder
Get new builder instance.- Returns:
- Builder.
-
defaultConfiguration
Get new builder instance.- Returns:
- Builder.
-
getDelimiter
public char getDelimiter()Getsdelimiter.- Returns:
delimiter
-
getLineComment
GetslineComment.- Returns:
lineComment
-
getStartBlockComment
GetsstartBlockComment.- Returns:
startBlockComment
-
getEndBlockComment
GetsendBlockComment.- Returns:
endBlockComment
-
equals
-
hashCode
public int hashCode() -
toString
-