|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sql.generation.api.grammar.manipulation.ObjectType
public final class ObjectType
Object type is used in generalized DROP statement to define what to drop. It is usually one of
SCHEMA, TABLE, or VIEW.
DropStatement| Field Summary | |
|---|---|
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 Summary | |
|---|---|
ObjectType()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final ObjectType SCHEMA
DROP SCHEMA.
public static final ObjectType TABLE
DROP TABLE.
public static final ObjectType VIEW
DROP VIEW.
| Constructor Detail |
|---|
public ObjectType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||