public interface SqlNormalizer
Modifier and Type | Method and Description |
---|---|
String |
getNormalizedSql()
Get preprocessed query
|
String |
getSql()
Get source SQL query
|
String |
getType()
Get type of provided SQL query (SELECT, UPDATE, etc), "batch" for batch queries
|
Copyright © 2019. All rights reserved.