クラス DialectConfig
java.lang.Object
com.github.vertical_blank.sqlformatter.core.DialectConfig
-
ネストされたクラスの概要
ネストされたクラス -
フィールドの概要
フィールド修飾子とタイプフィールド説明 -
メソッドの概要
修飾子とタイプメソッド説明builder()plusCloseParens(String... closeParens) plusCloseParens(List<String> closeParens) plusIndexedPlaceholderTypes(String... indexedPlaceholderTypes) plusIndexedPlaceholderTypes(List<String> indexedPlaceholderTypes) plusLineCommentTypes(String... lineCommentTypes) plusLineCommentTypes(List<String> lineCommentTypes) plusNamedPlaceholderTypes(String... namedPlaceholderTypes) plusNamedPlaceholderTypes(List<String> namedPlaceholderTypes) plusOpenParens(String... openParens) plusOpenParens(List<String> openParens) plusOperators(String... operators) plusOperators(List<String> operators) plusReservedNewlineWords(String... reservedNewlineWords) plusReservedNewlineWords(List<String> reservedNewlineWords) plusReservedTopLevelWords(String... reservedTopLevelWords) plusReservedTopLevelWords(List<String> reservedTopLevelWords) plusReservedTopLevelWordsNoIndent(String... reservedTopLevelWordsNoIndent) plusReservedTopLevelWordsNoIndent(List<String> reservedTopLevelWordsNoIndent) plusReservedWords(String... reservedWords) plusReservedWords(List<String> reservedWords) plusSpecialWordChars(String... specialWordChars) plusSpecialWordChars(List<String> specialWordChars) plusStringTypes(String... stringTypes) plusStringTypes(List<String> stringTypes) withCloseParens(List<String> closeParens) withIndexedPlaceholderTypes(List<String> indexedPlaceholderTypes) withLineCommentTypes(List<String> lineCommentTypes) withNamedPlaceholderTypes(List<String> namedPlaceholderTypes) withOpenParens(List<String> openParens) withOperators(List<String> Operators) withReservedNewlineWords(List<String> reservedNewlineWords) withReservedTopLevelWords(List<String> reservedTopLevelWords) withReservedTopLevelWordsNoIndent(List<String> reservedTopLevelWordsNoIndent) withReservedWords(List<String> reservedWords) withSpecialWordChars(List<String> specialWordChars) withStringTypes(List<String> stringTypes)
-
フィールド詳細
-
lineCommentTypes
-
reservedTopLevelWords
-
reservedTopLevelWordsNoIndent
-
reservedNewlineWords
-
reservedWords
-
specialWordChars
-
stringTypes
-
openParens
-
closeParens
-
indexedPlaceholderTypes
-
namedPlaceholderTypes
-
operators
-
-
メソッドの詳細
-
withLineCommentTypes
-
plusLineCommentTypes
-
plusLineCommentTypes
-
withReservedTopLevelWords
-
plusReservedTopLevelWords
-
plusReservedTopLevelWords
-
withReservedNewlineWords
-
plusReservedNewlineWords
-
plusReservedNewlineWords
-
withReservedTopLevelWordsNoIndent
-
plusReservedTopLevelWordsNoIndent
-
plusReservedTopLevelWordsNoIndent
-
withReservedWords
-
plusReservedWords
-
plusReservedWords
-
withSpecialWordChars
-
plusSpecialWordChars
-
plusSpecialWordChars
-
withStringTypes
-
plusStringTypes
-
plusStringTypes
-
withOpenParens
-
plusOpenParens
-
plusOpenParens
-
withCloseParens
-
plusCloseParens
-
plusCloseParens
-
withIndexedPlaceholderTypes
-
plusIndexedPlaceholderTypes
-
plusIndexedPlaceholderTypes
-
withNamedPlaceholderTypes
-
plusNamedPlaceholderTypes
-
plusNamedPlaceholderTypes
-
withOperators
-
plusOperators
-
plusOperators
-
toBuilder
-
builder
-