Package org.teiid.translator.ldap
Class LDAPDirectCreateUpdateDeleteQueryExecution
- java.lang.Object
-
- org.teiid.translator.ldap.LDAPDirectCreateUpdateDeleteQueryExecution
-
- All Implemented Interfaces:
org.teiid.translator.Execution,org.teiid.translator.ProcedureExecution,org.teiid.translator.ResultSetExecution
public class LDAPDirectCreateUpdateDeleteQueryExecution extends Object implements org.teiid.translator.ProcedureExecution
-
-
Field Summary
Fields Modifier and Type Field Description protected org.teiid.translator.ExecutionContextexecutionContextprotected LDAPExecutionFactoryexecutionFactoryprotected LdapContextldapConnection
-
Constructor Summary
Constructors Constructor Description LDAPDirectCreateUpdateDeleteQueryExecution(List<org.teiid.language.Argument> arguments, LDAPExecutionFactory factory, org.teiid.translator.ExecutionContext executionContext, LdapContext connection, String query, boolean returnsArray)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcancel()voidclose()voidexecute()List<?>getOutputParameterValues()List<?>next()
-
-
-
Field Detail
-
ldapConnection
protected LdapContext ldapConnection
-
executionFactory
protected LDAPExecutionFactory executionFactory
-
executionContext
protected org.teiid.translator.ExecutionContext executionContext
-
-
Constructor Detail
-
LDAPDirectCreateUpdateDeleteQueryExecution
public LDAPDirectCreateUpdateDeleteQueryExecution(List<org.teiid.language.Argument> arguments, LDAPExecutionFactory factory, org.teiid.translator.ExecutionContext executionContext, LdapContext connection, String query, boolean returnsArray)
-
-
Method Detail
-
execute
public void execute() throws org.teiid.translator.TranslatorException- Specified by:
executein interfaceorg.teiid.translator.Execution- Throws:
org.teiid.translator.TranslatorException
-
getOutputParameterValues
public List<?> getOutputParameterValues() throws org.teiid.translator.TranslatorException
- Specified by:
getOutputParameterValuesin interfaceorg.teiid.translator.ProcedureExecution- Throws:
org.teiid.translator.TranslatorException
-
next
public List<?> next() throws org.teiid.translator.TranslatorException, org.teiid.translator.DataNotAvailableException
- Specified by:
nextin interfaceorg.teiid.translator.ResultSetExecution- Throws:
org.teiid.translator.TranslatorExceptionorg.teiid.translator.DataNotAvailableException
-
close
public void close()
- Specified by:
closein interfaceorg.teiid.translator.Execution
-
cancel
public void cancel() throws org.teiid.translator.TranslatorException- Specified by:
cancelin interfaceorg.teiid.translator.Execution- Throws:
org.teiid.translator.TranslatorException
-
-