public class LDAPDirectSearchQueryExecution extends LDAPSyncQueryExecution implements org.teiid.translator.ProcedureExecution
delegate, executionContext, executionFactory, ldapConnection| Constructor and Description |
|---|
LDAPDirectSearchQueryExecution(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 |
execute()
method to execute the supplied query
|
List<?> |
getOutputParameterValues() |
List<?> |
next() |
cancel, close, createSearchContextpublic LDAPDirectSearchQueryExecution(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
LDAPSyncQueryExecutionexecute in interface org.teiid.translator.Executionexecute in class LDAPSyncQueryExecutionorg.teiid.translator.TranslatorExceptionpublic List<?> next() throws org.teiid.translator.TranslatorException, org.teiid.translator.DataNotAvailableException
next in interface org.teiid.translator.ResultSetExecutionnext in class LDAPSyncQueryExecutionorg.teiid.translator.TranslatorExceptionorg.teiid.translator.DataNotAvailableExceptionpublic List<?> getOutputParameterValues() throws org.teiid.translator.TranslatorException
getOutputParameterValues in interface org.teiid.translator.ProcedureExecutionorg.teiid.translator.TranslatorExceptionCopyright © 2017 JBoss by Red Hat. All rights reserved.