public interface OutsideSqlFilter
| 修飾子とタイプ | インタフェースと説明 |
|---|---|
static class |
OutsideSqlFilter.ExecutionFilterType
The type of execution filter.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
filterExecution(String executedSql,
OutsideSqlFilter.ExecutionFilterType filterType)
Filter the outside-SQL immediately before execution.
|
String |
filterReading(String readSql)
Filter the outside-SQL immediately after reading a SQL file.
|
String filterExecution(String executedSql, OutsideSqlFilter.ExecutionFilterType filterType)
executedSql - The string of executed outside-SQL already resolved parameter comments. (NotNull)filterType - The type of execution filter. (NotNull)String filterReading(String readSql)
readSql - The string of read outside-SQL still remained parameter comments. (NotNull)Copyright © 2014–2015 The DBFlute Project. All rights reserved.