public class LDAPDirectCreateUpdateDeleteQueryExecution extends Object implements org.teiid.translator.ProcedureExecution
| Modifier and Type | Field and Description |
|---|---|
protected org.teiid.translator.ExecutionContext |
executionContext |
protected LDAPExecutionFactory |
executionFactory |
protected LdapContext |
ldapConnection |
| Constructor and Description |
|---|
LDAPDirectCreateUpdateDeleteQueryExecution(List<org.teiid.language.Argument> arguments,
LDAPExecutionFactory factory,
org.teiid.translator.ExecutionContext executionContext,
LdapContext connection,
String query,
boolean returnsArray) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
void |
close() |
void |
execute() |
List<?> |
getOutputParameterValues() |
List<?> |
next() |
protected LdapContext ldapConnection
protected LDAPExecutionFactory executionFactory
protected org.teiid.translator.ExecutionContext executionContext
public LDAPDirectCreateUpdateDeleteQueryExecution(List<org.teiid.language.Argument> arguments, LDAPExecutionFactory factory, org.teiid.translator.ExecutionContext executionContext, LdapContext connection, String query, boolean returnsArray)
public void execute()
throws org.teiid.translator.TranslatorException
execute in interface org.teiid.translator.Executionorg.teiid.translator.TranslatorExceptionpublic List<?> getOutputParameterValues() throws org.teiid.translator.TranslatorException
getOutputParameterValues in interface org.teiid.translator.ProcedureExecutionorg.teiid.translator.TranslatorExceptionpublic List<?> next() throws org.teiid.translator.TranslatorException, org.teiid.translator.DataNotAvailableException
next in interface org.teiid.translator.ResultSetExecutionorg.teiid.translator.TranslatorExceptionorg.teiid.translator.DataNotAvailableExceptionpublic void close()
close in interface org.teiid.translator.Executionpublic void cancel()
throws org.teiid.translator.TranslatorException
cancel in interface org.teiid.translator.Executionorg.teiid.translator.TranslatorExceptionCopyright © 2017 JBoss by Red Hat. All rights reserved.