|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.mdm.index.query.QueryManagerImpl
Impl class for QueryManager
| Constructor Summary | |
QueryManagerImpl()
Creates a new instance of QueryManagerImpl |
|
| Method Summary | |
(package private) static void |
decrementConnectionCounter()
|
QueryResults |
execute(java.sql.Connection con,
QueryObject qobject)
This method will execute the query(s) specified in QueryObject but will not use Assembling information. |
QueryResults |
execute(QueryObject qobject)
This method will execute the query(s) specified in QueryObject but will not use Assembling information. |
QMIterator |
executeAssemble(java.sql.Connection con,
QueryObject qobject)
This method will execute the query(s) specified in QueryObject and also use FactoryEngine for creating composite objects. |
QMIterator |
executeAssemble(QueryObject qobject)
This method will execute the query(s) specified in QueryObject and also use FactoryEngine for creating composite objects. |
(package private) static int |
getConnectionCounter()
|
(package private) static void |
incrementConnectionCounter()
|
void |
prepare(QueryObject qobject)
This method will prepare the QueryObject without executing the query and will put in the cache pool. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public QueryManagerImpl()
| Method Detail |
static void decrementConnectionCounter()
public QueryResults execute(java.sql.Connection con,
QueryObject qobject)
throws QMException
execute in interface QueryManagercon - The database connection used for this operation.qobject - QueryObject that contains description of query
QMException - QMException
public QueryResults execute(QueryObject qobject)
throws QMException
execute in interface QueryManagerqobject - QueryObject that contains description of query
QMException - QMException
public QMIterator executeAssemble(java.sql.Connection con,
QueryObject qobject)
throws QMException
executeAssemble in interface QueryManagerqobject - QueryObject that contains description of query
QMException - QMException
public QMIterator executeAssemble(QueryObject qobject)
throws QMException
executeAssemble in interface QueryManagerqobject - QueryObject that contains description of query
QMException - QMExceptionstatic int getConnectionCounter()
static void incrementConnectionCounter()
public void prepare(QueryObject qobject)
throws QMException
prepare in interface QueryManagerqobject - QueryObject that needs to be prepared and cached.
QMException - QMException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Sun Microsystems, Inc.