クラス AbstractFormatter
java.lang.Object
com.github.vertical_blank.sqlformatter.core.AbstractFormatter
- すべての実装されたインタフェース:
DialectConfigurator
- 直系の既知のサブクラス:
Db2Formatter,MariaDbFormatter,MySqlFormatter,N1qlFormatter,PlSqlFormatter,PostgreSqlFormatter,RedshiftFormatter,SparkSqlFormatter,StandardSqlFormatter,TSqlFormatter
-
フィールドの概要
フィールド -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明Formats whitespaces in a SQL string to make it easier to read.protected Tokenprotected TokentokenLookAhead(int n) protected Tokenprotected TokentokenLookBehind(int n) protected TokentokenOverride(Token token) Reprocess and modify a token based on parsed context.クラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitインタフェースから継承されたメソッド com.github.vertical_blank.sqlformatter.languages.DialectConfigurator
dialectConfig
-
フィールド詳細
-
previousReservedToken
-
-
コンストラクタの詳細
-
AbstractFormatter
- パラメータ:
cfg- FormatConfig
-
-
メソッドの詳細
-
tokenizer
-
tokenOverride
Reprocess and modify a token based on parsed context.- パラメータ:
token- The token to modify- 戻り値:
- token
-
format
Formats whitespaces in a SQL string to make it easier to read.- パラメータ:
query- The SQL query string- 戻り値:
- formatted query
-
tokenLookBehind
-
tokenLookBehind
-
tokenLookAhead
-
tokenLookAhead
-