public interface SqlFormatter
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
format(String sql,
Database db,
Set<Table> references)
Return a HTML-formatted representation of the specified SQL.
|
String format(String sql, Database db, Set<Table> references)
sql - SQL to be formatteddb - Databasereferences - set of tables referenced by this SQL
(populated by the formatter) or left empty if the formatter already
provides references to those tablesCopyright © 2016. All Rights Reserved.