Class SQLFormatEngine
- java.lang.Object
-
- org.apache.shardingsphere.sql.parser.api.SQLFormatEngine
-
public final class SQLFormatEngine extends Object
SQL format engine.
-
-
Constructor Summary
Constructors Constructor Description SQLFormatEngine()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringformat(String sql, boolean useCache, Properties props)Format SQL.
-
-
-
Method Detail
-
format
public String format(String sql, boolean useCache, Properties props)
Format SQL.- Parameters:
sql- SQL to be formatteduseCache- whether use cacheprops- properties- Returns:
- formatted SQL
-
-