public class SqlExtension extends FormatExtension
| Modifier and Type | Class and Description |
|---|---|
class |
SqlExtension.DBeaverSQLFormatterConfig |
steps, target| Constructor and Description |
|---|
SqlExtension(SpotlessExtension rootExtension) |
| Modifier and Type | Method and Description |
|---|---|
SqlExtension.DBeaverSQLFormatterConfig |
dbeaver() |
protected void |
setupTask(SpotlessTask task)
If the user hasn’t specified the files yet, we’ll assume he/she means all of the sql files.
|
addStep, bumpThisNumberIfACustomStepChanges, clearSteps, custom, custom, customLazy, customLazyGroovy, encoding, endWithNewline, getEncoding, getExistingStep, getLineEndings, getProject, ignoreErrorForPath, ignoreErrorForStep, indentWithSpaces, indentWithSpaces, indentWithTabs, indentWithTabs, licenseHeader, licenseHeaderFile, paddedCell, paddedCell, parseTarget, replace, replaceRegex, replaceStep, setEncoding, setEncoding, setLineEndings, target, trimTrailingWhitespacepublic SqlExtension(SpotlessExtension rootExtension)
public SqlExtension.DBeaverSQLFormatterConfig dbeaver()
protected void setupTask(SpotlessTask task)
If the user hasn’t specified the files yet, we’ll assume he/she means all of the sql files.
setupTask in class FormatExtension