public class DeleteRewriter extends Object implements Rewriter<DeleteStatement>
| Modifier and Type | Field and Description |
|---|---|
protected SqlGeneratorFactory |
sqlGeneratorFactory |
| Constructor and Description |
|---|
DeleteRewriter(SqlGeneratorFactory sqlGeneratorFactory) |
| Modifier and Type | Method and Description |
|---|---|
ParseUtils.ReparseResult |
rewrite(Context context,
DeleteStatement deleteBlock) |
protected final SqlGeneratorFactory sqlGeneratorFactory
public DeleteRewriter(SqlGeneratorFactory sqlGeneratorFactory)
public ParseUtils.ReparseResult rewrite(Context context, DeleteStatement deleteBlock) throws SemanticException
rewrite in interface Rewriter<DeleteStatement>SemanticExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.