| Modifier and Type | Method and Description |
|---|---|
Optional<CreateTableStatement> |
ValidStatementSegment.getCreateTable()
Get create table statement.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
CreateTableStatementHandler.containsNotExistClause(CreateTableStatement createTableStatement)
Judge whether contains not exist clause or not.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MySQLCreateTableStatement
MySQL create table statement.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OracleCreateTableStatement
Oracle create table statement.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PostgreSQLCreateTableStatement
PostgreSQL create table statement.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SQL92CreateTableStatement
SQL92 create table statement.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SQLServerCreateTableStatement
SQLServer create table statement.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.