|
Teiid 8.3.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.teiid.translator.ldap.LDAPDirectCreateUpdateDeleteQueryExecution
public class LDAPDirectCreateUpdateDeleteQueryExecution
| Field Summary | |
|---|---|
protected ExecutionContext |
executionContext
|
protected LDAPExecutionFactory |
executionFactory
|
protected LdapContext |
ldapConnection
|
| Constructor Summary | |
|---|---|
LDAPDirectCreateUpdateDeleteQueryExecution(List<Argument> arguments,
LDAPExecutionFactory factory,
ExecutionContext executionContext,
LdapContext connection,
String query,
boolean returnsArray)
|
|
| Method Summary | |
|---|---|
void |
cancel()
Cancels the execution abnormally. |
void |
close()
Terminates the execution normally. |
void |
execute()
Execute the associated command. |
List<?> |
getOutputParameterValues()
Get the output parameter values. |
List<?> |
next()
Retrieves the next row of the resultset. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected LdapContext ldapConnection
protected LDAPExecutionFactory executionFactory
protected ExecutionContext executionContext
| Constructor Detail |
|---|
public LDAPDirectCreateUpdateDeleteQueryExecution(List<Argument> arguments,
LDAPExecutionFactory factory,
ExecutionContext executionContext,
LdapContext connection,
String query,
boolean returnsArray)
| Method Detail |
|---|
public void execute()
throws TranslatorException
Execution
execute in interface ExecutionTranslatorException
public List<?> getOutputParameterValues()
throws TranslatorException
ProcedureExecution
getOutputParameterValues in interface ProcedureExecutionTranslatorException - If an error occurs while retrieving the output value
public List<?> next()
throws TranslatorException,
DataNotAvailableException
ResultSetExecution
next in interface ResultSetExecutionTranslatorException
DataNotAvailableExceptionpublic void close()
Execution
close in interface Execution
public void cancel()
throws TranslatorException
Execution
cancel in interface ExecutionTranslatorException
|
Teiid 8.3.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||