|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--com.jdc.lang.Object
|
+--com.jdc.rdb.sql.ddl.DDLStatus
DDLStatus represents the execution status of a Data
Definition Language (DDL) statement. This class
provides the following DDL statement execution status information:
SQL) statement String.DDL statement execution was successful or not.SQLStatus object resulting from the SQL statement execution.DDLStatus class is declared abstract and cannot be instantiated.
AlterStatus,
CreateStatus,
DropStatus| Field Summary |
| Fields inherited from class com.jdc.lang.Object |
string |
| Constructor Summary | |
protected |
DDLStatus(SQLStatus sqlStatus)
Constructs a new DDLStatus object. |
| Method Summary | |
String |
getSQL()
Returns the SQL statement executed. |
protected SQLStatus |
getStatus()
Returns the SQL statement execution status. |
protected boolean |
isSuccessful()
Returns true if the DDL statement execution is
successful. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected DDLStatus(SQLStatus sqlStatus)
DDLStatus object.
| Method Detail |
protected boolean isSuccessful()
true if the DDL statement execution is
successful.
True if the DDL statement execution is successful. False if the DDL statement execution is not successful.public String getSQL()
SQL statement executed.
SQL statement executed.protected SQLStatus getStatus()
SQL statement execution status.
SQL statement execution status.
|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||