hunt-sql ~master (2021-12-24T06:24:51Z)
Home
Dub
Repo
MySqlConsoleSchemaVisitor.visit
hunt
sql
repository
SchemaRepository
SchemaRepository
MySqlConsoleSchemaVisitor
Undocumented in source. Be warned that the author may not have intended to support it.
alias
visit
=
MySqlASTVisitorAdapter
.
visit
bool
visit
(SQLDropSequenceStatement x)
bool
visit
(SQLCreateSequenceStatement x)
bool
visit
(MySqlCreateTableStatement x)
bool
visit
(SQLCreateTableStatement x)
bool
visit
(SQLDropTableStatement x)
bool
visit
(SQLCreateViewStatement x)
bool
visit
(SQLAlterViewStatement x)
bool
visit
(SQLCreateIndexStatement x)
bool
visit
(SQLCreateFunctionStatement x)
bool
visit
(SQLAlterTableStatement x)
bool
visit
(SQLUseStatement x)
bool
visit
(SQLDropIndexStatement x)
class
MySqlConsoleSchemaVisitor
override
bool
visit
(
SQLDropIndexStatement
x
)
Meta
Source
See Implementation
hunt
sql
repository
SchemaRepository
SchemaRepository
MySqlConsoleSchemaVisitor
aliases
endVisit
visit