文件名称: sql-formatter-2.0.4.jar中文-英文对照文档.zip
<dependency>
<groupId>com.github.vertical-blank</groupId>
<artifactId>sql-formatter</artifactId>
<version>2.0.4</version>
</dependency>Gradle:
implementation group: 'com.github.vertical-blank', name: 'sql-formatter', version: '2.0.4'
Gradle (Short):
implementation 'com.github.vertical-blank:sql-formatter:2.0.4'
Gradle (Kotlin):
implementation("com.github.vertical-blank:sql-formatter:2.0.4")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
com.github.vertical_blank.sqlformatter
com.github.vertical_blank.sqlformatter.core
com.github.vertical_blank.sqlformatter.core.util
com.github.vertical_blank.sqlformatter.languagescom.github.vertical_blank.sqlformatter.SqlFormatter
com.github.vertical_blank.sqlformatter.SqlFormatter.Formatter
com.github.vertical_blank.sqlformatter.core.AbstractFormatter
com.github.vertical_blank.sqlformatter.core.DialectConfig
com.github.vertical_blank.sqlformatter.core.DialectConfig.DialectConfigBuilder
com.github.vertical_blank.sqlformatter.core.FormatConfig
com.github.vertical_blank.sqlformatter.core.FormatConfig.FormatConfigBuilder
com.github.vertical_blank.sqlformatter.core.Indentation
com.github.vertical_blank.sqlformatter.core.Params
com.github.vertical_blank.sqlformatter.core.Params.Empty
com.github.vertical_blank.sqlformatter.core.Params.IndexedParams
com.github.vertical_blank.sqlformatter.core.Params.NamedParams
com.github.vertical_blank.sqlformatter.core.Token
com.github.vertical_blank.sqlformatter.core.TokenTypes
com.github.vertical_blank.sqlformatter.core.Tokenizer
com.github.vertical_blank.sqlformatter.core.util.JSLikeList
com.github.vertical_blank.sqlformatter.core.util.RegexUtil
com.github.vertical_blank.sqlformatter.core.util.T
com.github.vertical_blank.sqlformatter.core.util.Util
com.github.vertical_blank.sqlformatter.languages.Db2Formatter
com.github.vertical_blank.sqlformatter.languages.Dialect
com.github.vertical_blank.sqlformatter.languages.DialectConfigurator
com.github.vertical_blank.sqlformatter.languages.MariaDbFormatter
com.github.vertical_blank.sqlformatter.languages.MySqlFormatter
com.github.vertical_blank.sqlformatter.languages.N1qlFormatter
com.github.vertical_blank.sqlformatter.languages.PlSqlFormatter
com.github.vertical_blank.sqlformatter.languages.PostgreSqlFormatter
com.github.vertical_blank.sqlformatter.languages.RedshiftFormatter
com.github.vertical_blank.sqlformatter.languages.SparkSqlFormatter
com.github.vertical_blank.sqlformatter.languages.StandardSqlFormatter
com.github.vertical_blank.sqlformatter.languages.StringLiteral
com.github.vertical_blank.sqlformatter.languages.TSqlFormatter