ca.sqlpower.architect.ddl
Class DDLStatement.StatementType

java.lang.Object
  extended by ca.sqlpower.architect.ddl.DDLStatement.StatementType
Enclosing class:
DDLStatement

public static class DDLStatement.StatementType
extends java.lang.Object


Field Summary
static DDLStatement.StatementType ADD_FK
           
static DDLStatement.StatementType ADD_PK
           
static DDLStatement.StatementType ALTER
           
static DDLStatement.StatementType CREATE
           
static DDLStatement.StatementType DROP
           
static DDLStatement.StatementType MODIFY
           
static DDLStatement.StatementType SELECT
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

CREATE

public static final DDLStatement.StatementType CREATE

DROP

public static final DDLStatement.StatementType DROP

ALTER

public static final DDLStatement.StatementType ALTER

ADD_PK

public static final DDLStatement.StatementType ADD_PK

ADD_FK

public static final DDLStatement.StatementType ADD_FK

MODIFY

public static final DDLStatement.StatementType MODIFY

SELECT

public static final DDLStatement.StatementType SELECT
Method Detail

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2003-2007 SQL Power Group Inc. www.sqlpower.ca