| 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 |
|---|---|
| Column |
This class represents a column in an SQL statement
|
| ColumnsDefinition |
This class represents a list of column definitions in an SQL statement
|
| CreateSchema |
This class implements an SQL
CreateSchema statement |
| CreateTable |
This class implements an SQL
CreateTable statement |
Copyright © 2018–2019. All rights reserved.