| Package | Description |
|---|---|
| gudusoft.gsqlparser.pp.score |
PrettyScore: readability scoring for formatted SQL.
|
| Modifier and Type | Method and Description |
|---|---|
ScoreReport |
PrettyScore.score(String sql,
EDbVendor vendor)
Score
sql with the default profile and no fidelity gate. |
ScoreReport |
PrettyScore.score(String sql,
EDbVendor vendor,
ScoreProfile profile,
String original,
Map<String,Object> options) |