org.sql.generation.api.grammar.manipulation
Class ObjectType

java.lang.Object
  extended by 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

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

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.

Constructor Detail

ObjectType

public ObjectType()


Copyright © 2010-2012. All Rights Reserved.