| Interface | Description |
|---|---|
| CreateSchemaFragment |
This is the common interface for all fragments of a CREATE SCHEMA statement.
|
| CreateSchemaVisitor | |
| CreateTableFragment |
This is the common interface for all fragments of a CREATE TABLE statement.
|
| CreateTableVisitor |
| Class | Description |
|---|---|
| CreateSchema |
This class implements an SQL
CreateSchema statement. |
| CreateTable |
This class implements an SQL
CreateTable statement |
Copyright © 2018–2021. All rights reserved.