com.jdc.rdb.sql.ddl.drop
Class DropStatus
java.lang.Object
|
+--com.jdc.lang.Object
|
+--com.jdc.rdb.sql.ddl.DDLStatus
|
+--com.jdc.rdb.sql.ddl.drop.DropStatus
- public class DropStatus
- extends DDLStatus
DeleteStatus represents the execution status of a
Drop SQL statement.
This class provides the following Drop statement execution status
information:
- Whether the
Drop statement execution was successful or not.
- The
SQLException that occurred if not successful.
- Note:
- The
DropStatus class is immutable.
- Version:
- 2.0
- Author:
- Jay Damon
- See Also:
Drop
|
Method Summary |
SQLException |
getException()
Returns the Drop statement exception, if one occurred. |
boolean |
isSuccessful()
Returns true if the Drop statement execution is
successful. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getException
public SQLException getException()
- Returns the
Drop statement exception, if one occurred.
- Returns:
- The
Drop statement exception.
isSuccessful
public boolean isSuccessful()
- Returns
true if the Drop statement execution is
successful.
- Overrides:
isSuccessful in class DDLStatus
- Returns:
True if the Drop statement execution is successful.
False if the Drop statement execution is not successful.
Copyright © 2004 J. Damon & Co.; All Rights Reserved WorldWide.