Modifier and Type | Method and Description |
---|---|
SQLCreateSequenceStatement |
OracleStatementParser.parseCreateSequence(boolean acceptCreate) |
Modifier and Type | Method and Description |
---|---|
SQLCreateSequenceStatement |
PGSQLStatementParser.parseCreateSequence(boolean acceptCreate) |
Modifier and Type | Method and Description |
---|---|
boolean |
SchemaRepository.acceptCreateSequence(SQLCreateSequenceStatement x) |
boolean |
SchemaRepository.MySqlConsoleSchemaVisitor.visit(SQLCreateSequenceStatement x) |
boolean |
SchemaRepository.OracleConsoleSchemaVisitor.visit(SQLCreateSequenceStatement x) |
boolean |
SchemaRepository.DefaultConsoleSchemaVisitor.visit(SQLCreateSequenceStatement x) |
Modifier and Type | Method and Description |
---|---|
void |
SQLASTVisitorAdapter.endVisit(SQLCreateSequenceStatement x) |
void |
SQLASTVisitor.endVisit(SQLCreateSequenceStatement x) |
boolean |
SQLASTVisitorAdapter.visit(SQLCreateSequenceStatement x) |
boolean |
SQLASTVisitor.visit(SQLCreateSequenceStatement x) |
boolean |
SQLASTOutputVisitor.visit(SQLCreateSequenceStatement x) |
boolean |
SchemaStatVisitor.visit(SQLCreateSequenceStatement x) |
Copyright © 2013–2017 Alibaba Group. All rights reserved.