2004.04.29


com.jdc.rdb.sql.ddl.alter
Class AlterStatus

java.lang.Object
  |
  +--com.jdc.lang.Object
        |
        +--com.jdc.rdb.sql.ddl.DDLStatus
              |
              +--com.jdc.rdb.sql.ddl.alter.AlterStatus

public class AlterStatus
extends DDLStatus

DeleteStatus represents the execution status of a Alter SQL statement. This class provides the following Alter statement execution status information:

Note:
The AlterStatus class is immutable.

Version:
2.0
Author:
Jay Damon
See Also:
Alter

Field Summary
 
Fields inherited from class com.jdc.lang.Object
string
 
Method Summary
 SQLException getException()
          Returns the Alter statement exception, if one occurred.
 boolean isSuccessful()
          Returns true if the Alter statement execution is successful.
 
Methods inherited from class com.jdc.rdb.sql.ddl.DDLStatus
getSQL, getStatus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getException

public SQLException getException()
Returns the Alter statement exception, if one occurred.

Returns:
The Alter statement exception.

isSuccessful

public boolean isSuccessful()
Returns true if the Alter statement execution is successful.

Overrides:
isSuccessful in class DDLStatus
Returns:
True if the Alter statement execution is successful.
False if the Alter statement execution is not successful.

2004.04.29



Copyright © 2004 J. Damon & Co.; All Rights Reserved WorldWide.