Modifier and Type | Method and Description |
---|---|
SQLCreateFunctionStatement |
SQLCreateFunctionStatement.clone() |
Modifier and Type | Method and Description |
---|---|
SQLCreateFunctionStatement |
MySqlStatementParser.parseCreateFunction() |
Modifier and Type | Method and Description |
---|---|
boolean |
MySqlOutputVisitor.visit(SQLCreateFunctionStatement x) |
Modifier and Type | Method and Description |
---|---|
SQLCreateFunctionStatement |
OracleStatementParser.parseCreateFunction() |
Modifier and Type | Method and Description |
---|---|
boolean |
OracleOutputVisitor.visit(SQLCreateFunctionStatement x) |
Modifier and Type | Method and Description |
---|---|
SQLCreateFunctionStatement |
SQLStatementParser.parseCreateFunction() |
Modifier and Type | Method and Description |
---|---|
boolean |
SchemaRepository.MySqlConsoleSchemaVisitor.visit(SQLCreateFunctionStatement x) |
boolean |
SchemaRepository.OracleConsoleSchemaVisitor.visit(SQLCreateFunctionStatement x) |
boolean |
SchemaRepository.DefaultConsoleSchemaVisitor.visit(SQLCreateFunctionStatement x) |
Modifier and Type | Method and Description |
---|---|
void |
SQLASTVisitorAdapter.endVisit(SQLCreateFunctionStatement x) |
void |
SQLASTVisitor.endVisit(SQLCreateFunctionStatement x) |
boolean |
SQLASTVisitorAdapter.visit(SQLCreateFunctionStatement x) |
boolean |
SQLASTVisitor.visit(SQLCreateFunctionStatement x) |
boolean |
SchemaStatVisitor.visit(SQLCreateFunctionStatement x) |
Copyright © 2013–2017 Alibaba Group. All rights reserved.