Class | Description |
---|---|
SqlCreateTable |
CREATE TABLE DDL sql call.
|
SqlCreateTable.TableCreationContext |
Table creation context.
|
SqlCreateView |
CREATE VIEW DDL sql call.
|
SqlDropTable |
DROP TABLE DDL sql call.
|
SqlDropView |
DROP VIEW DDL sql call.
|
SqlTableColumn |
Table column of a CREATE TABLE DDL.
|
SqlTableOption |
Table options of a DDL, a key-value pair
with both key and value as string literal.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.