public final class ObjectType extends Object
DROP statement to define what to drop. It is usually one of
SCHEMA, TABLE, or VIEW.DropStatement| Modifier and Type | Field and Description |
|---|---|
static ObjectType |
SCHEMA
The object type which means to
DROP SCHEMA. |
static ObjectType |
TABLE
The object type which means to
DROP TABLE. |
static ObjectType |
VIEW
The object type which means to
DROP VIEW. |
| Constructor and Description |
|---|
ObjectType() |
public static final ObjectType SCHEMA
DROP SCHEMA.public static final ObjectType TABLE
DROP TABLE.public static final ObjectType VIEW
DROP VIEW.Copyright © 2010-2012. All Rights Reserved.