public final class SQLStatementFillerEngine extends Object
| Constructor and Description |
|---|
SQLStatementFillerEngine() |
| Modifier and Type | Method and Description |
|---|---|
SQLStatement |
fill(Collection<SQLSegment> sqlSegments,
int parameterMarkerCount,
SQLStatementRule rule)
Fill SQL statement.
|
public SQLStatement fill(Collection<SQLSegment> sqlSegments, int parameterMarkerCount, SQLStatementRule rule)
sqlSegments - SQL segmentsparameterMarkerCount - parameter marker countrule - SQL statement ruleCopyright © 2020 The Apache Software Foundation. All rights reserved.