|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Interface for the various SQL query classes.
| Method Summary | |
void |
close()
Close the query and free all resources in use. |
int |
execute()
Execute optimized query. |
void |
optimize()
Optimize the query before executing it. |
String |
toString(boolean with_brackets)
Return human readable version of optimized query. |
| Method Detail |
public void optimize()
throws SQLException
SQLException - if an error occurspublic String toString(boolean with_brackets)
with_brackets - bracket query expression
public int execute()
throws SQLException
SQLException - if an error occurs
public void close()
throws SQLException
SQLException - if an error occurs
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||