Package org.teiid.translator.phoenix
Class PhoenixUpdateExecution
- java.lang.Object
-
- org.teiid.translator.jdbc.JDBCBaseExecution
-
- org.teiid.translator.jdbc.JDBCUpdateExecution
-
- org.teiid.translator.phoenix.PhoenixUpdateExecution
-
- All Implemented Interfaces:
Execution
,UpdateExecution
public class PhoenixUpdateExecution extends JDBCUpdateExecution
-
-
Field Summary
-
Fields inherited from class org.teiid.translator.jdbc.JDBCBaseExecution
command, connection, context, executionFactory, fetchSize, statement, trimString
-
-
Constructor Summary
Constructors Constructor Description PhoenixUpdateExecution(Command command, ExecutionContext executionContext, RuntimeMetadata metadata, Connection conn, PhoenixExecutionFactory executionFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TranslatedCommand
translateCommand(Command command)
-
Methods inherited from class org.teiid.translator.jdbc.JDBCUpdateExecution
execute, execute, getUpdateCounts, setAtomic, setMaxPreparedInsertBatchSize
-
Methods inherited from class org.teiid.translator.jdbc.JDBCBaseExecution
addStatementWarnings, bind, cancel, close, getCallableStatement, getConnection, getPreparedStatement, getStatement, setSizeContraints
-
-
-
-
Constructor Detail
-
PhoenixUpdateExecution
public PhoenixUpdateExecution(Command command, ExecutionContext executionContext, RuntimeMetadata metadata, Connection conn, PhoenixExecutionFactory executionFactory) throws TranslatorException
- Throws:
TranslatorException
-
-
Method Detail
-
translateCommand
protected TranslatedCommand translateCommand(Command command) throws TranslatorException
- Overrides:
translateCommand
in classJDBCBaseExecution
- Throws:
TranslatorException
-
-