Package com.espertech.esperio.db.core
Class DMLStatement
java.lang.Object
com.espertech.esperio.db.core.DMLStatement
-
Constructor Summary
ConstructorDescriptionDMLStatement
(StoreExceptionHandler storeExceptionHandler, String dmlSQL, Map<Integer, BindingEntry> bindings) -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(Connection connection, com.espertech.esper.common.client.EventBean eventBean)
-
Constructor Details
-
DMLStatement
public DMLStatement(StoreExceptionHandler storeExceptionHandler, String dmlSQL, Map<Integer, BindingEntry> bindings)
-
-
Method Details
-
execute
-