|
Ontimize 5.2072EN | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface.
| Field Summary | |
static int |
ERROR
Operation code that indicates that an error have been occurred. |
static int |
OK
Operation code that indicates that the operation was successfully. |
| Method Summary | |
void |
addSQLStatement(java.lang.String statement)
This method add the SQL Statement to the collection of statements executed. |
void |
appendSQLInfo(ISQLInfo sqlInfo)
|
int |
getCode()
This method obtains the code that indicates if the operation was successfully or not. |
java.lang.String |
getErrorSQLStatement()
This method returns the SQL Statement which causes the SQL Exception. |
java.util.List |
getSQLStatements()
This method returns the statement/s that has been executed. |
void |
setCode(int code)
In this method establishes the code of the operation. |
void |
setErrorSQLStatement(java.lang.String statement)
This method sets the SQL Statement like the one which causes the SQL Exception. |
| Field Detail |
public static final int OK
public static final int ERROR
| Method Detail |
public int getCode()
public void setCode(int code)
code - public java.util.List getSQLStatements()
public void addSQLStatement(java.lang.String statement)
statement - String with the SQL Statement.public void appendSQLInfo(ISQLInfo sqlInfo)
public void setErrorSQLStatement(java.lang.String statement)
statement - String with the SQL Statement.public java.lang.String getErrorSQLStatement()
|
Ontimize | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||