|
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.dml.DMLStatus
DMLStatus represents the execution status of a Data
Manipulation Language (DML) statement. This class
provides the following DML statement execution status information:
SQL) statement String.DML statement execution was successful or not.SQLStatus object resulting from the SQL statement execution.DMLStatus class is declared abstract and cannot be instantiated.
InsertStatus,
SelectStatus,
UpdateStatus,
DeleteStatus| Field Summary |
| Fields inherited from class com.jdc.lang.Object |
string |
| Constructor Summary | |
protected |
DMLStatus(SQLStatus sqlStatus)
Constructs a new DMLStatus 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 DML 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 DMLStatus(SQLStatus sqlStatus)
DMLStatus object.
| Method Detail |
protected boolean isSuccessful()
true if the DML statement execution is
successful.
True if the DML statement execution is successful. False if the DML 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 | ||||||||||