Package io.github.mfvanek.pg.generator
Class GeneratingOptions
java.lang.Object
io.github.mfvanek.pg.generator.GeneratingOptions
Immutable options to generate sql queries for database migration.
- Since:
- 0.5.0
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic GeneratingOptions.Builderbuilder()intbooleanbooleanbooleanbooleanbooleanbooleantoString()
-
Method Details
-
isConcurrently
public boolean isConcurrently() -
isExcludeNulls
public boolean isExcludeNulls() -
isBreakLines
public boolean isBreakLines() -
getIndentation
public int getIndentation() -
isUppercaseForKeywords
public boolean isUppercaseForKeywords() -
isNameWithoutNulls
public boolean isNameWithoutNulls() -
getIdxPosition
-
isNeedToAddIdx
public boolean isNeedToAddIdx() -
toString
-
builder
-