public interface Optimizer
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCancelMessage()
Gets the cancelled message.
|
java.util.List<ColumnInfo> |
getColumnInfos()
Gets the column information.
|
java.lang.String |
getOptimizedSqlString()
Gets the optimized sql statement.
|
boolean |
shouldBeCanceled()
Gets the flag whether Logi Report should cancel the SQL statement execution.
|
java.lang.String getOptimizedSqlString()
java.util.List<ColumnInfo> getColumnInfos()
boolean shouldBeCanceled()
java.lang.String getCancelMessage()