hunt-sql ~master (2021-12-24T06:24:51Z)
Home
Dub
Repo
DefaultConsoleSchemaVisitor.visit
hunt
sql
repository
SchemaRepository
SchemaRepository
DefaultConsoleSchemaVisitor
Undocumented in source. Be warned that the author may not have intended to support it.
alias
visit
=
SQLASTVisitorAdapter
.
visit
bool
visit
(SQLDropSequenceStatement x)
class
DefaultConsoleSchemaVisitor
override
bool
visit
(
SQLDropSequenceStatement
x
)
bool
visit
(SQLCreateSequenceStatement 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
(SQLDropIndexStatement x)
Meta
Source
See Implementation
hunt
sql
repository
SchemaRepository
SchemaRepository
DefaultConsoleSchemaVisitor
aliases
endVisit
visit