Modifier and Type | Method and Description |
---|---|
SQLCreateProcedureStatement |
SQLPropertyExpr.getResolvedProcudure() |
Modifier and Type | Method and Description |
---|---|
void |
SQLPropertyExpr.setResolvedProcedure(SQLCreateProcedureStatement stmt) |
Modifier and Type | Method and Description |
---|---|
SQLCreateProcedureStatement |
MySqlStatementParser.parseCreateProcedure()
parse create procedure statement
|
Modifier and Type | Method and Description |
---|---|
boolean |
MySqlOutputVisitor.visit(SQLCreateProcedureStatement x)
visit procedure create node
|
Modifier and Type | Method and Description |
---|---|
SQLCreateProcedureStatement |
OracleStatementParser.parseCreateProcedure() |
Modifier and Type | Method and Description |
---|---|
SQLCreateProcedureStatement |
SQLStatementParser.parseCreateProcedure() |
Modifier and Type | Method and Description |
---|---|
void |
SQLASTVisitorAdapter.endVisit(SQLCreateProcedureStatement x) |
void |
SQLASTVisitor.endVisit(SQLCreateProcedureStatement x) |
boolean |
SQLASTVisitorAdapter.visit(SQLCreateProcedureStatement x) |
boolean |
SQLASTVisitor.visit(SQLCreateProcedureStatement x) |
boolean |
SQLASTOutputVisitor.visit(SQLCreateProcedureStatement x) |
boolean |
SchemaStatVisitor.visit(SQLCreateProcedureStatement x) |
Copyright © 2013–2017 Alibaba Group. All rights reserved.