Modifier and Type | Method and Description |
---|---|
SQLIfStatement |
MySqlStatementParser.parseIf()
parse if statement
|
Modifier and Type | Method and Description |
---|---|
boolean |
MySqlOutputVisitor.visit(SQLIfStatement x) |
Modifier and Type | Method and Description |
---|---|
boolean |
OracleOutputVisitor.visit(SQLIfStatement x) |
Modifier and Type | Method and Description |
---|---|
SQLIfStatement |
SQLServerStatementParser.parseIf() |
Modifier and Type | Method and Description |
---|---|
void |
SQLASTVisitorAdapter.endVisit(SQLIfStatement x) |
void |
SQLASTVisitor.endVisit(SQLIfStatement x) |
boolean |
SQLASTVisitorAdapter.visit(SQLIfStatement x) |
boolean |
SQLASTVisitor.visit(SQLIfStatement x) |
boolean |
SQLASTOutputVisitor.visit(SQLIfStatement x) |
Copyright © 2013–2017 Alibaba Group. All rights reserved.