Class | Description |
---|---|
SqlAlterDatabase |
ALTER Database DDL sql call.
|
SqlAlterFunction |
Alter Function Sql Call.
|
SqlAlterTable |
Abstract class to describe statements like ALTER TABLE [[catalogName.] dataBasesName].tableName ...
|
SqlAlterTableProperties |
ALTER TABLE [[catalogName.] dataBasesName].tableName SET ( name=value [, name=value]*).
|
SqlAlterTableRename |
ALTER TABLE [[catalogName.] dataBasesName].tableName RENAME TO [[catalogName.] dataBasesName].newTableName.
|
SqlCreateDatabase |
CREATE Database DDL sql call.
|
SqlCreateFunction |
CREATE FUNCTION DDL sql call.
|
SqlCreateTable |
CREATE TABLE DDL sql call.
|
SqlCreateTable.TableCreationContext |
Table creation context.
|
SqlCreateView |
CREATE VIEW DDL sql call.
|
SqlDropDatabase |
DROP DATABASE DDL sql call.
|
SqlDropFunction |
DROP FUNCTION 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.
|
SqlUseCatalog |
USE CATALOG sql call.
|
SqlUseDatabase |
USE [catalog.]database sql call.
|
SqlWatermark |
Watermark statement in CREATE TABLE DDL, e.g.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.