クラス FormatConfig
- java.lang.Object
-
- com.github.vertical_blank.sqlformatter.core.FormatConfig
-
public class FormatConfig extends Object
Configurations for formatting.
-
-
ネストされたクラスの概要
ネストされたクラス 修飾子とタイプ クラス 説明 static classFormatConfig.FormatConfigBuilderFormatConfigBuilder
-
フィールドの概要
フィールド 修飾子とタイプ フィールド 説明 static intDEFAULT_COLUMN_MAX_LENGTHstatic StringDEFAULT_INDENTStringindentIntegerlinesBetweenQueriesintmaxColumnLengthParamsparamsbooleanuppercase
-
-
-
フィールドの詳細
-
DEFAULT_COLUMN_MAX_LENGTH
public static final int DEFAULT_COLUMN_MAX_LENGTH
- 関連項目:
- 定数フィールド値
-
indent
public final String indent
-
maxColumnLength
public final int maxColumnLength
-
params
public final Params params
-
uppercase
public final boolean uppercase
-
linesBetweenQueries
public final Integer linesBetweenQueries
-
-
メソッドの詳細
-
builder
public static FormatConfig.FormatConfigBuilder builder()
Returns a new empty Builder.- 戻り値:
- A new empty Builder
-
-