|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbutler.sql.query.QueryInstance
butler.sql.query.DeleteQuery.DeleteQueryInstance
public static class DeleteQuery.DeleteQueryInstance
Constructor Summary | |
---|---|
DeleteQuery.DeleteQueryInstance(DeleteQuery q)
|
Method Summary | |
---|---|
DeleteQuery |
getDeleteQuery()
|
RecordList |
run()
Executes the SQL statement and returns the result as a RecordList. |
RecordList |
run0()
|
Methods inherited from class butler.sql.query.QueryInstance |
---|
addParameter, close, getParamList, getParamList, getQuery, getQueryParams, parse, parseQueryInstance, prepareStatement, setParameter, setParameter, setQueryParams, toXML, toXML |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DeleteQuery.DeleteQueryInstance(DeleteQuery q)
Method Detail |
---|
public DeleteQuery getDeleteQuery()
public RecordList run() throws java.lang.Exception
QueryInstance
run
in class QueryInstance
java.lang.Exception
public RecordList run0() throws java.lang.Exception
run0
in class QueryInstance
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |