org.sql.generation.api.grammar.manipulation
Class ObjectType
java.lang.Object
org.sql.generation.api.grammar.manipulation.ObjectType
public final class ObjectType
- extends Object
Object type is used in generalized DROP statement to define what to drop. It is usually one of
SCHEMA, TABLE, or VIEW.
- Author:
- Stanislav Muhametsin
- See Also:
DropStatement
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SCHEMA
public static final ObjectType SCHEMA
- The object type which means to
DROP SCHEMA.
TABLE
public static final ObjectType TABLE
- The object type which means to
DROP TABLE.
VIEW
public static final ObjectType VIEW
- The object type which means to
DROP VIEW.
ObjectType
public ObjectType()
Copyright © 2010-2011. All Rights Reserved.