Modifier and Type | Field and Description |
---|---|
boolean |
alignAliasInSelectList
//todo add sample4
|
boolean |
alignJoinWithFromKeyword
align 'join' keyword with 'from' keyword
//todo add sample10
|
boolean |
andOrUnderWhere
in the where clause, the 'and' and 'or' keyword should under the 'where'
keyword
//todo add sample11
|
Integer |
beStyleBlockIndentSize
//todo add sample26
|
Integer |
beStyleBlockLeftBEIndentSize
//todo add sample24
|
Boolean |
beStyleBlockLeftBEOnNewline
//todo add sample23
|
Integer |
beStyleBlockRightBEIndentSize
//todo add sample25
|
boolean |
beStyleCreatetableLeftBEOnNewline
//todo add sample14
|
boolean |
beStyleCreatetableRightBEOnNewline
//todo add sample15
|
Integer |
beStyleFunctionBodyIndent |
Boolean |
beStyleFunctionFirstParamInNewline
//todo add sample51
|
Integer |
beStyleFunctionLeftBEIndentSize
//todo add sample48
|
Boolean |
beStyleFunctionLeftBEOnNewline
//todo add sample47
|
Integer |
beStyleFunctionRightBEIndentSize
//todo add sample50
|
Boolean |
beStyleFunctionRightBEOnNewline
//todo add sample49
|
Integer |
beStyleIfElseSingleStmtIndentSize
//todo add sample27
|
TCaseOption |
caseDatatype
//todo add sample36
|
TCaseOption |
caseFuncname
//todo add sample35
|
TCaseOption |
caseIdentifier
//todo add sample33
|
TCaseOption |
caseKeywords
//todo add sample32
|
TCaseOption |
caseQuotedIdentifier
//todo add sample34
|
Boolean |
caseWhenThenInSameLine
//todo add sample28
|
TCompactMode |
compactMode
//todo add sample63
|
TAlignOption |
createtableFieldlistAlignOption
//todo add sample17
|
boolean |
createtableListitemInNewLine
//todo add sample16
|
Boolean |
cteNewlineBeforeAs
//todo add sample43
|
TAlignStyle |
defaultAligntype
//todo add sample19
|
TLinefeedsCommaOption |
defaultCommaOption
//todo add sample18
|
TEmptyLinesOption |
emptyLines
//todo add sample53
|
boolean |
fromClauseInNewLine
each column in the table names in the form clause should start with a new
line.
|
TLinefeedsCommaOption |
functionCallParametersComma
//todo add sample61
|
TAlignStyle |
functionCallParametersStyle
//todo add sample60
|
Integer |
indentCaseFromSwitch
//todo add sample29
|
Integer |
indentCaseThen
//todo add sample30
|
Integer |
indentLen
//todo add sample20
|
Boolean |
insertBlankLineInBatchSqls
//todo add sample54
|
TAlignStyle |
insertColumnlistStyle
the align style for the insert column
//todo add sample12
|
TAlignStyle |
insertValuelistStyle
the value style in insert statement
//todo add sample13
|
Boolean |
linebreakAfterDeclare
declare statement
//todo add sample44
|
Boolean |
linebreakBeforeParamInExec
used for execute statement
//todo add sample52
|
Boolean |
linenumberEnabled
//todo add sample56
|
Integer |
linenumberLeftMargin
//todo add sample58
|
Integer |
linenumberRightMargin
//todo add sample59
|
Boolean |
linenumberZeroBased
//todo add sample57
|
Integer |
lineWidth
//todo add sample64
|
Integer |
maxSelectListColumn
//todo add issue 51
|
Boolean |
noEmptyLinesBetweenMultiSetStmts
//todo add sample55
|
boolean |
opearateSourceToken
if it is true, the helper class will operate the source tokens.
|
GOutputFmt |
outputFmt
used for sql output format.
|
TLinefeedsCommaOption |
parametersComma
//todo add sample46
|
TAlignStyle |
parametersStyle
//todo add sample45
|
Boolean |
removeComment
//todo add sample62
|
TLinefeedsCommaOption |
selectColumnlistComma
the comma style in select statement
//todo add sample2
|
TAlignStyle |
selectColumnlistStyle
the align style for the select column
//todo add sample1
|
TLinefeedsCommaOption |
selectFromclauseComma
the comma style in the from clause
//todo add sample7
|
boolean |
selectFromclauseJoinOnInNewline
the join clause should start with a new line.
|
TAlignStyle |
selectFromclauseStyle
the table name style in the from clause
//todo add sample6
|
boolean |
selectItemInNewLine
each column in the select statement should append a new line.
|
TAlignOption |
selectKeywordsAlignOption
//todo add sample31
|
String |
sessionId
the session id.
|
String |
tabHtmlString |
Integer |
tabSize
//todo add sample22
|
boolean |
treatDistinctAsVirtualColumn
//todo add sample5
|
Boolean |
useTab
//todo add sample21
|
Boolean |
wsPaddingOperatorArithmetic
//todo add sample37
|
Boolean |
wsPaddingParenthesesInExpression
//todo add sample39
|
Boolean |
wsPaddingParenthesesInFunction
//todo add sample38
|
Boolean |
wsPaddingParenthesesInFunctionCall
//todo add sample41
|
Boolean |
wsPaddingParenthesesOfSubQuery
//todo add sample40
|
Boolean |
wsPaddingParenthesesOfTypename
//todo add sample42
|
public boolean opearateSourceToken
public TAlignStyle selectColumnlistStyle
public TLinefeedsCommaOption selectColumnlistComma
public boolean selectItemInNewLine
public boolean alignAliasInSelectList
public boolean treatDistinctAsVirtualColumn
public TAlignStyle selectFromclauseStyle
public TLinefeedsCommaOption selectFromclauseComma
public boolean fromClauseInNewLine
public boolean selectFromclauseJoinOnInNewline
public boolean alignJoinWithFromKeyword
public boolean andOrUnderWhere
public TAlignStyle insertColumnlistStyle
public TAlignStyle insertValuelistStyle
public boolean beStyleCreatetableLeftBEOnNewline
public boolean beStyleCreatetableRightBEOnNewline
public boolean createtableListitemInNewLine
public TAlignOption createtableFieldlistAlignOption
public TLinefeedsCommaOption defaultCommaOption
public TAlignStyle defaultAligntype
public Integer beStyleFunctionBodyIndent
public Boolean beStyleBlockLeftBEOnNewline
public Integer beStyleBlockLeftBEIndentSize
public Integer beStyleBlockRightBEIndentSize
public Integer beStyleBlockIndentSize
public Integer beStyleIfElseSingleStmtIndentSize
public Boolean caseWhenThenInSameLine
public Integer indentCaseFromSwitch
public Integer indentCaseThen
public TAlignOption selectKeywordsAlignOption
public TCaseOption caseKeywords
public TCaseOption caseIdentifier
public TCaseOption caseQuotedIdentifier
public TCaseOption caseFuncname
public TCaseOption caseDatatype
public Boolean wsPaddingOperatorArithmetic
public Boolean wsPaddingParenthesesInFunction
public Boolean wsPaddingParenthesesInExpression
public Boolean wsPaddingParenthesesOfSubQuery
public Boolean wsPaddingParenthesesInFunctionCall
public Boolean wsPaddingParenthesesOfTypename
public Boolean cteNewlineBeforeAs
public Boolean linebreakAfterDeclare
public TAlignStyle parametersStyle
public TLinefeedsCommaOption parametersComma
public Boolean beStyleFunctionLeftBEOnNewline
public Integer beStyleFunctionLeftBEIndentSize
public Boolean beStyleFunctionRightBEOnNewline
public Integer beStyleFunctionRightBEIndentSize
public Boolean beStyleFunctionFirstParamInNewline
public Boolean linebreakBeforeParamInExec
public TEmptyLinesOption emptyLines
public Boolean insertBlankLineInBatchSqls
public Boolean noEmptyLinesBetweenMultiSetStmts
public Boolean linenumberEnabled
public Boolean linenumberZeroBased
public Integer linenumberLeftMargin
public Integer linenumberRightMargin
public TAlignStyle functionCallParametersStyle
public TLinefeedsCommaOption functionCallParametersComma
public Boolean removeComment
public TCompactMode compactMode
public Integer maxSelectListColumn
public GOutputFmt outputFmt
GOutputFmt
public String tabHtmlString