All Methods Static Methods Concrete Methods
Modifier and Type |
Method and Description |
static AppendNewLineAfterAndBeforeReverseKeyWordProcessor |
appendNewLineAfterAndBeforeReverseKeyWordProcessor(GFmtOpt option,
boolean inNewLine,
String startKeyword,
String endKeyword)
create the keyword in new line processor
|
static AppendNewLineAfterReverseKeyWordProcessor |
appendNewLineAfterReverseKeyWordProcessor(GFmtOpt option,
boolean isItemInNewLine,
String keyword)
create the new line processor for item list
|
static void |
clear(String sessionId) |
static <E extends AbstractProcessor> E |
create(Class<E> type,
GFmtOpt option,
Object... parameters)
create a instance
|
static AlignAliasProcessor |
createAlignAliasProcessor(GFmtOpt option,
boolean option2,
TAlignStyle style)
create the alias processor
|
static AlterTableOptionItemAlignProcessor |
createAlterTableOptionAlignProcessor(GFmtOpt option,
boolean inNewLine) |
static AppendLineAfterInsertTableNameProcessor |
createAppendLineAfterInsertTableNameProcessor(GFmtOpt option)
create the processor used to append an new line after the table name
|
static AppendLineAfterMergeTableNameProcessor |
createAppendLineAfterMergeTableNameProcessor(GFmtOpt option) |
static AppendNewLineBeforeKeyWordProcessor |
createAppendNewLineBeforeKeyWordProcessor(GFmtOpt option,
boolean inNewLine,
String keyword,
boolean completely) |
static AppendNewLineBeforeReverseKeyWordProcessor |
createAppendNewLineBeforeReverseKeyWordProcessor(GFmtOpt option,
boolean inNewLine,
String keyword)
create the processor used to append new line before the keyword
|
static AbstractProcessor<TBlockSqlStatement> |
createBeginAndEndProcessor(GFmtOpt opt) |
static CapitalisationProcessor |
createCapitalisationProcessor(GFmtOpt option)
create the processor used to capitalize the text
|
static CaseWhenProcessor |
createCaseWhenProcessor(GFmtOpt option,
Boolean caseWhenThenInSameLine,
Integer indentCaseFromSwitch)
create the processor used to process the 'case when' paramters
|
static ColumnlistCommaProcessor |
createColumnlistCommaProcessor(GFmtOpt option,
TLinefeedsCommaOption commaOption,
TAlignStyle option2)
create the comma processor
|
static CombineWhitespaceAndClearReturnProcessor |
createCombineWhitespaceAndClearReturnProcessor(GFmtOpt opt) |
static CreateFuncFirstParamInNewlineProcessor |
createCreateFuncFirstParamInNewlineProcessor(GFmtOpt opt,
Boolean beStyleFunctionFirstParamInNewline) |
static CreateFuncLeftBEProcessor |
createCreateFuncLeftBEProcessor(GFmtOpt opt,
Boolean beStyleFunctionLeftBEOnNewline,
Integer beStyleFunctionLeftBEIndentSize) |
static CreateFuncReturnsTableProcessor |
createCreateFuncReturnsTableProcessor(GFmtOpt opt) |
static CreateFuncRightBEProcessor |
createCreateFuncRightBEProcessor(GFmtOpt opt,
Boolean beStyleFunctionRightBEOnNewline,
Integer beStyleFunctionRightBEIndentSize) |
static CreateFuncWSPaddingParenthesesProcessor |
createCreateFuncWSPaddingParenthesesProcessor(GFmtOpt opt) |
static CreateTableBEInNewLineProcessor |
createCreateTableBEInNewLineProcessor(GFmtOpt option,
Boolean leftBEOnNewline,
Boolean rightBeOnNewline,
Boolean itemListInNewLine)
create the processor used to insert new line after the parenthesis
|
static CreateTableConstraintAlignProcessor |
createCreateTableConstraintAlignProcessor(GFmtOpt option) |
static CreateTableItemAlignProcessor |
createCreateTableItemAlignProcessor(GFmtOpt option,
TAlignOption alignOption)
create the processor used to align the items
|
static CreateViewReturnProcessor |
createCreateViewReturnProcessor(GFmtOpt opt) |
static CTEProcessor |
createCTEProcessor(GFmtOpt option,
Boolean cteNewlineBeforeAs) |
static DeclareVarItemAlignProcessor |
createDeclareVarItemAlignProcessor(GFmtOpt option)
used to align the variable names
|
static DeleteKeyWordAlignProcessor |
createDeleteKeyWordAlignProcessor(GFmtOpt option)
create the processor used to align the keywords in the delete statement
|
static DistinctKeyWordProcessor |
createDistinctKeyWordProcessor(GFmtOpt option,
boolean isTreatDistinctAsVirtualColumn)
create the distinct keyword processor
|
static ExecParaNewLineProcessor |
createExecParaNewLineProcessor(GFmtOpt opt,
Boolean linebreakBeforeParamInExec) |
static ExpressionProcessor |
createExpressionProcessor(GFmtOpt option)
create the expression processor for all statements
|
static ExpressionProcessor |
createExpressionProcessor(GFmtOpt option,
Boolean isAndUnderWhere) |
static IfStmtBEProcessor |
createIfStmtBEProcessor(GFmtOpt opt) |
static InsertKeyWordAlignProcessor |
createInsertKeyWordAlignProcessor(GFmtOpt option)
create the processor used to align the keywords in insert statement
|
static InsertOutputClauseProcessor |
createInsertOutputClauseProcessor(GFmtOpt opt) |
static InsertValuesParenthsesAdjustProcessor |
createInsertValuesParenthsesAdjustProcessor(GFmtOpt option)
create the processor used to adjust the left parenthesis
|
static JoinOnProcessor |
createJoinOnProcessor(GFmtOpt option,
boolean selectFromclauseJoinOnInNewline,
boolean alignJoinWithFromKeyword)
create the join on processor for the select statement
|
static MergeKeyWordAlignProcessor |
createMergeKeyWordAlignProcessor(GFmtOpt option) |
static MergeWhenClauseProcessor |
createMergeWhenClauseProcessor(GFmtOpt option) |
static AbstractProcessor<TIfStmt> |
createPlsqlIfStmtBEProcessor(GFmtOpt opt) |
static ReturnStmtProcessor |
createReturnStmtProcessor(GFmtOpt opt) |
static SelectKeyWordAlignProcessor |
createSelectKeyWordAlignProcessor(GFmtOpt option)
create the processor used to align the keywords in select statement
|
static AbstractProcessor<TStatementList> |
createStmtListProcessor(GFmtOpt opt,
String alignKeyword) |
static UnionProcessor |
createUnionProcessor(GFmtOpt option)
create the union processor for the select statement
|
static UpdateKeyWordAlignProcessor |
createUpdateKeyWordAlignProcessor(GFmtOpt option)
create the processor used to align the keywords in the update statement
|
static <E extends AbstractProcessor> E |
newInstance(Class<E> type)
create a new processor instance
|